PACIO Re-Assessment Timepoints Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Re-Assessment Timepoints Implementation Guide, published by HL7 Community-Based Care and Privacy Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-pacio-rt/ and changes regularly. See the Directory of published versions

: RT-Patient-BSJ - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="RT-Patient-BSJ"/>
  <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 style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Betsy Smith-Johnson</b> female, DoB: 1950-11-01 ( id: 10A3D58WH1600)</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-MaritalStatus U}">unmarried</span></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Details:</td><td colspan="3"><ul><li>ph: 210-222-1111(MOBILE)</li><li>111 Maple Ct, San Antonio, TX 78212</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><tr><td style="background-color: #f3f5da" title="Patient contact">Contact</td><td colspan="3"><ul><li>Charles Johnson</li><li>Relationships: <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></li><li>100 Montana St., San Antonio, TX 78203</li><li>ph: (210) 222-3333</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: daughter">daughter:</td><td colspan="3"><ul><li>Debra Johnson</li><li>333 W. Camden St., Baltimore, MD 21201</li><li>ph: (410) 444-5555</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>General Practitioner: <a href="Practitioner-RT-Practitioner-JohnSmith.html">Practitioner/RT-Practitioner-JohnSmith</a> " SMITH"</li></ul></td></tr></table></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/RT-Practitioner-JohnSmith"/>
  </generalPractitioner>
</Patient>