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://shift.github.io/demo/relatedperson-identifier</code>/RP-56789</p><p><b>patient</b>: <code>urn:uuid:CarlFrederickson</code></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode WIFE}">wife</span>, <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode RESPRSN}">responsible party</span></p><p><b>name</b>: Ellie Frederickson </p></div>
  </text>
  <identifier>
    <system value="http://shift.github.io/demo/relatedperson-identifier"/>
    <value value="RP-56789"/>
  </identifier>
  <patient>
    <reference value="urn:uuid:CarlFrederickson"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="WIFE"/>
      <display value="wife"/>
    </coding>
  </relationship>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="RESPRSN"/>
      <display value="responsible party"/>
    </coding>
  </relationship>
  <name>
    <family value="Frederickson"/>
    <given value="Ellie"/>
  </name>
</RelatedPerson>