Clinical Order Workflows, published by HL7 International / Orders and Observations. 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/HL7/fhir-cow-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<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><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>