This page is part of the Documentation Templates and Rules (v2.0.1: STU 2.0) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="ServiceRequestExample"/>
<meta>
<profile
value="http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ServiceRequest</b><a name="ServiceRequestExample"> </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 "ServiceRequestExample" </p><p style="margin-bottom: 0px">Profile: <a href="https://build.fhir.org/ig/HL7/davinci-crd//StructureDefinition-profile-servicerequest.html">CRD Service Request</a></p></div><p><b>status</b>: draft</p><p><b>intent</b>: original-order</p><p><b>code</b>: Gas panel - Blood <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#24338-6)</span></p><p><b>subject</b>: <a href="Patient-examplepatient.html">Patient/examplepatient</a></p><p><b>occurrence</b>: 2019-05-08 09:33:27+0700</p><p><b>authoredOn</b>: 2019-09-18 07:53:21+0700</p><p><b>requester</b>: <a href="Practitioner-PractitionerExample.html">Practitioner/PractitionerExample</a> " DOE"</p><p><b>reasonCode</b>: Decreased oxygen affinity <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#4565000)</span></p></div>
</text>
<status value="draft"/>
<intent value="original-order"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="24338-6"/>
</coding>
<text value="Gas panel - Blood"/>
</code>
<subject>🔗
<reference value="Patient/examplepatient"/>
</subject>
<occurrenceDateTime value="2019-05-08T09:33:27+07:00"/>
<authoredOn value="2019-09-18T07:53:21+07:00"/>
<requester>🔗
<reference value="Practitioner/PractitionerExample"/>
</requester>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="4565000"/>
</coding>
<text value="Decreased oxygen affinity"/>
</reasonCode>
</ServiceRequest>