FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-example-practitionerrole-ca-core-2.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "PractitionerRole",
"id": "example-practitionerrole-ca-core-2",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitionerRole-ca-core"
]
},
"active": true,
"period": {
"start": "2024-01-01",
"end": "2024-12-31"
},
"practitioner": {
"reference": "Practitioner/example-practitioner-ca-core-2"
},
"organization": {
"reference": "Organization/example-organization-ca-core"
},
"location": [
{
"reference": "Location/example-location-ca-core"
}
],
"code": [
{
"coding": [
{
"code": "85733003",
"system": "http://snomed.info/sct",
"display": "General pathologist (occupation)"
}
]
}
],
"specialty": [
{
"coding": [
{
"code": "1255736009",
"system": "http://snomed.info/sct",
"display": "Clinical pathology (qualifier value)"
}
]
}
],
"identifier": [
{
"system": "http://example.ca/NamingSystem/PractitionerRole",
"value": "PR789012"
}
],
"telecom": [
{
"system": "phone",
"value": "604-555-5678",
"use": "work"
}
],
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime": "09:00:00",
"availableEndTime": "17:00:00"
}
]
}