FHIR IG analytics| Package | rki.demis.common |
| Resource Type | Practitioner |
| Id | Salutation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Practitioner",
"id": "Salutation-example",
"meta": {
"profile": [
"https://demis.rki.de/fhir/StructureDefinition/Notifier"
]
},
"extension": [
{
"url": "https://demis.rki.de/fhir/StructureDefinition/Salutation",
"valueCoding": {
"system": "https://demis.rki.de/fhir/CodeSystem/salutation",
"code": "mrs",
"display": "Frau"
}
}
],
"name": [
{
"use": "official",
"family": "Jung",
"given": [
"Anna"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0123 456789",
"use": "work"
}
],
"address": [
{
"line": [
"Rosenbergstr. 85"
],
"city": "Stuttgart",
"postalCode": "70193",
"country": "DE"
}
]
}