PACIO Advance Directive Interoperability Implementation Guide
0.1.0 - STU1

PACIO Advance Directive Interoperability Implementation Guide, published by HL7 Patient Empowerment Working Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/pacio-adi/ and changes regularly. See the Directory of published versions

: Example-McBee-Patient1 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="Example-McBee-Patient1"/>
  <meta>
    <lastUpdated value="2021-04-07T19:55:22+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
  </meta>
  <language value="en-US"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><p><b>Generated Narrative</b></p><p><b>identifier</b>: Social Beneficiary Identifier: 555-12-1246, Driver's License Number: 33487</p><p><b>active</b>: true</p><p><b>name</b>: Roger Rienman McBee </p><p><b>telecom</b>: <a href="tel:+1(469)238-2858">+1(469)238-2858</a>, <a href="tel:+1(214)497-9529">+1(214)497-9529</a>, <a href="mailto:rogerb@example.com">rogerb@example.com</a></p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1945-04-01</p><p><b>address</b>: 12345 Main Street Orlando FL 75219 US </p><p><b>maritalStatus</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor NI}">NoInformation</span></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="SB"/>
        <display value="Social Beneficiary Identifier"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/us-ssn"/>
    <value value="555-12-1246"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="DL"/>
        <display value="Driver&#39;s License Number"/>
      </coding>
    </type>
    <system value="urn:oid:2.16.840.1.113883.4.3.12"/>
    <value value="33487"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="McBee"/>
    <given value="Roger"/>
    <given value="Rienman"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+1(469)238-2858"/>
    <use value="home"/>
    <rank value="1"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+1(214)497-9529"/>
    <use value="mobile"/>
    <rank value="2"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="rogerb@example.com"/>
    <use value="mobile"/>
    <rank value="3"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1945-04-01"/>
  <address>
    <type value="physical"/>
    <line value="12345 Main Street"/>
    <city value="Orlando"/>
    <state value="FL"/>
    <postalCode value="75219"/>
    <country value="US"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
      <code value="NI"/>
    </coding>
  </maritalStatus>
</Patient>