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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeCodeSystem
IdCodeSystem-dosage-unit.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/CodeSystem-dosage-unit.html
URLhttps://fhir.slade360.co.ke/fhir/CodeSystem/dosage-unit
Version0.1.0
Statusactive
Date2026-02-05T14:43:24+00:00
NameSGHIDosageUnitCodeSystem
DescriptionA code system enumerating the different units of measurement used to specify medication dosages across SGHI's environment.
Contentcomplete

Resources that use this resource

ValueSet
dosage-unitSGHI Dosage Units

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem dosage-unit

This code system https://fhir.slade360.co.ke/fhir/CodeSystem/dosage-unit defines the following codes:

CodeDisplayDefinition
mg MilligramsMilligrams (mg) is a unit of mass commonly used to specify the dosage of medications, particularly for solid forms like tablets and capsules.
ml MillilitersMilliliters (mL) is a unit of volume commonly used to specify the dosage of liquid medications, such as syrups and solutions.
g GramsGrams (g) is a unit of mass used to specify the dosage of medications
dr DropsDrops (dr) is a unit of volume used to specify the dosage of liquid medications, particularly for eye drops and ear drops.
tab TabletsTablets (tab) is a unit of count used to specify the dosage of medications in solid form, such as tablets and capsules.
puff PuffsPuffs (puff) is a unit of count used to specify the dosage of inhaled medications, such as those delivered via metered-dose inhalers (MDIs).

Source1

{
  "resourceType": "CodeSystem",
  "id": "dosage-unit",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/CodeSystem/dosage-unit",
  "version": "0.1.0",
  "name": "SGHIDosageUnitCodeSystem",
  "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 code system enumerating the different units of measurement used to specify medication dosages across SGHI's environment.",
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "mg",
      "display": "Milligrams",
      "definition": "Milligrams (mg) is a unit of mass commonly used to specify the dosage of medications, particularly for solid forms like tablets and capsules."
    },
    {
      "code": "ml",
      "display": "Milliliters",
      "definition": "Milliliters (mL) is a unit of volume commonly used to specify the dosage of liquid medications, such as syrups and solutions."
    },
    {
      "code": "g",
      "display": "Grams",
      "definition": "Grams (g) is a unit of mass used to specify the dosage of medications"
    },
    {
      "code": "dr",
      "display": "Drops",
      "definition": "Drops (dr) is a unit of volume used to specify the dosage of liquid medications, particularly for eye drops and ear drops."
    },
    {
      "code": "tab",
      "display": "Tablets",
      "definition": "Tablets (tab) is a unit of count used to specify the dosage of medications in solid form, such as tablets and capsules."
    },
    {
      "code": "puff",
      "display": "Puffs",
      "definition": "Puffs (puff) is a unit of count used to specify the dosage of inhaled medications, such as those delivered via metered-dose inhalers (MDIs)."
    }
  ]
}