DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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

4.23.5 Resource ImagingStudy - Detailed Descriptions

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.

Control1..1
Alternate NamesManifest; XDS-I summary; Key Images
ImagingStudy.started
Definition

Date and Time the study started. Timezone Offset From UTC.

Control0..1
TypedateTime
Alternate NamesStudyDate; StudyTime
ImagingStudy.patient
Definition

The patient imaged in the study.

Control1..1
TypeReference(Patient)
ImagingStudy.uid
Definition

Formal identifier for the study.

Control1..1
Typeoid
Alternate NamesStudyInstanceUID
ImagingStudy.accession
Definition

Accession Number.

Control0..1
TypeIdentifier
Alternate NamesAccessionNumber
ImagingStudy.identifier
Definition

Other identifiers for the study.

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..*
TypeIdentifier
Alternate NamesStudyID
ImagingStudy.order
Definition

A list of the diagnostic orders that resulted in this imaging study being performed.

Control0..*
TypeReference(DiagnosticOrder)
Requirements

To support grouped procedures (one imaging study supporting multiple ordered procedures, e.g., chest/abdomen/pelvis CT).

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).

Control0..*
BindingImagingModality: Required: http://hl7.org/fhir/imaging-modality (Type of acquired image data in the instance)
Typecode
Alternate NamesModalitiesInStudy
ImagingStudy.referrer
Definition

The requesting/referring physician.

Control0..1
TypeReference(Practitioner)
Alternate NamesReferringPhysiciansName
ImagingStudy.availability
Definition

Availability of study (online, offline or nearline).

Control0..1
BindingInstanceAvailability: Required: http://hl7.org/fhir/instance-availability (Availability of the resource)
Typecode
Alternate NamesInstanceAvailability
ImagingStudy.url
Definition

WADO-RS resource where Study is available.

Control0..1
Typeuri
Alternate NamesRetrieveURI
ImagingStudy.numberOfSeries
Definition

Number of Series in Study.

Control1..1
TypeunsignedInt
Alternate NamesNumberOfStudyRelatedSeries
ImagingStudy.numberOfInstances
Definition

Number of SOP Instances in Study.

Control1..1
TypeunsignedInt
Alternate NamesNumberOfStudyRelatedInstances
ImagingStudy.clinicalInformation
Definition

Diagnoses etc provided with request.

Control0..1
Typestring
Alternate NamesAdmittingDiagnosesDescription; AdditionalPatientHistory
ImagingStudy.procedure
Definition

Type of procedure performed.

Control0..*
TypeCoding
Alternate NamesProcedureCodeSequence
ImagingStudy.interpreter
Definition

Who read study and interpreted the images.

Control0..1
TypeReference(Practitioner)
Alternate NamesName of Physician(s) Reading Study
ImagingStudy.description
Definition

Institution-generated description or classification of the Study performed.

Control0..1
Typestring
Alternate NamesStudyDescription
ImagingStudy.series
Definition

Each study has one or more series of image instances.

Control0..*
ImagingStudy.series.number
Definition

The Numeric identifier of this series in the study.

Control0..1
TypeunsignedInt
Alternate NamesSeriesNumber
ImagingStudy.series.modality
Definition

The modality of this series sequence.

Control1..1
BindingModality: Required: http://hl7.org/fhir/modality (Type of data in the instance)
Typecode
Alternate NamesModality
ImagingStudy.series.uid
Definition

Formal identifier for this series.

Control1..1
Typeoid
Alternate NamesSeriesInstanceUID
ImagingStudy.series.description
Definition

A description of the series.

Control0..1
Typestring
Alternate NamesSeriesDescription
ImagingStudy.series.numberOfInstances
Definition

Number of SOP Instances in Series.

Control1..1
TypeunsignedInt
Alternate NamesNumberOfSeriesRelatedInstances
ImagingStudy.series.availability
Definition

Availability of series (online, offline or nearline).

Control0..1
BindingInstanceAvailability: Required: http://hl7.org/fhir/instance-availability (Availability of the resource)
Typecode
Alternate NamesInstanceAvailability
ImagingStudy.series.url
Definition

WADO-RS resource where the Series is available.

Control0..1
Typeuri
Alternate NamesRetrieveURI
ImagingStudy.series.bodySite
Definition

Body part examined. See DICOM Part 16 Annex L for the mapping from DICOM to Snomed.

Control0..1
BindingBodySite: Example: See http://hl7.org/fhir/vs/body-site (Codes describing anatomical locations. May include laterality)
TypeCoding
Alternate NamesBodyPartExamined
ImagingStudy.series.laterality
Definition

Laterality if bodySite is paired anatomic structure and laterality is not pre-coordinated in bodySite code, map from (0020, 0060).

Control0..1
TypeCoding
ImagingStudy.series.dateTime
Definition

The date and time when the series was started.

Control0..1
TypedateTime
ImagingStudy.series.instance
Definition

A single SOP Instance within the series, e.g., an image, or presentation state.

Control0..*
ImagingStudy.series.instance.number
Definition

The number of this image in the series.

Control0..1
TypeunsignedInt
Alternate NamesInstanceNumber
ImagingStudy.series.instance.uid
Definition

Formal identifier for this image.

Control1..1
Typeoid
Alternate NamesSOPInstanceUID
ImagingStudy.series.instance.sopclass
Definition

DICOM Image type.

Control1..1
Typeoid
Alternate NamesSOPClassUID
ImagingStudy.series.instance.type
Definition

A human-friendly SOP Class name.

Control0..1
Typestring
Comments

E.g., 'CT image', 'MR multi-frame', 'blending presentation'.

ImagingStudy.series.instance.title
Definition

The description of the instance.

Control0..1
Typestring
Comments

Particularly for post-acquisition analytic objects, such as SR, presentation states, value mapping, etc.

ImagingStudy.series.instance.content
Definition

Content of the instance or a rendering thereof (e.g., a JPEG of an image, or an XML of a structured report). May be represented by inline encoding, or by a URL reference to a WADO-RS service that makes the instance available. Multiple content attachments may be used for alternate representations of the instance.

Control0..*
TypeAttachment
Comments

Each instance may have a url and an attachment. Both represent the same information, but using different approaches. The attachment is a reference to a FHIR resource (Media, Document, etc).