{
  "resourceType" : "RelatedPerson",
  "id" : "ISiKAngehoerigerMustermann",
  "meta" : {
    "profile" : ["https://gematik.de/fhir/isik/StructureDefinition/ISiKAngehoeriger"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson ISiKAngehoerigerMustermann</b></p><a name=\"ISiKAngehoerigerMustermann\"> </a><a name=\"hcISiKAngehoerigerMustermann\"> </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-ISiKAngehoeriger.html\">ISiKAngehoeriger</a></p></div><p><b>patient</b>: <a href=\"Patient-PatientinMusterfrau.html\">Erika Fürstin von Musterfrau (official) Female, DoB: 1964-08-12 ( Private Krankenversicherung\u00a0(use:\u00a0secondary,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode DAUC}\">daughter</span></p><p><b>name</b>: Maxine Mustermann (Official)</p><p><b>address</b>: Milchstr. 42 Beispielstadt 78143 DE </p></div>"
  },
  "patient" : {
    "reference" : "Patient/PatientinMusterfrau"
  },
  "relationship" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
      "code" : "DAUC"
    }]
  }],
  "name" : [{
    "use" : "official",
    "family" : "Mustermann",
    "given" : ["Maxine"]
  }],
  "address" : [{
    "type" : "both",
    "line" : ["Milchstr. 42"],
    "city" : "Beispielstadt",
    "postalCode" : "78143",
    "country" : "DE"
  }]
}