FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | CodeSystem |
| Id | CodeSystem-dosage-frequency.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/CodeSystem-dosage-frequency.html |
| URL | https://fhir.slade360.co.ke/fhir/CodeSystem/dosage-frequency |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-02-05T14:43:24+00:00 |
| Name | SGHIDosageFrequencyCodeSystem |
| Description | A code system enumerating the different units of measurement used to specify medication intake frequency in a day. |
| Content | complete |
| ValueSet | |
| dosage-frequency | SGHI Dosage Frequency |
No resources found
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:
{
"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"
}
]
}