FHIR IG analytics| Package | ch.fhir.ig.ch-orf |
| Resource Type | Practitioner |
| Id | Practitioner-NotificationContactHansRoentgen.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner NotificationContactHansRoentgen
Profile: CH Core Practitioner
name: Hans Röntgen
telecom: ph: 044 412 00 99, hans.roentgen@kantonsspital.ch
{
"resourceType": "Practitioner",
"id": "NotificationContactHansRoentgen",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"family": "Röntgen",
"given": [
"Hans"
],
"prefix": [
"Dr. med."
],
"_prefix": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "AC"
}
]
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "044 412 00 99"
},
{
"system": "email",
"value": "hans.roentgen@kantonsspital.ch"
}
]
}