<?xml version="1.0" encoding="UTF-8"?>

<Patient xmlns="http://hl7.org/fhir">
  <id value="4acf1580-7770-4e37-9cbe-d839cd75c1f3"/>
  <meta>
    <profile value="https://gematik.de/fhir/ti/StructureDefinition/ti-patient"/>
  </meta>
  <language value="de"/>
  <name>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-1234"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1980-01-01"/>
  <address>
    <line value="123 Example Street"/>
    <city value="Example City"/>
    <state value="EX"/>
    <postalCode value="12345"/>
    <country value="EX"/>
  </address>
</Patient>