From aeba2ba23c30f20ebb72f8c5b4a94c3a6ebf188a Mon Sep 17 00:00:00 2001 From: "Bart Decuypere (eHealth)" <90335317+bdc-ehealth@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:24:41 +0100 Subject: [PATCH] fix BeNoContainedReference bug + shortcode MS --- input/fsh/profiles/BeAnnex81.fsh | 3 ++- ...tainedOrLogicalReference.fsh => BeNoContainedReference.fsh} | 0 input/fsh/rulesets/TopLevelIdentifier.fsh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename input/fsh/profiles/{BeContainedOrLogicalReference.fsh => BeNoContainedReference.fsh} (100%) diff --git a/input/fsh/profiles/BeAnnex81.fsh b/input/fsh/profiles/BeAnnex81.fsh index c1ab1127c1..511387a0f3 100644 --- a/input/fsh/profiles/BeAnnex81.fsh +++ b/input/fsh/profiles/BeAnnex81.fsh @@ -46,7 +46,8 @@ Id: be-annex-81 * occurrenceTiming.repeat.period = 1 * occurrenceTiming.repeat.periodUnit = #wk * requester 1..1 MS -* requester only BeNoContainedReference(BePractitionerRole) +* requester only BeNoContainedReference +* requester only Reference(BePractitionerRole) * subject MS * status MS * intent MS diff --git a/input/fsh/profiles/BeContainedOrLogicalReference.fsh b/input/fsh/profiles/BeNoContainedReference.fsh similarity index 100% rename from input/fsh/profiles/BeContainedOrLogicalReference.fsh rename to input/fsh/profiles/BeNoContainedReference.fsh diff --git a/input/fsh/rulesets/TopLevelIdentifier.fsh b/input/fsh/rulesets/TopLevelIdentifier.fsh index 2096b759e3..6b45ba174d 100644 --- a/input/fsh/rulesets/TopLevelIdentifier.fsh +++ b/input/fsh/rulesets/TopLevelIdentifier.fsh @@ -1,5 +1,5 @@ RuleSet: TopLevelIndentifier -* identifier contains UHMEP 0..1 and SHORT 0..1 +* identifier contains UHMEP 0..1 MS and SHORT 0..1 MS * identifier[UHMEP] ^short = "Reference ID of the UHMEP once available there" * identifier[UHMEP].system 1.. * identifier[UHMEP].system = "https://www.ehealth.fgov.be/standards/fhir/referral/NamingSystem/uhmep" (exactly)