PACIO Advance Healthcare Directive Interoperability Implementation Guide
2.0.0-ballot - STU 2 – Ballot United States of America flag

PACIO Advance Healthcare 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.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/pacio-adi/ and changes regularly. See the Directory of published versions

: Practitioner-MargaretReynolds - XML Representation

Page standards status: Informative

Raw xml | Download


<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>