You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
labs(x = "Age Category", y = "",
120
121
title = "Percent Hospitalized Cases of Total Tested by Age Group ",
121
122
subtitle = "Allegheny County",
122
123
caption = "Delphi Group, delphi.cmu.edu, \nData from Allegheny County Dashboard ") +
@@ -155,11 +156,11 @@ <h2>An alternative to Monte Carlo: the analytical model</h2>
155
156
</ol>
156
157
<p>The second types of inputs are the daily positive cases split by their traits. This is the input that the user actively changes on their end.</p>
157
158
<p>Behind the scenes, we take these parameters (first input) and generate Offset Fractions, which is the probability that a patient with given traits will occupy a bed on k days after the specimen testing date. These Offset Fractions and the daily positive case breakdown (second input) give us the expected mean and variance up to 1 month in the future of the number of patients in the hospital per day based on the cases already seen. This information can be used to generate plots like Fig 3. This graph isn’t to suggest that there won’t be any need for beds after February! It is just that based on the cases we know, very few people will remain hospitalized after a month.</p>
geom_line(aes(x = dates, y = mean,color = "mean"), fill="black") +
165
166
labs(x = "", y = "",
@@ -176,7 +177,7 @@ <h2>An alternative to Monte Carlo: the analytical model</h2>
176
177
<h2>The only constant during the pandemic is change</h2>
177
178
<p>By November, we had a prototype Cases2Beds spreadsheet for ACHD that they used. Over the following months, we made various modifications with their feedback. For example, the ACHD staff did not have time to input the case numbers. So, we were able to use the granular public data to give them estimates of future hospital utilization without any inputs on their end. We were also able to showcase the spreadsheet to other health departments and hospitals by generating public parameters for offset and length of stay from different national public resources, like the Florida line-level COVID dataset<sup><ahref="#FloridaLineLevelLink">4</a></sup>. Based on these users’ feedback, we started to use Cases2Beds as an input to hospital utilization forecasting models. Other inputs included current hospital bed utilization (from HHS Protect<sup><ahref="#HHSLink">5</a></sup>), how long current patients are likely to continue to be hospitalized, and how many new cases there will be in the near future. A preliminary evaluation of such a method shows decent predictive power when parameters are <em>tailored to a location</em>.</p>
178
179
<p>At the peak of bed utilization, hospital systems themselves increased their COVID beds utilization to <em>6x</em> more than in October 2020. Fortunately, in Allegheny County, we never reached a point where demand for beds exceeded a somewhat elastic supply. By early January, multiple organizations told us that the pandemic’s most acute problem had changed to vaccine distribution and the number of COVID-19 beds needed dropped. Cases2Beds continues to act as an early warning system if the number of cases rise quickly, but hopefully the worst is now over.</p>
0 commit comments