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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeCodeSystem
IdCodeSystem-medication-form.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/CodeSystem-medication-form.html
URLhttps://fhir.slade360.co.ke/fhir/CodeSystem/medication-form
Version0.1.0
Statusdraft
Date2026-02-11T13:07:07+00:00
NameSGHIMedicationForm
TitleSGHI Medication Form
DescriptionA custom CodeSystem defining different forms in which medications come in
Contentcomplete

Resources that use this resource

ValueSet
medication-formSGHI Medication Forms

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem medication-form

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

CodeDisplay
powder Powder
tablets Tablets
capsule Capsule
solution Solution
lozenge Lozenge
suspension Suspension
syrup Syrup

Source1

{
  "resourceType": "CodeSystem",
  "id": "medication-form",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/CodeSystem/medication-form",
  "version": "0.1.0",
  "name": "SGHIMedicationForm",
  "title": "SGHI Medication Form",
  "status": "draft",
  "date": "2026-02-11T13:07:07+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 custom CodeSystem defining different forms in which medications come in",
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "powder",
      "display": "Powder"
    },
    {
      "code": "tablets",
      "display": "Tablets"
    },
    {
      "code": "capsule",
      "display": "Capsule"
    },
    {
      "code": "solution",
      "display": "Solution"
    },
    {
      "code": "lozenge",
      "display": "Lozenge"
    },
    {
      "code": "suspension",
      "display": "Suspension"
    },
    {
      "code": "syrup",
      "display": "Syrup"
    }
  ]
}