FHIR IG analytics| Package | kvdigital.terminsynchronisation-tvs |
| Resource Type | Patient |
| Id | KBV_PR_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_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_TVS_TERMINSYNCHRONISATION_Patient|1.0.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"
]
}
],
"gender": "unknown",
"birthDate": "2001-01-01",
"address": [
{
"type": "both",
"line": [
"Musterstr. 1"
],
"city": "Darmstadt",
"postalCode": "64283",
"country": "D"
}
]
}