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

Update should.fsh #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions fsh-tank/input/fsh/should.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Expression: "$this = '2.16.840.1.113883.4.6'"
Invariant: should-id-npi
Description: "SHOULD contain an id with root='2.16.840.1.113883.4.6' (NPI)"
Severity: #warning
Expression: "id.where(root = '2.16.840.1.113883.4.6')"
Expression: "id.where(root = '2.16.840.1.113883.4.6').exists()"

Invariant: should-participant-callback
Description: "SHOULD contain zero or more [0..*] participant such that it SHALL contain exactly one [1..1] @typeCode=\"CALLBCK\" call back contact (CodeSystem: HL7ParticipationType urn:oid:2.16.840.1.113883.5.90 DYNAMIC)"
Expand All @@ -368,4 +368,4 @@ Expression: "participant.where(typeCode = 'CALLBCK').exists()"
Invariant: should-participant-indirect
Description: "SHOULD contain zero or more [0..*] participant such that it SHALL contain exactly one [1..1] @typeCode=\"IND\" Indirect (CodeSystem: HL7ParticipationType urn:oid:2.16.840.1.113883.5.90 DYNAMIC)"
Severity: #warning
Expression: "participant.where(typeCode = 'IND').exists()"
Expression: "participant.where(typeCode = 'IND').exists()"