View raw Markdown
type: exampleresource: ImagingSelectionexample: imagingselection-example-2d-image-region-selection

ImagingSelection Example: imagingselection-example-2d-image-region-selection

Example XML

<ImagingSelection xmlns="http://hl7.org/fhir">
  <id value="example-2d-image-region-selection"/>
  <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>
  <basedOn>
    <type value="ServiceRequest"/>
    <identifier>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
          <code value="ACSN"/>
        </coding>
      </type>
      <value value="W12342398"/>
      <assigner>
        <reference value="Organization/dicom-organization"/>
      </assigner>
    </identifier>
  </basedOn>
  <basedOn>
    <reference value="ServiceRequest/example"/>
  </basedOn>
  <derivedFrom>
    <type value="ImagingStudy"/>
    <identifier>
      <system value="urn:dicom:uid"/>
      <value value="urn:oid:1.2.840.113747.20080222.35738167372924306270412538783781"/>
    </identifier>
  </derivedFrom>
  <studyUid value="1.2.840.113747.20080222.35738167372924306270412538783781"/>
  <seriesUid value="1.2.840.113747.20080222.35738167372924306270412538783781.1"/>
  <frameOfReferenceUid value="1.2.840.113747.20080222.35738167372924306270412538783781.1.0"/>
  <instance>
    <uid value="1.2.840.113747.20080222.35738167368358372924412538783781.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>