FHIR IG analytics| Package | kvdigital.vermittlungscode-abrufen-pvs |
| Resource Type | Patient |
| Id | KBV_PR_116117_TERMINSERVICE_VCA_Patient_Example_Minimum.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "b33ed05a-5655-469d-bf3b-606c5ebd9ae7",
"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": "A111222333"
}
],
"name": [
{
"use": "official",
"family": "Mustermensch",
"given": [
"Mini"
]
}
],
"gender": "female",
"birthDate": "2002"
}