This page is part of the FHIR Specification (v3.0.2: STU 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
FHIR Infrastructure Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Device, Patient, Practitioner |
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/id/> . @prefix xsd: <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:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Ultrasound Image on patient "James Chalmers":<br/>\n <img src=\"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\" alt=\"WADO reference to image\"/>\n \n </div>" ]; 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: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: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: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://dicom.nema.org/resources/ontology/DCM" ]; fhir:Coding.code [ fhir:value "US" ] ] ]; fhir:Media.view [ 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.subject [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Media.device [ fhir:Reference.display [ fhir:value "G.E. Medical Systems" ] ]; fhir:Media.height [ fhir:value "480"^^xsd:positiveInteger]; fhir:Media.width [ fhir:value "640"^^xsd:positiveInteger]; 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" ] ] . <http://hl7.org/fhir/Patient/example> a fhir:Patient . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Media/1.2.840.11361907579238403408700.3.0.14.19970327150033.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://hl7.org/fhir/STU3/Media/1.2.840.11361907579238403408700.3.0.14.19970327150033.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.