This page is part of the PACIO Advance Directive Information Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions
| Page standards status: Informative |
<Practitioner xmlns="http://hl7.org/fhir">
<id value="Practitioner-MargaretReynolds"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner Practitioner-MargaretReynolds</b></p><a name="Practitioner-MargaretReynolds"> </a><a name="hcPractitioner-MargaretReynolds"> </a><p><b>identifier</b>: <code>http://example.org/fhir/MI-state-license</code>/86420</p><p><b>active</b>: true</p><p><b>name</b>: Margaret Q. Reynolds</p><p><b>telecom</b>: ph: (555) 391-9414</p><p><b>address</b>: 18051 Mack Ave, Detroit, MI 48224</p><p><b>gender</b>: Female</p></div>
</text>
<identifier>
<system value="http://example.org/fhir/MI-state-license"/>
<value value="86420"/>
</identifier>
<active value="true"/>
<name>
<text value="Margaret Q. Reynolds"/>
<family value="Reynolds"/>
<given value="Margaret"/>
<given value="Q."/>
</name>
<telecom>
<system value="phone"/>
<value value="(555) 391-9414"/>
</telecom>
<address>
<text value="18051 Mack Ave, Detroit, MI 48224"/>
<line value="18051 Mack Ave"/>
<city value="Detroit"/>
<state value="MI"/>
<postalCode value="48224"/>
<country value="US"/>
</address>
<gender value="female"/>
</Practitioner>