0.0.1 - ci-build International flag

ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions

: Related Person - Ellie Frederickson - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="EllieFrederickson"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson EllieFrederickson</b></p><a name="EllieFrederickson"> </a><a name="hcEllieFrederickson"> </a><p><b>identifier</b>: <code>http://example.com/demo/relatedperson-identifier</code>/RP-56789</p><p><b>patient</b>: <a href="Patient-CarlFrederickson.html">Carl Frederickson  Male, DoB: 1949-09-12</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode WIFE}">wife</span></p><p><b>name</b>: Ellie Frederickson </p></div>
  </text>
  <identifier>
    <system value="http://example.com/demo/relatedperson-identifier"/>
    <value value="RP-56789"/>
  </identifier>
  <patient>🔗 
    <reference value="Patient/CarlFrederickson"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="WIFE"/>
      <display value="wife"/>
    </coding>
  </relationship>
  <name>
    <family value="Frederickson"/>
    <given value="Ellie"/>
  </name>
</RelatedPerson>