FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ImagingSelection/example-multiframe-image-selection (XML)

Imaging Integration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

Raw XML (canonical form + also see XML Format Specification)

Multiframe Image Selection (id = "example-multiframe-image-selection")

<?xml version="1.0" encoding="UTF-8"?>

<ImagingSelection xmlns="http://hl7.org/fhir">
  <id value="example-multiframe-image-selection"/> 
  <identifier> 
    <system value="urn:dicom:uid"/> 
    <value value="urn:oid:1.2.840.113747.20080222.307765875869300980245024554221747.2.1"/> 
  </identifier> 
  <status value="available"/> 
  <code> 
    <text value="Key Frames"/> 
  </code> 
  <subject> 
    <type value="Patient"/> 
    <identifier> 
      <system value="https://fhirhospital.org"/> 
      <value value="MNSOIISABIDCHRCY"/> 
    </identifier> 
  </subject> 
  <basedOn> 
    <reference value="Appointment/2docs"/> 
  </basedOn> 
  <derivedFrom> 
    <type value="ImagingStudy"/> 
    <identifier> 
      <system value="urn:dicom:uid"/> 
      <value value="urn:oid:1.2.840.113747.20080222.307765875889350980245024554221747"/> 
    </identifier> 
  </derivedFrom> 
  <studyUid value="1.2.840.113747.20080222.307765875869300489345024554221747"/> 
  <seriesUid value="1.2.840.113747.20080222.307765875869300489245024554221747.1"/> 
  <frameOfReferenceUid value="1.2.840.113747.20080222.307765875869350980245024554221747.0"/> 
  <bodySite> 
    <concept> 
      <coding> 
        <!--   Added body site to support duplicate checking example   -->
        <system value="http://snomed.info/sct"/> 
        <code value="67734004"/> 
        <display value="Upper Trunk Structure"/> 
      </coding> 
    </concept> 
  </bodySite> 
  <instance> 
    <uid value="1.2.840.113747.20080222.307765875869300489355024554221747.1.0"/> 
    <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.2.1"/> 
    <subset value="1"/> 
    <subset value="2"/> 
    <subset value="3"/> 
    <subset value="4"/> 
  </instance> 
</ImagingSelection> 

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.