This repo assembles the inputs needed for the demographic module of the NHP model (project 1163).
The repo performs 3 main tasks:
- sources and organises the demographic information required by the NHP model
- builds activity weighted catchment populations for hospital trusts
- describes a method for adjusting demand forecasts for future changes in population health status
If you have any questions please contact paulseamer@nhs.net.
The following datasets are required as inputs to the demographic module.
Population projections
- 2018-based national population projections (NPP)
- 2018-based sub-national population projections (SNPP)
- 2018-based national population projections (NPP) births by age of mother
- 2018-based sub-national population projections (SNPP) births by age of mother
Life tables
Life expectancy and disability free life expectancy at age 65 years
- timeseries life expectancy at age 65 years, males and females
- timeseries disability free life expectancy at age 65 years, males and females
Both these datasets are supplied by Chris White at the Office for National Statistics.
Local authority district names and codes, and digital vector boundaries
The following sctripts will read-in the required input datatsets.
read-snpp-2018b.R
read-npp-2018b.R
read-snpp-2018b-births.R
read-npp-2018b-births.R
read-life-tables-2018b.R
read-life-tables-2020b.R
create-lookups.R
Sub-national population projections are cut at age 90+. National population projections use 0-104, 105-109 and 110+. In order to model activity by single year of age to age 100, we take the age distribution for ages 90-100+ from NPP and apply to SNPP to create sub-national estimates for ages 0-99 and 100+. We implement a mapping between the two variant sets to ensure the most appropriate NPP distribution is used for each SNPP variant.
model-syoa-100-snpp-2018b.R
National population projections include a set of 17 variant projections. Sub-national projections include a much smaller set of 4 variants, limited to different assumptions about migration levels and trends. In order to provide a wider range of scenarios for use in the model, we create a custom set of 17 sub-national variant projections by applying the percentage differences between NPP variants (by age/sex/year) and the NPP principal projection to the 2018 baseline for each local authority from the SNPP.
custom-variants-snpp-2018b.R
If maternity activity is modeled in the same way as other types of activity then future demand will depend on changes in the number of women of child-bearing age (assuming maternity activity is recorded against the mother, as oppose to the child) e.g. maternity activity for 35-year-old women will increase or decrease inline with changes in the number of 35-year-old females in the general population. A better approach is for maternity activity to depend on changes in the number of births by age of the mother e.g. maternity activity for 35-year-old women increases or decreases inline with the number of births expected to 35-year-old mothers. We use data on projections of births by age of mother to implement this approach.
notebooks/model-maternity-activity.qmd
custom-variants-snpp-2018b-births.R
This notebook describes and implements a method for adjusting demand forecasts for future changes in population health status.
notebooks/model-pop-health-status.qmd
The NHP model requires estimates of population change specific to individual hospital trusts. Local authority district is the lowest geography that Office for National Statistics projections are produced for so catchments are built on LAD. This is different from the inputs app where catchments are built using lower level super output areas (to mirror Office for Health Improvement & Disparities OHID methodology) However, the inputs app only requires catchments for historic and current time periods - not future time periods. Catchments are built using only inpatient activity - we assume that this activity is most broadly representative of the population served by a hospital.
To limit the number of LADs associated with a single trust (i.e. to avoid a long tail of LADs that contribute negligible activity) we only include LADs with a 5% or greater share of inpatient activity. We then redistribute the retained activity to ensure the shares across LADs sum to one.
A trust's final catchment population comprises a weighted sum of its LAD catchment populations where LADs that contribute a greater share of the trust's activity take a greater weight.
trust-catchments.R
weighted-trust-catchments.R
- see
/figures
folder for maps showing trust catchments
The following files are required as inputs to the NHP model.
data/cohort4_trust_wt_catchment_pops.csv
data/cohort4_trust_wt_catchment_births.csv
data/life_expectancy_change.csv
data/split_normal_parameters.csv
data/lookup_proj_var.csv
- install a Markdown parser e.g. markdown-it
- npm install markdown-it --save
- from CMD - markdown-it README.md -o README.html