FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | ValueSet |
| Id | ValueSet-blood-sugar-screening.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-blood-sugar-screening.html |
| URL | https://fhir.slade360.co.ke/fhir/ValueSet/blood-sugar-screening |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-05-21T10:26:55+00:00 |
| Name | SGHIBloodSugarScreening |
| Title | SGHI Blood Sugar Screening Result |
| Description | A ValueSet for random blood sugar (RBS) screening results used in ANC workflows. |
No resources found
| CodeSystem | ||
| silfhirprofileig#current | special-clinic-code-system | SGHI Special Clinic Code System |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet blood-sugar-screening
https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system version 📦0.1.0| Code | Display | Definition |
| rbs-normal | RBS < 11.1 mmol/L — No Diabetes | Random blood sugar below 11.1 mmol/L; no diabetes indicated. |
| rbs-diabetes | RBS ≥ 11.1 mmol/L — Has Diabetes | Random blood sugar at or above 11.1 mmol/L; diabetes indicated. |
| rbs-not-done | No RBS Done | Random blood sugar test was not performed. |
{
"resourceType": "ValueSet",
"id": "blood-sugar-screening",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.slade360.co.ke/fhir/ValueSet/blood-sugar-screening",
"version": "0.1.0",
"name": "SGHIBloodSugarScreening",
"title": "SGHI Blood Sugar Screening Result",
"status": "active",
"date": "2026-05-21T10:26:55+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": "A ValueSet for random blood sugar (RBS) screening results used in ANC workflows.",
"compose": {
"include": [
{
"system": "https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system",
"concept": [
{
"code": "rbs-normal",
"display": "RBS < 11.1 mmol/L — No Diabetes"
},
{
"code": "rbs-diabetes",
"display": "RBS ≥ 11.1 mmol/L — Has Diabetes"
},
{
"code": "rbs-not-done",
"display": "No RBS Done"
}
]
}
]
}
}