FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| ke.fhir.patient-summary#current | ke-kps-service-request | Service Request Profile - KPS (Referral) |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
https://nshr-uat.sha.go.ke/fhir/CodeSystem/kpsg-referral-codes version Not Stated (use latest from terminology server)| Code | Display |
| emergency-referral | Emergency Referral |
| adverse-drug-reaction | Management of Adverse Drug Reactions |
| medication-unavailable | Medication Not Available |
| client-wish | Client's Wish |
| other-general-services | Referral for Other General Services |
Source1
{
"resourceType": "ValueSet",
"id": "kps-referral-reason-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.dha.go.ke/ig/patient-summary/ValueSet/kps-referral-reason-vs",
"version": "0.1.0",
"name": "ReferralReasonVS",
"title": "Reason for Referral ValueSet",
"status": "active",
"experimental": false,
"date": "2026-08-07T13:10:11+00:00",
"publisher": "Digital Health Agency (DHA), Kenya",
"contact": [
{
"name": "Digital Health Agency (DHA), Kenya",
"telecom": [
{
"system": "url",
"value": "https://www.dha.go.ke"
},
{
"system": "email",
"value": "interoperability@dha.go.ke"
}
]
},
{
"name": "Digital Health Agency of Kenya – Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperability@dha.go.ke",
"use": "work"
},
{
"system": "url",
"value": "https://www.dha.go.ke",
"use": "work"
}
]
}
],
"description": "Coded reasons for referring a client to another facility or care level (KPS.G.DE.7).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"copyright": "Copyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.\n",
"compose": {
"include": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/kpsg-referral-codes",
"concept": [
{
"code": "emergency-referral",
"display": "Emergency Referral"
},
{
"code": "adverse-drug-reaction",
"display": "Management of Adverse Drug Reactions"
},
{
"code": "medication-unavailable",
"display": "Medication Not Available"
},
{
"code": "client-wish",
"display": "Client's Wish"
},
{
"code": "other-general-services",
"display": "Referral for Other General Services"
}
]
}
]
}
}