Skip to content

Commit

Permalink
FHIR-46289 add more constraints, add to Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jddamore committed Jul 5, 2024
1 parent 8271b3e commit 2ce8db7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions input/fsh/profiles/BundleUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Description: "This profile represents the constraints applied to the Bundle reso
observation-results-radiology 0..* and
observation-vital-signs 0..* and
specimen 0..* and
flag 0..* and
clinicalimpression 0..* and
careplan 0..* and
consent 0..* and
Expand Down Expand Up @@ -112,6 +113,8 @@ Description: "This profile represents the constraints applied to the Bundle reso
* entry[observation-vital-signs].resource only $vital-signs-profile
* entry[specimen].resource 1..
* entry[specimen].resource only SpecimenUvIps
* entry[flag].resource 1..
* entry[flag].resource only FlagUvIps
* entry[clinicalimpression].resource 1..
* entry[clinicalimpression].resource only ClinicalImpression
* entry[careplan].resource 1..
Expand Down
5 changes: 4 additions & 1 deletion input/fsh/profiles/FlagUvIps.fsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Profile: FlagUvIps
Parent: Flag
Id: flag-uv-ips
Id: Flag-uv-ips
Title: "Alert (IPS)"
Description: """This profile constrains the Flag resource by the International Patient Summary (IPS) FHIR Implementation Guide. A record of an alert is represented in the patient summary as an instance of a Flag resource constrained by this profile.

Expand All @@ -18,3 +18,6 @@ This specialized Flag is used to convey information about an alert specific to a
* extension contains $flag-priority named flag-priority 0..1 MS
* status = #active (exactly)
* category MS
* category only CodeableConceptIPS
* code MS
* code only CodeableConceptIPS

0 comments on commit 2ce8db7

Please sign in to comment.