HL7 Europe Patient Summary
1.0.0-ci-build - ci-build 150

HL7 Europe Patient Summary, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/eps/ and changes regularly. See the Directory of published versions

: Patient: Petra Schwartz - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "f51071b2-6c06-4d31-85ed-26a6b964ef98",
  "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" : "a707536c-14f2-3606-4ed4-7fd9991fd18e"
    }
  ],
  "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"
    }
  ]
}