{
  "resourceType" : "Patient",
  "id" : "f0b2dcfe-e837-464b-ae8a-3b9da1807dd3",
  "meta" : {
    "profile" : ["http://hl7.eu/fhir/eps/StructureDefinition/patient-eu-eps"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"hl7__ips\"><tr><td>Petra Schwartz</td><td>1950-04-19</td></tr></table></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "JHN"
      }]
    },
    "system" : "http://example.org/identifier-1",
    "value" : "5042-537688-1"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MR"
      }]
    },
    "system" : "http://example.org/identifier-2",
    "value" : "c35742b1-1f53-48c7-8309-016e3589854a"
  }],
  "name" : [{
    "text" : "Petra Schwartz",
    "family" : "Schwartz",
    "given" : ["Petra"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "+49 034223 68 59"
  }],
  "gender" : "female",
  "birthDate" : "1950-04-19",
  "address" : [{
    "use" : "home",
    "type" : "physical",
    "line" : ["Hoheluftchaussee 46"],
    "city" : "Dommitzsch",
    "postalCode" : "04878",
    "country" : "Germany"
  }]
}