Skip to content

Commit

Permalink
Add 3.0.1 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianclay authored Jul 12, 2024
1 parent 91a2e25 commit c0af3a9
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [3.0.1] - 2024-07-12

### Added
* The AllergyIntoleranceMapper has been enhanced to support the redaction fix. If an Allergy Intolerance record includes a confidentialityCode, the meta.security field of the corresponding FHIR resource will now be appropriately populated.
* The AllergyIntoleranceMapper has been enhanced to support the redaction fix. If an Allergy Intolerance record includes a confidentialityCode,
the `meta.security` field of the corresponding FHIR resource will now be [appropriately populated][nopat-docs].
* When the SNOMED DB ingest script has not completed successfully, The GP2GP Translator Service will now exit and throw a
RuntimeException with the following message:
```
FATAL: Expected Immunization codes not found in snomedct.immunization_codes view.
SNOMED CT Database not set up correctly.
Please update / reload the SNOMED DB.
```
RuntimeException with the following message:
```
FATAL: Expected Immunization codes not found in snomedct.immunization_codes view.
SNOMED CT Database not set up correctly.
Please update / reload the SNOMED DB.
```

### Fixed
* DiagnosticReports now preserves original ordering for mapped result references.
[nopat-docs]: https://simplifier.net/guide/gpconnect-data-model/Home/Build/FHIR-resources?version=current#Resources-not-to-be-disclosed-to-a-patient

### Fixed
* `DiagnosticReport.result`s now preserve original ordering provided in the HL7.

## [3.0.0] - 2024-07-02

Expand Down

0 comments on commit c0af3a9

Please sign in to comment.