AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: ServiceRequest - Chest X-ray order - XML Representation

Page standards status: Informative

Raw xml | Download



<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="order-chestxray"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-servicerequest"/>
    <profile
             value="http://hl7.org.au/fhir/StructureDefinition/au-diagnosticrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ServiceRequest</b><a name="order-chestxray"> </a></p><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">Resource ServiceRequest &quot;order-chestxray&quot; </p><p style="margin-bottom: 0px">Profiles: <a href="StructureDefinition-au-core-servicerequest.html">AU Core ServiceRequest</a>, <a href="http://hl7.org.au/fhir/4.1.2-preview/StructureDefinition-au-diagnosticrequest.html">AU Base Diagnostic Request</a></p></div><p><b>identifier</b>: Placer Order Identifier: 3451451245</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Diagnostic imaging service <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#708175003)</span>, Plain X-ray imaging - action <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#312254007)</span></p><p><b>code</b>: Chest X-Ray <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#399208008 &quot;Plain chest X-ray&quot;)</span></p><p><b>subject</b>: <a href="Patient-wang-li.html">Patient/wang-li</a> &quot; WANG&quot;</p><p><b>authoredOn</b>: 2023-06-19 10:04:00+1000</p><p><b>requester</b>: <a href="PractitionerRole-bobrester-bob-gp.html">PractitionerRole/bobrester-bob-gp</a></p><p><b>performer</b>: <a href="HealthcareService-lge-priv-xray.html">HealthcareService/lge-priv-xray</a> &quot;Large Private X-RAY&quot;</p><p><b>bodySite</b>: 51185008 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#51185008)</span></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PLAC"/>
        <display value="Placer Identifier"/>
      </coding>
      <text value="Placer Order Identifier"/>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/hpio-scoped/order/1.0/8003621566684455"/>
    <value value="3451451245"/>
    <assigner>
      <display value="Bobregster Medical Center QLD"/>
    </assigner>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="708175003"/>
      <display value="Diagnostic imaging service"/>
    </coding>
  </category>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="312254007"/>
      <display value="Plain X-ray imaging - action"/>
    </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/wang-li"/>
  </subject>
  <authoredOn value="2023-06-19T10:04:00+10:00"/>
  <requester>🔗 
    <reference value="PractitionerRole/bobrester-bob-gp"/>
  </requester>
  <performer>🔗 
    <reference value="HealthcareService/lge-priv-xray"/>
  </performer>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="51185008"/>
    </coding>
  </bodySite>
</ServiceRequest>