From e4857be3b902ef5a99812be45b3787bd4ba4eab7 Mon Sep 17 00:00:00 2001 From: Adrian Clay Date: Thu, 9 Nov 2023 10:21:46 +0000 Subject: [PATCH] Clarify additional upgrade insturctions in CHANGELOG --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa9c82a8..1a6656c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Changed + +* Changed `ReferralRequest` mapping to use `ASAP` instead of the `Stat` value. + +### Fixed + * Updated the way immunization codes are loaded to build these from the relationships reference set in the SNOMED CT -release rather than the outdated CSV file. -* Changed ReferralRequest mapping to use `ASAP` instead of `Stat`. + release rather than a static set of values. + +> [!NOTE] +> **Upgrade information** Subsequent to deploying the latest version of the facade and translator images, users will need to +> perform an [update of their patient switching SNOMED database](/OPERATING.md#updating-the-snomed-database). ## [1.0.0] - 2023-11-01 🎉