<Patient xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id value="Patient-Patient-example-1" />
  <meta>
    <profile value="http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Patient-Patient" />
  </meta>
  <name>
    <family value="Mustername" />
    <given value="Mustervorname" />
  </name>
  <gender value="female" />
  <birthDate value="2000-01-01" />
  <deceasedDateTime value="2020-10-10" />
  <address>
    <city value="Musterstadt" />
    <postalCode value="37073"></postalCode>
  </address>
</Patient>