<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="ISiKAngehoerigerMustermann" />
  <meta>
    <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKAngehoeriger" />
  </meta>
  <patient>
    <reference value="Patient/PatientinMusterfrau" />
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
      <code value="DAUC" />
    </coding>
  </relationship>
  <name>
    <use value="official" />
    <family value="Mustermann" />
    <given value="Maxine" />
  </name>
  <address>
    <type value="both" />
    <line value="Milchstr. 42" />
    <city value="Beispielstadt" />
    <postalCode value="78143" />
    <country value="DE" />
  </address>
</RelatedPerson>