AU eRequesting Implementation Guide
0.1.0-ballot - Ballot Australia flag

This page is part of the AU eRequesting (v0.1.0-ballot: AU eRequesting R1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: ServiceRequest - X-Ray - XML Representation

Page standards status: Informative

Raw xml | Download



<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="order-xray-1"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-imag"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest order-xray-1</b></p><a name="order-xray-1"> </a><a name="hcorder-xray-1"> </a><a name="order-xray-1-en-AU"> </a><p><b>identifier</b>: Placer Identifier/EMC4542244-5624-02</p><p><b>requisition</b>: Placer Group Number/EMC4542244-5624</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 363679005}">Imaging</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 399208008}">Chest X-Ray</span></p><p><b>subject</b>: <a href="Patient-fred-roberts.html">Fred Roberts  Male, DoB: 1961-06-16 ( IHI: Austalian Healthcare Identifier - Individual#8003608500314661)</a></p><p><b>encounter</b>: <a href="Encounter-consultation.html">Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = General practice service; period = 2024-05-11 10:15:00+1000 --&gt; 2024-05-11 10:30:00+1000</a></p><p><b>authoredOn</b>: 2024-05-11</p><p><b>requester</b>: <a href="PractitionerRole-guthridge-jarred-gp.html">PractitionerRole Family medicine specialist</a></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PLAC"/>
        <display value="Placer Identifier"/>
      </coding>
    </type>
    <system
            value="https://elimbahmedicalcentre.example.com.au/orders/order-identifier"/>
    <value value="EMC4542244-5624-02"/>
    <assigner>
      <display value="Elimbah Medical Center"/>
    </assigner>
  </identifier>
  <requisition>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PGN"/>
        <display value="Placer Group Number"/>
      </coding>
    </type>
    <system
            value="https://elimbahmedicalcentre.example.com.au/orders/order-identifier"/>
    <value value="EMC4542244-5624"/>
    <assigner>
      <display value="Elimbah Medical Center"/>
    </assigner>
  </requisition>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="363679005"/>
      <display value="Imaging"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="399208008"/>
      <display value="Plain chest X-ray"/>
    </coding>
    <text value="Chest X-Ray"/>
  </code>
  <subject>🔗 
    <reference value="Patient/fred-roberts"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/consultation"/>
  </encounter>
  <authoredOn value="2024-05-11"/>
  <requester>🔗 
    <reference value="PractitionerRole/guthridge-jarred-gp"/>
  </requester>
</ServiceRequest>