COVID19 Case Reporting
0.1.0 - CI Build
COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions
Contents:
The following categories of vaccination statuses exist in order to measure an individual's progress towards being up-to-date vaccinated.
Unvaccinated
If the individual has not had at least one vaccine administered.
Partially Vaccinated
If the individual has had at least one vaccine administered using any manufacturer based on their age and for the primary series.
Fully Vaccinated
If the individual has had all vaccines administered using the exact same manufacturer based on their age and for the primary series but the individual has not yet received the booster vaccine issued by the exact same manufacturer.
Up-to-Date Vaccinated
The following algorithm is used when determining whether a patient is up-to-date vaccinated.
If the individual has received all primary series vaccinations based on their age
And
If the individual received the booster vaccine (if available by the vaccine manufacturer)
And
If the date & time of reporting is >= (date when booster was administered + weeksWaitingInterval)
The weeksWaitingInterval variable is used to indicate when a patient is considered to be up-to-date taking into account the following key vaccination information:
- Manufacturer
- Target age group
- Vaccine series
- Maximum number of doses per Vaccine Series
Not all manufacturers have a waiting period defined in the primary series for up-to-date vaccinated.
There are two categories of vaccines namely: Primary and Booster. The COVID19 booster shot is an additional dose or doses of a vaccine that is administered after the protection from the original shot(s) (a.k.a. primary vaccine) has begun to decrease (COVID-19 Vaccination, 2020). Booster shots are used to enhance or restore protection against the disease.