Closed lossyrob closed 4 years ago
Potential data to validate against and ideas to integrate: http://www.healthdata.org/research-article/forecasting-covid-19-impact-hospital-bed-days-icu-days-ventilator-days-and-deaths
Fixed in #87
This does not save off a dataset but creates a method for dynamically generating it for any dataframe of region information.
To do this, I am combining county level cases, county population and the CHIME model.
This dataset will include numbers for 3 patient "dispositions" (
hospitalized
,ICU
, andventilated
) over time. There are 3 datasets produced by the CHIME model for each of the dispositions, each per day after initial date:I will use default parameters for the SIR model, using count population and latest confirmed cases, as well as a estimated detection probability as described in https://github.com/CodeForPhilly/chime/pull/272. The code should be such that at a future time point we can collect and use better parameters per-state or per-county from people who know how to estimate their own region better than the defaults.
This dataset will add a time component to the CovidCareMap data, which has been static so far. This include:
Data deployment will be considered outside of the scope of this issue for now. The data format should optimize for ease of use for visualization and analytics.
The addition of this dataset will move the CovidCareMap.org (CCM) data to have the following information:
With the PPE models from #45 we'll may be able to include PPE estimated needs over days based on CHIME model output. This may require staffing estimations, work for which was started here.
This dataset should unblock Care Gap analysis.