This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R4B R4 R3
Example Ultrasound Image
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/sct/> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir//Media/1.2.840.11361907579238403408700.3.0.14.19970327150033> a fhir:Media;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "1.2.840.11361907579238403408700.3.0.14.19970327150033"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ]
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://nema.org/fhir/extensions#0002-0010" ];
fhir:Extension.valueUri [ fhir:value "urn:oid:1.2.840.10008.1.2.1" ]
];
fhir:Media.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.type [
fhir:CodeableConcept.text [ fhir:value "InstanceUID" ] ];
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:1.2.840.11361907579238403408700.3.0.14.19970327150033" ]
];
fhir:Media.identifier [
fhir:index 1;
fhir:Identifier.type [
fhir:CodeableConcept.text [ fhir:value "accessionNo" ] ];
fhir:Identifier.system [ fhir:value "http://acme-imaging.com/accession/2012" ];
fhir:Identifier.value [ fhir:value "1234567" ]
];
fhir:Media.identifier [
fhir:index 2;
fhir:Identifier.type [
fhir:CodeableConcept.text [ fhir:value "studyId" ] ];
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:1.2.840.113619.2.21.848.34082.0.538976288.3" ]
];
fhir:Media.identifier [
fhir:index 3;
fhir:Identifier.type [
fhir:CodeableConcept.text [ fhir:value "seriesId" ] ];
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:1.2.840.113619.2.21.3408.700.0.757923840.3.0" ]
];
fhir:Media.type [ fhir:value "photo"];
fhir:Media.subtype [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://nema.org/dicom/dicm" ];
fhir:Coding.code [ fhir:value "US" ] ]
];
fhir:Media.view [
a sct:399067008;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:399067008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "399067008" ];
fhir:Coding.display [ fhir:value "Lateral projection" ] ]
];
fhir:Media.subjectReference [
fhir:reference <http://hl7.org/fhir/Patient/example>;
fhir:Reference.reference [ fhir:value "Patient/example" ]
];
fhir:Media.deviceName [ fhir:value "G.E. Medical Systems"];
fhir:Media.height [ fhir:value "480"^^xs:int];
fhir:Media.width [ fhir:value "640"^^xs:int];
fhir:Media.content [
fhir:Attachment.contentType [ fhir:value "application/dicom" ];
fhir:Attachment.url [ fhir:value "http://imaging.acme.com/wado/server?requestType=WADO&contentType=application%2Fdicom&studyUid=1.2.840.113619.2.21.848.34082.0.538976288.3&seriesUid=1.2.840.113619.2.21.3408.700.0.757923840.3.0&objectUid=1.2.840.11361907579238403408700.3.0.14.19970327150033" ]
].
# -------------------------------------------------------------------------------------
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.