FHIR IG analytics| Package | fhir.kenyaCoreIG |
| 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 | http://example.org/CodeSystem/related-person-relationship-cs |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-01-27T07:25:10+00:00 |
| Name | RelatedPersonRelationshipCS |
| Title | Related Person Relationship Code System |
| Realm | us |
| Authority | hl7 |
| Description | A code system that defines relationships for related persons. |
| Content | complete |
| ValueSet | |
| 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 http://example.org/CodeSystem/related-person-relationship-cs defines the following codes:
{
"resourceType": "CodeSystem",
"id": "related-person-relationship-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.org/CodeSystem/related-person-relationship-cs",
"version": "0.1.0",
"name": "RelatedPersonRelationshipCS",
"title": "Related Person Relationship Code System",
"status": "active",
"experimental": false,
"date": "2026-01-27T07:25:10+00:00",
"publisher": "IntelliSOFT Consulting",
"contact": [
{
"name": "IntelliSOFT Consulting",
"telecom": [
{
"system": "url",
"value": "https://.com/fhir/example-publisher"
}
]
}
],
"description": "A code system that defines relationships for related persons.",
"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."
}
]
}