<Patient xmlns="http://hl7.org/fhir">
  <id value="s4h-patient-example" />
  <meta>
    <profile value="http://fhir.smart4health.eu/StructureDefinition/s4h-patient" />
  </meta>
  <name>
    <text value="Marie Lux-Brennard" />
    <family value="Lux-Brennard" />
    <given value="Marie" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="123-456-789" />
    <use value="home" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="malubr@example.com" />
  </telecom>
  <gender value="female" />
  <birthDate value="1998-04-17" />
  <address>
    <use value="home" />
    <line value="Beispielstr. 17" />
    <city value="Bärstadt" />
    <postalCode value="12345" />
    <country value="Germany" />
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
        <code value="MTH" />
        <display value="Mother" />
      </coding>
    </relationship>
    <name>
      <text value="Annabel Lux-Brennard" />
      <family value="Lux-Brennard" />
      <given value="Annabel" />
    </name>
    <telecom>
      <system value="phone" />
      <value value="987-654-321" />
      <use value="home" />
    </telecom>
  </contact>
</Patient>