FHIR Imaging ServiceRequest Profile IG
0.1.0 - ci-build International flag

FHIR Imaging ServiceRequest Profile IG, published by HL7 International / Imaging Integration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/imaging-service-request-ig/ and changes regularly. See the Directory of published versions

: ImagingSelection-3DImageRegionSelection - XML Representation

Raw xml | Download


<ImagingSelection xmlns="http://hl7.org/fhir">
  <id value="example-3d-image-region-selection"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ImagingSelection example-3d-image-region-selection</b></p><a name="example-3d-image-region-selection"> </a><a name="hcexample-3d-image-region-selection"> </a><a name="example-3d-image-region-selection-en-US"> </a><p><b>status</b>: Available</p><p><b>code</b>: <span title="Codes:{http://dicom.nema.org/resources/ontology/DCM 111030}">Image Region</span></p><p><b>subject</b>: Identifier: <code>https://fhirhospital.org</code>/KUTGIQCVCDRHVBUK</p><p><b>frameOfReferenceUid</b>: 1.2.840.113747.20080222.35738167372924306270412538783781.1.0</p><blockquote><p><b>imageRegion3D</b></p><p><b>regionType</b>: ELLIPSE</p><p><b>coordinate</b>: -50, -50, -50, 50, 50, 50, 25, -25, 0, -25, 25, 0</p></blockquote></div>
  </text>
  <status value="available"/>
  <code>
    <coding>
      <system value="http://dicom.nema.org/resources/ontology/DCM"/>
      <code value="111030"/>
    </coding>
  </code>
  <subject>
    <type value="Patient"/>
    <identifier>
      <system value="https://fhirhospital.org"/>
      <value value="KUTGIQCVCDRHVBUK"/>
    </identifier>
  </subject>
  <frameOfReferenceUid
                       value="1.2.840.113747.20080222.35738167372924306270412538783781.1.0"/>
  <imageRegion3D>
    <regionType value="ellipse"/>
    <coordinate value="-50"/>
    <coordinate value="-50"/>
    <coordinate value="-50"/>
    <coordinate value="50"/>
    <coordinate value="50"/>
    <coordinate value="50"/>
    <coordinate value="25"/>
    <coordinate value="-25"/>
    <coordinate value="0"/>
    <coordinate value="-25"/>
    <coordinate value="25"/>
    <coordinate value="0"/>
  </imageRegion3D>
</ImagingSelection>