PACIO Re-Assessment Timepoints Implementation Guide
0.1.0 - STU 1

PACIO Re-Assessment Timepoints Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: patientBSJ1 - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="patientBSJ1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 10A3D58WH1600</p><p><b>active</b>: true</p><p><b>name</b>: Betsy Smith-Johnson</p><p><b>telecom</b>: ph: 210-222-1111(MOBILE)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1950-11-01</p><p><b>address</b>: 111 Maple Ct, San Antonio, TX 78212</p><p><b>maritalStatus</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus U}">unmarried</span></p><blockquote><p><b>contact</b></p><p><b>relationship</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode SONC}">son</span>, <span title="Codes: {http://terminology.hl7.org/CodeSystem/v2-0131 C}">Emergency Contact</span>, <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode GUARD}">guardian</span></p><p><b>name</b>: Charles Johnson</p><p><b>telecom</b>: ph: (210) 222-3333</p><p><b>address</b>: 100 Montana St., San Antonio, TX 78203</p></blockquote><blockquote><p><b>contact</b></p><p><b>relationship</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode DAUC}">daughter</span></p><p><b>name</b>: Debra Johnson</p><p><b>telecom</b>: ph: (410) 444-5555</p><p><b>address</b>: 333 W. Camden St., Baltimore, MD 21201</p></blockquote><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><p><b>generalPractitioner</b>: <a href="Practitioner-Practitioner-JohnSmith.html">Generated Summary: id: 2345678901; active: true; John Smith; Phone: (210) 564 1389; gender: male</a></p></div>
  </text>
  <identifier>
    <system value="http://example.org/identifiers/patient"/>
    <value value="10A3D58WH1600"/>
  </identifier>
  <active value="true"/>
  <name>
    <text value="Betsy Smith-Johnson"/>
    <family value="Smith-Johnson"/>
    <given value="Betsy"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="210-222-1111"/>
    <use value="mobile"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1950-11-01"/>
  <address>
    <text value="111 Maple Ct, San Antonio, TX 78212"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="U"/>
    </coding>
  </maritalStatus>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
        <code value="SONC"/>
      </coding>
    </relationship>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="C"/>
      </coding>
    </relationship>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
        <code value="GUARD"/>
      </coding>
    </relationship>
    <name>
      <text value="Charles Johnson"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="(210) 222-3333"/>
    </telecom>
    <address>
      <text value="100 Montana St., San Antonio, TX 78203"/>
    </address>
  </contact>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
        <code value="DAUC"/>
      </coding>
    </relationship>
    <name>
      <text value="Debra Johnson"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="(410) 444-5555"/>
    </telecom>
    <address>
      <text value="333 W. Camden St., Baltimore, MD 21201"/>
    </address>
  </contact>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="en"/>
      </coding>
    </language>
    <preferred value="true"/>
  </communication>
  <generalPractitioner>
    <reference value="Practitioner/Practitioner-JohnSmith"/>
  </generalPractitioner>
</Patient>