Skip to content

Commit

Permalink
Merge pull request #13 from medcomdk/v.1.2.0-r1
Browse files Browse the repository at this point in the history
V.1.2.0
  • Loading branch information
mbumedcom authored Mar 10, 2023
2 parents b196bb1 + b7c21ef commit 37a7f64
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
8 changes: 7 additions & 1 deletion input/fsh/MedComMessagingMapFhirToSorEdi.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ InstanceOf: ConceptMap
Title: "MedComMessagingMapFhirToSorEdi"
Description: "ConceptMap between MedComs FHIR message names and SOREDI message names"
* name = "MedComMessagingMapFhirToSorEdi"
* version = "1.0.0"
* version = "1.1.0"
* status = #active
* date = "2023-02-27"
* sourceUri = Canonical(MedComMessagingMessageTypes)
* targetUri = Canonical(MedComMessagingSorEdiValues)
* group.element[+].code = #care-communication-message
Expand All @@ -17,3 +18,8 @@ Description: "ConceptMap between MedComs FHIR message names and SOREDI message n
* group.element[=].target.code = #FDIS20
* group.element[=].target.display = "SOREDI: Hospital Notification Message (Advis om Sygehusophold)"
* group.element[=].target.equivalence = #equivalent
* group.element[+].code = #acknowledgement-message
* group.element[=].display = "FHIR: Acknowledgement Message (Kvittering)"
* group.element[=].target.code = #FCTL
* group.element[=].target.display = "SOREDI: Acknowledgement Message (Kvittering)"
* group.element[=].target.equivalence = #equivalent
10 changes: 6 additions & 4 deletions input/fsh/MedComMessagingSorEdiCodes.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@ CodeSystem: MedComMessagingSorEdiSystem
Id: medcom-messaging-sorEdiSystem
Title: "MedComMessagingSorEdiCodeSystem"
Description: "Codes for SOREDI message types"
* ^version = "1.0.0"
* ^version = "1.1.0"
* ^status = #active
* ^date = "2022-09-01"
* ^date = "2023-02-27"
* ^caseSensitive = false
* #FDIS20 "Care Communication Message (Korrepondance meddelelse)"
* #FDIS91 "Hospital Notification Message (Advis om Sygehusophold)"
* #FCTL "Acknowledgement Message (Kvittering)"

ValueSet: MedComMessagingSorEdiValues
Id: medcom-messaging-sorEdiValues
Title: "MedComMessagingSorEdiValues"
Description: "Values for SOREDI message types"
* ^version = "1.0.0"
* ^version = "1.1.0"
* ^status = #active
* ^date = "2022-09-01"
* ^date = "2023-02-27"
* MedComMessagingSorEdiSystem#FDIS20 "Care Communication Message (Korrepondance meddelelse)"
* MedComMessagingSorEdiSystem#FDIS91 "Hospital Notification Message (Advis om Sygehusophold)"
* 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 @@
Alligned the content of display values in the CodeSystem MedComMessagingActivityCodes and ValueSet MedComHospitalNotificationMessageActivityCodes.
* Added the code 'FCTL' and display value to CodeSystem MedComMessagingSorEdiSystem, ValueSet MedComMessagingSorEdiValues and added Acknowledgement as codes in the ConceptMap MedComMessagingMapFhirToSorEdi.
2 changes: 1 addition & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: MedComTerminology
title: "DK MedCom Terminology"
description: The DK MedCom Terminology IG
status: active # draft | active | retired | unknown
version: 1.1.1
version: 1.2.0
fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html
copyrightYear: 2022+
releaseLabel: Release # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use
Expand Down

0 comments on commit 37a7f64

Please sign in to comment.