-
Notifications
You must be signed in to change notification settings - Fork 10
/
hospitals_data_model.json
33 lines (33 loc) · 1.17 KB
/
hospitals_data_model.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "CA COVID-19 Hospitalization Data",
"update_time": "yyyy-mm-ddThh:mmz",
"source_url": "POINT TO LANDING PAGES, IN CASE ENDPOINTS CHANGE",
"meta_from_baypd": "STORE IMPORTANT NOTES ABOUT OUR METHODS HERE",
"meta_from_source": [
{
"info": {
"notes": "NOTES ABOUT THE FIELD, IF ANY",
"type_override": "FIELD DATA TYPE - GENERALLY SAME AS 'TYPE' BELOW",
"label": "HUMAN-FRIENDLY FIELD LABEL"
},
"type": "FIELD DATA TYPE - SQL-LIKE (E.G. 'int', 'numeric', 'text')",
"id": "FIELD ID IN SERIES DATA"
}
],
"series": {
"county_name": [
{
"icu_covid_confirmed_patients": -1,
"icu_suspected_covid_patients": -1,
"hospitalized_covid_patients": -1,
"hospitalized_suspected_covid_patients": -1,
"icu_available_beds": -1,
"county": "Name1 Name2",
"hospitalized_covid_confirmed_patients": -1,
"_id": -1,
"all_hospital_beds": -1,
"date": "yyyy-mm-dd"
}
]
}
}