This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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 R2
Example Ultrasound Image (id = "1.2.840.11361907579238403408700.3.0.14.19970327150033")
<Media xmlns="http://hl7.org/fhir"> <!-- this is added to demonstrate the use of extensions. 0002,0010 is the DICOM transfer syntax of the referenced image --> <extension url="http://nema.org/fhir/extensions#0002-0010"> <valueUri value="urn:oid:1.2.840.10008.1.2.1"/> </extension> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> Ultrasound Image on patient "James Chalmers":<br/> <img alt="WADO reference to image" src="http://imaging.acme.com/wado/server?requestType=WADO&contentType=application%2Fdicom&studyUi d=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"/> </div> </text> <type value="photo"/> <subtype> <coding> <system value="http://nema.org/dicom/dcid"/> <code value="US"/> </coding> </subtype> <identifier> <use value="official"/> <label value="InstanceUID"/> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:1.2.840.11361907579238403408700.3.0.14.19970327150033"/> </identifier> <identifier> <label value="accessionNo"/> <!-- the imaging department accession number. (they recycle numbers each year) --> <system value="http://acme-imaging.com/accession/2012"/> <value value="1234567"/> </identifier> <identifier> <label value="studyId"/> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:1.2.840.113619.2.21.848.34082.0.538976288.3"/> </identifier> <identifier> <label value="seriesId"/> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:1.2.840.113619.2.21.3408.700.0.757923840.3.0"/> </identifier> <subject> <reference value="Patient/example"/> </subject> <deviceName value="G.E. Medical Systems"/> <height value="480"/> <width value="640"/> <!-- and a reference to the image data --> <content> <contentType value="application/dicom"/> <!-- The actual image could be anywhere. This is a WADO example --> <url value="http://imaging.acme.com/wado/server?requestType=WADO&contentType=application%2Fdicom&studyUi d=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"/> </content> </Media>