PACIO Advance Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-adi/ and changes regularly. See the Directory of published versions
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="Example-Smith-Johnson-CPR-ServiceRequest1"/>
<meta>
<profile
value="http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOCPRServiceRequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest Example-Smith-Johnson-CPR-ServiceRequest1</b></p><a name="Example-Smith-Johnson-CPR-ServiceRequest1"> </a><a name="hcExample-Smith-Johnson-CPR-ServiceRequest1"> </a><a name="Example-Smith-Johnson-CPR-ServiceRequest1-en-US"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://loinc.org 100822-6}">Cardiopulmonary resuscitation orders</span></p><p><b>doNotPerform</b>: true</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 89666000}">Cardiopulmonary resuscitation (procedure)</span></p><p><b>orderDetail</b>: <span title="Codes:{http://loinc.org LA33470-8}">Yes CPR</span></p><p><b>subject</b>: <a href="Patient-Example-Smith-Johnson-Patient1.html">Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#10A3D58WH1600)</a></p><p><b>requester</b>: <a href="Practitioner-Example-Kyle-Anydoc-Practitioner.html">Practitioner Kyle Anydoc </a></p></div>
</text>
<status value="active"/>
<intent value="order"/>
<category>
<coding>
<system value="http://loinc.org"/>
<code value="100822-6"/>
<display value="Cardiopulmonary resuscitation orders"/>
</coding>
</category>
<doNotPerform value="true"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="89666000"/>
<display value="Cardiopulmonary resuscitation (procedure)"/>
</coding>
</code>
<orderDetail>
<coding>
<system value="http://loinc.org"/>
<code value="LA33470-8"/>
</coding>
</orderDetail>
<subject>🔗
<reference value="Patient/Example-Smith-Johnson-Patient1"/>
</subject>
<requester>🔗
<reference value="Practitioner/Example-Kyle-Anydoc-Practitioner"/>
</requester>
</ServiceRequest>