{
  "resourceType" : "RelatedPerson",
  "id" : "annex2b-example-parent",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson annex2b-example-parent</b></p><a name=\"annex2b-example-parent\"> </a><a name=\"hcannex2b-example-parent\"> </a><p><b>patient</b>: <a href=\"Patient-annex2b-example-child.html\">Kim Example  (no stated gender), DoB: 2018-04-12 ( https://fhir.cognovis.de/praxis/NamingSystem/pvs-patient-nummer#PvsPatientNummer#annex2b-child-1)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PRN}\">parent</span></p><p><b>name</b>: Robin Example </p></div>"
  },
  "patient" : {
    "reference" : "Patient/annex2b-example-child"
  },
  "relationship" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
      "code" : "PRN"
    }]
  }],
  "name" : [{
    "family" : "Example",
    "given" : ["Robin"]
  }]
}