FHIR IG analytics| Package | kbv.ita.aws |
| Resource Type | RelatedPerson |
| Id | BSP_KBV_PR_AW_Bezugsperson.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "RelatedPerson",
"id": "3183",
"meta": {
"versionId": "1",
"lastUpdated": "2020-09-14T15:57:00+00:00",
"profile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Bezugsperson|1.2.0"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/3181"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "UNCLE"
}
]
}
],
"name": [
{
"family": "Mustermann",
"given": [
"Heinz"
]
}
],
"telecom": [
{
"system": "phone",
"value": "077553/443322",
"use": "home"
},
{
"system": "phone",
"value": "0179/9999999",
"use": "mobile"
}
],
"gender": "male",
"address": [
{
"line": [
"Musterstraße 23b"
],
"city": "Berlin",
"postalCode": "12209"
}
]
}