PACIO Advance Directive Interoperability Implementation Guide
0.1.0 - STU 1 Ballot

This page is part of the PACIO Advance Directive Information Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . 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><b>Generated Narrative</b></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource "Example-Smith-Johnson-Patient1" Updated "2021-03-29T19:25:34.001Z"  (Language "en-US") </p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-patient.html">US Core Patient Profile</a></p></div><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>: unknown <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.0.0/CodeSystem-v3-NullFlavor.html">NullFlavor</a>#UNK)</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>English <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.0.0/CodeSystem-v3-ietf3066.html">Tags for the Identification of Languages</a>#en)</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>