FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | ValueSet |
| Id | ValueSet-general-result.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-general-result.html |
| URL | https://fhir.slade360.co.ke/fhir/ValueSet/general-result |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-05-21T10:26:55+00:00 |
| Name | SGHIGeneralResult |
| Title | SGHI General Result |
| Description | A ValueSet for a general positive / negative / not-applicable result used across clinical workflows. |
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 general-result
https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system version 📦0.1.0| Code | Display | Definition |
| result-positive | Positive | General test or examination result: positive. |
| result-negative | Negative | General test or examination result: negative. |
| result-not-applicable | Not Applicable | General test or examination result: not applicable in the current clinical context. |
{
"resourceType": "ValueSet",
"id": "general-result",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.slade360.co.ke/fhir/ValueSet/general-result",
"version": "0.1.0",
"name": "SGHIGeneralResult",
"title": "SGHI General Result",
"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 a general positive / negative / not-applicable result used across clinical workflows.",
"compose": {
"include": [
{
"system": "https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system",
"concept": [
{
"code": "result-positive",
"display": "Positive"
},
{
"code": "result-negative",
"display": "Negative"
},
{
"code": "result-not-applicable",
"display": "Not Applicable"
}
]
}
]
}
}