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
of
imagingstudy
ImagingStudy
@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> a fhir:ImagingStudy; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">CT Chest. John Smith (MRN: 09236). Accession: W12342398. Performed: 2011-01-01. 3 series, 12 images.</div>" ]; fhir:ImagingStudy.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:dicom:uid" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045" ] ]; fhir:ImagingStudy.status [ fhir:value "available"]; fhir:ImagingStudy.subject [ fhir:link <http://hl7.org/fhir/Patient/dicom>; fhir:Reference.reference [ fhir:value "Patient/dicom" ] ]; fhir:ImagingStudy.started [ fhir:value "2011-01-01T11:01:20+03:00"^^xsd:dateTime]; fhir:ImagingStudy.numberOfSeries [ fhir:value "1"^^xsd:nonNegativeInteger]; fhir:ImagingStudy.numberOfInstances [ fhir:value "1"^^xsd:nonNegativeInteger]; fhir:ImagingStudy.series [ fhir:index 0; fhir:ImagingStudy.series.uid [ fhir:value "2.16.124.113543.6003.2588828330.45298.17418.2723805630" ]; 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 "CT" ] ]; fhir:ImagingStudy.series.description [ fhir:value "CT Surview 180" ]; fhir:ImagingStudy.series.numberOfInstances [ fhir:value "1"^^xsd:nonNegativeInteger ]; fhir:ImagingStudy.series.bodySite [ a sct:67734004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "67734004" ]; fhir:Coding.display [ fhir:value "Upper Trunk Structure" ] ]; fhir:ImagingStudy.series.instance [ fhir:index 0; fhir:ImagingStudy.series.instance.uid [ fhir:value "2.16.124.113543.6003.189642796.63084.16748.2599092903" ]; 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 ]# This example is used with detectedissue-example-dup, so don't make changes that would cause it to no longer be a duplicate <http://hl7.org/fhir/ImagingStudy/example> a fhir:ImagingStudy ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">CT Chest. John Smith (MRN: 09236). Accession: W12342398. Performed: 2011-01-01. 3 series, 12 images.</div>"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ 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.3503430045" ] ] ) ; # fhir:status [ fhir:v "available"] ; # fhir:subject [ fhir:l <http://hl7.org/fhir/Patient/dicom> ; fhir:reference [ fhir:v "Patient/dicom" ] ] ; # fhir:started [ fhir:v "2011-01-01T11:01:20+03:00"^^xsd:dateTime] ; # fhir:reason ( [ fhir:reference [ fhir:l <http://hl7.org/fhir/Observation/656> ; fhir:reference [ fhir:v "Observation/656" ] ]] .] ) ; # fhir:numberOfSeries [ fhir:v "1"^^xsd:nonNegativeInteger] ; # fhir:numberOfInstances [ fhir:v "1"^^xsd:nonNegativeInteger] ; # fhir:series ( [ fhir:uid [ fhir:v "2.16.124.113543.6003.2588828330.45298.17418.2723805630" ] ; 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 "CT" ] ] ) ] ; fhir:description [ fhir:v "CT Surview 180" ] ; fhir:numberOfInstances [ fhir:v "1"^^xsd:nonNegativeInteger ] ; fhir:bodySite [ fhir:reference [ fhir:l <http://hl7.org/fhir/BodyStructure/tumor> ; fhir:reference [ fhir:v "BodyStructure/tumor" ] ] ] ; fhir:instance ( [ fhir:uid [ fhir:v "2.16.124.113543.6003.189642796.63084.16748.2599092903" ] ; 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 ] ] ) ] ) . # <http://hl7.org/fhir/Patient/dicom> a fhir:Patient .# - ontology header ------------------------------------------------------------<http://hl7.org/fhir/Observation/656> a fhir:Observation .<http://hl7.org/fhir/ImagingStudy/example.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/ImagingStudy/example.ttl> .<http://hl7.org/fhir/BodyStructure/tumor> a fhir:BodyStructure . # -------------------------------------------------------------------------------------
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,
Thu,
Nov
1,
2019
09:35+1100.
QA
Page
13,
2025
03:07+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