FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | ValueSet |
| Id | ValueSet-physical-health-symptoms.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-physical-health-symptoms.html |
| URL | https://fhir.slade360.co.ke/fhir/ValueSet/physical-health-symptoms |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-05-21T10:26:55+00:00 |
| Name | SGHIPhysicalHealthSymptoms |
| Title | SGHI Physical Health Symptoms |
| Description | A ValueSet for physical health symptoms reported during a clinical encounter. |
No resources found
| CodeSystem | ||
| silfhirprofileig#current | special-clinic-code-system | SGHI Special Clinic Code System |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet physical-health-symptoms
https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system version 📦0.1.0| Code | Display | Definition |
| phys-sleepy | Sleepy | Physical health symptom: sleepy. |
| phys-breathing-difficulties | Breathing difficulties | Physical health symptom: breathing difficulties. |
| phys-low-energy | Low energy | Physical health symptom: low energy. |
| phys-no-appetite | No appetite | Physical health symptom: no appetite. |
| phys-pain | Pain | Physical health symptom: pain. |
| phys-normal | Normal | Physical health symptom: normal. |
{
"resourceType": "ValueSet",
"id": "physical-health-symptoms",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.slade360.co.ke/fhir/ValueSet/physical-health-symptoms",
"version": "0.1.0",
"name": "SGHIPhysicalHealthSymptoms",
"title": "SGHI Physical Health Symptoms",
"status": "active",
"date": "2026-05-21T10:26:55+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 for physical health symptoms reported during a clinical encounter.",
"compose": {
"include": [
{
"system": "https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system",
"concept": [
{
"code": "phys-sleepy",
"display": "Sleepy"
},
{
"code": "phys-breathing-difficulties",
"display": "Breathing difficulties"
},
{
"code": "phys-low-energy",
"display": "Low energy"
},
{
"code": "phys-no-appetite",
"display": "No appetite"
},
{
"code": "phys-pain",
"display": "Pain"
},
{
"code": "phys-normal",
"display": "Normal"
}
]
}
]
}
}