| Package | silfhirprofileig |
| Resource Type | ValueSet |
| Id | sghi-encounter-act-priority |
| FHIR Version | R5 |
| Source | https://fhir.slade360.co.ke/fhir/https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-sghi-encounter-act-priority.html |
| URL | https://fhir.slade360.co.ke/fhir/ValueSet/sghi-encounter-act-priority |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-07-10T13:42:01+00:00 |
| Name | SGHIActPriority |
| Title | SGHI Encounter Priority |
| Description | Urgency of an encounter |
| StructureDefinition | |
| sghi-encounter | SGHI Encounter |
| CodeSystem | |
| sghi-identifier-codesystem | SGHI Identifier Code System |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet sghi-encounter-act-priority
https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem| Code | Display | Definition |
| stat | STAT | A unique identifier assigned for highest priority cases (e.g., emergency) |
| asap | ASAP | As soon as possible, next highest priority after STAT |
| preop | PREOP | Used to indicate that a service is to be performed prior to a scheduled surgery |
| elective | Elective | Low priority. Beneficial to the patient but not essential for survival |
{
"resourceType": "ValueSet",
"id": "sghi-encounter-act-priority",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.slade360.co.ke/fhir/ValueSet/sghi-encounter-act-priority",
"version": "0.1.0",
"name": "SGHIActPriority",
"title": "SGHI Encounter Priority",
"status": "draft",
"date": "2025-07-10T13:42:01+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": "Urgency of an encounter",
"compose": {
"include": [
{
"system": "https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem",
"concept": [
{
"code": "stat"
},
{
"code": "asap"
},
{
"code": "preop"
},
{
"code": "elective"
}
]
}
]
}
}