FHIR IG analytics| Package | rki.demis.r4.core |
| Resource Type | Practitioner |
| Id | SubmittingPerson-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "SubmittingPerson-example",
"meta": {
"profile": [
"https://demis.rki.de/fhir/StructureDefinition/SubmittingPerson"
]
},
"name": [
{
"use": "official",
"family": "Mantle",
"given": [
"Karl-Heinz"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+49 (0)12345 - 123456",
"use": "work"
},
{
"system": "phone",
"value": "+49 (0)12345 - 123567",
"use": "home"
}
],
"address": [
{
"use": "home",
"line": [
"Erster Weg 1"
],
"city": "Berlin",
"state": "DE-BE",
"postalCode": "10117",
"country": "20422"
}
]
}