From c0af3a9b6cd3357b49001a311063b0892e569d82 Mon Sep 17 00:00:00 2001 From: Adrian Clay Date: Fri, 12 Jul 2024 16:18:32 +0100 Subject: [PATCH] Add 3.0.1 to CHANGELOG --- CHANGELOG.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6094dd5e..801934c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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