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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeCodeSystem
IdCodeSystem-dosage-frequency.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/CodeSystem-dosage-frequency.html
URLhttps://fhir.slade360.co.ke/fhir/CodeSystem/dosage-frequency
Version0.1.0
Statusactive
Date2026-02-05T14:43:24+00:00
NameSGHIDosageFrequencyCodeSystem
DescriptionA code system enumerating the different units of measurement used to specify medication intake frequency in a day.
Contentcomplete

Resources that use this resource

ValueSet
dosage-frequencySGHI Dosage Frequency

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem dosage-frequency

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

CodeDisplayDefinition
OD Once dailyThe medication is to be taken once a day
TW Twice dailyThe medication is to be taken twice a day
TID Three times dailyThe medication is to be taken thrice a day
QID Four times dailyThe medication is to be taken four times a day
PRN As NeededThe medication is to be taken as needed
BT At bedtimeThe medication is to be taken at bedtime

Source1

{
  "resourceType": "CodeSystem",
  "id": "dosage-frequency",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/CodeSystem/dosage-frequency",
  "version": "0.1.0",
  "name": "SGHIDosageFrequencyCodeSystem",
  "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 intake frequency in a day.",
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "OD",
      "display": "Once daily",
      "definition": "The medication is to be taken once a day"
    },
    {
      "code": "TW",
      "display": "Twice daily",
      "definition": "The medication is to be taken twice a day"
    },
    {
      "code": "TID",
      "display": "Three times daily",
      "definition": "The medication is to be taken thrice a day"
    },
    {
      "code": "QID",
      "display": "Four times daily",
      "definition": "The medication is to be taken four times a day"
    },
    {
      "code": "PRN",
      "display": "As Needed",
      "definition": "The medication is to be taken as needed"
    },
    {
      "code": "BT",
      "display": "At bedtime",
      "definition": "The medication is to be taken at bedtime"
    }
  ]
}