FHIR Imaging ServiceRequest Profile IG
0.1.0 - International flag

FHIR Imaging ServiceRequest Profile IG, published by HL7 International / Imaging Integration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/imaging-service-request-ig/ and changes regularly. See the Directory of published versions

Resource Profile: ImagingStudy - DICOM MWL Requested Procedure Mapping ( Experimental )

Official URL: http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/requested-procedure-imaging-study Version: 0.1.0
Computable Name: ImagingStudyRequestedProcedureProfile

DICOM MWL Requested Procedure Mapping to ImagingStudy

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description Differentials, Snapshots, and other representations.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ImagingStudy 0..* ImagingStudy A set of images or image-related data produced in single study
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... identifier:studyInstanceUid Σ 1..1 Identifier Business identifier for imaging study
..... use ?! 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system 1..1 uri The namespace for the identifier value
Required Pattern: urn:dicom:uid
... status ?!Σ 1..1 code registered | available | cancelled | entered-in-error | unknown | inactive
Binding: ImagingStudyStatus (required): The status of the ImagingStudy.
Required Pattern: registered
... subject Σ 1..1 Reference(Patient - DICOM MWL Patient Mapping) Who or what is the subject of the study
... encounter Σ 0..1 Reference(Encounter - DICOM MWL Visit Mapping) Encounter with which this imaging study is associated
... Slices for basedOn Σ 1..* Reference(CarePlan | ServiceRequest | Appointment | Task) Fulfills plan or order
Slice: Unordered, Open by type:reference
.... basedOn:imagingServiceRequestRef Σ 1..1 Reference(ServiceRequest - DICOM MWL Imaging Service Request Mapping) Fulfills plan or order

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
ImagingStudy.identifier:studyInstanceUid.​use Base required IdentifierUse 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.status Base required Imaging Study Status 📍6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error ImagingStudy If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error ImagingStudy If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty()
dom-4 error ImagingStudy If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error ImagingStudy If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice ImagingStudy A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ImagingStudy 0..* ImagingStudy A set of images or image-related data produced in single study
... Slices for identifier 1..* Identifier Business identifier for imaging study
Slice: Unordered, Open by value:system
.... identifier:studyInstanceUid 1..1 Identifier Business identifier for imaging study
..... system 1..1 uri The namespace for the identifier value
Required Pattern: urn:dicom:uid
... status 1..1 code registered | available | cancelled | entered-in-error | unknown | inactive
Required Pattern: registered
... subject 1..1 Reference(Patient - DICOM MWL Patient Mapping) Who or what is the subject of the study
... Slices for basedOn 1..* Reference(CarePlan | ServiceRequest | Appointment | Task) Fulfills plan or order
Slice: Unordered, Open by type:reference
.... basedOn:imagingServiceRequestRef 1..1 Reference(ServiceRequest - DICOM MWL Imaging Service Request Mapping) Fulfills plan or order

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ImagingStudy 0..* ImagingStudy A set of images or image-related data produced in single study
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... Slices for identifier Σ 1..* Identifier Business identifier for imaging study
Slice: Unordered, Open by value:system
.... identifier:studyInstanceUid Σ 1..1 Identifier Business identifier for imaging study
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?! 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
..... system 1..1 uri The namespace for the identifier value
Required Pattern: urn:dicom:uid
..... value C 0..1 string The value that is unique
Example General: 123456
..... period 0..1 Period Time period when id is/was valid for use
..... assigner 0..1 Reference(Organization) Organization that issued id (may be just text)
... status ?!Σ 1..1 code registered | available | cancelled | entered-in-error | unknown | inactive
Binding: ImagingStudyStatus (required): The status of the ImagingStudy.
Required Pattern: registered
... modality Σ 0..* CodeableConcept The distinct values for series' modalities
Binding: Modality (extensible): Type of acquired data in the instance.
... subject Σ 1..1 Reference(Patient - DICOM MWL Patient Mapping) Who or what is the subject of the study
... encounter Σ 0..1 Reference(Encounter - DICOM MWL Visit Mapping) Encounter with which this imaging study is associated
... started Σ 0..1 dateTime When the study was started
Example General: 2011-01-01T11:01:20+03:00
... Slices for basedOn Σ 1..* Reference(CarePlan | ServiceRequest | Appointment | Task) Fulfills plan or order
Slice: Unordered, Open by type:reference
.... basedOn:imagingServiceRequestRef Σ 1..1 Reference(ServiceRequest - DICOM MWL Imaging Service Request Mapping) Fulfills plan or order
... partOf Σ 0..* Reference(Procedure) Part of referenced event
... referrer Σ 0..1 Reference(Practitioner | PractitionerRole) Referring physician
... endpoint Σ 0..* Reference(Endpoint) Study access endpoint
... procedure Σ 0..* CodeableReference(PlanDefinition | ActivityDefinition) Associated procedure(s)
Binding: LOINC loinc-rsna-radiology-playbook (preferred): Use of RadLex is preferred
... location Σ 0..1 Reference(Location) Where imaging study occurred
... reason Σ 0..* CodeableReference(Condition | Observation | DiagnosticReport | DocumentReference) Why was imaging study performed?
Binding: ProcedureReasonCodes (example): The reason for the study.
... note Σ 0..* Annotation Comments made about the imaging study
... description Σ 0..1 string Study Description or Classification
... numberOfSeries Σ 0..1 unsignedInt Number of Study Related Series
... numberOfInstances Σ 0..1 unsignedInt Number of Study Related Instances
... series Σ 0..* BackboneElement The set of Series belonging to the study
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... uid Σ 1..1 id DICOM Series Instance UID
Example General: 2.16.124.113543.6003.2588828330.45298.17418.2723805630
.... number Σ 0..1 unsignedInt Numeric identifier of this series
Example General: 3
.... modality Σ 1..1 CodeableConcept The modality used for this series
Binding: Modality (extensible): Type of acquired data in the instance.
.... description Σ 0..1 string Series Description or Classification
Example General: CT Surview 180
.... numberOfInstances Σ 0..1 unsignedInt Number of Series Related Instances
.... endpoint Σ 0..* Reference(Endpoint) Series access endpoint
.... bodySite Σ 0..1 CodeableReference(BodyStructure) Body part examined
Binding: SNOMEDCTBodyStructures (example): SNOMED CT Body site concepts
.... laterality Σ 0..1 CodeableConcept Body part laterality
Binding: Laterality (example): Codes describing body site laterality (left, right, etc.).
.... specimen Σ 0..* Reference(Specimen) Specimen imaged
.... started Σ 0..1 dateTime When the series started
.... performer Σ 0..* BackboneElement Who performed the series
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... function Σ 0..1 CodeableConcept Type of performance
Binding: ImagingStudySeriesPerformerFunction (extensible): The type of involvement of the performer.
..... actor Σ 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson | HealthcareService) Who performed the series
.... instance 0..* BackboneElement A single SOP instance from the series
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... uid 1..1 id DICOM SOP Instance UID
Example General: 2.16.124.113543.6003.189642796.63084.16748.2599092903
..... sopClass 1..1 oid DICOM class type
..... number 0..1 unsignedInt The number of this instance in the series
Example General: 1
..... title 0..1 string Description of instance

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
ImagingStudy.language Base required All Languages 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.identifier:studyInstanceUid.​use Base required IdentifierUse 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.identifier:studyInstanceUid.​type Base extensible Identifier Type Codes 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.status Base required Imaging Study Status 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.modality Base extensible Modality 📦2024.2.20240331 DICOM v2024b
ImagingStudy.procedure Base preferred LOINC/RSNA Radiology Playbook . tx.fhir.org
ImagingStudy.reason Base example Procedure Reason Codes 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.series.​modality Base extensible Modality 📦2024.2.20240331 DICOM v2024b
ImagingStudy.series.​bodySite Base example SNOMED CT Body Structures 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.series.​laterality Base example Laterality 📦2024.2.20240331 DICOM v2024b
ImagingStudy.series.​performer.function Base extensible ImagingStudy series performer function 📍6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error ImagingStudy If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error ImagingStudy If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty()
dom-4 error ImagingStudy If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error ImagingStudy If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice ImagingStudy A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())

Summary

Mandatory: 5 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of ImagingStudy.identifier
  • The element 1 is sliced based on the value of ImagingStudy.basedOn

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ImagingStudy 0..* ImagingStudy A set of images or image-related data produced in single study
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
.... identifier:studyInstanceUid Σ 1..1 Identifier Business identifier for imaging study
..... use ?! 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system 1..1 uri The namespace for the identifier value
Required Pattern: urn:dicom:uid
... status ?!Σ 1..1 code registered | available | cancelled | entered-in-error | unknown | inactive
Binding: ImagingStudyStatus (required): The status of the ImagingStudy.
Required Pattern: registered
... subject Σ 1..1 Reference(Patient - DICOM MWL Patient Mapping) Who or what is the subject of the study
... encounter Σ 0..1 Reference(Encounter - DICOM MWL Visit Mapping) Encounter with which this imaging study is associated
... Slices for basedOn Σ 1..* Reference(CarePlan | ServiceRequest | Appointment | Task) Fulfills plan or order
Slice: Unordered, Open by type:reference
.... basedOn:imagingServiceRequestRef Σ 1..1 Reference(ServiceRequest - DICOM MWL Imaging Service Request Mapping) Fulfills plan or order

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
ImagingStudy.identifier:studyInstanceUid.​use Base required IdentifierUse 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.status Base required Imaging Study Status 📍6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error ImagingStudy If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error ImagingStudy If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty()
dom-4 error ImagingStudy If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error ImagingStudy If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice ImagingStudy A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())

Differential View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ImagingStudy 0..* ImagingStudy A set of images or image-related data produced in single study
... Slices for identifier 1..* Identifier Business identifier for imaging study
Slice: Unordered, Open by value:system
.... identifier:studyInstanceUid 1..1 Identifier Business identifier for imaging study
..... system 1..1 uri The namespace for the identifier value
Required Pattern: urn:dicom:uid
... status 1..1 code registered | available | cancelled | entered-in-error | unknown | inactive
Required Pattern: registered
... subject 1..1 Reference(Patient - DICOM MWL Patient Mapping) Who or what is the subject of the study
... Slices for basedOn 1..* Reference(CarePlan | ServiceRequest | Appointment | Task) Fulfills plan or order
Slice: Unordered, Open by type:reference
.... basedOn:imagingServiceRequestRef 1..1 Reference(ServiceRequest - DICOM MWL Imaging Service Request Mapping) Fulfills plan or order

doco Documentation for this format

Snapshot ViewView

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ImagingStudy 0..* ImagingStudy A set of images or image-related data produced in single study
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... Slices for identifier Σ 1..* Identifier Business identifier for imaging study
Slice: Unordered, Open by value:system
.... identifier:studyInstanceUid Σ 1..1 Identifier Business identifier for imaging study
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?! 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
..... system 1..1 uri The namespace for the identifier value
Required Pattern: urn:dicom:uid
..... value C 0..1 string The value that is unique
Example General: 123456
..... period 0..1 Period Time period when id is/was valid for use
..... assigner 0..1 Reference(Organization) Organization that issued id (may be just text)
... status ?!Σ 1..1 code registered | available | cancelled | entered-in-error | unknown | inactive
Binding: ImagingStudyStatus (required): The status of the ImagingStudy.
Required Pattern: registered
... modality Σ 0..* CodeableConcept The distinct values for series' modalities
Binding: Modality (extensible): Type of acquired data in the instance.
... subject Σ 1..1 Reference(Patient - DICOM MWL Patient Mapping) Who or what is the subject of the study
... encounter Σ 0..1 Reference(Encounter - DICOM MWL Visit Mapping) Encounter with which this imaging study is associated
... started Σ 0..1 dateTime When the study was started
Example General: 2011-01-01T11:01:20+03:00
... Slices for basedOn Σ 1..* Reference(CarePlan | ServiceRequest | Appointment | Task) Fulfills plan or order
Slice: Unordered, Open by type:reference
.... basedOn:imagingServiceRequestRef Σ 1..1 Reference(ServiceRequest - DICOM MWL Imaging Service Request Mapping) Fulfills plan or order
... partOf Σ 0..* Reference(Procedure) Part of referenced event
... referrer Σ 0..1 Reference(Practitioner | PractitionerRole) Referring physician
... endpoint Σ 0..* Reference(Endpoint) Study access endpoint
... procedure Σ 0..* CodeableReference(PlanDefinition | ActivityDefinition) Associated procedure(s)
Binding: LOINC loinc-rsna-radiology-playbook (preferred): Use of RadLex is preferred
... location Σ 0..1 Reference(Location) Where imaging study occurred
... reason Σ 0..* CodeableReference(Condition | Observation | DiagnosticReport | DocumentReference) Why was imaging study performed?
Binding: ProcedureReasonCodes (example): The reason for the study.
... note Σ 0..* Annotation Comments made about the imaging study
... description Σ 0..1 string Study Description or Classification
... numberOfSeries Σ 0..1 unsignedInt Number of Study Related Series
... numberOfInstances Σ 0..1 unsignedInt Number of Study Related Instances
... series Σ 0..* BackboneElement The set of Series belonging to the study
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... uid Σ 1..1 id DICOM Series Instance UID
Example General: 2.16.124.113543.6003.2588828330.45298.17418.2723805630
.... number Σ 0..1 unsignedInt Numeric identifier of this series
Example General: 3
.... modality Σ 1..1 CodeableConcept The modality used for this series
Binding: Modality (extensible): Type of acquired data in the instance.
.... description Σ 0..1 string Series Description or Classification
Example General: CT Surview 180
.... numberOfInstances Σ 0..1 unsignedInt Number of Series Related Instances
.... endpoint Σ 0..* Reference(Endpoint) Series access endpoint
.... bodySite Σ 0..1 CodeableReference(BodyStructure) Body part examined
Binding: SNOMEDCTBodyStructures (example): SNOMED CT Body site concepts
.... laterality Σ 0..1 CodeableConcept Body part laterality
Binding: Laterality (example): Codes describing body site laterality (left, right, etc.).
.... specimen Σ 0..* Reference(Specimen) Specimen imaged
.... started Σ 0..1 dateTime When the series started
.... performer Σ 0..* BackboneElement Who performed the series
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... function Σ 0..1 CodeableConcept Type of performance
Binding: ImagingStudySeriesPerformerFunction (extensible): The type of involvement of the performer.
..... actor Σ 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson | HealthcareService) Who performed the series
.... instance 0..* BackboneElement A single SOP instance from the series
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... uid 1..1 id DICOM SOP Instance UID
Example General: 2.16.124.113543.6003.189642796.63084.16748.2599092903
..... sopClass 1..1 oid DICOM class type
..... number 0..1 unsignedInt The number of this instance in the series
Example General: 1
..... title 0..1 string Description of instance

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
ImagingStudy.language Base required All Languages 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.identifier:studyInstanceUid.​use Base required IdentifierUse 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.identifier:studyInstanceUid.​type Base extensible Identifier Type Codes 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.status Base required Imaging Study Status 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.modality Base extensible Modality 📦2024.2.20240331 DICOM v2024b
ImagingStudy.procedure Base preferred LOINC/RSNA Radiology Playbook . tx.fhir.org
ImagingStudy.reason Base example Procedure Reason Codes 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.series.​modality Base extensible Modality 📦2024.2.20240331 DICOM v2024b
ImagingStudy.series.​bodySite Base example SNOMED CT Body Structures 📍6.0.0-ballot3 FHIR Std.
ImagingStudy.series.​laterality Base example Laterality 📦2024.2.20240331 DICOM v2024b
ImagingStudy.series.​performer.function Base extensible ImagingStudy series performer function 📍6.0.0-ballot3 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error ImagingStudy If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error ImagingStudy If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id.trace('id') in %resource.descendants().select(reference | as(uri))) or descendants().where(reference='#' | as(uri)='#').exists()).not()).trace('unmatched', id).empty()
dom-4 error ImagingStudy If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error ImagingStudy If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice ImagingStudy A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())

Summary

Mandatory: 5 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of ImagingStudy.identifier
  • The element 1 is sliced based on the value of ImagingStudy.basedOn

 

Other representations of profile: CSV, Excel, Schematron