PACIO Advance Directive Interoperability Implementation Guide
1.0.0 - STU 1 United States of America flag

This page is part of the PACIO Advance Directive Information Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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 style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Smith-Johnson, Betsy</b> female, DoB: 1950-11-15 ( id: 047e62ccf09d4b39a8add708a69b7f38)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}">unknown</span></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Details:</td><td colspan="3"><ul><li><a href="mailto:BetsySJ@example.com">BetsySJ@example.com</a></li><li>111 Maple Court San Antonio TX 78212 US (HOME)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Languages spoken">Language:</td><td colspan="3"><span title="Codes: {urn:ietf:bcp:47 en}">English</span> (preferred)</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"/>
    <text value="Smith-Johnson, Betsy"/>
    <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>