Skip to content

Commit

Permalink
Updated FCTL01 to FCTL in accordance to existing Governance
Browse files Browse the repository at this point in the history
  • Loading branch information
tmsMedcom committed Mar 9, 2023
1 parent 94bb4d6 commit b7c21ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion input/fsh/MedComMessagingMapFhirToSorEdi.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions input/fsh/MedComMessagingSorEdiCodes.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)"

2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Added the code 'FCTL01' and display value to CodeSystem MedComMessagingSorEdiSystem, ValueSet MedComMessagingSorEdiValues and added Acknowledgement as codes in the ConceptMap MedComMessagingMapFhirToSorEdi.
* Added the code 'FCTL' and display value to CodeSystem MedComMessagingSorEdiSystem, ValueSet MedComMessagingSorEdiValues and added Acknowledgement as codes in the ConceptMap MedComMessagingMapFhirToSorEdi.

0 comments on commit b7c21ef

Please sign in to comment.