From b7c21ef7bd3e04b05c87aa9001d6ecbc5e331a83 Mon Sep 17 00:00:00 2001 From: tmsMedcom <88831880+tmsMedcom@users.noreply.github.com> Date: Thu, 9 Mar 2023 16:26:53 +0100 Subject: [PATCH] Updated FCTL01 to FCTL in accordance to existing Governance --- input/fsh/MedComMessagingMapFhirToSorEdi.fsh | 2 +- input/fsh/MedComMessagingSorEdiCodes.fsh | 4 ++-- release-notes.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/input/fsh/MedComMessagingMapFhirToSorEdi.fsh b/input/fsh/MedComMessagingMapFhirToSorEdi.fsh index 9a51c75..4b1898c 100644 --- a/input/fsh/MedComMessagingMapFhirToSorEdi.fsh +++ b/input/fsh/MedComMessagingMapFhirToSorEdi.fsh @@ -20,6 +20,6 @@ Description: "ConceptMap between MedComs FHIR message names and SOREDI message n * group.element[=].target.equivalence = #equivalent * group.element[+].code = #acknowledgement-message * group.element[=].display = "FHIR: Acknowledgement Message (Kvittering)" -* group.element[=].target.code = #FCTL01 +* group.element[=].target.code = #FCTL * group.element[=].target.display = "SOREDI: Acknowledgement Message (Kvittering)" * group.element[=].target.equivalence = #equivalent diff --git a/input/fsh/MedComMessagingSorEdiCodes.fsh b/input/fsh/MedComMessagingSorEdiCodes.fsh index d909f96..0ab1f43 100644 --- a/input/fsh/MedComMessagingSorEdiCodes.fsh +++ b/input/fsh/MedComMessagingSorEdiCodes.fsh @@ -8,7 +8,7 @@ Description: "Codes for SOREDI message types" * ^caseSensitive = false * #FDIS20 "Care Communication Message (Korrepondance meddelelse)" * #FDIS91 "Hospital Notification Message (Advis om Sygehusophold)" -* #FCTL01 "Acknowledgement Message (Kvittering)" +* #FCTL "Acknowledgement Message (Kvittering)" ValueSet: MedComMessagingSorEdiValues Id: medcom-messaging-sorEdiValues @@ -19,5 +19,5 @@ Description: "Values for SOREDI message types" * ^date = "2023-02-27" * MedComMessagingSorEdiSystem#FDIS20 "Care Communication Message (Korrepondance meddelelse)" * MedComMessagingSorEdiSystem#FDIS91 "Hospital Notification Message (Advis om Sygehusophold)" -* MedComMessagingSorEdiSystem#FCTL01 "Acknowledgement Message (Kvittering)" +* MedComMessagingSorEdiSystem#FCTL "Acknowledgement Message (Kvittering)" diff --git a/release-notes.md b/release-notes.md index 111e058..032d1a5 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1 @@ -Added the code 'FCTL01' and display value to CodeSystem MedComMessagingSorEdiSystem, ValueSet MedComMessagingSorEdiValues and added Acknowledgement as codes in the ConceptMap MedComMessagingMapFhirToSorEdi. \ No newline at end of file +* Added the code 'FCTL' and display value to CodeSystem MedComMessagingSorEdiSystem, ValueSet MedComMessagingSorEdiValues and added Acknowledgement as codes in the ConceptMap MedComMessagingMapFhirToSorEdi. \ No newline at end of file