Implementation Guide
Version 1.2.0 - release

: Beispiel Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "Example-Patient",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Example-Patient</b></p><a name=\"Example-Patient\"> </a><a name=\"hcExample-Patient\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-erp-service-request-patient.html\">ERP Service Request Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Ludger Königsstein (official) (no stated gender), DoB: 1935-06-22 ( http://fhir.de/sid/gkv/kvid-10#NamingSystemKVID#X234567890)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Musterstr. 1 Berlin 10623 </td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.de/sid/gkv/kvid-10",
      "value" : "X234567890"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Königsstein",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "Königsstein"
          }
        ]
      },
      "given" : [
        "Ludger"
      ]
    }
  ],
  "birthDate" : "1935-06-22",
  "address" : [
    {
      "type" : "both",
      "line" : [
        "Musterstr. 1"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "1"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Musterstr."
            }
          ]
        }
      ],
      "city" : "Berlin",
      "postalCode" : "10623"
    }
  ]
}