Imaging Diagnostic Report
0.0.1-current - ci-build
Imaging Diagnostic Report, published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.IDR/ and changes regularly. See the Directory of published versions
| Official URL: https://profiles.ihe.net/RAD/IDR/StructureDefinition/idr-report-key-images | Version: 0.0.1-current | |||
| Draft as of 2025-09-14 | Computable Name: ReportKeyImages | |||
ImagingSelection for key images associated with an Observation
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from ImagingSelection
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | ImagingSelection | A selection of DICOM SOP instances and/or frames | |
![]() ![]() |
1..1 | code | available | entered-in-error | inactive | unknown Required Pattern: available | |
![]() ![]() |
0..1 | Reference(Patient) | Subject of the selected instances | |
![]() ![]() |
0..1 | Reference(ImagingStudy) | The imaging study from which the imaging selection is derived | |
Documentation for this format | ||||
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | ImagingSelection | A selection of DICOM SOP instances and/or frames Constraints: isl-1, isl-2, isl-3, isl-4, isl-5, isl-6 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
?!Σ | 1..1 | code | available | entered-in-error | inactive | unknown Binding: ImagingSelectionStatus (required): The status of the ImagingSelection. Required Pattern: available |
![]() ![]() |
Σ | 1..1 | CodeableConcept | Imaging Selection purpose text or code Binding: KeyObjectSelectionDocumentTitle (example): Key Object Selection Document Title. |
![]() ![]() |
Σ | 0..1 | Reference(Patient) | Subject of the selected instances |
![]() ![]() |
Σ | 0..1 | Reference(ImagingStudy) | The imaging study from which the imaging selection is derived |
![]() ![]() |
ΣC | 0..1 | id | DICOM Series Instance UID Example General: 1.2.840.113747.20080222.12753225430534207565993148475333748793.1 |
![]() ![]() |
ΣC | 0..* | BackboneElement | The selected instances |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
Σ | 1..1 | id | DICOM SOP Instance UID Example General: 1.2.840.113747.20080222.12753225430534207568475333748793.1.1 |
![]() ![]() |
C | 0..* | BackboneElement | A specific 3D region in a DICOM frame of reference |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
1..1 | code | point | multipoint | polyline | polygon | ellipse | ellipsoid Binding: ImagingSelection3DGraphicType (required): The type of image region. | |
![]() ![]() ![]() |
1..* | decimal | Specifies the coordinates that define the image region This repeating element order: The values are an ordered set of (x, y, z) coordinates. | |
Documentation for this format | ||||
| Path | Conformance | ValueSet / Code | URI |
| ImagingSelection.status | required | Pattern Value: availablehttp://hl7.org/fhir/ValueSet/imagingselection-status|6.0.0-ballot3From the FHIR Standard | |
| ImagingSelection.code | example | KeyObjectSelectionDocumentTitle ![]() http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html | |
| ImagingSelection.imageRegion3D.regionType | required | ImagingSelection3DGraphicTypehttp://hl7.org/fhir/ValueSet/imagingselection-3dgraphictype|6.0.0-ballot3From the FHIR Standard |
| Id | Grade | Path(s) | Details | Requirements |
| dom-2 | error | ImagingSelection | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
| dom-3 | error | ImagingSelection | 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 | ImagingSelection | 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 | ImagingSelection | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
| dom-6 | best practice | ImagingSelection | 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()) | |
| isl-1 | error | ImagingSelection | At least one of seriesUid or imageRegion3D shall be present : seriesUid.exists() or imageRegion3D.exists() | |
| isl-2 | error | ImagingSelection | seriesUid SHALL only be present if studyUid is present : seriesUid.empty() or studyUid.exists() | |
| isl-3 | error | ImagingSelection | seriesNumber SHALL only be present if seriesUid is present : seriesNumber.empty() or seriesUid.exists() | |
| isl-4 | error | ImagingSelection | instance SHALL only be present if seriesUid is present : instance.empty() or seriesUid.exists() | |
| isl-5 | error | ImagingSelection | imageRegion3D SHALL only be present if frameOfReferenceUid is present : imageRegion3D.empty() or frameOfReferenceUid.exists() | |
| isl-6 | error | ImagingSelection | imageRegion3D SHALL only be present if instance.imageRegion2D is not present : imageRegion3D.empty() or instance.imageRegion2D.empty() |
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | ImagingSelection | A selection of DICOM SOP instances and/or frames Constraints: isl-1, isl-2, isl-3, isl-4, isl-5, isl-6 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..* | Identifier | Business Identifiers for Imaging Selection | ||||
![]() ![]() |
?!Σ | 1..1 | code | available | entered-in-error | inactive | unknown Binding: ImagingSelectionStatus (required): The status of the ImagingSelection. Required Pattern: available | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Classifies the imaging selection Binding: KeyObjectSelectionDocumentTitle (preferred): Key Object Selection Document Title. | ||||
![]() ![]() |
Σ | 1..1 | CodeableConcept | Imaging Selection purpose text or code Binding: KeyObjectSelectionDocumentTitle (example): Key Object Selection Document Title. | ||||
![]() ![]() |
Σ | 0..1 | Reference(Patient) | Subject of the selected instances | ||||
![]() ![]() |
Σ | 0..1 | instant | Date / Time when this imaging selection was created | ||||
![]() ![]() |
Σ | 0..* | BackboneElement | Selectors of the instances (human or machine) | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Type of performer Binding: ImagingStudySeriesPerformerFunction (extensible): The type of involvement of the performer. | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Practitioner | PractitionerRole | Device | Organization | CareTeam | Patient | RelatedPerson | HealthcareService) | Author (human or machine) | ||||
![]() ![]() |
Σ | 0..* | Reference(CarePlan | ServiceRequest | Appointment | Task) | Associated requests | ||||
![]() ![]() |
Σ | 0..1 | Reference(ImagingStudy) | The imaging study from which the imaging selection is derived | ||||
![]() ![]() |
ΣC | 0..1 | id | DICOM Study Instance UID Example General: 1.2.840.113747.20080222.12753225430534207565993148475333748793 | ||||
![]() ![]() |
ΣC | 0..1 | id | DICOM Series Instance UID Example General: 1.2.840.113747.20080222.12753225430534207565993148475333748793.1 | ||||
![]() ![]() |
ΣC | 0..1 | unsignedInt | DICOM Series Number | ||||
![]() ![]() |
ΣC | 0..1 | id | The Frame of Reference UID for the selected images Example General: 1.2.840.113747.20080222.12753225430534207565993148475333748793.2 | ||||
![]() ![]() |
Σ | 0..* | CodeableReference(BodyStructure) | Body part examined Binding: SNOMEDCTBodyStructures (example): SNOMED CT Body site concepts | ||||
![]() ![]() |
Σ | 0..* | Reference(ImagingSelection) | Related resources that are the focus for the imaging selection | ||||
![]() ![]() |
Σ | 0..* | Reference(Endpoint) | The network services providing retrieval for the images referenced in the imaging selection | ||||
![]() ![]() |
ΣC | 0..* | BackboneElement | The selected instances | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
Σ | 1..1 | id | DICOM SOP Instance UID Example General: 1.2.840.113747.20080222.12753225430534207568475333748793.1.1 | ||||
![]() ![]() ![]() |
Σ | 0..1 | unsignedInt | DICOM Instance Number | ||||
![]() ![]() ![]() |
0..1 | oid | DICOM SOP Class UID Example General: 1.2.840.10008.5.1.4.1.1.2 | |||||
![]() ![]() ![]() |
0..* | string | The selected subset of the SOP Instance Example General: 6 | |||||
![]() ![]() ![]() |
C | 0..* | BackboneElement | A specific 2D region in a DICOM image / frame | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | code | point | polyline | multipoint | circle | ellipse Binding: ImagingSelection2DGraphicType (required): The type of image region. | |||||
![]() ![]() ![]() ![]() |
1..* | decimal | Specifies the coordinates that define the image region This repeating element order: The values are an ordered set of (x, y) coordinates. | |||||
![]() ![]() |
C | 0..* | BackboneElement | A specific 3D region in a DICOM frame of reference | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
1..1 | code | point | multipoint | polyline | polygon | ellipse | ellipsoid Binding: ImagingSelection3DGraphicType (required): The type of image region. | |||||
![]() ![]() ![]() |
1..* | decimal | Specifies the coordinates that define the image region This repeating element order: The values are an ordered set of (x, y, z) coordinates. | |||||
Documentation for this format | ||||||||
| Path | Conformance | ValueSet / Code | URI |
| ImagingSelection.language | required | AllLanguageshttp://hl7.org/fhir/ValueSet/all-languages|6.0.0-ballot3From the FHIR Standard | |
| ImagingSelection.status | required | Pattern Value: availablehttp://hl7.org/fhir/ValueSet/imagingselection-status|6.0.0-ballot3From the FHIR Standard | |
| ImagingSelection.category | preferred | KeyObjectSelectionDocumentTitle ![]() http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html | |
| ImagingSelection.code | example | KeyObjectSelectionDocumentTitle ![]() http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html | |
| ImagingSelection.performer.function | extensible | ImagingStudySeriesPerformerFunctionhttp://hl7.org/fhir/ValueSet/series-performer-function|6.0.0-ballot3From the FHIR Standard | |
| ImagingSelection.bodySite | example | SNOMEDCTBodyStructureshttp://hl7.org/fhir/ValueSet/body-site|6.0.0-ballot3From the FHIR Standard | |
| ImagingSelection.instance.imageRegion2D.regionType | required | ImagingSelection2DGraphicTypehttp://hl7.org/fhir/ValueSet/imagingselection-2dgraphictype|6.0.0-ballot3From the FHIR Standard | |
| ImagingSelection.imageRegion3D.regionType | required | ImagingSelection3DGraphicTypehttp://hl7.org/fhir/ValueSet/imagingselection-3dgraphictype|6.0.0-ballot3From the FHIR Standard |
| Id | Grade | Path(s) | Details | Requirements |
| dom-2 | error | ImagingSelection | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
| dom-3 | error | ImagingSelection | 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 | ImagingSelection | 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 | ImagingSelection | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
| dom-6 | best practice | ImagingSelection | 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()) | |
| isl-1 | error | ImagingSelection | At least one of seriesUid or imageRegion3D shall be present : seriesUid.exists() or imageRegion3D.exists() | |
| isl-2 | error | ImagingSelection | seriesUid SHALL only be present if studyUid is present : seriesUid.empty() or studyUid.exists() | |
| isl-3 | error | ImagingSelection | seriesNumber SHALL only be present if seriesUid is present : seriesNumber.empty() or seriesUid.exists() | |
| isl-4 | error | ImagingSelection | instance SHALL only be present if seriesUid is present : instance.empty() or seriesUid.exists() | |
| isl-5 | error | ImagingSelection | imageRegion3D SHALL only be present if frameOfReferenceUid is present : imageRegion3D.empty() or frameOfReferenceUid.exists() | |
| isl-6 | error | ImagingSelection | imageRegion3D SHALL only be present if instance.imageRegion2D is not present : imageRegion3D.empty() or instance.imageRegion2D.empty() |
This structure is derived from ImagingSelection
Differential View
This structure is derived from ImagingSelection
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | ImagingSelection | A selection of DICOM SOP instances and/or frames | |
![]() ![]() |
1..1 | code | available | entered-in-error | inactive | unknown Required Pattern: available | |
![]() ![]() |
0..1 | Reference(Patient) | Subject of the selected instances | |
![]() ![]() |
0..1 | Reference(ImagingStudy) | The imaging study from which the imaging selection is derived | |
Documentation for this format | ||||
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | ImagingSelection | A selection of DICOM SOP instances and/or frames Constraints: isl-1, isl-2, isl-3, isl-4, isl-5, isl-6 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
?!Σ | 1..1 | code | available | entered-in-error | inactive | unknown Binding: ImagingSelectionStatus (required): The status of the ImagingSelection. Required Pattern: available |
![]() ![]() |
Σ | 1..1 | CodeableConcept | Imaging Selection purpose text or code Binding: KeyObjectSelectionDocumentTitle (example): Key Object Selection Document Title. |
![]() ![]() |
Σ | 0..1 | Reference(Patient) | Subject of the selected instances |
![]() ![]() |
Σ | 0..1 | Reference(ImagingStudy) | The imaging study from which the imaging selection is derived |
![]() ![]() |
ΣC | 0..1 | id | DICOM Series Instance UID Example General: 1.2.840.113747.20080222.12753225430534207565993148475333748793.1 |
![]() ![]() |
ΣC | 0..* | BackboneElement | The selected instances |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
Σ | 1..1 | id | DICOM SOP Instance UID Example General: 1.2.840.113747.20080222.12753225430534207568475333748793.1.1 |
![]() ![]() |
C | 0..* | BackboneElement | A specific 3D region in a DICOM frame of reference |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
1..1 | code | point | multipoint | polyline | polygon | ellipse | ellipsoid Binding: ImagingSelection3DGraphicType (required): The type of image region. | |
![]() ![]() ![]() |
1..* | decimal | Specifies the coordinates that define the image region This repeating element order: The values are an ordered set of (x, y, z) coordinates. | |
Documentation for this format | ||||
| Path | Conformance | ValueSet / Code | URI |
| ImagingSelection.status | required | Pattern Value: availablehttp://hl7.org/fhir/ValueSet/imagingselection-status|6.0.0-ballot3From the FHIR Standard | |
| ImagingSelection.code | example | KeyObjectSelectionDocumentTitle ![]() http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html | |
| ImagingSelection.imageRegion3D.regionType | required | ImagingSelection3DGraphicTypehttp://hl7.org/fhir/ValueSet/imagingselection-3dgraphictype|6.0.0-ballot3From the FHIR Standard |
| Id | Grade | Path(s) | Details | Requirements |
| dom-2 | error | ImagingSelection | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
| dom-3 | error | ImagingSelection | 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 | ImagingSelection | 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 | ImagingSelection | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
| dom-6 | best practice | ImagingSelection | 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()) | |
| isl-1 | error | ImagingSelection | At least one of seriesUid or imageRegion3D shall be present : seriesUid.exists() or imageRegion3D.exists() | |
| isl-2 | error | ImagingSelection | seriesUid SHALL only be present if studyUid is present : seriesUid.empty() or studyUid.exists() | |
| isl-3 | error | ImagingSelection | seriesNumber SHALL only be present if seriesUid is present : seriesNumber.empty() or seriesUid.exists() | |
| isl-4 | error | ImagingSelection | instance SHALL only be present if seriesUid is present : instance.empty() or seriesUid.exists() | |
| isl-5 | error | ImagingSelection | imageRegion3D SHALL only be present if frameOfReferenceUid is present : imageRegion3D.empty() or frameOfReferenceUid.exists() | |
| isl-6 | error | ImagingSelection | imageRegion3D SHALL only be present if instance.imageRegion2D is not present : imageRegion3D.empty() or instance.imageRegion2D.empty() |
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | ImagingSelection | A selection of DICOM SOP instances and/or frames Constraints: isl-1, isl-2, isl-3, isl-4, isl-5, isl-6 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..* | Identifier | Business Identifiers for Imaging Selection | ||||
![]() ![]() |
?!Σ | 1..1 | code | available | entered-in-error | inactive | unknown Binding: ImagingSelectionStatus (required): The status of the ImagingSelection. Required Pattern: available | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Classifies the imaging selection Binding: KeyObjectSelectionDocumentTitle (preferred): Key Object Selection Document Title. | ||||
![]() ![]() |
Σ | 1..1 | CodeableConcept | Imaging Selection purpose text or code Binding: KeyObjectSelectionDocumentTitle (example): Key Object Selection Document Title. | ||||
![]() ![]() |
Σ | 0..1 | Reference(Patient) | Subject of the selected instances | ||||
![]() ![]() |
Σ | 0..1 | instant | Date / Time when this imaging selection was created | ||||
![]() ![]() |
Σ | 0..* | BackboneElement | Selectors of the instances (human or machine) | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Type of performer Binding: ImagingStudySeriesPerformerFunction (extensible): The type of involvement of the performer. | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Practitioner | PractitionerRole | Device | Organization | CareTeam | Patient | RelatedPerson | HealthcareService) | Author (human or machine) | ||||
![]() ![]() |
Σ | 0..* | Reference(CarePlan | ServiceRequest | Appointment | Task) | Associated requests | ||||
![]() ![]() |
Σ | 0..1 | Reference(ImagingStudy) | The imaging study from which the imaging selection is derived | ||||
![]() ![]() |
ΣC | 0..1 | id | DICOM Study Instance UID Example General: 1.2.840.113747.20080222.12753225430534207565993148475333748793 | ||||
![]() ![]() |
ΣC | 0..1 | id | DICOM Series Instance UID Example General: 1.2.840.113747.20080222.12753225430534207565993148475333748793.1 | ||||
![]() ![]() |
ΣC | 0..1 | unsignedInt | DICOM Series Number | ||||
![]() ![]() |
ΣC | 0..1 | id | The Frame of Reference UID for the selected images Example General: 1.2.840.113747.20080222.12753225430534207565993148475333748793.2 | ||||
![]() ![]() |
Σ | 0..* | CodeableReference(BodyStructure) | Body part examined Binding: SNOMEDCTBodyStructures (example): SNOMED CT Body site concepts | ||||
![]() ![]() |
Σ | 0..* | Reference(ImagingSelection) | Related resources that are the focus for the imaging selection | ||||
![]() ![]() |
Σ | 0..* | Reference(Endpoint) | The network services providing retrieval for the images referenced in the imaging selection | ||||
![]() ![]() |
ΣC | 0..* | BackboneElement | The selected instances | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
Σ | 1..1 | id | DICOM SOP Instance UID Example General: 1.2.840.113747.20080222.12753225430534207568475333748793.1.1 | ||||
![]() ![]() ![]() |
Σ | 0..1 | unsignedInt | DICOM Instance Number | ||||
![]() ![]() ![]() |
0..1 | oid | DICOM SOP Class UID Example General: 1.2.840.10008.5.1.4.1.1.2 | |||||
![]() ![]() ![]() |
0..* | string | The selected subset of the SOP Instance Example General: 6 | |||||
![]() ![]() ![]() |
C | 0..* | BackboneElement | A specific 2D region in a DICOM image / frame | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | code | point | polyline | multipoint | circle | ellipse Binding: ImagingSelection2DGraphicType (required): The type of image region. | |||||
![]() ![]() ![]() ![]() |
1..* | decimal | Specifies the coordinates that define the image region This repeating element order: The values are an ordered set of (x, y) coordinates. | |||||
![]() ![]() |
C | 0..* | BackboneElement | A specific 3D region in a DICOM frame of reference | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
1..1 | code | point | multipoint | polyline | polygon | ellipse | ellipsoid Binding: ImagingSelection3DGraphicType (required): The type of image region. | |||||
![]() ![]() ![]() |
1..* | decimal | Specifies the coordinates that define the image region This repeating element order: The values are an ordered set of (x, y, z) coordinates. | |||||
Documentation for this format | ||||||||
| Path | Conformance | ValueSet / Code | URI |
| ImagingSelection.language | required | AllLanguageshttp://hl7.org/fhir/ValueSet/all-languages|6.0.0-ballot3From the FHIR Standard | |
| ImagingSelection.status | required | Pattern Value: availablehttp://hl7.org/fhir/ValueSet/imagingselection-status|6.0.0-ballot3From the FHIR Standard | |
| ImagingSelection.category | preferred | KeyObjectSelectionDocumentTitle ![]() http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html | |
| ImagingSelection.code | example | KeyObjectSelectionDocumentTitle ![]() http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html | |
| ImagingSelection.performer.function | extensible | ImagingStudySeriesPerformerFunctionhttp://hl7.org/fhir/ValueSet/series-performer-function|6.0.0-ballot3From the FHIR Standard | |
| ImagingSelection.bodySite | example | SNOMEDCTBodyStructureshttp://hl7.org/fhir/ValueSet/body-site|6.0.0-ballot3From the FHIR Standard | |
| ImagingSelection.instance.imageRegion2D.regionType | required | ImagingSelection2DGraphicTypehttp://hl7.org/fhir/ValueSet/imagingselection-2dgraphictype|6.0.0-ballot3From the FHIR Standard | |
| ImagingSelection.imageRegion3D.regionType | required | ImagingSelection3DGraphicTypehttp://hl7.org/fhir/ValueSet/imagingselection-3dgraphictype|6.0.0-ballot3From the FHIR Standard |
| Id | Grade | Path(s) | Details | Requirements |
| dom-2 | error | ImagingSelection | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
| dom-3 | error | ImagingSelection | 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 | ImagingSelection | 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 | ImagingSelection | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
| dom-6 | best practice | ImagingSelection | 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()) | |
| isl-1 | error | ImagingSelection | At least one of seriesUid or imageRegion3D shall be present : seriesUid.exists() or imageRegion3D.exists() | |
| isl-2 | error | ImagingSelection | seriesUid SHALL only be present if studyUid is present : seriesUid.empty() or studyUid.exists() | |
| isl-3 | error | ImagingSelection | seriesNumber SHALL only be present if seriesUid is present : seriesNumber.empty() or seriesUid.exists() | |
| isl-4 | error | ImagingSelection | instance SHALL only be present if seriesUid is present : instance.empty() or seriesUid.exists() | |
| isl-5 | error | ImagingSelection | imageRegion3D SHALL only be present if frameOfReferenceUid is present : imageRegion3D.empty() or frameOfReferenceUid.exists() | |
| isl-6 | error | ImagingSelection | imageRegion3D SHALL only be present if instance.imageRegion2D is not present : imageRegion3D.empty() or instance.imageRegion2D.empty() |
This structure is derived from ImagingSelection
Other representations of profile: CSV, Excel, Schematron