FHIR Release 3 (STU)

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

Imagingmanifest-example.xml

Imaging Integration Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Device, Patient, Practitioner, RelatedPerson

Raw XML (canonical form)

Jump past Narrative

Example of imagingmanifest (id = "example")

<ImagingManifest xmlns="http://hl7.org/fhir">
  <id value="example"/>  
  <text>  
    <status value="generated"/>  
    <div xmlns="http://www.w3.org/1999/xhtml">A set of images to share accompanying an report document, including one SC image and two
       CT image</div>  
  </text>  
  <identifier> 
    <value value="urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092901"/>  
    <!--   SOP Instance UID value   -->
  </identifier> 
  <patient>  
    <reference value="Patient/dicom"/>  
  </patient>  
  <authoringTime value="2014-11-20T11:01:20-08:00"/>  
  <author>  
    <reference value="Practitioner/example"/>  
  </author>  
  <description value="1 SC image (screen snapshot) and 2 CT images to share a chest CT exam"/>  
  <study>  
    <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16749.2599092904"/>  
    <imagingStudy>  
      <reference value="ImagingStudy/example"/>  
    </imagingStudy>  
    <endpoint> 
      <reference value="Endpoint/example-iid"/> 
    </endpoint> 
    <endpoint> 
      <reference value="Endpoint/example-wadors"/> 
    </endpoint> 
    <series>  
      <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092901"/>  

      <endpoint> 
        <reference value="Endpoint/example-wadors"/> 
      </endpoint> 
      <instance>  
        <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.7"/>  
        <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092902"/>  
      </instance>  
    </series>  
    <series>  
      <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092902"/>  
      <instance>  
        <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/>  
        <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903"/>  
      </instance>  
      <instance>  
        <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/>  
        <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092904"/>  
      </instance>  
    </series>  
  </study>  
</ImagingManifest> 

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.