FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-example-practitionerrole-ca-core-3.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "PractitionerRole",
"id": "example-practitionerrole-ca-core-3",
"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-3"
},
"organization": {
"reference": "Organization/example-organization-ca-core"
},
"location": [
{
"reference": "Location/example-location-ca-core"
}
],
"code": [
{
"coding": [
{
"code": "66862007",
"system": "http://snomed.info/sct",
"display": "Radiologist (occupation)"
}
]
}
],
"specialty": [
{
"coding": [
{
"code": "1304212007",
"system": "http://snomed.info/sct",
"display": "Thoracic radiology (qualifier value)"
}
]
}
],
"identifier": [
{
"system": "http://example.ca/NamingSystem/PractitionerRole",
"value": "PR789013"
}
],
"telecom": [
{
"system": "phone",
"value": "604-555-6789",
"use": "work"
}
],
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime": "08:00:00",
"availableEndTime": "16:00:00"
}
]
}