FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-UC1-PractitionerRole.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole UC1-PractitionerRole
Profile: CH IPS PractitionerRole
active: true
practitioner: Dr. med. Hans Müller
organization: Hausarztpraxis Zürich
code: Arzt
specialty: Allgemeine Innere Medizin
telecom: +41 44 555 12 34, h.mueller@praxis-zuerich.ch
{
"resourceType": "PractitionerRole",
"id": "UC1-PractitionerRole",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/UC1-Practitioner-DrMueller",
"display": "Dr. med. Hans Müller"
},
"organization": {
"reference": "Organization/UC1-Organization-Hausarztpraxis",
"display": "Hausarztpraxis 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"
}
]
}