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

FHIR IG analytics

Packagede.transfer-abrechnungsdaten.r4
Resource TypePatient
IdExample-patient-de-art-1.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": "Example-patient-de-art-1",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient|1.1.3"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://www.acme.com/identifiers/patient",
      "value": "123456"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code": "GKV"
          }
        ]
      },
      "system": "http://fhir.de/NamingSystem/gkv/kvid-10",
      "value": "K234567890"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Ludger Königsstein",
      "family": "Königsstein",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Königsstein"
          }
        ]
      },
      "given": [
        "Ludger"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0134 5678910"
    },
    {
      "system": "email",
      "value": "ludger@koenigsstein.org"
    }
  ],
  "gender": "male",
  "birthDate": "1935-06-22"
}