FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-example-practitionerrole-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "PractitionerRole",
"id": "example-practitionerrole-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitionerRole-ca-core"
]
},
"practitioner": {
"reference": "Practitioner/example-practitioner-ca-core"
},
"organization": {
"reference": "Organization/example-organization-ca-core"
},
"location": [
{
"reference": "Location/example-location-ca-core-2"
}
],
"code": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code": "doctor",
"display": "Doctor"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419772000",
"display": "Family practice"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "604-555-1234",
"use": "work"
},
{
"system": "email",
"value": "dr.fake@vgh.ca",
"use": "work"
}
],
"notAvailable": [
{
"description": "Not available on weekends"
}
],
"active": true
}