This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Imaging Integration Work Group | Maturity Level: 3 | Trial Use | Compartments: Patient |
Detailed Descriptions for the elements in the ImagingStudy resource.
ImagingStudy | |
Definition | Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities. |
Control | 1..1 |
ImagingStudy.uid | |
Definition | Formal identifier for the study. |
Control | 1..1 |
Type | oid |
Alternate Names | StudyInstanceUID |
Summary | true |
ImagingStudy.accession | |
Definition | Accession Number is an identifier related to some aspect of imaging workflow and data management. Usage may vary across different institutions. See for instance IHE Radiology Technical Framework Volume 1 Appendix A . |
Control | 0..1 |
Type | Identifier |
Alternate Names | AccessionNumber |
Summary | true |
ImagingStudy.identifier | |
Definition | Other identifiers for the study. |
Note | This is a business identifer, not a resource identifier (see discussion) |
Control | 0..* |
Type | Identifier |
Alternate Names | StudyID |
Summary | true |
ImagingStudy.availability | |
Definition | Availability of study (online, offline, or nearline). |
Control | 0..1 |
Terminology Binding | InstanceAvailability (Required) |
Type | code |
Alternate Names | InstanceAvailability |
Summary | true |
ImagingStudy.modalityList | |
Definition | A list of all the Series.ImageModality values that are actual acquisition modalities, i.e. those in the DICOM Context Group 29 (value set OID 1.2.840.10008.6.1.19). |
Control | 0..* |
Terminology Binding | Acquisition Modality Codes (Extensible) |
Type | Coding |
Alternate Names | ModalitiesInStudy |
Summary | true |
ImagingStudy.patient | |
Definition | The patient imaged in the study. |
Control | 1..1 |
Type | Reference(Patient) |
Summary | true |
ImagingStudy.context | |
Definition | The encounter or episode at which the request is initiated. |
Control | 0..1 |
Type | Reference(Encounter | EpisodeOfCare) |
Summary | true |
ImagingStudy.started | |
Definition | Date and time the study started. |
Control | 0..1 |
Type | dateTime |
Alternate Names | StudyDate; StudyTime |
Summary | true |
ImagingStudy.basedOn | |
Definition | A list of the diagnostic requests that resulted in this imaging study being performed. |
Control | 0..* |
Type | Reference(ReferralRequest | CarePlan | ProcedureRequest) |
Requirements | To support grouped procedures (one imaging study supporting multiple ordered procedures, e.g. chest/abdomen/pelvis CT). |
Summary | true |
ImagingStudy.referrer | |
Definition | The requesting/referring physician. |
Control | 0..1 |
Type | Reference(Practitioner) |
Alternate Names | ReferringPhysiciansName |
Summary | true |
ImagingStudy.interpreter | |
Definition | Who read the study and interpreted the images or other content. |
Control | 0..* |
Type | Reference(Practitioner) |
Alternate Names | Name of Physician(s) Reading Study |
Summary | true |
ImagingStudy.endpoint | |
Definition | The network service providing access (e.g., query, view, or retrieval) for the study. See implementation notes for information about using DICOM endpoints. A study-level endpoint applies to each series in the study, unless overridden by a series-level endpoint with the same Endpoint.type. |
Control | 0..* |
Type | Reference(Endpoint) |
Requirements | Access methods for viewing (e.g., IHE’s IID profile) or retrieving (e.g., DICOM’s WADO-URI and WADO-RS) the study or the study’s series or instances. The study-level baseLocation applies to each series in the study, unless overridden in series by a series-level baseLocation of the same type. |
Summary | true |
Comments | Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG), formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach; DICOM QIDO-RS, which allows RESTful query for DICOM information without retrieving the actual instances; or IHE Invoke Image Display (IID), which provides standard invocation of an imaging web viewer. |
ImagingStudy.numberOfSeries | |
Definition | Number of Series in the Study. This value given may be larger than the number of series elements this Resource contains due to resource availability, security, or other factors. This element should be present if any series elements are present. |
Control | 0..1 |
Type | unsignedInt |
Alternate Names | NumberOfStudyRelatedSeries |
Summary | true |
ImagingStudy.numberOfInstances | |
Definition | Number of SOP Instances in Study. This value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present. |
Control | 0..1 |
Type | unsignedInt |
Alternate Names | NumberOfStudyRelatedInstances |
Summary | true |
ImagingStudy.procedureReference | |
Definition | A reference to the performed Procedure. |
Control | 0..* |
Type | Reference(Procedure) |
Summary | true |
ImagingStudy.procedureCode | |
Definition | The code for the performed procedure type. |
Control | 0..* |
Terminology Binding | Procedure Codes (SNOMED CT) (Example) |
Type | CodeableConcept |
Alternate Names | ProcedureCodeSequence |
Summary | true |
ImagingStudy.reason | |
Definition | Description of clinical condition indicating why the ImagingStudy was requested. |
Control | 0..1 |
Terminology Binding | Procedure Reason Codes (Example) |
Type | CodeableConcept |
Summary | true |
ImagingStudy.description | |
Definition | Institution-generated description or classification of the Study performed. |
Control | 0..1 |
Type | string |
Alternate Names | StudyDescription |
Summary | true |
ImagingStudy.series | |
Definition | Each study has one or more series of images or other content. |
Control | 0..* |
Summary | true |
ImagingStudy.series.uid | |
Definition | Formal identifier for this series. |
Control | 1..1 |
Type | oid |
Alternate Names | SeriesInstanceUID |
Summary | true |
ImagingStudy.series.number | |
Definition | The numeric identifier of this series in the study. |
Control | 0..1 |
Type | unsignedInt |
Alternate Names | SeriesNumber |
Summary | true |
ImagingStudy.series.modality | |
Definition | The modality of this series sequence. |
Control | 1..1 |
Terminology Binding | Acquisition Modality Codes (Extensible) |
Type | Coding |
Alternate Names | Modality |
Summary | true |
ImagingStudy.series.description | |
Definition | A description of the series. |
Control | 0..1 |
Type | string |
Alternate Names | SeriesDescription |
Summary | true |
ImagingStudy.series.numberOfInstances | |
Definition | Number of SOP Instances in the Study. The value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present. |
Control | 0..1 |
Type | unsignedInt |
Alternate Names | NumberOfSeriesRelatedInstances |
Summary | true |
ImagingStudy.series.availability | |
Definition | Availability of series (online, offline or nearline). |
Control | 0..1 |
Terminology Binding | InstanceAvailability (Required) |
Type | code |
Alternate Names | InstanceAvailability |
Summary | true |
ImagingStudy.series.endpoint | |
Definition | The network service providing access (e.g., query, view, or retrieval) for this series. See implementation notes for information about using DICOM endpoints. A series-level endpoint, if present, has precedence over a study-level endpoint with the same Endpoint.type. |
Control | 0..* |
Type | Reference(Endpoint) |
Requirements | Access methods for retrieving (e.g., DICOM’s WADO-URI and WADO-RS) the series or the series’ instances. A baseLocation specified at the series level has precedence over a baseLocation of the same type specified at the study level. |
Summary | true |
Comments | Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG) formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach; and DICOM QIDO-RS, which allows RESTful query for DICOM information without retrieving the actual instances. |
ImagingStudy.series.bodySite | |
Definition | The anatomic structures examined. See DICOM Part 16 Annex L (http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_L.html) for DICOM to SNOMED-CT mappings. The bodySite may indicate the laterality of body part imaged; if so, it shall be consistent with any content of ImagingStudy.series.laterality. |
Control | 0..1 |
Terminology Binding | SNOMED CT Body Structures (Example) |
Type | Coding |
Alternate Names | BodyPartExamined |
Summary | true |
ImagingStudy.series.laterality | |
Definition | The laterality of the (possibly paired) anatomic structures examined. E.g., the left knee, both lungs, or unpaired abdomen. If present, shall be consistent with any laterality information indicated in ImagingStudy.series.bodySite. |
Control | 0..1 |
Terminology Binding | Laterality (Example) |
Type | Coding |
Summary | true |
ImagingStudy.series.started | |
Definition | The date and time the series was started. |
Control | 0..1 |
Type | dateTime |
Summary | true |
ImagingStudy.series.performer | |
Definition | The physician or operator (often the radiology technician) who performed the series. The performer is recorded at the series level, since each series in a study may be performed by a different practitioner, at different times, and using different devices. A series may be performed by multiple practitioners. |
Control | 0..* |
Type | Reference(Practitioner) |
Alternate Names | PerformingPhysicianName; OperatorName |
Summary | true |
ImagingStudy.series.instance | |
Definition | A single SOP instance within the series, e.g. an image, or presentation state. |
Control | 0..* |
ImagingStudy.series.instance.uid | |
Definition | Formal identifier for this image or other content. |
Control | 1..1 |
Type | oid |
Alternate Names | SOPInstanceUID |
ImagingStudy.series.instance.number | |
Definition | The number of instance in the series. |
Control | 0..1 |
Type | unsignedInt |
Alternate Names | InstanceNumber |
ImagingStudy.series.instance.sopClass | |
Definition | DICOM instance type. |
Control | 1..1 |
Type | oid |
Alternate Names | SOPClassUID |
ImagingStudy.series.instance.title | |
Definition | The description of the instance. |
Control | 0..1 |
Type | string |
Comments | Particularly for post-acquisition analytic objects, such as SR, presentation states, value mapping, etc. |