FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.elektronische-versicherungsbescheinigung
Resource TypePatient
IdPatient-437f2555-2396-4c64-a656-e9553161ca3c.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "437f2555-2396-4c64-a656-e9553161ca3c",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Patient|1.1.0"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code": "GKV"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "T024791905"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Königstein",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Königstein"
          }
        ]
      },
      "given": [
        "Ludger"
      ]
    }
  ],
  "address": [
    {
      "type": "both",
      "city": "Esens",
      "postalCode": "26427",
      "country": "D"
    }
  ],
  "birthDate": "1935-06-22"
}