This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
(v1.0.2:
DSTU
1).
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
Detailed Descriptions for the elements in the ImagingObjectSelection resource.
| ImagingObjectSelection | |
| Definition |
A
manifest
of
a
set
of
DICOM
Service-Object
Pair
Instances
(SOP
Instances).
The
referenced
SOP
Instances
|
| Control | 1..1 |
| Requirements |
A FHIR representation of DICOM Key Object Selection (KOS) SOP Instances enables access to a set of selected DICOM SOP Instances. |
| Alternate Names |
|
| Summary | true |
| ImagingObjectSelection.uid | |
| Definition |
Instance
UID
of
the
DICOM
KOS
SOP
Instances
|
| Control | 1..1 |
| Type | oid |
| Requirements |
DICOM SOP Instance is always assigned with a unique identifier (UID). |
| Alternate Names | SOPInstanceUID |
| Summary | true |
| ImagingObjectSelection.patient | |
| Definition |
A
patient
resource
reference
which
is
the
patient
subject
of
all
DICOM
SOP
Instances
in
this
|
| Control | 1..1 |
| Type | Reference ( Patient ) |
| Requirements |
SOP
Instances
in
|
| Summary | true |
| Comments |
SOP
instances
selected
in
the
|
| ImagingObjectSelection.title | |
| Definition |
The reason for, or significance of, the selection of objects referenced in the resource. |
| Control | 1..1 |
| Binding |
KOStitle:
|
| Type | CodeableConcept |
| Requirements |
Need
to
represent
the
application
purpose
that
the
SOP
instances
in
|
| Summary | true |
| Comments |
Coded
concept
of
kind
of
the
|
| ImagingObjectSelection.description | |
| Definition |
Text
description
of
the
DICOM
SOP
instances
selected
in
the
|
| Control | 0..1 |
| Type | string |
| Requirements |
Need to provide a narrative description of the SOP instances in the selection. |
| Alternate Names | TextValue |
| Summary | true |
| Comments |
Free
text
narrative
description
of
the
|
| ImagingObjectSelection.author | |
| Definition |
Author
of
|
| Control | 0..1 |
| Type | Reference ( Practitioner | Device | Organization | Patient | RelatedPerson ) |
| Requirements |
Track the selection decision maker. |
|
|
|
| ImagingObjectSelection.authoringTime | |
| Definition |
Date
and
time
when
the
|
| Control | 0..1 |
| Type | dateTime |
| Requirements |
Date and time when the selection was made can be important to understand the content of selection. |
| Alternate Names |
|
|
| true |
| ImagingObjectSelection.study | |
| Definition |
Study identity and locating information of the DICOM SOP instances in the selection. |
| Control | 1..* |
| Requirements |
DICOM SOP instances are identified through the UIDs of the study - series - instance hierarchy. In addition, the locator at the study level provide a means of retrieving the entire study. |
| Summary | true |
| Comments |
Study component represents the study level identity and locator information of the DICOM SOP instances in the selection. It is the top level identity of the hierachical identification of the instances. |
| ImagingObjectSelection.study.uid | |
| Definition |
Study
instance
|
| Control | 1..1 |
| Type | oid |
| Requirements |
Study
instance
|
| Alternate Names | StudyInstanceUID; Referenced study instance UID |
| Summary | true |
| ImagingObjectSelection.study.url | |
| Definition |
WADO-RS URL to retrieve the study. Note that this URL retrieves all SOP instances of the study, not only those in the selection. |
| Control | 0..1 |
| Type | uri |
| Requirements |
WADO-RS URL enables retrieval of the entire study using DICOM WADO-RS API. |
| Alternate Names | RetrieveURL |
| Summary | true |
| Comments |
Study level locator information is optional. If provided, this is the URL to retrieve the entire study with WADO-RS interaction, though only a subset of these are selected in the selection. |
| ImagingObjectSelection.study.imagingStudy | |
| Definition | Reference to the Imaging Study in FHIR form. |
| Control | 0..1 |
| Type | Reference ( ImagingStudy ) |
| Requirements | Used to retrieve the ImagingStudy that contain the images referenced in the Imaging ObjectSelection.study. |
| Summary | true |
| ImagingObjectSelection.study.series | |
| Definition |
Series
|
| Control | 1..* |
| Requirements |
DICOM SOP instances are identified through the UIDs of the study - series - instance hierarchy. In addition, the locator at the series level provide a means of retrieving the entire series. |
| Summary | true |
| Comments |
Series
component
represents
the
series
level
|
| ImagingObjectSelection.study.series.uid | |
| Definition |
Series
instance
|
| Control | 0..1 |
| Type | oid |
| Requirements |
Series
instance
|
| Alternate Names | SeriesInstanceUID; Referenced series instance UID |
| Summary | true |
| ImagingObjectSelection.study.series.url | |
| Definition |
WADO-RS
URL
to
retrieve
the
|
| Control | 0..1 |
| Type | uri |
| Requirements |
WADO-RS URL enables retrieval of the entire series using DICOM WADO-RS API. |
| Alternate Names | RetrieveURL |
| Summary | true |
| Comments |
Series level locator information is optional. If provided, this is the URL to retrieve the entire series with WADO-RS interaction, though only a subset of these are selected in the selection. |
| ImagingObjectSelection.study.series.instance | |
| Definition |
Identity and locating information of the selected DICOM SOP instances. |
| Control | 1..* |
| Requirements |
DICOM SOP instances are identified through the UIDs of the study - series - instance hierarchy. This is the instance level identity of the instance in the selection. |
| Summary | true |
| Comments |
SOP
Instance
component
identify
the
instance
|
| ImagingObjectSelection.study.series.instance.sopClass | |
| Definition |
SOP
class
|
| Control | 1..1 |
| Type | oid |
| Requirements |
DICOM
SOP
|
| Alternate Names | SOPClassUID |
| Summary | true |
| Comments |
SOP
class
|
| ImagingObjectSelection.study.series.instance.uid | |
| Definition |
SOP
Instance
|
| Control | 1..1 |
| Type | oid |
| Requirements |
SOP
instance
|
| Alternate Names | SOPInstanceUID; Referenced SOP instance UID |
| Summary | true |
| Comments |
SOP
instance
|
| ImagingObjectSelection.study.series.instance.url | |
| Definition |
WADO-RS URL to retrieve the DICOM SOP Instance. |
| Control | 1..1 |
| Type | uri |
| Requirements |
WADO-RS URL enables retrieval of the SOP instance using DICOM WADO-RS API. |
| Alternate Names | RetrieveURL |
| Summary | true |
| Comments |
Instance level locator information is required. |
| ImagingObjectSelection.study.series.instance.frames | |
| Definition |
Identity and location information of the frames in the selected instance. |
| Control | 0..* |
| Requirements |
The
|
| Summary | true |
| Comments |
This component may be used if the referenced image SOP Instance is a multi-frame image. |
| ImagingObjectSelection.study.series.instance.frames.frameNumbers | |
| Definition |
The frame numbers in the frame set. |
| Control | 1..* |
| Type |
|
| Requirements |
|
| Summary | true |
| ImagingObjectSelection.study.series.instance.frames.url | |
| Definition |
WADO-RS URL to retrieve the DICOM frames. |
| Control | 1..1 |
| Type | uri |
| Requirements |
WADO-RS URL enables retrieval of the frames using DICOM WADO-RS API. |
| Summary | true |
| Comments |
Frame level locator information is required. |