-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from nhsengland/dg_ae_forecasting
Dg ae forecasting: A page for the A&E forecasting project
- Loading branch information
Showing
6 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: 'Accident and Emergency (A&E) Forecasting Tool' | ||
summary: 'A probabilistic model which gives a three-week forecast for A&E departments, predicting their expected admissions loads.' | ||
origin: '' | ||
tags: ['MODELLING', 'HOSPITAL', 'MONTE CARLO', 'URGENT CARE', ] | ||
--- | ||
|
||
![Image showing plot of historical and predicted admissions rates. The plot shows the confidence intervals for the model's fit to historical data, and for its predictions.](../images/a_and_e_forecasting/forecast.png) | ||
|
||
The A&E forecasting tool models historical data from A&E departments to forecast likely admissions numbers over the coming days up to three weeks in advance. This is a probabilistic model, which provides confidence intervals within which a given location's admissions numbers are likely to fall. Breakdowns are provided at the Country, Region, ICS, Trust, and Site level as well as broad age groups. The tool is intended to be used alongside local information to help trusts and ICSs plan and prepare for the demand placed on their services. | ||
|
||
Having this information can help departments, trusts, and ICS' plan and prepare for the demand placed on their services. Breakdowns are provided at the Country, Region, ICS, Trust, and Site level. Weekly trends are provided. | ||
|
||
![Image of weekly trends being predicted and compared](../images/a_and_e_forecasting/weekly_trends.png) | ||
|
||
Forecasts are created at the chosen level of granularity (site, region, and so on); and these show expected admissions numbers for the following three weeks. These forecasts come with different levels of specificity, and differing levels of confidence. Users can view different forecasts in this way. For example, the 95% confidence interval forecast makes a less specific prediction than the 50% CI forecast, but as such the predictions made here are more likely to be correct. | ||
|
||
If looking at a higher level of granularity, such as region, a breakdown of constituent locations is shown comparing their forecast admission rates[^1]. | ||
![Example plot showing estimated daily admissions for a range of sites.](../images/a_and_e_forecasting/comparative_forecast.png) | ||
|
||
[^1]: Here the different lines correspond to different ICBs within a region. We have intentionally omitted the legend from this example, since the we are aiming to illustrate the functionality of the tool, and not to provide information about particular forecasts at particular site. | ||
|
||
The tool uses a Bayesian hierarchical time series forecasting model that is inspired by Facebook's ['prophet' model](https://github.com/facebook/prophet) and uses Monte Carlo Markov Chain (MCMC) technique to infer model parameters. Since the model can be decomposed into components, these component-level breakdowns are also provided to users in the dashboard to help explain the contribution of each component to forecasted admission numbers. | ||
|
||
We provide links to relevant guides, documentation, and tools below. | ||
|
||
### Links | ||
|
||
Note that some of the following links are hosted on the Future NHS website, which requires an account and is not open to the general public. | ||
|
||
Links| Accessible By | | ||
---|---| | ||
[User Guide](https://future.nhs.uk/nationaldataplatformfoundry/view?objectID=121110405)| NHS Staff | | ||
[Product](https://nhs.sharepoint.com/:w:/r/sites/datasciencerepository/Shared%20Documents/General/03%20Doing%20the%20work/06%20Other/FDP%20Transition/Product%20Documentation%20A%26E%20Admissions%20Forecasting%20Tool.docx?d=w38397884e8a94be89e45bcc338458b99&csf=1&web=1&e=LCbt5S)| NHS Staff| | ||
[Prophet Forecasting Repo](https://github.com/facebook/prophet)| Public | | ||
[Accessible lecture on MCMC modelling methods](https://www.youtube.com/watch?v=rZk2FqX2XnY&ab_channel=RichardMcElreath)| Public| | ||
|
||
|
||
[comment]: <> (The below header stops the title from being rendered (as mkdocs adds it to the page from the "title" attribute) - this way we can add it in the main.html, along with the summary.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters