{
  "resourceType" : "Patient",
  "id" : "4acf1580-7770-4e37-9cbe-d839cd75c1f3",
  "meta" : {
    "profile" : ["https://gematik.de/fhir/ti/StructureDefinition/ti-patient"]
  },
  "name" : [{
    "family" : "Doe",
    "given" : ["John"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "555-1234",
    "use" : "home"
  }],
  "gender" : "male",
  "birthDate" : "1980-01-01",
  "address" : [{
    "line" : ["123 Example Street"],
    "city" : "Example City",
    "state" : "EX",
    "postalCode" : "12345",
    "country" : "EX"
  }]
}