Imaging Diagnostic Report
0.0.1-current - ci-build International flag

Imaging Diagnostic Report, published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.IDR/ and changes regularly. See the Directory of published versions

: ServiceRequest: XR Chest - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="example-ServiceRequest-chest-xray"/>
  <meta>
    <profile
             value="https://profiles.ihe.net/RAD/IDR/StructureDefinition/idr-imaging-service-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest example-ServiceRequest-chest-xray</b></p><a name="example-ServiceRequest-chest-xray"> </a><a name="hcexample-ServiceRequest-chest-xray"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-idr-imaging-service-request.html">IDR Imaging ServiceRequest</a></p></div><p><b>identifier</b>: Accession ID/A1234567</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><h3>Codes</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://www.ama-assn.org/go/cpt 71046}">Radiologic examination, chest; 2 views</span></td></tr></table><p><b>subject</b>: <a href="Patient-example-Patient.html">Jane Doe  Female, DoB Unknown ( Medical Record Number: 1234567)</a></p><p><b>requester</b>: <a href="Practitioner-example-Practitioner-Referring.html">Practitioner Marcus Welby </a></p><h3>Reasons</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td><td><b>Reference</b></td></tr><tr><td style="display: none">*</td><td> </td><td><a href="Condition-example-Condition-ChestPain.html">Condition Chest pain, unspecified</a></td></tr><tr><td style="display: none">*</td><td> </td><td><a href="Condition-example-Condition-ShortnessOfBreath.html">Condition Shortness of Breath</a></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">Rule out pulmonary pathology</span></td><td> </td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="ACSN"/>
      </coding>
    </type>
    <system value="http://www.acme.com/identifiers/accession"/>
    <value value="A1234567"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <code>
    <concept>
      <coding>
        <system value="http://www.ama-assn.org/go/cpt"/>
        <code value="71046"/>
        <display value="Radiologic examination, chest; 2 views"/>
      </coding>
    </concept>
  </code>
  <subject>🔗 
    <reference value="Patient/example-Patient"/>
  </subject>
  <requester>🔗 
    <reference value="Practitioner/example-Practitioner-Referring"/>
  </requester>
  <reason>
    <reference>🔗 
      <reference value="Condition/example-Condition-ChestPain"/>
    </reference>
  </reason>
  <reason>
    <reference>🔗 
      <reference value="Condition/example-Condition-ShortnessOfBreath"/>
    </reference>
  </reason>
  <reason>
    <concept>
      <text value="Rule out pulmonary pathology"/>
    </concept>
  </reason>
</ServiceRequest>