https://covid19.admin.ch#/definitions/VaccinationIncomingData
Vaccination data for delivered and administered vaccine doses. Most current total values are provided.
COVID19VaccDosesDelivered - Number of vaccine doses delivered to the cantons
COVID19VaccDosesReceived - Number of vaccine doses received from manufacturers (only available for CHFL)
COVID19VaccDosesAdministered - Number of vaccine doses administered
COVID19FullyVaccPersons - Number of fully vaccinated persons
COVID19AtLeastOneDosePersons - Number of persons that have received at least one dose
COVID19PartiallyVaccPersons - Number of persons that are partially vaccinated (difference between COVID19AtLeastOneDosePersons and COVID19FullyVaccPersons)
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | sources.schema.json* |
object
(VaccinationIncomingData)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
date | string |
Required | cannot be null | COVID-19 Dashboard Source Data |
entries | number |
Optional | cannot be null | COVID-19 Dashboard Source Data |
geoRegion | string |
Required | cannot be null | COVID-19 Dashboard Source Data |
granularity | string |
Required | cannot be null | COVID-19 Dashboard Source Data |
mean7d | number |
Optional | cannot be null | COVID-19 Dashboard Source Data |
per100Persons | number |
Optional | cannot be null | COVID-19 Dashboard Source Data |
per100PersonsTotal | number |
Required | cannot be null | COVID-19 Dashboard Source Data |
per100Persons_mean7d | number |
Optional | cannot be null | COVID-19 Dashboard Source Data |
pop | number |
Required | cannot be null | COVID-19 Dashboard Source Data |
sumTotal | number |
Required | cannot be null | COVID-19 Dashboard Source Data |
type | string |
Required | cannot be null | COVID-19 Dashboard Source Data |
version | string |
Required | cannot be null | COVID-19 Dashboard Source Data |
Date of the provided data.
Formatted as ISO-Date 2020-10-12
date
string
(date)string
(date)
Value for the current day.
entries
number
(entries)number
(entries)
geoRegion
string
(geoRegion)string
(geoRegion)
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"AA" |
|
"AG" |
|
"AI" |
|
"AR" |
|
"BE" |
|
"BL" |
|
"BS" |
|
"CH" |
|
"CH01" |
|
"CH02" |
|
"CH03" |
|
"CH04" |
|
"CH05" |
|
"CH06" |
|
"CH07" |
|
"CHFL" |
|
"FL" |
|
"FR" |
|
"GE" |
|
"GL" |
|
"GR" |
|
"JU" |
|
"LU" |
|
"NE" |
|
"NW" |
|
"OW" |
|
"SG" |
|
"SH" |
|
"SO" |
|
"SZ" |
|
"TG" |
|
"TI" |
|
"UR" |
|
"VD" |
|
"VS" |
|
"ZG" |
|
"ZH" |
Granularity of the reported data.
summary - cumulative data of current totals reported biweekly by cantons
detailed - singular data of vaccine events through automated reporting including demographic information
granularity
string
(granularity)string
(granularity)
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"detailed" |
|
"summary" |
Rolling 7 day average (-3 days/ +3 days from the current day) of the "entries" values.
mean7d
number
(mean7d)number
(mean7d)
Value per 100 inhabitants for the current day.
per100Persons
number
(per100Persons)number
(per100Persons)
Total value per 100 inhabitants since the start of vaccination.
per100PersonsTotal
number
(per100PersonsTotal)number
(per100PersonsTotal)
Rolling 7 day average (-3 days/ +3 days from the current day) of the "per100Persons" values.
per100Persons_mean7d
number
(per100Persons_mean7d)number
(per100Persons_mean7d)
Population number for the given geoRegion.
pop
number
(pop)number
(pop)
Total value since the start of vaccination.
sumTotal
number
(sumTotal)number
(sumTotal)
COVID19VaccDosesDelivered - Number of vaccine doses delivered to the cantons
COVID19VaccDosesReceived - Number of vaccine doses received from manufacturers (only available for CHFL)
COVID19VaccDosesAdministered - Number of vaccine doses administered
COVID19FullyVaccPersons - Number of fully vaccinated persons
COVID19FirstBoosterPersons - Number of persons that have received at least one booster vaccine dose. Subset of the 'COVID19FullyVaccPersons'.
COVID19SecondBoosterPersons - Number of persons that have received at least two booster vaccine doses. Subset of the 'COVID19FullyVaccPersons'
COVID19AtLeastOneDosePersons - Number of persons that have received at least one dose
COVID19PartiallyVaccPersons - Number of persons that are partially vaccinated (difference between COVID19AtLeastOneDosePersons and COVID19FullyVaccPersons)
COVID19VaccSixMonthsPersons - Number of persons that have received at least one vaccine dose within the last 6 months.
COVID19NotVaccPersons - Not vaccinated persons
type
string
(type)string
(type)
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"COVID19AtLeastOneDosePersons" |
|
"COVID19FirstBoosterPersons" |
|
"COVID19NotVaccPersons" |
|
"COVID19SecondBoosterPersons" |
|
"COVID19VaccDosesAdministered" |
|
"COVID19VaccDosesDelivered" |
|
"COVID19VaccDosesReceived" |
|
"COVID19VaccSixMonthsPersons" |
Timestamp of data processing.
format YYYY-MM-DD_HH-mm-SS
version
string
(version)string
(version)