Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/status-of-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ permissions:
pull-requests: write

jobs:
lint:
uses: medcomdk/fhir-publishing/.github/workflows/fsh-lint.yaml@main
qa-report-status:
uses: medcomdk/fhir-publishing/.github/workflows/qa-report.yaml@main
12 changes: 0 additions & 12 deletions input/fsh/MedComMessagingMessage.fsh
Comment thread
olw-medcom marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,13 @@ Description: "Base resource for all MedCom messages."
* entry MS
* entry.resource MS
* entry.resource ^short = "Each MedCom message shall contain a MedComMessagingMessageHeader and MedComMessagingProvenance. Please refer to invariant medcom-messaging-1, medcom-messaging-2, and medcom-messaging-3."
* obeys medcom-messaging-1
* obeys medcom-messaging-2
//* obeys medcom-messaging-3

Invariant: medcom-messaging-1
Description: "The MessageHeader resource shall conform to medcom-messaging-messageHeader profile"
Severity: #error
Expression: "entry[0].resource.conformsTo('http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-messageHeader')"

Invariant: medcom-messaging-2
Description: "There shall be at least one Provenance resource in a MedCom message"
Severity: #error
Expression: "entry.resource.ofType(Provenance).exists()"

Invariant: medcom-messaging-3
Description: "All Provenance resources shall conform to the medcom-messaging-provenance profile"
Severity: #error
Expression: "entry.resource.ofType(Provenance).conformsTo('http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-provenance').allTrue()"

Instance: eb26be85-fdb7-454d-a980-95cba6d1745b
InstanceOf: MedComMessagingMessage
Title: "Bundle used in an empty message."
Expand Down
2 changes: 1 addition & 1 deletion input/pagecontent/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Autogenerated examples are available for download:
- [XML](examples.xml.zip)
- [JSON](examples.json.zip)

### Downloadable Copy of schematrons
### Downloadable Copy of IG

A downloadable version of profiles, valuesets and other profiles used in this IG is available for download (npm format):

Expand Down
6 changes: 3 additions & 3 deletions publication-request.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"package-id": "medcom.fhir.dk.messaging",
"version": "4.0.1",
"path": "http://medcomfhir.dk/ig/messaging/4.0.1",
"version": "4.0.2",
"path": "http://medcomfhir.dk/ig/messaging/4.0.2",
"status": "release",
"sequence": "Release 4.x.x",
"mode" : "milestone",
"descmd": "@release-notes.md",
"desc": "Release 4.0.1 - See release notes"
"desc": "Release 4.0.2 - See release notes"
}
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Corrected a versioning error in the terminology. Therefore, MedComMessaging has been re-released to fix the dependency.
- Changed the FHIRPath constraint 'conformsTo'. This is due to various FHIR SDK's not supporting the function 'conformsTo'
2 changes: 1 addition & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: DK MedCom Messaging
title: DK MedCom Messaging
description: This IG includes messaging profiles defined by MedCom. These profiles are used in messagebased communication.
status: active
version: 4.0.1
version: 4.0.2
fhirVersion: 4.0.1
copyrightYear: 2021+
releaseLabel: release # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use
Expand Down