FHIR IG analytics| Package | rki.demis.r4.core |
| Resource Type | Practitioner |
| Id | Comment-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "Comment-example",
"meta": {
"profile": [
"https://demis.rki.de/fhir/StructureDefinition/Notifier"
]
},
"name": [
{
"use": "official",
"family": "Jung",
"given": [
"Anna"
]
}
],
"telecom": [
{
"extension": [
{
"url": "https://demis.rki.de/fhir/StructureDefinition/Comment",
"valueString": "montag-freitag 8:00-17:00"
}
],
"system": "phone",
"value": "0123 456789",
"use": "work"
}
],
"address": [
{
"line": [
"Rosenbergstr. 85"
],
"city": "Stuttgart",
"postalCode": "70193",
"country": "20422"
}
]
}