FHIR IG analytics| Package | kenya.fhir.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-related-person-relationship-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/CodeSystem-related-person-relationship-cs.html |
| URL | https://fhir.sha.go.ke/fhir/CodeSystem/related-person-relationship-cs |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-05-06T17:06:38+00:00 |
| Name | RelatedPersonRelationshipCS |
| Title | Related Person Relationship Code System |
| Description | A code system that defines relationships for related persons. |
| Content | complete |
| ValueSet | ||
| kenya.fhir.core#current | related-person-relationship | Related Person Relationship Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem related-person-relationship-cs
This case-insensitive code system https://fhir.sha.go.ke/fhir/CodeSystem/related-person-relationship-cs defines the following codes:
{
"resourceType": "CodeSystem",
"id": "related-person-relationship-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.sha.go.ke/fhir/CodeSystem/related-person-relationship-cs",
"version": "1.0.0",
"name": "RelatedPersonRelationshipCS",
"title": "Related Person Relationship Code System",
"status": "active",
"experimental": false,
"date": "2026-05-06T17:06:38+00:00",
"publisher": "Kenya Social Health Authority (SHA)",
"contact": [
{
"name": "Kenya Social Health Authority (SHA)",
"telecom": [
{
"system": "url",
"value": "https://sha.go.ke"
},
{
"system": "email",
"value": "fhir@sha.go.ke"
}
]
}
],
"description": "A code system that defines relationships for related persons.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"count": 5,
"concept": [
{
"code": "SIBLING",
"display": "Sibling",
"definition": "The related person is a sibling of the patient."
},
{
"code": "ADOPTED-CHILD",
"display": "Adopted Child",
"definition": "The related person is an adopted child of the patient."
},
{
"code": "GRANDPARENT",
"display": "Grandparent",
"definition": "The related person is a grandparent of the patient."
},
{
"code": "RELATIVE",
"display": "Relative",
"definition": "The related person is a relative of the patient."
},
{
"code": "CAREGIVER",
"display": "Caregiver",
"definition": "The related person is a caregiver of the patient."
}
]
}