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

FHIR IG analytics

Packagede.gematik.epa
Resource TypePatient
IdPatient-7eeb4e81-ce38-4d70-84fc-9ca4c7d0939c.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": "7eeb4e81-ce38-4d70-84fc-9ca4c7d0939c",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/epa/StructureDefinition/epa-patient|1.3.0"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "G995030566"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Mustermann",
      "given": [
        "Erika"
      ]
    },
    {
      "use": "maiden",
      "family": "Gabler",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Gabler"
          }
        ]
      }
    }
  ],
  "gender": "female",
  "birthDate": "1964-08-12"
}