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

FHIR IG analytics

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

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
dosage-frequencySGHIDosageFrequencyCodeSystem

Narrative

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

Generated Narrative: ValueSet dosage-frequency

  • Include these codes as defined in https://fhir.slade360.co.ke/fhir/CodeSystem/dosage-frequency version 📦0.1.0
    CodeDisplayDefinition
    ODOnce dailyThe medication is to be taken once a day
    TWTwice dailyThe medication is to be taken twice a day
    TIDThree times dailyThe medication is to be taken thrice a day
    QIDFour times dailyThe medication is to be taken four times a day
    PRNAs NeededThe medication is to be taken as needed
    BTAt bedtimeThe medication is to be taken at bedtime

Source1

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