# IncomingVaccinationLocationType Schema ```txt https://covid19.admin.ch#/definitions/VaccinationWeeklyLocationIncomingData/properties/location ``` Location of the administered vaccination dose. hospital - Hospitals medical_practice - Medical practices nursing_home - Retirement and care homes pharmacy - Pharmacies vaccination_centre - Vaccination locations other - All other not further specified (or unknown) locations. | 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") | ## location Type `string` ([IncomingVaccinationLocationType](sources-definitions-incomingvaccinationlocationtype.md)) ## location Constraints **enum**: the value of this property must be equal to one of the following values: | Value | Explanation | | :--------------------- | ----------- | | `"hospital"` | | | `"medical_practice"` | | | `"nursing_home"` | | | `"other"` | | | `"pharmacy"` | | | `"vaccination_centre"` | |