FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-UC2-PractitionerRole-Hausarzt.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole UC2-PractitionerRole-Hausarzt
active: true
practitioner: Dr. med. Hans Müller
organization: Hausarztpraxis Dr. Müller, Zürich
code: Arzt
specialty: Allgemeine Innere Medizin
telecom: +41 44 555 12 34, h.mueller@praxis-zuerich.ch
{
"resourceType": "PractitionerRole",
"id": "UC2-PractitionerRole-Hausarzt",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-practitionerRole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/UC2-Practitioner-DrMueller",
"display": "Dr. med. Hans Müller"
},
"organization": {
"reference": "Organization/UC2-Organization-Hausarzt",
"display": "Hausarztpraxis Dr. Müller, Zürich"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "309343006",
"display": "Physician"
}
],
"text": "Arzt"
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419772000",
"display": "Family practice"
}
],
"text": "Allgemeine Innere Medizin"
}
],
"telecom": [
{
"system": "phone",
"value": "+41 44 555 12 34",
"use": "work"
},
{
"system": "email",
"value": "h.mueller@praxis-zuerich.ch",
"use": "work"
}
]
}