New feature(s)
- Place of birth and country of birth: implemented both for HiX and only the latter for Clarity.
- Partial ElasticSearch reload of patient category
- Data Quality categorisation of rules and ability to disable/enable rules
Generic datamodel/etl changes
- Removed id convert from views
- Improved logging to catch more etl failures and pipeline exception failures
New or significantly updated category:
- New fields:
[dbo].[DW_PATIENT_DIM].[place_of_birth] nvarchar(50) null
and [dbo].[DW_PATIENT_DIM].[country_of_birth] nvarchar(100) null
- New view fields:
[dbo].[patient].[PlaceOfBirth] nvarchar(50) null
and [dbo].[patient].[CountryOfBirth] nvarchar(100) null
- Removed all
DW_PROBLEM_*
tables since they were unused
EHR-specific datamodel/etl changes
hix
- Additional form entries are now searchable
- Fixed an issue where care providers were not always loaded in form entries
- Fixed an issue where older SEH forms were not properly loaded
clarity
- Diagnosis missing values removed from view
- Warrants a partial reload if missing values were loaded