What's Changed
Added new population catchments #227
We now use the same logic for creating catchment populations for both the inputs rates data and the model demographics module. The logic has been slightly refined to be closer to OHID's earlier work to create hospital catchments.
Abstract inputs geography type by #230
We now have inputs data available both at provider level, and local authority (LAD23CD) level.
We also now include all providers in the inputs data, not just acute providers (#233)
Removes mental health providers from tables by #231
By including all providers in the inputs data, we introduced a new issue where mean lengths of stay for inpatients were being skewed by Mental Health providers, where patients can have significantly greater lengths of stays than in acute providers. We remove these providers from all of our data extracts.
We do this slightly later for ECDS data though, as some providers which are classed as Mental Health do run walk in centres/minor injury units (#234).
Other PR's
- fix typing issues by @tomjemmett in #228
- removes deprecated function by @tomjemmett in #229
- fix typing issues for ty 0.0.12 by @tomjemmett in #232
Full Changelog: v4.3.0...v4.4.0