FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | ValueSet |
| Id | ValueSet-dosage-unit.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-dosage-unit.html |
| URL | https://fhir.slade360.co.ke/fhir/ValueSet/dosage-unit |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-02-05T14:43:24+00:00 |
| Name | SGHIDosageUnit |
| Title | SGHI Dosage Units |
| Description | A ValueSet defining the possible units of measurement for medication dosage in SGHI's systems. |
No resources found
| CodeSystem | |
| dosage-unit | SGHIDosageUnitCodeSystem |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet dosage-unit
https://fhir.slade360.co.ke/fhir/CodeSystem/dosage-unit version 📦0.1.0| Code | Display | Definition |
| mg | Milligrams | Milligrams (mg) is a unit of mass commonly used to specify the dosage of medications, particularly for solid forms like tablets and capsules. |
| g | Grams | Grams (g) is a unit of mass used to specify the dosage of medications |
| ml | Milliliters | Milliliters (mL) is a unit of volume commonly used to specify the dosage of liquid medications, such as syrups and solutions. |
| dr | Drops | Drops (dr) is a unit of volume used to specify the dosage of liquid medications, particularly for eye drops and ear drops. |
| puff | Puffs | Puffs (puff) is a unit of count used to specify the dosage of inhaled medications, such as those delivered via metered-dose inhalers (MDIs). |
| tab | Tablets | Tablets (tab) is a unit of count used to specify the dosage of medications in solid form, such as tablets and capsules. |
{
"resourceType": "ValueSet",
"id": "dosage-unit",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.slade360.co.ke/fhir/ValueSet/dosage-unit",
"version": "0.1.0",
"name": "SGHIDosageUnit",
"title": "SGHI Dosage Units",
"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 units of measurement for medication dosage in SGHI's systems.",
"compose": {
"include": [
{
"system": "https://fhir.slade360.co.ke/fhir/CodeSystem/dosage-unit",
"concept": [
{
"code": "mg",
"display": "Milligrams"
},
{
"code": "g",
"display": "Grams"
},
{
"code": "ml",
"display": "Milliliters"
},
{
"code": "dr",
"display": "Drops"
},
{
"code": "puff",
"display": "Puffs"
},
{
"code": "tab",
"display": "Tablets"
}
]
}
]
}
}