Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make build outliers SP support dynamic entity types #48

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

Jongmassey
Copy link
Contributor

@Jongmassey Jongmassey commented Feb 11, 2023

This refactoring is motivated by the need to report on outliers for the entities in the new NHS primary care organisational structure.

builds table now has an entities array column which lists which entity types (e.g. ICB, PCN, STP, CCG) were used in the build of that dataset.

The build_outliers_dynamic sp now requires this entities array as a parameter and operates over it to generate the required dynamic sql statements throughout.

In order to present a consistent schema to the tables used in this dynamic sql, a per-entity-type view is created for each mapping the practice id (at which the primary level of aggregation is performed and stored in the summed table) to the id of the parent entity in question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant