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

This page is part of the HL7 Europe European Patient Summary (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Patient: Petra Schwartz - JSON Representation

Raw json | Download

{
  "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"
    }
  ]
}