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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeCodeSystem
IdCodeSystem-order-forms.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/CodeSystem-order-forms.html
URLhttps://fhir.slade360.co.ke/fhir/CodeSystem/order-forms
Version0.1.0
Statusactive
Date2026-03-30T13:27:11+00:00
NameSGHIOrderFormsCodeSystem
DescriptionA code system enumerating the different options used to specify order forms across SGHI's environment.
Contentcomplete

Resources that use this resource

ValueSet
silfhirprofileig#currentorder-formsSGHI Order Forms

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem order-forms

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

CodeDisplayDefinition
medication-order-form Medication Order FormMedication order form.
review-of-system Review of SystemsReview of systems form.
vitals-form Vitals FormUsed to capture vitals information.
patient-history-form Patient History FormUsed to capture patient history information.

Source1

{
  "resourceType": "CodeSystem",
  "id": "order-forms",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/CodeSystem/order-forms",
  "version": "0.1.0",
  "name": "SGHIOrderFormsCodeSystem",
  "status": "active",
  "date": "2026-03-30T13:27:11+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 options used to specify order forms across SGHI's environment.",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "medication-order-form",
      "display": "Medication Order Form",
      "definition": "Medication order form."
    },
    {
      "code": "review-of-system",
      "display": "Review of Systems",
      "definition": "Review of systems form."
    },
    {
      "code": "vitals-form",
      "display": "Vitals Form",
      "definition": "Used to capture vitals information."
    },
    {
      "code": "patient-history-form",
      "display": "Patient History Form",
      "definition": "Used to capture patient history information."
    }
  ]
}