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-Smith-Johnson-Patient1 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="Example-Smith-Johnson-Patient1"/>
  <meta>
    <lastUpdated value="2021-03-29T14:25:34.001-05: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>: id: 047e62ccf09d4b39a8add708a69b7f38</p><p><b>active</b>: true</p><p><b>name</b>: Betsy Smith-Johnson </p><p><b>telecom</b>: <a href="mailto:BetsySJ@example.com">BetsySJ@example.com</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1950-11-15</p><p><b>address</b>: 111 Maple Court San Antonio TX 78212 US (HOME)</p><p><b>maritalStatus</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}">unknown</span></p><h3>Communications</h3><table class="grid"><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td><span title="Codes: {urn:ietf:bcp:47 en}">English</span></td><td>true</td></tr></table></div>
  </text>
  <identifier>
    <system value="urn:oid:2.16.840.1.113883.4.823.1"/>
    <value value="047e62ccf09d4b39a8add708a69b7f38"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="usual"/>
    <family value="Smith-Johnson"/>
    <given value="Betsy"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="BetsySJ@example.com"/>
    <use value="home"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1950-11-15"/>
  <address>
    <use value="home"/>
    <type value="physical"/>
    <line value="111 Maple Court"/>
    <city value="San Antonio"/>
    <state value="TX"/>
    <postalCode value="78212"/>
    <country value="US"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
      <code value="UNK"/>
    </coding>
  </maritalStatus>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="en"/>
        <display value="English"/>
      </coding>
    </language>
    <preferred value="true"/>
  </communication>
</Patient>