FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekenya.fhir.core
Resource TypeCodeSystem
IdCodeSystem-related-person-relationship-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/CodeSystem-related-person-relationship-cs.html
URLhttps://fhir.sha.go.ke/fhir/CodeSystem/related-person-relationship-cs
Version1.0.0
Statusactive
Date2026-05-06T17:06:38+00:00
NameRelatedPersonRelationshipCS
TitleRelated Person Relationship Code System
DescriptionA code system that defines relationships for related persons.
Contentcomplete

Resources that use this resource

ValueSet
kenya.fhir.core#currentrelated-person-relationshipRelated Person Relationship Value Set

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
SIBLING SiblingThe related person is a sibling of the patient.
ADOPTED-CHILD Adopted ChildThe related person is an adopted child of the patient.
GRANDPARENT GrandparentThe related person is a grandparent of the patient.
RELATIVE RelativeThe related person is a relative of the patient.
CAREGIVER CaregiverThe related person is a caregiver of the patient.

Source1

{
  "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."
    }
  ]
}