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.
= Must Support, = Is Modifier, = QiCore defined extension
Field | Card. | Type | Description |
---|---|---|---|
identifier | 0..* | List<Identifier> | Identifiers for the ImagingStudy such as DICOM Study Instance UID, and Accession Number. |
status | 1..1 | String | The current state of the ImagingStudy. Binding: The status of the ImagingStudy. (required) |
modality | 0..* | List<Code> | A list of all the series.modality 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). Binding: Type of acquired data in the instance. (extensible) |
subject | 1..1 | QICorePatient | The subject, typically a patient, of the imaging study. |
encounter | 0..1 | QICoreEncounter | The healthcare event (e.g. a patient and healthcare provider interaction) during which this ImagingStudy is made. |
started | 0..1 | DateTime | Date and time the study started. |
basedOn | 0..* | List<QICoreServiceRequest | QICoreCarePlan> | A list of the diagnostic requests that resulted in this imaging study being performed. |
referrer | 0..1 | QICorePractitioner | The requesting/referring physician. |
interpreter | 0..* | List<QICorePractitioner> | Who read the study and interpreted the images or other content. |
endpoint | 0..* | List<Endpoint> | 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.connectionType. |
numberOfSeries | 0..1 | Integer | 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. |
numberOfInstances | 0..1 | Integer | 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. |
procedureReference | 0..1 | QICoreProcedure | The procedure which this ImagingStudy was part of. |
procedureCode | 0..* | List<Concept> | The code for the performed procedure type. Binding: The performed procedure type. (extensible) |
location | 0..1 | QICoreLocation | The principal physical location where the ImagingStudy was performed. |
reasonCode | 0..* | List<Concept> | Description of clinical condition indicating why the ImagingStudy was requested. Binding: The reason for the study. (example) |
reasonReference | 0..* | List<QICoreCondition | QICoreObservation | Media | QICoreDiagnosticReportLab | DocumentReference> | Indicates another resource whose existence justifies this Study. |
note | 0..* | List<Annotation> | Per the recommended DICOM mapping, this element is derived from the Study Description attribute (0008,1030). Observations or findings about the imaging study should be recorded in another resource, e.g. Observation, and not in this element. |
description | 0..1 | String | The Imaging Manager description of the study. Institution-generated description or classification of the Study (component) performed. |
series | 0..* | List<series> | Each study has one or more series of images or other content. |