<?xml version="1.0" encoding="UTF-8"?>

<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="relatedperson1"/>
  <meta>
    <profile value="http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-related-person"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson relatedperson1</b></p><a name="relatedperson1"> </a><a name="hcrelatedperson1"> </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="StructureDefinition-zw-related-person.html">Zimbabwe Related Person</a></p></div><p><b>patient</b>: <a href="Patient-zw-patient-example.html">Tendai Moyo (official) Female, DoB: 1985-06-15 ( http://mohcc.gov.zw/identifiers/nationalID#ZimNationalIdentity#01-234567B89)</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 N}">Next-of-Kin</span></p><p><b>name</b>: Farai Moyo (Official)</p><p><b>telecom</b>: <a href="tel:+263772987654">+263772987654</a></p><p><b>gender</b>: Male</p><p><b>address</b>: Harare HA ZW (home)</p></div>
  </text>
  <patient>
    <reference value="Patient/zw-patient-example"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
      <code value="N"/>
      <display value="Next-of-Kin"/>
    </coding>
  </relationship>
  <name>
    <use value="official"/>
    <family value="Moyo"/>
    <given value="Farai"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+263772987654"/>
  </telecom>
  <gender value="male"/>
  <address>
    <use value="home"/>
    <city value="Harare"/>
    <district value="010A"/>
    <state value="HA"/>
    <country value="ZW"/>
  </address>
</RelatedPerson>