Converting spell level modelling to episode level capacity estimates¶
The NHP model operates at a spell level and takes specialty, procedures, and diagnostic information from the last episode in spell. However, we need to model capacity at an episode level, because working at spell level means that we lose the detail of specialty attribution, procedure activity, and diagnostic information from earlier episodes.
This document outlines how we link spell level outputs from the NHP capacity model to episode level functional areas, so that we can deliver capacity conversion at the required level of detail.
We first work out from the baseline data what percentage of the spell was spent in different functional areas.
| Spell ID | Spell duration in baseline year | Episodes | Episode functional area | Episode duration in baseline year | Episode proportion of spell duration |
|---|---|---|---|---|---|
| A | 6 | A1 | FA1 | 6 | 1 |
| B | 10 | B1 | FA1 | 2 | 0.2 |
| B2 | FA2 | 8 | 0.8 | ||
| C | 0 | C1 | FA3 | 0 | 1 |
Below is a simplified example of model results in a single iteration of the model (there are usually 256). The NHP model can change the length of a spell, the point of delivery, duplicate spells, or remove them entirely.
- Spell B has been duplicated
- Spell C is not in the modelled horizon year
- Spell A and one of the duplicated spells in Spell B has had its modelled beddays reduced, because of the efficiency TPMAs
| Spell ID | Modelled spell beddays |
|---|---|
| A | 4 |
| B | 10 |
| B | 8 |
We can now work out how many beddays to allocate to each functional area:
| Spell ID | Modelled spell duration in horizon year | Episodes | Episode functional area | Episode proportion of spell duration | Modelled functional area beddays for the episode |
|---|---|---|---|---|---|
| A | 4 | A1 | FA1 | 1 | 4 |
| B | 10 | B1 | FA1 | 0.2 | 2 |
| B2 | FA2 | 0.8 | 8 | ||
| B | 8 | B1 | FA1 | 0.2 | 1.6 |
| B2 | FA2 | 0.8 | 6.4 |
The total modelled beddays for FA1 is 4 + 2 + 1.6 = 7.6
The total modelled beddays for FA2 is 8 + 6.4 = 14.4
Fractional beddays, whilst not possible in the real world, are not an issue in modelling because the beddays are aggregated for each functional area across all 256 model runs, and we are looking at overall patterns instead of specific details.
Changes of functional area¶
There may be instances where the functional area changes in the modelling process. This is due to the following TPMAs:
When the new functional area is not inpatients – converting to SDEC (currently recorded in A&E) or converting to Outpatients – this is not an issue.
However, where the model converts activity to daycase, this changes the functional area. This is indicated in the model results by a change in the classpat to 2. In these cases we will identify the spell by the Spell ID and change the functional area for all the episodes to the new daycase functional area. The modelled LOS will be 0 so all of the episodes will have a 0 epidur.
| Spell ID | Spell duration in baseline year | Episodes | Episode functional area | Episode duration in baseline year | Episode proportion of spell duration |
|---|---|---|---|---|---|
| C | 0 | C1 | FA3 | 0 | 1 |
| D | 2 | D1 | FA3 | 1 | 0.5 |
| D2 | FA4 | 1 | 0.5 |
| Spell ID | Modelled spell beddays | Modelled spell beddays |
|---|---|---|
| C | DC | 0 |
| D | DC | 0 |
| Spell ID | Modelled spell duration in horizon year | Episodes | Modelled episode functional area | Modelled functional area beddays for the episode |
|---|---|---|---|---|
| C | 0 | C1 | DC | 0 |
| D | 0 | D1 | DC | 0 |
| D2 | DC | 0 |