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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeValueSet
IdValueSet-order-forms.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-order-forms.html
URLhttps://fhir.slade360.co.ke/fhir/ValueSet/order-forms
Version0.1.0
Statusactive
Date2026-03-30T13:27:11+00:00
NameSGHIOrderForms
TitleSGHI Order Forms
DescriptionA ValueSet defining the possible order forms in SGHI's systems.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
silfhirprofileig#currentorder-formsSGHIOrderFormsCodeSystem

Narrative

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

Generated Narrative: ValueSet order-forms


Source1

{
  "resourceType": "ValueSet",
  "id": "order-forms",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/ValueSet/order-forms",
  "version": "0.1.0",
  "name": "SGHIOrderForms",
  "title": "SGHI Order Forms",
  "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 ValueSet defining the possible order forms in SGHI's systems.",
  "compose": {
    "include": [
      {
        "system": "https://fhir.slade360.co.ke/fhir/CodeSystem/order-forms",
        "concept": [
          {
            "code": "medication-order-form",
            "display": "Medication Order Form"
          },
          {
            "code": "review-of-system",
            "display": "Review of Systems"
          },
          {
            "code": "vitals-form",
            "display": "Vitals Form"
          },
          {
            "code": "patient-history-form",
            "display": "Patient History Form"
          }
        ]
      }
    ]
  }
}