This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R2
Detailed
Descriptions
for
the
elements
in
the
ImagingStudy
resource.
ImagingStudy
Element
Id
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
can
have
multiple
series
of
different
modalities.
modality
values.
Short
Display
A
set
of
images
or
image-related
data
produced
in
single
study
If
numberOfInstances
and
series.numberOfInstances
are
both
present,
the
numberOfInstances
value
SHALL
be
the
sum
of
the
series.numberOfInstance
values.
numberOfInstances.exists()
and
series.numberOfInstances.exists()
implies
numberOfInstances
=
series.numberOfInstances.aggregate($total
+
$this.toInteger(),
0)
If
modality
is
present,
modality
SHALL
equal
all
of
the
distinct
values
of
series.modality
modality.exists()
implies
modality.coding.select(system&'|'&code).trace('r').exclude(series.modality.coding.select(system&'|'&code).trace('c')).empty()
and
modality.text.exclude(series.modality.text).empty()
and
series.modality.coding.select(system&'|'&code).trace('r').exclude(modality.coding.select(system&'|'&code).trace('c')).empty()
and
series.modality.text.exclude(modality.text).empty()
ImagingStudy.identifier
Element
Id
ImagingStudy.identifier
Definition
Identifiers
for
Business
identifiers
assigned
to
this
imaging
study
by
the
ImagingStudy
such
performer
and/or
other
systems.
These
identifiers
remain
constant
as
the
resource
is
updated
and
propagates
from
server
to
server.
Typically
this
will
include
the
DICOM
Study
Instance
UID,
and
Accession
Number.
UID.
Note
Short
Display
Business
identifier
for
imaging
study
Note
This
is
a
business
identifier,
not
a
resource
identifier
(see
discussion
)
If
Allows
identification
of
the
imaging
study
as
it
is
known
by
various
participating
systems
and
in
a
way
that
remains
consistent
across
servers.
ImagingStudy.identifier
SHALL
include
exactly
one
Study
Instance
UID
value
if
one
or
more
series
elements
element
values
are
present
in
the
ImagingStudy,
then
there
shall
be
one
DICOM
Study
UID
identifier
(see
DICOM
PS
3.3
C.7.2
.
.)
Note:
This
is
a
business
identifier,
not
a
resource
identifier
(see
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,
or
an
accession
number
MAY
be
used
to
relate
a
Task,
an
ImagingStudy
and
a
DiagnosticReport.
See
discussion
under
Imaging
Study
Implementation
Notes
for
encoding
of
DICOM
Study
Instance
UID.
Accession
Number
should
use
ACSN
Identifier
type.
The
current
state
of
the
ImagingStudy.
imaging
study.
This
is
distinct
from
the
status
of
any
service
request
or
task
associated
with
the
imaging
study.
true
(Reason:
This
element
is
labelled
labeled
as
a
modifier
because
it
is
a
status
element
that
contains
status
entered-in-error
which
means
that
the
resource
should
not
SHOULD
NOT
be
treated
as
valid)
Unknown
does
not
represent
"other"
-
one
of
the
defined
statuses
must
apply.
Unknown
is
used
when
the
authoring
system
is
not
sure
what
the
current
status
is.
ImagingStudy.modality
Element
Id
ImagingStudy.modality
Definition
A
list
of
all
All
the
series.modality
distinct
values
that
are
actual
of
series.modality.
This
MAY
be
either
an
acquisition
modalities,
i.e.
those
in
the
DICOM
Context
Group
29
(value
set
OID
1.2.840.10008.6.1.19).
or
a
non-acquisition
modality.
If
modality
is
present,
modality
SHALL
equal
all
of
the
distinct
values
of
series.modality
modality.exists()
implies
modality.coding.select(system&'|'&code).trace('r').exclude(series.modality.coding.select(system&'|'&code).trace('c')).empty()
and
modality.text.exclude(series.modality.text).empty()
and
series.modality.coding.select(system&'|'&code).trace('r').exclude(modality.coding.select(system&'|'&code).trace('c')).empty()
and
series.modality.text.exclude(modality.text).empty()
ImagingStudy.subject
Element
Id
ImagingStudy.subject
Definition
The
subject,
typically
a
patient,
of
the
imaging
study.
QA
phantoms
can
be
recorded
with
a
Device;
multiple
subjects
(such
as
mice)
can
be
recorded
with
a
Group.
ImagingStudy.encounter
Element
Id
ImagingStudy.encounter
Definition
The
healthcare
event
(e.g.
a
patient
and
healthcare
provider
interaction)
during
which
the
imaging
data
represented
by
this
ImagingStudy
is
made.
imaging
study
was
acquired.
Short
Display
Encounter
with
which
this
imaging
study
is
associated
Comments
This
will
typically
be
the
encounter
the
event
occurred
within,
but
some
events
may
be
initiated
prior
to
or
after
the
official
completion
of
an
encounter
but
still
be
tied
to
the
context
of
the
encounter
(e.g.
pre-admission
test).
To
support
grouped
procedures
(one
Allows
tracing
of
authorization
for
the
imaging
study
supporting
multiple
ordered
procedures,
e.g.
chest/abdomen/pelvis
CT).
and
tracking
whether
proposals/recommendations
were
acted
upon.
If
the
ImagingStudy
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.
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.
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
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.
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
metadata
without
retrieving
the
actual
instances;
or
IHE
Invoke
Image
Display
(IID),
which
provides
standard
invocation
of
an
imaging
web
viewer.
instances.
See
Imaging
Study
Implementation
Notes
on
Endpoints
.
ImagingStudy.numberOfSeries
ImagingStudy.location
Element
Id
ImagingStudy.numberOfSeries
ImagingStudy.location
Definition
Number
of
Series
in
the
Study.
This
value
given
may
be
larger
than
The
principal
physical
location
where
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.
imaging
study
was
performed.
Ties
the
event
to
where
the
records
are
likely
kept
and
provides
context
around
the
event
occurrence
(e.g.
if
it
occurred
inside
or
outside
a
dedicated
healthcare
setting).
Number
of
SOP
Instances
in
Study.
This
value
given
may
be
larger
than
Describes
why
the
number
of
instance
elements
this
resource
contains
due
to
resource
availability,
security,
imaging
study
occurred
in
coded
or
other
factors.
This
element
should
be
present
if
any
instance
elements
are
present.
textual
form
or
indicates
another
resource
whose
existence
justifies
this
imaging
study.
The
principal
physical
location
where
Number
of
known
Series
in
the
ImagingStudy
was
performed.
Study.
This
value
might
be
present
even
if
the
ImagingStudy.series
element
is
empty
or
only
partially
populated.
Ties
the
event
to
where
the
records
are
likely
kept
and
provides
context
around
the
event
occurrence
(e.g.
if
it
occurred
inside
or
outside
a
dedicated
healthcare
setting).
Summary
Description
Number
of
clinical
condition
indicating
why
known
SOP
Instances
in
Study.
This
value
might
be
present
even
if
the
ImagingStudy
was
requested.
ImagingStudy.series.instance
elements
are
empty
or
only
partially
populated.
Indicates
another
resource
whose
existence
justifies
this
Study.
Rule
Cardinality
If
numberOfInstances
and
series.instance
are
both
present,
the
numberOfInstances
value
SHALL
match
the
total
number
of
series.instance
elements
0..*
numberOfInstances.exists()
and
series.exists()
implies
numberOfInstances
=
series.instance.count()
If
numberOfInstances
and
series.numberOfInstances
are
both
present,
the
numberOfInstances
value
SHALL
be
the
sum
of
the
series.numberOfInstance
values.
Per
the
recommended
DICOM
mapping,
this
element
is
derived
from
the
Study
Description
attribute
(0008,1030).
Observations
or
findings
about
The
set
of
Series
belonging
to
the
imaging
study
should
study.
Each
Series
contains
a
set
of
SOP
Instances,
which
could
be
recorded
in
another
resource,
e.g.
Observation,
and
not
in
this
element.
images,
waveforms,
or
other
content.
Definition
series
SHALL
only
be
present
if
an
identifier
is
present
with
a
system
of
urn:dicom:uid
The
Imaging
Manager
description
of
the
study.
Institution-generated
description
or
classification
of
the
Study
(component)
performed.
series.exists()
implies
identifier.where(system
=
'urn:dicom:uid').exists()
If
numberOfInstances
and
series.numberOfInstances
are
both
present,
the
numberOfInstances
value
SHALL
be
the
sum
of
the
series.numberOfInstance
values.
Definition
For
each
series
element,
if
numberOfInstances
and
instance
are
both
present,
the
numberOfInstances
value
SHALL
match
the
number
of
instance
elements
Each
study
has
one
series.where(numberOfInstances.empty()
or
more
series
of
images
instance.empty()
or
other
content.
numberOfInstances
=
instance.count()).count()
=
series.count()
If
modality
is
present,
modality
SHALL
equal
all
of
the
distinct
values
of
series.modality
Summary
modality.exists()
implies
modality.coding.select(system&'|'&code).trace('r').exclude(series.modality.coding.select(system&'|'&code).trace('c')).empty()
and
modality.text.exclude(series.modality.text).empty()
and
series.modality.coding.select(system&'|'&code).trace('r').exclude(modality.coding.select(system&'|'&code).trace('c')).empty()
and
series.modality.text.exclude(modality.text).empty()
The
distinct
modality
of
for
this
series
sequence.
series.
This
MAY
be
either
an
acquisition
modality
(e.g.,
CT,
MR)
or
a
non-acquisition
modality
(e.g.,
segmentation,
presentation
state).
If
modality
is
present,
modality
SHALL
equal
all
of
the
distinct
values
of
series.modality
modality.exists()
implies
modality.coding.select(system&'|'&code).trace('r').exclude(series.modality.coding.select(system&'|'&code).trace('c')).empty()
and
modality.text.exclude(series.modality.text).empty()
and
series.modality.coding.select(system&'|'&code).trace('r').exclude(modality.coding.select(system&'|'&code).trace('c')).empty()
and
series.modality.text.exclude(modality.text).empty()
ImagingStudy.series.description
Element
Id
ImagingStudy.series.description
Definition
A
description
Description
or
classification
of
the
series.
Number
of
SOP
Instances
in
the
Study.
Series.
The
value
given
may
MAY
be
larger
than
the
number
of
instance
elements
this
resource
series
contains
due
to
resource
availability,
security,
or
other
factors.
This
element
should
SHOULD
be
present
if
any
instance
elements
are
present.
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
If
numberOfInstances
and
series.numberOfInstances
are
both
present,
has
precedence
over
a
study-level
endpoint
with
the
same
Endpoint.connectionType.
numberOfInstances
value
SHALL
be
the
sum
of
the
series.numberOfInstance
values.
Access
methods
for
retrieving
(e.g.,
DICOM’s
WADO-URI
and
WADO-RS)
the
For
each
series
or
element,
if
numberOfInstances
and
instance
are
both
present,
the
series’
instances.
A
baseLocation
specified
at
numberOfInstances
value
SHALL
match
the
series
level
has
precedence
over
a
baseLocation
number
of
the
same
type
specified
at
the
study
level.
instance
elements
Summary
series.where(numberOfInstances.empty()
or
instance.empty()
or
numberOfInstances
=
instance.count()).count()
=
series.count()
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.
The
laterality
of
the
(possibly
paired)
anatomic
structures
examined.
E.g.,
See
DICOM
Part
16
Annex
L
for
DICOM
to
SNOMED-CT
mappings.
The
bodySite
MAY
include
the
left
knee,
both
lungs,
or
unpaired
abdomen.
If
present,
shall
be
consistent
with
any
laterality
information
indicated
in
ImagingStudy.series.bodySite.
of
body
part
imaged.
The
performer
is
recorded
at
the
series
level,
since
each
series
in
a
study
may
MAY
be
performed
by
a
different
performer,
at
different
times,
and
using
different
devices.
A
series
may
MAY
be
performed
by
multiple
performers.
If
the
person
who
performed
the
series
is
not
known,
their
Organization
may
MAY
be
recorded.
A
patient,
or
related
person,
may
MAY
be
the
performer,
e.g.
for
patient-captured
images.
ImagingStudy.series.performer.function
Element
Id
ImagingStudy.series.performer.function
Definition
Distinguishes
the
type
of
involvement
of
the
performer
in
the
series.
imaging
study..