FHIR IG analytics| Package | ca.on.oh-ereferral-econsult |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "PractitionerRole",
"id": "86FA8373-34C8-440D-9E8F-832C1A571DA8",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole|1.0.0"
]
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "RRI"
}
]
},
"system": "http://ehealthontario.ca/fhir/NamingSystem/id-ppr-epid",
"value": "56442"
}
],
"active": true,
"practitioner": {
"reference": "urn:uuid:8B9F61AF-55CE-4ADE-9987-F40FE54CC79E",
"display": "Dr Jack Jones"
},
"organization": {
"reference": "urn:uuid:334ec4c8-7932-4620-86fe-d6b33b3fc7e4",
"display": "Primary Care Medical Clinics"
},
"code": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code": "doctor",
"display": "Doctor"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "https://fhir.infoway-inforoute.ca/CodeSystem/snomedctcaextension",
"code": "394802001",
"display": "General medicine"
}
]
}
],
"location": [
{
"reference": "urn:uuid:25470F9E-0092-4997-AF53-AA3EF0F50879",
"display": "279 Yonge St, Barrie, ON L4N 7T9"
}
],
"telecom": [
{
"system": "phone",
"value": "(555) 987-1234",
"use": "work",
"rank": 1
},
{
"system": "fax",
"value": "(555) 987-1234",
"use": "work",
"rank": 3
},
{
"system": "email",
"value": "jack.jones@example.org",
"use": "work",
"rank": 2
}
]
}