FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeValueSet
IdValueSet-dosage-unit.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-dosage-unit.html
URLhttps://fhir.slade360.co.ke/fhir/ValueSet/dosage-unit
Version0.1.0
Statusactive
Date2026-02-05T14:43:24+00:00
NameSGHIDosageUnit
TitleSGHI Dosage Units
DescriptionA ValueSet defining the possible units of measurement for medication dosage in SGHI's systems.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
dosage-unitSGHIDosageUnitCodeSystem

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet dosage-unit

  • Include these codes as defined in https://fhir.slade360.co.ke/fhir/CodeSystem/dosage-unit version 📦0.1.0
    CodeDisplayDefinition
    mgMilligramsMilligrams (mg) is a unit of mass commonly used to specify the dosage of medications, particularly for solid forms like tablets and capsules.
    gGramsGrams (g) is a unit of mass used to specify the dosage of medications
    mlMillilitersMilliliters (mL) is a unit of volume commonly used to specify the dosage of liquid medications, such as syrups and solutions.
    drDropsDrops (dr) is a unit of volume used to specify the dosage of liquid medications, particularly for eye drops and ear drops.
    puffPuffsPuffs (puff) is a unit of count used to specify the dosage of inhaled medications, such as those delivered via metered-dose inhalers (MDIs).
    tabTabletsTablets (tab) is a unit of count used to specify the dosage of medications in solid form, such as tablets and capsules.

Source1

{
  "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"
          }
        ]
      }
    ]
  }
}