We developed a SIR (Susceptible, Infectious, or Recovered) model in Python, utilising research conducted by Queensland Health, ultimately allowing us to predict the spread of COVID-19 through Queensland. We used the capture-recapture method to ensure we were accurately estimating the complete set of cases. We developed curves for all hospital districts which enabled more accurate decision making at the departmental level as well at the hospital level.

—-Image description —-
The prediction data fed into a Qlik Sense dashboard that included projected dates, and predicted beds occupied with COVID patients on that day, and how many of those were new admissions. Some of the relevant variables were infection rates, recovery rates, the estimated number of people that were expected to visit each region, the reported number of people in each hospital region, and the estimated length of stay in hospital. By using a series of dynamic parameters, we were able to answer vital questions, such as;
- Do we need to purchase beds from the private sector in order to manage the current wave?
- How many ICU beds were required?
- How many virtual ward admissions were expected?
For the first wave, a curve was generated for each HHS (Hospital and Health Service) according to their specific start date. However, after the first wave, it was found that accurate predictions could be created through just proportioning the statewide curve across the HHSs using population data from the Australian Bureau of Statistics (ABS). This allowed us to create curves for some of the smaller HHS regions.
The dynamic parameters allowed HHSs to change parameters such as hospitalisation rates and average Length of Stay (LoS) to account for demographic factors within their communities. This work was critical for ensuring hospitals could handle their patient in-flow, making changes to their operating practices around Elective Surgery where necessary.

—- Image description —-