Diagnostics
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
| Responsible Owner: Imaging Integration Work Group | Standards Status : Informative | Compartments : Group , Patient |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Example
XR
imaging
study
X-ray
ImagingStudy
with
full
elements
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource -------------------------------------------------------------------<http://hl7.org/fhir/ImagingStudy/example-xr> a fhir:ImagingStudy; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example-xr"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">XR Wrist 3+ Views. John Smith (MRN: 09236). Accession: W12342398. Performed: 2017-01-01. 1 series, 2 images.</div>" ]; fhir:ImagingStudy.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "urn:dicom:uid" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430046" ] ], [ fhir:index 1; fhir:Identifier.use [ fhir:value "usual" ]; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "ACSN" ]<http://hl7.org/fhir/ImagingStudy/example-xr> a fhir:ImagingStudy ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-xr"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">XR Wrist 3+ Views. John Smith (MRN: 09236). Accession: W12342398. Performed: 2017-01-01.\n 1 series, 2 images.</div>"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ; fhir:l <urn:dicom:uid> ] ; fhir:value [ fhir:v "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430046" ] ] [ fhir:use [ fhir:v "secondary" ] ; fhir:value [ fhir:v "55551234" ] ; fhir:assigner [ fhir:l <http://hl7.org/fhir/Organization/dicom-organization> ; fhir:reference [ fhir:v "Organization/dicom-organization" ] ] ] ) ; # fhir:status [ fhir:v "available"] ; # fhir:modality ( [ fhir:coding ( [ fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ; fhir:l <http://dicom.nema.org/resources/ontology/DCM> ] ; fhir:code [ fhir:v "DX" ] ] ) ] ) ; # fhir:subject [ fhir:l <http://hl7.org/fhir/Patient/dicom> ; fhir:reference [ fhir:v "Patient/dicom" ] ] ; # fhir:encounter [ fhir:l <http://hl7.org/fhir/Encounter/example> ; fhir:reference [ fhir:v "Encounter/example" ] ] ; # fhir:started [ fhir:v "2017-01-01T11:01:20+03:00"^^xsd:dateTime] ; # fhir:basedOn ( [ fhir:type [ fhir:v "ServiceRequest"^^xsd:anyURI ; fhir:l fhir:ServiceRequest ] ; fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ; fhir:code [ fhir:v "ACSN" ] ] ) ] ; fhir:value [ fhir:v "W12342398" ] ; fhir:assigner [ fhir:l <http://hl7.org/fhir/Organization/dicom-organization> ; fhir:reference [ fhir:v "Organization/dicom-organization" ] ]]; fhir:Identifier.value [ fhir:value "W12342398" ]; fhir:Identifier.assigner [ fhir:link <http://hl7.org/fhir/Organization/dicom-organization>; fhir:Reference.reference [ fhir:value "Organization/dicom-organization" ]]], [ fhir:index 2; fhir:Identifier.use [ fhir:value "secondary" ]; fhir:Identifier.value [ fhir:value "55551234" ]; fhir:Identifier.assigner [ fhir:link <http://hl7.org/fhir/Organization/dicom-organization>; fhir:Reference.reference [ fhir:value "Organization/dicom-organization" ]] [ fhir:l <http://hl7.org/fhir/ServiceRequest/example> ; fhir:reference [ fhir:v "ServiceRequest/example" ] ] ) ; # fhir:referrer [ fhir:l <http://hl7.org/fhir/Practitioner/example> ; fhir:reference [ fhir:v "Practitioner/example" ] ] ; # fhir:endpoint ( [ fhir:l <http://hl7.org/fhir/Endpoint/example-wadors> ; fhir:reference [ fhir:v "Endpoint/example-wadors" ] ] ) ; # fhir:procedure ( [ fhir:l <http://hl7.org/fhir/Procedure/example> ; fhir:reference [ fhir:v "Procedure/example" ] ] ) ; # fhir:reason ( [ fhir:concept [ fhir:coding ( [ fhir:system [ fhir:v "http://www.radlex.org"^^xsd:anyURI ; fhir:l <http://www.radlex.org> ] ; fhir:code [ fhir:v "RPID2589" ] ; fhir:display [ fhir:v "XR Wrist 3+ Views" ] ] ) ; fhir:text [ fhir:v "XR Wrist 3+ Views" ] ]]; fhir:ImagingStudy.status [ fhir:value "available"]; fhir:ImagingStudy.modality [ fhir:index 0; fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ]; fhir:Coding.code [ fhir:value "DX" ] ]; fhir:ImagingStudy.subject [ fhir:link <http://hl7.org/fhir/Patient/dicom>; fhir:Reference.reference [ fhir:value "Patient/dicom" ] ]; fhir:ImagingStudy.encounter [ fhir:link <http://hl7.org/fhir/Encounter/example>; fhir:Reference.reference [ fhir:value "Encounter/example" ] ]; fhir:ImagingStudy.started [ fhir:value "2017-01-01T11:01:20+03:00"^^xsd:dateTime]; fhir:ImagingStudy.basedOn [ fhir:index 0; fhir:link <http://hl7.org/fhir/ServiceRequest/example>; fhir:Reference.reference [ fhir:value "ServiceRequest/example" ] ]; fhir:ImagingStudy.referrer [ fhir:link <http://hl7.org/fhir/Practitioner/example>; fhir:Reference.reference [ fhir:value "Practitioner/example" ] ]; fhir:ImagingStudy.interpreter [ fhir:index 0; fhir:link <http://hl7.org/fhir/Practitioner/example>; fhir:Reference.reference [ fhir:value "Practitioner/example" ] ]; fhir:ImagingStudy.endpoint [ fhir:index 0; fhir:link <http://hl7.org/fhir/Endpoint/example-wadors>; fhir:Reference.reference [ fhir:value "Endpoint/example-wadors" ] ]; fhir:ImagingStudy.numberOfSeries [ fhir:value "1"^^xsd:nonNegativeInteger]; fhir:ImagingStudy.numberOfInstances [ fhir:value "2"^^xsd:nonNegativeInteger]; fhir:ImagingStudy.procedureReference [ fhir:link <http://hl7.org/fhir/Procedure/example>; fhir:Reference.reference [ fhir:value "Procedure/example" ] ]; fhir:ImagingStudy.procedureCode [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.radlex.org" ]; fhir:Coding.code [ fhir:value "RPID2589" ]; fhir:Coding.display [ fhir:value "XR Wrist 3+ Views" ] ]; fhir:CodeableConcept.text [ fhir:value "XR Wrist 3+ Views" ] ]; fhir:ImagingStudy.reasonCode [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:357009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "357009" ]; fhir:Coding.display [ fhir:value "Closed fracture of trapezoidal bone of wrist" ]] [ fhir:concept [ fhir:coding ( [ a sct:357009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "357009" ] ; fhir:display [ fhir:v "Closed fracture of trapezoidal bone of wrist" ] ] ) ]]; fhir:ImagingStudy.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "XR Wrist 3+ Views" ] ]; fhir:ImagingStudy.series [ fhir:index 0; fhir:ImagingStudy.series.uid [ fhir:value "2.16.124.113543.6003.1154777499.30246.19789.3503430045.1" ]; fhir:ImagingStudy.series.number [ fhir:value "3"^^xsd:nonNegativeInteger ]; fhir:ImagingStudy.series.modality [ fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ]; fhir:Coding.code [ fhir:value "DX" ] ]; fhir:ImagingStudy.series.description [ fhir:value "XR Wrist 3+ Views" ]; fhir:ImagingStudy.series.numberOfInstances [ fhir:value "2"^^xsd:nonNegativeInteger ]; fhir:ImagingStudy.series.endpoint [ fhir:index 0; fhir:link <http://hl7.org/fhir/Endpoint/example-wadors>; fhir:Reference.reference [ fhir:value "Endpoint/example-wadors" ] ]; fhir:ImagingStudy.series.bodySite [ a sct:T-15460; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "T-15460" ]; fhir:Coding.display [ fhir:value "Wrist Joint" ] ]; fhir:ImagingStudy.series.laterality [ a sct:419161000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "419161000" ]; fhir:Coding.display [ fhir:value "Unilateral left" ] ]; fhir:ImagingStudy.series.started [ fhir:value "2011-01-01T11:01:20+03:00"^^xsd:dateTime ]; fhir:ImagingStudy.series.performer [ fhir:index 0; fhir:ImagingStudy.series.performer.function [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ]; fhir:Coding.code [ fhir:value "PRF" ] ] ]; fhir:ImagingStudy.series.performer.actor [ fhir:link <http://hl7.org/fhir/Practitioner/example>; fhir:Reference.reference [ fhir:value "Practitioner/example" ]] ) ; # fhir:note ( [ fhir:text [ fhir:v "XR Wrist 3+ Views" ] ] ) ; # fhir:numberOfSeries [ fhir:v "1"^^xsd:nonNegativeInteger] ; # fhir:numberOfInstances [ fhir:v "2"^^xsd:nonNegativeInteger] ; # fhir:series ( [ fhir:uid [ fhir:v "2.16.124.113543.6003.1154777499.30246.19789.3503430045.1" ] ; fhir:number [ fhir:v "3"^^xsd:nonNegativeInteger ] ; fhir:modality [ fhir:coding ( [ fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ; fhir:l <http://dicom.nema.org/resources/ontology/DCM> ] ; fhir:code [ fhir:v "DX" ] ] ) ] ; fhir:description [ fhir:v "XR Wrist 3+ Views" ] ; fhir:numberOfInstances [ fhir:v "2"^^xsd:nonNegativeInteger ] ; fhir:endpoint ( [ fhir:l <http://hl7.org/fhir/Endpoint/example-wadors> ; fhir:reference [ fhir:v "Endpoint/example-wadors" ] ] ) ; fhir:bodySite [ fhir:concept [ fhir:coding ( [ a sct:74670003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; # Added body site to support duplicate checking example fhir:code [ fhir:v "74670003" ] ; fhir:display [ fhir:v "Wrist Joint" ] ] ) ]]; fhir:ImagingStudy.series.instance [ fhir:index 0; fhir:ImagingStudy.series.instance.uid [ fhir:value "2.16.124.113543.6003.1154777499.30246.19789.3503430045.1.1" ]; fhir:ImagingStudy.series.instance.sopClass [ fhir:Coding.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Coding.code [ fhir:value "urn:oid:1.2.840.10008.5.1.4.1.1.2" ] ]; fhir:ImagingStudy.series.instance.number [ fhir:value "1"^^xsd:nonNegativeInteger ]; fhir:ImagingStudy.series.instance.title [ fhir:value "PA VIEW" ] ], [ fhir:index 1; fhir:ImagingStudy.series.instance.uid [ fhir:value "2.16.124.113543.6003.1154777499.30246.19789.3503430045.1.2" ]; fhir:ImagingStudy.series.instance.sopClass [ fhir:Coding.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Coding.code [ fhir:value "urn:oid:1.2.840.10008.5.1.4.1.1.2" ] ]; fhir:ImagingStudy.series.instance.number [ fhir:value "2"^^xsd:nonNegativeInteger ]; fhir:ImagingStudy.series.instance.title [ fhir:value "LL VIEW" ] ] ] .] ; fhir:started [ fhir:v "2011-01-01T11:01:20+03:00"^^xsd:dateTime ] ; fhir:performer ( [ fhir:function [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-ParticipationType> ] ; fhir:code [ fhir:v "PRF" ] ] ) ] ; fhir:actor [ fhir:l <http://hl7.org/fhir/Practitioner/example> ; fhir:reference [ fhir:v "Practitioner/example" ] ] ] ) ; fhir:instance ( [ fhir:uid [ fhir:v "2.16.124.113543.6003.1154777499.30246.19789.3503430045.1.1" ] ; fhir:sopClass [ fhir:v "urn:oid:1.2.840.10008.5.1.4.1.1.2"^^xsd:anyURI ; fhir:l <urn:oid:1.2.840.10008.5.1.4.1.1.2> ] ; fhir:number [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:title [ fhir:v "PA VIEW" ] ] [ fhir:uid [ fhir:v "2.16.124.113543.6003.1154777499.30246.19789.3503430045.1.2" ] ; fhir:sopClass [ fhir:v "urn:oid:1.2.840.10008.5.1.4.1.1.2"^^xsd:anyURI ; fhir:l <urn:oid:1.2.840.10008.5.1.4.1.1.2> ] ; fhir:number [ fhir:v "2"^^xsd:nonNegativeInteger ] ; fhir:title [ fhir:v "LL VIEW" ] ] ) ] ) . # <http://hl7.org/fhir/Organization/dicom-organization> a fhir:Organization . <http://hl7.org/fhir/Patient/dicom> a fhir:Patient . <http://hl7.org/fhir/Encounter/example> a fhir:Encounter . <http://hl7.org/fhir/ServiceRequest/example> a fhir:ServiceRequest . <http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner . <http://hl7.org/fhir/Endpoint/example-wadors> a fhir:Endpoint . <http://hl7.org/fhir/Procedure/example> a fhir:Procedure .# - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/ImagingStudy/example-xr.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/ImagingStudy/example-xr.ttl> .# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4
(Technical
Correction
#1)
(v4.0.1)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Fri,
Nov
1,
2019
09:35+1100.
QA
Page
7,
2025
18:58+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
R3
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change