FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-UC3-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 UC3-PractitionerRole-Hausarzt
practitioner: Practitioner Hans Müller (official)
organization: Organization Hausarztpraxis Dr. Müller Basel
code: General physician
telecom: +41 61 555 12 34, h.mueller@praxis-mueller-basel.ch
{
"resourceType": "PractitionerRole",
"id": "UC3-PractitionerRole-Hausarzt",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-practitionerRole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"practitioner": {
"reference": "Practitioner/UC3-Practitioner-Hausarzt"
},
"organization": {
"reference": "Organization/UC3-Organization-Hausarzt"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "59058001",
"display": "General physician"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "+41 61 555 12 34",
"use": "work"
},
{
"system": "email",
"value": "h.mueller@praxis-mueller-basel.ch",
"use": "work"
}
]
}