FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | ValueSet |
| Id | sghi-practitioner-role-value-set |
| FHIR Version | R5 |
| Source | https://fhir.slade360.co.ke/fhir/https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-sghi-practitioner-role-value-set.html |
| URL | https://fhir.slade360.co.ke/fhir/ValueSet/sghi-practitioner-role-value-set |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-07-10T13:42:01+00:00 |
| Name | SGHIPractitionerRoleValueSet |
| Title | SGHI Practitioner Value Set |
| Description | Custom practioner role value set |
| StructureDefinition | |
| sghi-practitionerrole | SGHI PractitionerRole |
| CodeSystem | |
| sghi-identifier-codesystem | SGHI Identifier Code System |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet sghi-practitioner-role-value-set
https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem| Code | Display | Definition |
| doctor | Doctor | A qualified/registered medical practitioner. |
| nurse | Nurse | A practitioner with nursing experience that may be qualified/registered. |
| pharmacist | Pharmacist | A qualified/registered/licensed pharmacist. |
| researcher | Researcher | A practitioner that may perform research. |
{
"resourceType": "ValueSet",
"id": "sghi-practitioner-role-value-set",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.slade360.co.ke/fhir/ValueSet/sghi-practitioner-role-value-set",
"version": "0.1.0",
"name": "SGHIPractitionerRoleValueSet",
"title": "SGHI Practitioner Value Set",
"status": "draft",
"date": "2025-07-10T13:42:01+00:00",
"publisher": "Kathurima Kimathi",
"contact": [
{
"name": "Kathurima Kimathi",
"telecom": [
{
"system": "url",
"value": "https://www.linkedin.com/in/kathurima-kimathi/"
},
{
"system": "email",
"value": "kathurimakimathi415@gmail.com"
}
]
},
{
"name": "Oscar John",
"telecom": [
{
"system": "email",
"value": "oscarjohnotieno@gmail.com",
"use": "work"
}
]
},
{
"name": "Kennedy Omondi",
"telecom": [
{
"system": "email",
"value": "kennankole@gmail.com",
"use": "work"
}
]
}
],
"description": "Custom practioner role value set",
"compose": {
"include": [
{
"system": "https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem",
"concept": [
{
"code": "doctor",
"display": "Doctor"
},
{
"code": "nurse",
"display": "Nurse"
},
{
"code": "pharmacist",
"display": "Pharmacist"
},
{
"code": "researcher",
"display": "Researcher"
}
]
}
]
}
}