FHIR IG analytics| Package | ca.bc.patient-summary |
| Resource Type | PractitionerRole |
| Id | PS-CA BC PractitionerRole Example V1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Practitioner Role
Name: Dr. Jane Doe
Identifiers (MSP): [12345]
Type of Organization: Clinic
Role: MD
Phone: 604-858-3691
Fax: 604-858-3691
Address: 201-2763 Beverly St, Duncan, BC, V9L 6Y9, Canada
{
"resourceType": "PractitionerRole",
"id": "PractitionerRolePSBCExample",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.org/practitioners",
"value": "12345",
"display": "MSP"
}
],
"practitioner": {
"reference": "Practitioner/PractitionerPSBCExample",
"display": "Dr. Jane Doe"
},
"organization": {
"reference": "Organization/OrganizationPSBCExample",
"display": "Clinic"
},
"code": [
{
"coding": [
{
"system": "https://fhir.infoway-inforoute.ca/CodeSystem/scptype",
"code": "MD",
"display": "Medical Doctor"
}
]
}
],
"telecom": [
{
"system": "fax",
"value": "(60) 4858 3691",
"use": "work"
},
{
"system": "phone",
"value": "(60) 4858 3691",
"use": "work",
"rank": 1
},
{
"system": "email",
"value": "janedoe@ehealth;ab.org",
"use": "work"
}
]
}