View raw Markdown
type: exampleresource: ImagingSelectionexample: imagingselection-example-waveform-channel-selection

ImagingSelection Example: imagingselection-example-waveform-channel-selection

Example XML

<?xml version='1.0' encoding='utf-8'?>
<ImagingSelection xmlns="http://hl7.org/fhir">
  <id value="example-waveform-channel-selection"/>
  <identifier>
    <system value="urn:dicom:uid"/>
    <value value="urn:oid:1.2.840.113747.20080222.234082332589842666931650220811572.12.1"/>
  </identifier>
 <status value="available"/> 
 <code>
  <text value="Channel within a DICOM Waveform instance"/>
</code>
<subject>
    <type value="Patient"/>
    <identifier>
      <system value="https://fhirhospital.org"/>
      <value value="ISRNEJAWJHZOTNBS"/>
    </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.234082332592522666931650220811572"/>
    </identifier>
  </derivedFrom>
  <studyUid value="1.2.840.113747.20080222.234082332589846966931650220811572"/>
  <seriesUid value="1.2.840.113747.20080222.234082332589846992931650220811572.12"/>
  <seriesNumber value="1"/>
  <frameOfReferenceUid value="1.2.840.113747.20080222.234082332589842666931650220811572.0"/>
  <instance>
    <uid value="1.2.840.113747.20080222.234082332589846992522666220811572.12.0"/>
    <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.9.1.2"/>
    <waveFormChannel value="2"/>
    <waveFormChannel value="1"/>
  </instance>
</ImagingSelection>