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

FHIR IG analytics

Packagefhir.kenyaCoreIG
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
URLhttp://example.org/CodeSystem/related-person-relationship-cs
Version0.1.0
Statusactive
Date2026-01-27T07:25:10+00:00
NameRelatedPersonRelationshipCS
TitleRelated Person Relationship Code System
Realmus
Authorityhl7
DescriptionA code system that defines relationships for related persons.
Contentcomplete

Resources that use this resource

ValueSet
related-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 http://example.org/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": "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."
    }
  ]
}