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: R5 R4B R4 R3 R2

Imagingstudy-example.xml

Example of imagingstudy (id = "example")

Raw XML

<ImagingStudy xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20
       AM</div>
  </text>
  <dateTime value="2011-01-01T11:01:20"/>
  <subject>
    <reference value="Patient/dicom"/>
  </subject>
  <uid value="urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045"/>
  <numberOfSeries value="1"/>
  <numberOfInstances value="1"/>
  
  <series>
    <number value="3"/>
    <modality value="CT"/>
    <uid value="urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630"/>
    <description value="CT Surview 180"/>
    <numberOfInstances value="1"/>
    <instance>
      <number value="1"/>
      <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903"/>
      <sopclass value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/>
      <url value="http://localhost/fhir/Binary/@1.2.840.11361907579238403408700.3.0.14.19970327150033"/>
    </instance>
  </series>   
</ImagingStudy>