This
page
is
part
of
the
FHIR
Specification
v6.0.0-ballot3:
Release
6
Ballot
(3rd
Draft)
(see
Ballot
Notes
).
The
current
version
is
5.0.0
.
For
a
full
list
Continuous
Integration
Build
of
available
versions,
see
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
Detailed
Descriptions
for
the
elements
in
the
ImagingSelection
resource.
ImagingSelection
Element
Id
ImagingSelection
Definition
A
selection
of
DICOM
SOP
instances
and/or
frames
within
a
single
Study
and
Series.
This
might
include
additional
specifics
such
as
a
set
of
frames
or
an
image
region,
an
Observation
UID
or
a
Segmentation
Number,
allowing
linkage
to
an
Observation
Resource
or
transferring
this
information
along
with
the
ImagingStudy
Resource.
only
one
of
instance.frameNumber,
instance.referencedContentItemIdentifier,
instance.segmentNumber,
instance.regionOfInterest
and
instance.waveFormChannel
SHALL
be
present
(instance.frameNumber.exists()
implies
(instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.referencedContentItemIdentifier.exists()
implies
(instance.frameNumber.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.segmentNumber.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.regionOfInterest.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.waveFormChannel.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()).not())
if
present,
instance.waveFormChannel
SHALL
have
a
value
count
that
is
a
multiple
of
2
instance.waveFormChannel.exists()
implies
instance.waveFormChannel.count()
mod
2
=
0
ImagingSelection.identifier
Element
Id
ImagingSelection.identifier
Definition
Unique
Business
identifiers
assigned
to
this
imaging
selection.
selection
by
the
performer
and/or
other
systems.
These
identifiers
remain
constant
as
the
resource
is
updated
and
propagates
from
server
to
server.
Short
Display
Business
Identifiers
identifier
for
Imaging
Selection
imaging
selection
Note
This
is
a
business
identifier,
not
a
resource
identifier
(see
discussion
)
Allows
identification
of
the
imaging
selections
to
be
distinguished
selection
as
it
is
known
by
various
participating
systems
and
referenced.
in
a
way
that
remains
consistent
across
servers.
Note:
This
is
a
business
identifiers,
identifier,
not
a
resource
identifier
--
see
discussion
under
(see
Business
Identifiers
.
discussion
).
It
is
best
practice
for
the
identifier
to
only
appear
on
a
single
resource
instance,
however
business
practices
MAY
occasionally
dictate
that
multiple
resource
instances
with
the
same
identifier
can
exist
-
possibly
even
with
different
resource
types.
For
example,
multiple
Patient
and
a
Person
resource
instance
might
share
the
same
social
insurance
number.
ImagingSelection.status
Element
Id
ImagingSelection.status
Definition
The
current
state
of
the
imaging
selection.
This
is
distinct
from
the
status
of
any
imaging
study,
service
request,
or
task
associated
with
the
imaging
selection.
true
(Reason:
This
element
is
labeled
as
a
modifier
because
it
is
a
status
element
that
contains
status
entered-in-error
which
means
that
the
resource
SHOULD
not
NOT
be
treated
as
valid)
Unknown
does
not
represent
"other"
-
one
of
the
defined
statuses
SHALL
must
apply.
Unknown
is
used
when
the
authoring
system
is
not
sure
what
the
current
status
is.
ImagingSelection.category
Element
Id
ImagingSelection.category
Definition
Classifies
the
general
purpose
of
the
imaging
selection.
The
distinct
modality
for
this
selected
series.
This
MAY
be
either
an
acquisition
modality
(e.g.
CT,
MR)
or
a
non-acquisition
modality
(e.g.
segmentation,
presentation
state).
The
subject,
typically
a
patient,
or
group
of
patients,
location,
device,
organization,
procedure
or
practitioner
this
imaging
selection
is
about
and
into
whose
or
what
record
the
imaging
selection
is
placed.
selection.
Short
Display
Subject
Who
or
what
is
the
subject
of
the
selected
instances
imaging
selection
Allows
tracing
of
authorization
for
the
imaging
selection
and
tracking
whether
proposals/recommendations
were
acted
upon.
If
the
imaging
selection
is
associated
with
an
Accession
Number,
this
field
SHOULD
include
a
reference
to
that
value
in
the
form:
identifier.value
=
(Accession
Number
Value)
identifier.type
=
ACSN.
A
reference
value
pointing
to
a
ServiceRequest
resource
is
allowed
but
is
not
required.
seriesNumber
SHALL
only
be
present
if
seriesUid
is
present
seriesNumber.empty()
or
seriesNumber.exists()
implies
seriesUid.exists()
ImagingSelection.frameOfReferenceUid
Element
Id
ImagingSelection.frameOfReferenceUid
Definition
Uniquely
identifies
groups
of
Identifier
used
to
group
composite
instances
that
have
the
same
coordinate
system
that
conveys
spatial
and/or
temporal
information.
Short
Display
The
Frame
of
Reference
UID
for
the
selected
images
imageRegion3D
SHALL
only
be
present
if
frameOfReferenceUid
is
present
imageRegion3D.empty()
or
imageRegion3D.exists()
implies
frameOfReferenceUid.exists()
ImagingSelection.bodySite
Element
Id
ImagingSelection.bodySite
Definition
The
anatomic
structures
examined.
selected.
See
DICOM
Part
16
Annex
L
for
DICOM
to
SNOMED-CT
mappings.
The
bodySite
MAY
include
the
laterality
of
body
part
imaged.
An
imaging
selection
MAY
reference
a
DICOM
resource
that
itself
references
other
DICOM
resources.
e.g.
a
presentation
state
references
a
set
of
source
images
or
frames.
ImagingSelection.endpoint
Element
Id
ImagingSelection.endpoint
Definition
The
network
services
providing
retrieval
access
to
the
selected
images,
frames,
etc.
See
implementation
notes
for
information
about
using
DICOM
endpoints.
Short
Display
The
network
services
providing
retrieval
access
for
the
images
referenced
in
subset
of
the
imaging
selection
study
Requirements
Access
methods
for
retrieving
(e.g.,
DICOM's
WADO-URI
and
WADO-RS)
the
selected
images,
frames,
etc.
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.
ImagingSelection.instance
Element
Id
ImagingSelection.instance
Definition
Each
imaging
selection
includes
one
or
more
selected
DICOM
SOP
instances.
only
one
of
instance.frameNumber,
instance.referencedContentItemIdentifier,
instance.segmentNumber,
instance.regionOfInterest
and
instance.waveFormChannel
SHALL
be
present
(instance.frameNumber.exists()
implies
(instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.referencedContentItemIdentifier.exists()
implies
(instance.frameNumber.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.segmentNumber.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.regionOfInterest.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.waveFormChannel.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()).not())
The
Instance
Number
for
TThe
number
of
the
selected
DICOM
instance.
instance
assigned
by
the
creator
of
the
series.
MAY
or
MAY
NOT
correspond
to
intended
display
order.
Short
Display
DICOM
Instance
Number
The
number
of
this
instance
in
the
series
Selected
subset
of
the
SOP
Instance.
The
type
of
the
subset
item
is
determined
by
the
instance.sopClass
value.
May
be
one
of:
A
list
of
frame
numbers
selected
from
a
multiframe
SOP
Instance
(See
DICOM
PS
3.3
Table
10.3
).
only
one
of
instance.frameNumber,
instance.referencedContentItemIdentifier,
instance.segmentNumber,
instance.regionOfInterest
and
instance.waveFormChannel
SHALL
be
present
(instance.frameNumber.exists()
implies
(instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.referencedContentItemIdentifier.exists()
implies
(instance.frameNumber.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.segmentNumber.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.regionOfInterest.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.waveFormChannel.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()).not())
only
one
of
instance.frameNumber,
instance.referencedContentItemIdentifier,
instance.segmentNumber,
instance.regionOfInterest
and
instance.waveFormChannel
SHALL
be
present
(instance.frameNumber.exists()
implies
(instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.referencedContentItemIdentifier.exists()
implies
(instance.frameNumber.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.segmentNumber.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.regionOfInterest.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.waveFormChannel.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()).not())
only
one
of
instance.frameNumber,
instance.referencedContentItemIdentifier,
instance.segmentNumber,
instance.regionOfInterest
and
instance.waveFormChannel
SHALL
be
present
(instance.frameNumber.exists()
implies
(instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.referencedContentItemIdentifier.exists()
implies
(instance.frameNumber.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.segmentNumber.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.regionOfInterest.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.waveFormChannel.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()).not())
ImagingSelection.instance.regionOfInterest
Element
Id
ImagingSelection.instance.regionOfInterest
Definition
A
list
of
Region
of
Interest
(ROI)
numbers
selected
from
a
radiotherapy
structure
set
SOP
Instance
(See
DICOM
PS
3.3
C.8.8.5
).
only
one
of
instance.frameNumber,
instance.referencedContentItemIdentifier,
instance.segmentNumber,
instance.regionOfInterest
and
instance.waveFormChannel
SHALL
be
present
(instance.frameNumber.exists()
implies
(instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.referencedContentItemIdentifier.exists()
implies
(instance.frameNumber.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.segmentNumber.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.regionOfInterest.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.waveFormChannel.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()).not())
ImagingSelection.instance.waveFormChannel
Element
Id
ImagingSelection.instance.waveFormChannel
Definition
A
list
of
channels
in
a
Waveform
selected
from
an
instance
of
a
waveform
SOP
Class.
Each
channel
is
specified
as
a
pair
of
values
where
the
first
value
is
the
Multiplex
Group
Number,
and
the
second
value
is
the
Channel
Number
within
the
multiplex
group
(See
DICOM
PS
3.3
C.18.5.1.1
).
only
one
of
instance.frameNumber,
instance.referencedContentItemIdentifier,
instance.segmentNumber,
instance.regionOfInterest
and
instance.waveFormChannel
SHALL
be
present
(instance.frameNumber.exists()
implies
(instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.referencedContentItemIdentifier.exists()
implies
(instance.frameNumber.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.segmentNumber.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.regionOfInterest.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.regionOfInterest.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.waveFormChannel.exists()).not())
and
(instance.waveFormChannel.exists()
implies
(instance.frameNumber.exists()
or
instance.referencedContentItemIdentifier.exists()
or
instance.segmentNumber.exists()
or
instance.regionOfInterest.exists()).not())
if
present,
instance.waveFormChannel
SHALL
have
a
value
count
that
is
a
multiple
of
2
instance.waveFormChannel.exists()
implies
instance.waveFormChannel.count()
mod
2
=
0
ImagingSelection.instance.imageRegion2D
Element
Id
ImagingSelection.instance.imageRegion2D
Definition
Each
imaging
selection
instance
or
frame
list
might
includes
Specifies
an
image
region,
specified
defined
by
a
region
type
and
a
set
of
2D
coordinates.
coordinates
in
pixel
space.
Shall
not
SHALL
NOT
be
present
if
the
parent
imagingSelection.instance
is
not
an
image.
If
the
parent
imagingSelection.instance
contains
a
subset
element
of
type
frame,
the
image
region
applies
to
all
frames
in
the
subset
list.
The
coordinates
describing
defining
the
image
region.
Encoded
as
a
set
of
(column,
row)
pairs
that
denote
positions
in
the
selected
image
/
frames
specified
with
sub-pixel
resolution.
The
origin
at
the
TLHC
of
the
TLHC
pixel
is
0.0\0.0,
the
BRHC
of
the
TLHC
pixel
is
1.0\1.0,
and
the
BRHC
of
the
BRHC
pixel
is
the
number
of
columns\rows
in
the
image
/
frames.
The
values
SHALL
be
within
the
range
0\0
to
the
number
of
columns\rows
in
the
image
/
frames.
Short
Display
Specifies
the
The
coordinates
that
define
the
image
region
The
coordinates
describing
defining
the
image
region.
Encoded
as
an
ordered
set
of
(x,y,z)
triplets
(in
mm
and
MAY
be
negative)
that
define
a
region
of
interest
in
the
patient-relative
Reference
Coordinate
System
defined
by
ImagingSelection.frameOfReferenceUid
element.
Short
Display
Specifies
the
coordinates
that
define
the
image
region