FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Practitioner |
| Id | Practitioner-UC3-Practitioner-DrSemmelbruch.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner UC3-Practitioner-DrSemmelbruch
Language: de-CH
Profile: CH Emergency Record Practitioner
identifier: GLN/7612345678900
name: Sarah Semmelbruch (Official)
telecom: +41 44 555 67 89, s.semmelbruch@gynaekologie-basel.ch
address: Universitätsspital Basel, Frauenklinik Basel 4031 CH
{
"resourceType": "Practitioner",
"id": "UC3-Practitioner-DrSemmelbruch",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-practitioner"
]
},
"language": "de-CH",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.51.1.3",
"value": "7612345678900"
}
],
"name": [
{
"use": "official",
"family": "Semmelbruch",
"given": [
"Sarah"
],
"prefix": [
"Dr. med."
]
}
],
"telecom": [
{
"system": "phone",
"value": "+41 44 555 67 89",
"use": "work"
},
{
"system": "email",
"value": "s.semmelbruch@gynaekologie-basel.ch",
"use": "work"
}
],
"address": [
{
"line": [
"Universitätsspital Basel, Frauenklinik"
],
"city": "Basel",
"postalCode": "4031",
"country": "CH"
}
]
}