FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-ExampleSGHIPractitionerRole.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole ExampleSGHIPractitionerRole
Profile: SGHI PractitionerRole
identifier: Medical Record Number/3456789QWERTY
active: true
period: 2025-01-01 --> 2025-01-31
practitioner: Practitioner James Pond(official)
organization: Organization SGHI Healthcare Organization
code: doctor
specialty: General practice
location: Nairobi Hospital
| Name | Telecom | Address |
| Mary Pond(Official) | +254-733-987654 | Nairobi 98765 Kenya (work) |
availability
AvailableTimes
DaysOfWeek AllDay AvailableStartTime AvailableEndTime Monday false 08:00:00 15:00:00 NotAvailableTimes
Description During Away on business 2025-07-07 --> 2025-10-07
{
"resourceType": "PractitionerRole",
"id": "ExampleSGHIPractitionerRole",
"meta": {
"profile": [
"https://fhir.slade360.co.ke/fhir/StructureDefinition/practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"value": "3456789QWERTY",
"assigner": {
"reference": "Organization/ExampleSGHIOrganization"
}
}
],
"active": true,
"period": {
"start": "2025-01-01",
"end": "2025-01-31"
},
"practitioner": {
"reference": "Practitioner/ExampleSGHIPractitioner"
},
"organization": {
"reference": "Organization/ExampleSGHIOrganization"
},
"code": [
{
"coding": [
{
"code": "71388002",
"display": "doctor"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "264814015",
"display": "General practice"
}
]
}
],
"location": [
{
"reference": "Location/ExampleSGHILocation",
"display": "Nairobi Hospital"
}
],
"contact": [
{
"name": [
{
"use": "official",
"text": "Mary Pond",
"family": "Pond",
"given": [
"Mary"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+254-733-987654"
}
],
"address": {
"use": "work",
"type": "physical",
"city": "Nairobi",
"postalCode": "98765",
"country": "Kenya"
}
}
],
"availability": [
{
"availableTime": [
{
"daysOfWeek": [
"mon"
],
"allDay": false,
"availableStartTime": "08:00:00",
"availableEndTime": "15:00:00"
}
],
"notAvailableTime": [
{
"description": "Away on business",
"during": {
"start": "2025-07-07",
"end": "2025-10-07"
}
}
]
}
]
}