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

FHIR IG analytics

Packagefhir.kenyaEmergencyIG
Resource TypeCodeSystem
IdCodeSystem-em-caller-relationship.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Emmergency-FHIR-IG/CodeSystem-em-caller-relationship.html
URLhttps://nshr-uat.sha.go.ke/fhir/CodeSystem/em-caller-relationship
Version0.1.0
Statusactive
Date2026-07-20T11:03:05+00:00
NameEMCallerRelationshipCS
TitleEmergency Caller Relationship
Realmus
Authorityhl7
DescriptionRelationship of an emergency caller to the patient.
Contentcomplete

Resources that use this resource

ValueSet
fhir.kenyaEmergencyIG#currentem-caller-relationshipEmergency Caller 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 em-caller-relationship

This case-sensitive code system https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-caller-relationship defines the following codes:

CodeDisplay
self Self
parent Parent
spouse Spouse
sibling Sibling
relative Other relative
caregiver Caregiver
bystander Bystander
other Other
unknown Unknown

Source1

{
  "resourceType": "CodeSystem",
  "id": "em-caller-relationship",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-caller-relationship",
  "version": "0.1.0",
  "name": "EMCallerRelationshipCS",
  "title": "Emergency Caller Relationship",
  "status": "active",
  "experimental": false,
  "date": "2026-07-20T11:03:05+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": "info@dha.go.ke"
        }
      ]
    },
    {
      "name": "Digital Health Agency Kenya – FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "info@dha.go.ke",
          "use": "work"
        },
        {
          "system": "url",
          "value": "https://dha.go.ke",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Relationship of an emergency caller to the patient.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KE",
          "display": "Kenya"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 9,
  "concept": [
    {
      "code": "self",
      "display": "Self"
    },
    {
      "code": "parent",
      "display": "Parent"
    },
    {
      "code": "spouse",
      "display": "Spouse"
    },
    {
      "code": "sibling",
      "display": "Sibling"
    },
    {
      "code": "relative",
      "display": "Other relative"
    },
    {
      "code": "caregiver",
      "display": "Caregiver"
    },
    {
      "code": "bystander",
      "display": "Bystander"
    },
    {
      "code": "other",
      "display": "Other"
    },
    {
      "code": "unknown",
      "display": "Unknown"
    }
  ]
}