Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix BeNoContainedReference bug + shortcode MS #430

Merged
merged 1 commit into from
Dec 6, 2024
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
3 changes: 2 additions & 1 deletion input/fsh/profiles/BeAnnex81.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/rulesets/TopLevelIdentifier.fsh
Original file line number Diff line number Diff line change
@@ -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)
Expand Down