{
  "resourceType": "RelatedPerson",
  "id": "SZ1Mutter",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKAngehoeriger"
    ]
  },
  "name": [
    {
      "use": "official",
      "family": "Musterfrau",
      "given": [
        "Mama"
      ]
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "KVZ10",
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "A987654321"
    }
  ],
  "patient": {
    "reference": "Patient/SZ1Patient"
  },
  "address": [
    {
      "type": "both",
      "line": [
        "Milchstr. 42"
      ],
      "city": "Beispielstadt",
      "postalCode": "78143",
      "country": "DE"
    }
  ],
  "relationship": [
    {
      "coding": [
        {
          "code": "MTH",
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
        }
      ]
    }
  ]
}