FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | ValueSet |
| Id | ValueSet-dosage-frequency.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-dosage-frequency.html |
| URL | https://fhir.slade360.co.ke/fhir/ValueSet/dosage-frequency |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-02-05T14:43:24+00:00 |
| Name | SGHIDosageFrequency |
| Title | SGHI Dosage Frequency |
| Description | A ValueSet defining the possible frequencies for medication intake in SGHI's systems. |
No resources found
| CodeSystem | |
| dosage-frequency | SGHIDosageFrequencyCodeSystem |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet dosage-frequency
https://fhir.slade360.co.ke/fhir/CodeSystem/dosage-frequency version 📦0.1.0| Code | Display | Definition |
| OD | Once daily | The medication is to be taken once a day |
| TW | Twice daily | The medication is to be taken twice a day |
| TID | Three times daily | The medication is to be taken thrice a day |
| QID | Four times daily | The medication is to be taken four times a day |
| PRN | As Needed | The medication is to be taken as needed |
| BT | At bedtime | The medication is to be taken at bedtime |
{
"resourceType": "ValueSet",
"id": "dosage-frequency",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.slade360.co.ke/fhir/ValueSet/dosage-frequency",
"version": "0.1.0",
"name": "SGHIDosageFrequency",
"title": "SGHI Dosage Frequency",
"status": "active",
"date": "2026-02-05T14:43:24+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 defining the possible frequencies for medication intake in SGHI's systems.",
"compose": {
"include": [
{
"system": "https://fhir.slade360.co.ke/fhir/CodeSystem/dosage-frequency",
"concept": [
{
"code": "OD",
"display": "Once daily"
},
{
"code": "TW",
"display": "Twice daily"
},
{
"code": "TID",
"display": "Three times daily"
},
{
"code": "QID",
"display": "Four times daily"
},
{
"code": "PRN",
"display": "As Needed"
},
{
"code": "BT",
"display": "At bedtime"
}
]
}
]
}
}