FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | ValueSet |
| Id | ValueSet-order-forms.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-order-forms.html |
| URL | https://fhir.slade360.co.ke/fhir/ValueSet/order-forms |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-03-30T13:27:11+00:00 |
| Name | SGHIOrderForms |
| Title | SGHI Order Forms |
| Description | A ValueSet defining the possible order forms in SGHI's systems. |
No resources found
| CodeSystem | ||
| silfhirprofileig#current | order-forms | SGHIOrderFormsCodeSystem |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet order-forms
https://fhir.slade360.co.ke/fhir/CodeSystem/order-forms version 📦0.1.0| Code | Display | Definition |
| medication-order-form | Medication Order Form | Medication order form. |
| review-of-system | Review of Systems | Review of systems form. |
| vitals-form | Vitals Form | Used to capture vitals information. |
| patient-history-form | Patient History Form | Used to capture patient history information. |
{
"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"
}
]
}
]
}
}