VaccPersonsWeeklyIndicationIncomingData Schema

https://covid19.admin.ch#/definitions/VaccPersonsWeeklyIndicationIncomingData

Weekly vaccination data by indication (reason) aggregated by canton/country of residence.

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*

VaccPersonsWeeklyIndicationIncomingData Type

object (VaccPersonsWeeklyIndicationIncomingData)

VaccPersonsWeeklyIndicationIncomingData Properties

Property Type Required Nullable Defined by
date number Required cannot be null COVID-19 Dashboard Source Data
entries number Optional cannot be null COVID-19 Dashboard Source Data
freq 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
indication string Required cannot be null COVID-19 Dashboard Source Data
per100Persons number Optional cannot be null COVID-19 Dashboard Source Data
per100PersonsTotal number Optional cannot be null COVID-19 Dashboard Source Data
pop number Required cannot be null COVID-19 Dashboard Source Data
prct number Optional cannot be null COVID-19 Dashboard Source Data
prctPop number Optional cannot be null COVID-19 Dashboard Source Data
prctPopSumTotal number Optional cannot be null COVID-19 Dashboard Source Data
prctSumTotal number Optional cannot be null COVID-19 Dashboard Source Data
sumTotal number Optional cannot be null COVID-19 Dashboard Source Data
type string Required cannot be null COVID-19 Dashboard Source Data
type_variant string Required cannot be null COVID-19 Dashboard Source Data
version string Required cannot be null COVID-19 Dashboard Source Data

date

Formatted as ISO-Week number 202009

date

date Type

number (date)

entries

Absolute number of occurrences for this iso-week.

entries

entries Type

number (entries)

freq

Percentage of the current vaccinaton indication bracket in comparison to all brackets for this ISO-week (based off 'entries' value).

freq

freq Type

number (freq)

freq Constraints

maximum: the value of this number must smaller than or equal to: 1

minimum: the value of this number must greater than or equal to: 0

geoRegion

Geographical unit of the data records. This refers to the canton/country of residence of the person not the canton administering the vaccine.

May be either one of the top level units (CHFL, CH or FL) a canton (2 letter code), the sum of all neighboring countries 'neigboring_chfl' or 'unknown' if the residence of the person is not known or not in CH, FL or any of the neighboring countries. The geoRegion 'all' is used for the sum of all vaccinated persons (CHFL + neighboring_chfl + unknown).

geoRegion

geoRegion Type

string (GeoRegionVaccPersonByResidence)

geoRegion Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"AG"
"AI"
"AR"
"BE"
"BL"
"BS"
"CH"
"CHFL"
"FL"
"FR"
"GE"
"GL"
"GR"
"JU"
"LU"
"NE"
"NW"
"OW"
"SG"
"SH"
"SO"
"SZ"
"TG"
"TI"
"UR"
"VD"
"VS"
"ZG"
"ZH"
"all"
"neighboring_chfl"
"unknown"

granularity

Granularity of the reported data.

detailed - singular data of vaccine events through automated reporting including demographic information
partial - incomplete detailed data for CH + CHFL aggregations including only geoRegions with granularity detailed (records do not include all values)

granularity

granularity Type

string (granularity)

granularity Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"detailed"
"partial"

indication

Indication (reason) for the vaccination. If multiple indications are present, only the indication with the highest priority is chosen: 'age' > 'chronic_disease' > 'med_prof' > 'contact_vuln' > 'contact_comm' > 'other'

age - Age
chronic_disease - Chronic disease
med_prof - Healthcare worker with patient contact/carer for people at especially high risk
contact_vuln - Close contact with people at especially high risk
contact_comm - Lives/works in communal facility with an elevated risk of infection and outbreak
other - All other not further specified indications (rest of the population).

all - sum of all specific indications ('age', 'chronic_disease', 'med_prof', 'contact_vuln', 'contact_comm', 'other')
risk_groups - sum of all risks groups (includes indications types 'age', 'chronic_disease', 'med_prof', 'contact_vuln' & 'contact_comm')
not_vaccinated - remaining unvaccinated part of the population (only applies to type="COVID19FullyVaccPersons"), reduced data available compared to other vaccination indication types

indication

indication Type

string (IncomingVaccinationIndicationType)

indication Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"age"
"all"
"chronic_disease"
"contact_comm"
"contact_vuln"
"med_prof"
"not_vaccinated"
"other"
"risk_groups"

per100Persons

Per 100 persons value for this iso-week.

per100Persons

per100Persons Type

number (per100Persons)

per100PersonsTotal

Sum of the "per100Persons" values since the start of data recording.

per100PersonsTotal

per100PersonsTotal Type

number (per100PersonsTotal)

pop

Population number for the current record (priority_group bracket).

pop

pop Type

number (pop)

prct

Percentage of the current vaccination indication bracket in comparison to all brackets for this ISO-week (based off 'entries' value).

prct

prct Type

number (prct)

prct Constraints

maximum: the value of this number must smaller than or equal to: 100

minimum: the value of this number must greater than or equal to: 0

prctPop

Percentage of the current vaccination indication bracket in comparison to the population for this ISO-week (based off 'entries' value).

prctPop

prctPop Type

number (prctPop)

prctPop Constraints

maximum: the value of this number must smaller than or equal to: 100

minimum: the value of this number must greater than or equal to: 0

prctPopSumTotal

Percentage of the current vaccination indication bracket in comparison to the population in sum up to this ISO-week (based off the 'sumTotal' value).

prctPopSumTotal

prctPopSumTotal Type

number (prctPopSumTotal)

prctPopSumTotal Constraints

maximum: the value of this number must smaller than or equal to: 100

minimum: the value of this number must greater than or equal to: 0

prctSumTotal

Percentage of the current vaccination indication bracket in comparison to all brackets in sum up to this ISO-week (based off the 'sumTotal' value).

prctSumTotal

prctSumTotal Type

number (prctSumTotal)

prctSumTotal Constraints

maximum: the value of this number must smaller than or equal to: 100

minimum: the value of this number must greater than or equal to: 0

sumTotal

Sum of the "entries" values since the start of data recording.

sumTotal

sumTotal Type

number (sumTotal)

type

COVID19FullyVaccPersons - Number of fully vaccinated persons

type

type Type

string (type)

type Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"COVID19FullyVaccPersons"

type_variant

Indicator for which extra dimension/bracket the data has been broken down for in addition to geoRegion.

indication - breakdown of vacc doses and fully vaccinated people by the indication (reason) for the vaccination

type_variant

type_variant Type

string (type_variant)

type_variant Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"indication"

version

Timestamp of data processing.

format YYYY-MM-DD_HH-mm-SS

version

version Type

string (version)