Skip to content

Commit

Permalink
Add Bundle entry slices for the additional unprofiled resources in th…
Browse files Browse the repository at this point in the history
…e Composition.entry slices, plus DocumentReference (which is included in every section).
  • Loading branch information
rhausam committed Jun 25, 2024
1 parent 37203af commit 0582ab8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions input/fsh/profiles/BundleUvIps.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Description: "This profile represents the constraints applied to the Bundle reso
observation-results-radiology 0..* and
observation-vital-signs 0..* and
specimen 0..*
clinicalimpression 0..* and
careplan 0..* and
consent 0..* and
documentreference 0..*
* entry[composition].resource 1..
* entry[composition].resource only CompositionUvIps
* entry[patient].resource 1..
Expand Down Expand Up @@ -107,3 +111,11 @@ 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[clinicalimpression].resource 1..
* entry[clinicalimpression].resource only ClinicalImpression
* entry[careplan].resource 1..
* entry[careplan].resource only CarePlan
* entry[consent].resource 1..
* entry[consent].resource only Consent
* entry[documentreference].resource 1..
* entry[documentreference].resource only DocumentReference

0 comments on commit 0582ab8

Please sign in to comment.