diff --git a/input/fsh/profiles/BundleUvIps.fsh b/input/fsh/profiles/BundleUvIps.fsh index f92a604e..e0552748 100644 --- a/input/fsh/profiles/BundleUvIps.fsh +++ b/input/fsh/profiles/BundleUvIps.fsh @@ -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 @@ -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.. diff --git a/input/fsh/profiles/FlagUvIps.fsh b/input/fsh/profiles/FlagUvIps.fsh index 52dd6e9a..ea9bd778 100644 --- a/input/fsh/profiles/FlagUvIps.fsh +++ b/input/fsh/profiles/FlagUvIps.fsh @@ -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. @@ -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 \ No newline at end of file