# GeoRegionVaccPersonByResidence Schema ```txt https://covid19.admin.ch#/definitions/VaccPersonsWeeklyIndicationIncomingData/properties/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). | 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") | ## geoRegion Type `string` ([GeoRegionVaccPersonByResidence](sources-definitions-georegionvaccpersonbyresidence.md)) ## 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"` | |