FHIR IG analytics| Package | hie-fhir-ig-profile |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-HIEPractitionerRole-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
PractitionerRole Summary
Dr. John Clinician, Cardiologist at Acme Health Center. Accepting referrals. Weekday availability 09:00 to 17:00, except on scheduled CME.
| Practitioner | Practitioner/pr-001 (Dr. John Clinician) |
| Organization | Organization/org-001 (Acme Health Center) |
| Role | Doctor |
| Specialty | Cardiology |
| Locations | Location/loc-cardiology-1 |
| Services | HealthcareService/hs-cardiology-opd |
| Telecom | +254700000010, cardiology@acme.example.org |
| Availability | Mon–Fri, 09:00–17:00 |
| Exceptions | CME 2025-12-05 to 2025-12-06 |
{
"resourceType": "PractitionerRole",
"id": "HIEPractitionerRole-example",
"meta": {
"profile": [
"https://nshr.dha.go.ke/fhir/StructureDefinition/practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN",
"display": "Provider number"
}
]
},
"system": "http://acme.example.org/dir/roles",
"value": "PRROLE-0001"
}
],
"active": true,
"practitioner": {
"reference": "Practitioner/pr-001",
"display": "Dr. John Clinician"
},
"organization": {
"reference": "Organization/org-001",
"display": "Acme Health Center"
},
"code": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code": "doctor",
"display": "Doctor"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394579002",
"display": "Cardiology"
}
]
}
],
"location": [
{
"reference": "Location/loc-cardiology-1",
"display": "Cardiology OPD Room 3"
}
],
"healthcareService": [
{
"reference": "HealthcareService/hs-cardiology-opd",
"display": "Outpatient Cardiology Service"
}
],
"telecom": [
{
"system": "phone",
"value": "+254700000010",
"use": "work",
"rank": 1
},
{
"system": "email",
"value": "cardiology@acme.example.org",
"use": "work"
}
],
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"allDay": false,
"availableStartTime": "09:00:00",
"availableEndTime": "17:00:00"
}
],
"notAvailable": [
{
"description": "CME attendance",
"during": {
"start": "2025-12-05",
"end": "2025-12-06"
}
}
],
"endpoint": [
{
"reference": "Endpoint/ep-fhir-r4",
"display": "FHIR R4 Endpoint for Scheduling"
}
]
}