Clinical Order Workflows
1.0.0-ballot - STU 1 Ballot International flag

This page is part of the Clinical Order Workflows (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: COW Service Request - XML Representation

Page standards status: Informative

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="cow-service-request-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest cow-service-request-example</b></p><a name="cow-service-request-example"> </a><a name="hccow-service-request-example"> </a><a name="cow-service-request-example-en-US"> </a><p><b>identifier</b>: <code>https://placer.example.org/ehr</code>/5f8b4be6-9484-449d-a217-7472a0389899</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title="Codes:{http://loinc.org 2345-7}">Glucose [Mass/volume] in Serum or Plasma</span></p><p><b>subject</b>: Mr. John Doe (Identifier: Medical record number/553242)</p></div>
  </text>
  <identifier>
    <system value="https://placer.example.org/ehr"/>
    <value value="5f8b4be6-9484-449d-a217-7472a0389899"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="2345-7"/>
    </coding>
  </code>
  <subject>
    <type value="Patient"/>
    <identifier>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
          <code value="MR"/>
        </coding>
      </type>
      <system value="https://placer.example.org/ehr"/>
      <value value="553242"/>
    </identifier>
    <display value="Mr. John Doe"/>
  </subject>
</ServiceRequest>