# DailyEpiRawIncomingData Schema ```txt https://covid19.admin.ch#/definitions/DailyEpiRawIncomingData ``` Combined daily record timelines for cases, hosp & death by geoRegion. Minimal content without pre-calculated values. | 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\*](../schema/sources.schema.json "open original schema") | ## DailyEpiRawIncomingData Type `object` ([DailyEpiRawIncomingData](sources-definitions-dailyepirawincomingdata.md)) # DailyEpiRawIncomingData Properties | Property | Type | Required | Nullable | Defined by | | :---------------------- | -------- | -------- | -------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [cases](#cases) | `number` | Required | cannot be null | [COVID-19 Dashboard Source Data](sources-definitions-dailyepirawincomingdata-properties-cases.md "https://covid19.admin.ch#/definitions/DailyEpiRawIncomingData/properties/cases") | | [date](#date) | `string` | Required | cannot be null | [COVID-19 Dashboard Source Data](sources-definitions-dailyepirawincomingdata-properties-date.md "https://covid19.admin.ch#/definitions/DailyEpiRawIncomingData/properties/date") | | [deaths](#deaths) | `number` | Required | cannot be null | [COVID-19 Dashboard Source Data](sources-definitions-dailyepirawincomingdata-properties-deaths.md "https://covid19.admin.ch#/definitions/DailyEpiRawIncomingData/properties/deaths") | | [geoRegion](#geoRegion) | `string` | Required | cannot be null | [COVID-19 Dashboard Source Data](sources-definitions-dailyepirawincomingdata-properties-geounit.md "https://covid19.admin.ch#/definitions/DailyEpiRawIncomingData/properties/geoRegion") | | [hosps](#hosps) | `number` | Required | cannot be null | [COVID-19 Dashboard Source Data](sources-definitions-dailyepirawincomingdata-properties-hosps.md "https://covid19.admin.ch#/definitions/DailyEpiRawIncomingData/properties/hosps") | ## cases Absolute number of cases for this day. `cases` - is required - Type: `number` ([cases](sources-definitions-dailyepirawincomingdata-properties-cases.md)) - cannot be null - defined in: [COVID-19 Dashboard Source Data](sources-definitions-dailyepirawincomingdata-properties-cases.md "https://covid19.admin.ch#/definitions/DailyEpiRawIncomingData/properties/cases") ### cases Type `number` ([cases](sources-definitions-dailyepirawincomingdata-properties-cases.md)) ## date Date of case for cases, date of hospital entry for hospitalisations and the date of death for deaths. The date of case is constructed taking the earliest available of: the date of swab, the date of test, and the date the report arrived at the FOPH. Generally, the date of case corresponds to the date the swab was taken. Formatted as ISO-Date 2020-10-12 `date` - is required - Type: `string` ([date](sources-definitions-dailyepirawincomingdata-properties-date.md)) - cannot be null - defined in: [COVID-19 Dashboard Source Data](sources-definitions-dailyepirawincomingdata-properties-date.md "https://covid19.admin.ch#/definitions/DailyEpiRawIncomingData/properties/date") ### date Type `string` ([date](sources-definitions-dailyepirawincomingdata-properties-date.md)) ## deaths Absolute number of deaths for this day. `deaths` - is required - Type: `number` ([deaths](sources-definitions-dailyepirawincomingdata-properties-deaths.md)) - cannot be null - defined in: [COVID-19 Dashboard Source Data](sources-definitions-dailyepirawincomingdata-properties-deaths.md "https://covid19.admin.ch#/definitions/DailyEpiRawIncomingData/properties/deaths") ### deaths Type `number` ([deaths](sources-definitions-dailyepirawincomingdata-properties-deaths.md)) ## geoRegion Geographical unit of the data records. May be either one of the top level Units CHFL, CH or FL for aggregated record sets or the canton of residence when available or the administrative canton i.e. the canton in which the case was diagnosed (if the place of residence is unknown or if the patient lives abroad). `geoRegion` - is required - Type: `string` ([GeoUnit](sources-definitions-dailyepirawincomingdata-properties-geounit.md)) - cannot be null - defined in: [COVID-19 Dashboard Source Data](sources-definitions-dailyepirawincomingdata-properties-geounit.md "https://covid19.admin.ch#/definitions/DailyEpiRawIncomingData/properties/geoRegion") ### geoRegion Type `string` ([GeoUnit](sources-definitions-dailyepirawincomingdata-properties-geounit.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"` | | | `"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"` | | ## hosps Absolute number of hospitalisations for this day. `hosps` - is required - Type: `number` ([hosps](sources-definitions-dailyepirawincomingdata-properties-hosps.md)) - cannot be null - defined in: [COVID-19 Dashboard Source Data](sources-definitions-dailyepirawincomingdata-properties-hosps.md "https://covid19.admin.ch#/definitions/DailyEpiRawIncomingData/properties/hosps") ### hosps Type `number` ([hosps](sources-definitions-dailyepirawincomingdata-properties-hosps.md))