covidatlas / li

Next-generation serverless crawler for COVID-19 data
Apache License 2.0
57 stars 33 forks source link

Source for US-CA ICU #336

Open BriceWolfgang opened 4 years ago

BriceWolfgang commented 4 years ago

icu: ‘icu_available_beds', icu_current: 'icu_suspected_covid_patients'

1ec5 commented 4 years ago

icu: ‘icu_available_beds', icu_current: 'icu_suspected_covid_patients'

These suggested fields don’t match this project’s definitions:

https://github.com/covidatlas/li/blob/e5f764d15a6108eebad6ad1438419e029a34f475/src/shared/constants/case-data-fields.js#L29-L33

However, we can get icu_current by adding icu_covid_confirmed_patients and icu_suspected_covid_patients. Some counties are individually reporting cumulative hospitalizations, but I don’t think CDPH is reporting that anywhere.