PACIO Sample Data Depot
0.1.0 - draft

PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions

: relatedPerson-LisaJohnson01 - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="relatedPerson-LisaJohnson01"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson relatedPerson-LisaJohnson01</b></p><a name="relatedPerson-LisaJohnson01"> </a><a name="hcrelatedPerson-LisaJohnson01"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU8/StructureDefinition-us-core-relatedperson.html">US Core RelatedPerson Profile</a></p></div><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-patient-betsysmith-johnson01.html">Betsy Smith-Johnson</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode DAUINLAW}">daughter in-law</span></p><p><b>name</b>: Lisa Johnson (Official)</p><p><b>telecom</b>: ph: (555) 555-3333(Mobile), <a href="mailto:Mmoen+lisajohnson@mydirectives.com">Mmoen+lisajohnson@mydirectives.com</a></p><p><b>address</b>: 17040 E Warren Ave Detroit MI 48224 (home)</p></div>
  </text>
  <active value="true"/>
  <patient>🔗 
    <reference value="Patient/patient-betsysmith-johnson01"/>
    <display value="Betsy Smith-Johnson"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="DAUINLAW"/>
      <display value="daughter in-law"/>
    </coding>
  </relationship>
  <name>
    <use value="official"/>
    <family value="Johnson"/>
    <given value="Lisa"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="(555) 555-3333"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="Mmoen+lisajohnson@mydirectives.com"/>
  </telecom>
  <address>
    <use value="home"/>
    <line value="17040 E Warren Ave"/>
    <city value="Detroit"/>
    <state value="MI"/>
    <postalCode value="48224"/>
  </address>
</RelatedPerson>