FHIR IG analytics| Package | kvdigital.vermittlungscode-abrufen-pvs |
| Resource Type | Patient |
| Id | KBV_PR_116117_TERMINSERVICE_VCA_Patient_Example_3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "69ad9825-b32a-4520-afff-6317207ae830",
"meta": {
"profile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_116117_TERMINSERVICE_VCA_Patient|2.4.0"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
"code": "GKV",
"display": "Gesetzliche Krankenversicherung"
}
]
},
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "A123456704"
},
{
"type": {
"coding": [
{
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_Base_identifier_type",
"version": "1.5.0",
"code": "kvk",
"display": "Krankenversichertenkarte"
}
]
},
"system": "http://fhir.de/sid/gkv/kvk-versichertennummer",
"value": "987654321"
}
],
"name": [
{
"use": "official",
"family": "Mustermensch",
"given": [
"Martin"
],
"prefix": [
"Professor Doktor"
],
"_prefix": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "AC"
}
]
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "030123456789"
},
{
"system": "email",
"value": "m.mustermensch@email.de"
}
],
"gender": "unknown",
"_birthDate": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
}
}