Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

Validity of the health pass in France now #25

Open
gbdomubpkm opened this issue Aug 13, 2021 · 4 comments
Open

Validity of the health pass in France now #25

gbdomubpkm opened this issue Aug 13, 2021 · 4 comments

Comments

@gbdomubpkm
Copy link

Complete vaccination schedule and the time required after the final injection, i.e. :

7 days after the 2nd injection for dual-injection vaccines (Pfizer, Moderna, AstraZeneca) ;

28 days after the injection for vaccines with a single injection (Johnson & Johnson);

More info : https://www.gouvernement.fr/info-coronavirus/pass-sanitaire

What is presented is not accurate for the double injection vaccines on the French territory (full protection 15 days after the second dose shown currently).

@sc-fx
Copy link
Contributor

sc-fx commented Aug 21, 2021

Hi,

in France, the legislation for the sanity pass considers the vaccination completed 7 days after the second injection for dual-injection vaccines, as it is mentioned in https://www.gouvernement.fr/info-coronavirus/pass-sanitaire and 7 days after a single injection for all vaccines in case of a previous COVID infection.

However, the delay for optimal efficiency is between 7 and 14 days after 2nde injection, depending of the type of ARNm vaccine (7 days for Pfizer/BioNTech, 14 days for Moderna): https://www.healthline.com/health/how-long-after-the-second-dose-of-the-covid-vaccine-are-you-immune#timeframe

The message in the application says "Full vaccination protection as of " translated with "Protection pleine à partir de ", which a correct medical information for both Pfizer and Moderna.

Function HasFullProtection() says:
func (v *Vaccination) HasFullProtection() bool {
return v.IsComplete() && v.DaysSinceOccurence() > 14
}

So the question is: what should be the reference for this message ? A medical information, which could be more accurate than provided by function HasFullProtection, or a legal (sanity pass) information, which may be more difficult to maintain because it could be country-dependant.

@gbdomubpkm
Copy link
Author

In fact, a solution might be only to replace the word 'full' by 'optimal' in the translation, which avoids the confusion of meaning and thus ignores the country-dependent legislative meaning 🙂 Because for me the word 'full' has rather a legislative conotation. This is only my opinion.

@sc-fx
Copy link
Contributor

sc-fx commented Aug 21, 2021 via email

@gbdomubpkm
Copy link
Author

.... maybe not remove it completely: it could be moved to the second page of the vaccine information as a reminder. With the term 'optimal protection'. And on the QR code page, there would be the injection number.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants