Releases: IHTSDO/health-data-analytics
6.0.0 Prototype
This prototype was created to explore options for development of the analytics demonstration tool and to support ongoing customer demonstrations.
Please note: if you are upgrading from the version 5 prototype there are breaking changes in this version, as detailed below.
Breaking changes
- Upgraded to Elasticsearch 8.11.1 from Elasticsearch 7
- Easiest option is to create a fresh Elasticsearch deployment and reimport healthcare data
Fixes
- Many API library upgrades including Spring Boot
Executable files are attached for:
- Synthetic Data Generator
- Analytics Server App (including API and user interface).
Please see the README document for instructions of how to use them.
5.0.0 Prototype
This prototype was created to explore options for development of the analytics demonstration tool and to support ongoing customer demonstrations.
Please note: if you are upgrading from the version 4 prototype there are breaking changes in this version, as detailed below.
Breaking changes
- Upgraded from Java JDK 11 to JDK 17
- New field in patient index to allow multiple datasets (patient data must be reimported)
Features
- Ability to host multiple patient datasets
- Dataset name must be provided during data import
- Dataset can be selected through the user interface
Fixes
- Many API library upgrades including Spring Boot
- Many frontend library upgrades
Executable files are attached for:
- Synthetic Data Generator
- Analytics Server App (including API and user interface).
Please see the README document for instructions of how to use them.
4.0.0 Prototype
This prototype was created to explore options for development of the analytics demonstration tool and to support the tutorial in Lisbon.
Executable files are attached for:
- Synthetic Data Generator
- Analytics Server App (including API and user interface).
Please see the README document for instructions of how to use them.
Utilities Only Pre-Release 3.1.0-SNAPSHOT 4
Encounter clustering / feature reduction utility updates for Barts Health.
- Added readme https://github.com/IHTSDO/health-data-analytics/tree/develop/utilities.
- Added
-exclude-ancestor-clusters
flag.
Release 3.0.0
Release cut October 2020
Features
- Added Bulk FHIR import using JSONP format for
Patient
,Condition
,Procedure
andMedicationRequest
resources. - Enabled patient Control Group by allowing complex
exclusionCriteria
on report cohort definitions.
Improvements
- Significant bulk import performance improvements.
- Added simple documentation for using Synthea.
Release 1.2.0
Release 1.2.0
Bug Fix Release 1.1.1
Fixes
- Guard against concepts which are missing or with no descendants. (Issue #5)
- Since the July 2018 International Release concept 350468007 | Direct acting anticoagulant (product) | has had no active descendants which has been causing generation of the demonstration population to fail. This fix uses the concept quoted in the data generation rules if it has no descendants and logs a warning to say this is happening.