{
  "resourceType" : "RelatedPerson",
  "id" : "au-core-relatedperson-conformant",
  "meta" : {
    "profile" : ["http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "patient" : {
    "reference" : "Patient/relatedperson-patient-fixture"
  },
  "relationship" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
      "code" : "FTH",
      "display" : "father"
    }],
    "text" : "Father"
  }],
  "name" : [{
    "use" : "official",
    "text" : "Bob Banks",
    "family" : "Banks",
    "given" : ["Bob"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "0400000002",
    "use" : "mobile"
  }],
  "address" : [{
    "use" : "home",
    "line" : ["1 Test Street"],
    "city" : "Testville",
    "state" : "NSW",
    "postalCode" : "2000"
  }]
}