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

<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="au-core-relatedperson-conformant"/>
  <meta>
    <profile value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson au-core-relatedperson-conformant</b></p><a name="au-core-relatedperson-conformant"> </a><a name="hcau-core-relatedperson-conformant"> </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.au/fhir/core/2.0.0/StructureDefinition-au-core-relatedperson.html">AU Core RelatedPerson</a></p></div><p><b>patient</b>: <a href="Patient/relatedperson-patient-fixture">Patient/relatedperson-patient-fixture</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}">Father</span></p><p><b>name</b>: Bob Banks(Official)</p><p><b>telecom</b>: ph: 0400000002(Mobile)</p><p><b>address</b>: 1 Test Street Testville NSW 2000 (home)</p></div>
  </text>
  <patient>
    <reference value="Patient/relatedperson-patient-fixture"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="FTH"/>
      <display value="father"/>
    </coding>
    <text value="Father"/>
  </relationship>
  <name>
    <use value="official"/>
    <text value="Bob Banks"/>
    <family value="Banks"/>
    <given value="Bob"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0400000002"/>
    <use value="mobile"/>
  </telecom>
  <address>
    <use value="home"/>
    <line value="1 Test Street"/>
    <city value="Testville"/>
    <state value="NSW"/>
    <postalCode value="2000"/>
  </address>
</RelatedPerson>