FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-EX-PractitionerRole.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole EX-PractitionerRole
Profile: CH IPS PractitionerRole
active: true
practitioner: Dr. med. Sarah Huber
organization: Gynäkologie Praxis Basel
code: Ärztin
specialty: Gynäkologie und Geburtshilfe
telecom: +41 61 265 25 25, s.huber@gynpraxis-basel.ch
{
"resourceType": "PractitionerRole",
"id": "EX-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/EX-Practitioner",
"display": "Dr. med. Sarah Huber"
},
"organization": {
"reference": "Organization/EX-Organization-GynPraxis",
"display": "Gynäkologie Praxis Basel"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "309343006",
"display": "Physician"
}
],
"text": "Ärztin"
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394586005",
"display": "Gynecology"
}
],
"text": "Gynäkologie und Geburtshilfe"
}
],
"telecom": [
{
"system": "phone",
"value": "+41 61 265 25 25",
"use": "work"
},
{
"system": "email",
"value": "s.huber@gynpraxis-basel.ch",
"use": "work"
}
]
}