FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-referral-source-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/CodeSystem-referral-source-cs.html |
| URL | https://fhir.dha.go.ke/ig/core/CodeSystem/referral-source-cs |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-08-11T15:05:37+00:00 |
| Name | ReferralSourceCS |
| Title | Referral Source Code System |
| Description | Codes for the source from which a client was referred (community, health provider, or self-referral). |
| Content | complete |
| ValueSet | ||
| ke.fhir.core#current | referral-source-vs | Source of Referral Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem referral-source-cs
This case-insensitive code system https://fhir.dha.go.ke/ig/core/CodeSystem/referral-source-cs defines the following codes:
| Code | Display |
| community | Community |
| health-provider | Health Provider |
| self-referral | Self |
{
"resourceType": "CodeSystem",
"id": "referral-source-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.dha.go.ke/ig/core/CodeSystem/referral-source-cs",
"version": "1.0.0",
"name": "ReferralSourceCS",
"title": "Referral Source Code System",
"status": "active",
"experimental": false,
"date": "2026-08-11T15:05:37+00:00",
"publisher": "Digital Health Agency (DHA), Kenya",
"contact": [
{
"name": "Digital Health Agency (DHA), Kenya",
"telecom": [
{
"system": "url",
"value": "https://dha.go.ke"
},
{
"system": "email",
"value": "fhir@dha.go.ke"
}
]
}
],
"description": "Codes for the source from which a client was referred (community, health provider, or self-referral).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"count": 3,
"concept": [
{
"code": "community",
"display": "Community"
},
{
"code": "health-provider",
"display": "Health Provider"
},
{
"code": "self-referral",
"display": "Self"
}
]
}