AU eRequesting Implementation Guide
1.0.0-ballot - Ballot Australia flag

AU eRequesting Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-erequesting/ and changes regularly. See the Directory of published versions

: CommunicationRequest - Urgent results communication to provider - XML Representation

Page standards status: Informative

Raw xml | Download


<CommunicationRequest xmlns="http://hl7.org/fhir">
  <id value="communicationrequest-urgent-results-to-provider"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-communicationrequest-urgentprovider"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CommunicationRequest communicationrequest-urgent-results-to-provider</b></p><a name="communicationrequest-urgent-results-to-provider"> </a><a name="hccommunicationrequest-urgent-results-to-provider"> </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-au-erequesting-communicationrequest-urgentprovider.html">AU eRequesting CommunicationRequest Urgent Provider</a></p></div><p><b>groupIdentifier</b>: Placer Group Number/EMC4542244-5624</p><p><b>status</b>: Active</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/communication-category alert}">alert</span></p><p><b>priority</b>: Urgent</p><p><b>medium</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationMode PHONE}">phone</span></p><p><b>subject</b>: <a href="Patient-roberts-fred.html">Fred Roberts  Male, DoB: 1961-06-16 ( IHI: Austalian Healthcare Identifier - Individual#8003608500314661)</a></p><p><b>about</b>: <a href="ServiceRequest-order-xray-1.html">ServiceRequest Plain chest X-ray</a></p><p><b>authoredOn</b>: 2024-05-11</p><p><b>requester</b>: <a href="PractitionerRole-generalpractitioner-guthridge-jarred.html">PractitionerRole General practitioner</a></p><p><b>recipient</b>: <a href="PractitionerRole-generalpractitioner-guthridge-jarred.html">PractitionerRole General practitioner</a></p><p><b>sender</b>: <a href="Organization-mount-charlton-radiology.html">Organization Mount Charlton Radiology</a></p><p><b>reasonCode</b>: <span title="Codes:{http://terminology.hl7.org.au/CodeSystem/communicationrequest-reason urgent}">Urgent Results</span></p></div>
  </text>
  <groupIdentifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PGN"/>
        <display value="Placer Group Number"/>
      </coding>
      <text value="Placer Group Number"/>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003629900040359"/>
    <value value="EMC4542244-5624"/>
    <assigner>🔗 
      <reference value="Organization/elimbah-medical-center"/>
      <display value="Elimbah Medical Center"/>
    </assigner>
  </groupIdentifier>
  <status value="active"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/communication-category"/>
      <code value="alert"/>
      <display value="Alert"/>
    </coding>
    <text value="alert"/>
  </category>
  <priority value="urgent"/>
  <medium>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ParticipationMode"/>
      <code value="PHONE"/>
      <display value="telephone"/>
    </coding>
    <text value="phone"/>
  </medium>
  <subject>🔗 
    <reference value="Patient/roberts-fred"/>
  </subject>
  <about>🔗 
    <reference value="ServiceRequest/order-xray-1"/>
  </about>
  <authoredOn value="2024-05-11"/>
  <requester>🔗 
    <reference value="PractitionerRole/generalpractitioner-guthridge-jarred"/>
  </requester>
  <recipient>🔗 
    <reference value="PractitionerRole/generalpractitioner-guthridge-jarred"/>
  </recipient>
  <sender>🔗 
    <reference value="Organization/mount-charlton-radiology"/>
  </sender>
  <reasonCode>
    <coding>
      <system
              value="http://terminology.hl7.org.au/CodeSystem/communicationrequest-reason"/>
      <code value="urgent"/>
      <display value="Urgent Results"/>
    </coding>
  </reasonCode>
</CommunicationRequest>