# IncomingEpidemiologicVaccineType Schema ```txt https://covid19.admin.ch#/definitions/WeeklyHospVaccPersonsSexIncomingData/properties/vaccine ``` Vaccine data dimensions for cases, hosp and death. all - Sum of all data moderna - COVID-19 Vaccine Moderna® (Moderna) pfizer_biontech - Comirnaty® (Pfizer / BioNTech) johnson_johnson - COVID-19 Vaccine Janssen® (Johnson & Johnson) other - A person that was vaccinated with another vaccine than 'moderna' or 'pfizer_biontech'. This might occur if a person has been vaccinated in a different country etc. unknown - Vaccine information not available | Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ----------------------------------------------------------------------------- | | Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [sources.schema.json\*](../schema/sources.schema.json "open original schema") | ## vaccine Type `string` ([IncomingEpidemiologicVaccineType](sources-definitions-incomingepidemiologicvaccinetype.md)) ## vaccine Constraints **enum**: the value of this property must be equal to one of the following values: | Value | Explanation | | :------------------ | ----------- | | `"all"` | | | `"johnson_johnson"` | | | `"moderna"` | | | `"other"` | | | `"pfizer_biontech"` | | | `"unknown"` | |