FHIR IG analytics| Package | kvdigital.vermittlungscode-abrufen-pvs |
| Resource Type | Patient |
| Id | KBV_PR_116117_TERMINSERVICE_VCA_Patient_Example_1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "28c674d7-7db6-4b84-9ddd-348e62944371",
"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",
"version": "1.4.0",
"code": "GKV",
"display": "Gesetzliche Krankenversicherung"
}
]
},
"system": "http://fhir.de/sid/gkv/kvid-10",
"value": "A123456789"
}
],
"name": [
{
"use": "official",
"family": "Test Mustermensch",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "Mustermensch"
}
]
},
"given": [
"Miranda-Mirabella"
]
}
],
"telecom": [
{
"system": "email",
"value": "m.test-mustermensch@email.de"
}
],
"gender": "other",
"_gender": {
"extension": [
{
"url": "http://fhir.de/StructureDefinition/gender-amtlich-de",
"valueCoding": {
"system": "http://fhir.de/CodeSystem/gender-amtlich-de",
"code": "D",
"display": "divers"
}
}
]
},
"birthDate": "2001-01-01",
"address": [
{
"type": "both",
"line": [
"Musterstr. 1"
],
"city": "Darmstadt",
"postalCode": "64283",
"country": "D"
}
]
}