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-2d-image-region-selection (XML)

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

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

2D Image Region Selection (id = "example-2d-image-region-selection")

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

<ImagingSelection xmlns="http://hl7.org/fhir">
  <id value="example-2d-image-region-selection"/> 
  <identifier> 
    <system value="urn:dicom:uid"/> 
    <value value="urn:oid:1.2.840.113747.20080222.3248567223100954657132726086516575.2.1"/> 
  </identifier> 
  <status value="available"/> 
  <code> 
    <text value="Region selected from image"/> 
  </code> 
  <subject> 
    <type value="Patient"/> 
    <identifier> 
      <system value="https://fhirhospital.org"/> 
      <value value="NTCGFHHKYUYKDPQX"/> 
    </identifier> 
  </subject> 
  <derivedFrom> 
    <type value="ImagingStudy"/> 
    <identifier> 
      <system value="urn:dicom:uid"/> 
      <value value="1.2.840.113747.20080222.324856729726954657132726086516575"/> 
    </identifier> 
  </derivedFrom> 
  <studyUid value="1.2.840.113747.20080222.324856729726854657132726086516575"/> 
  <seriesUid value="1.2.840.113747.20080222.324856729726954657132726086516575.1"/> 
  <frameOfReferenceUid value="1.2.840.113747.20080222.324856823100954657132726086516575.0"/> 
  <instance> 
    <uid value="1.2.840.113747.20080222.324856729726823100132726086516575.1.0"/> 
    <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/> 
    <imageRegion2D> 
      <regionType value="polyline"/> 
      <coordinate value="0.25"/> 
      <coordinate value="0.25"/> 
      <coordinate value="0.75"/> 
      <coordinate value="0.25"/> 
      <coordinate value="0.75"/> 
      <coordinate value="0.75"/> 
      <coordinate value="0.25"/> 
      <coordinate value="0.75"/> 
    </imageRegion2D> 
  </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.