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

FHIR IG analytics

Packagefhir.kh.camdheaig
Resource TypeCodeSystem
IdCodeSystem-cr-relationship-type-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/daviemukungi/CambodiaFHIRIG/CodeSystem-cr-relationship-type-cs.html
URLhttp://camdheaig.org/CodeSystem/cr-relationship-type
Version0.1.0
Statusactive
Date2026-05-05T08:50:43+00:00
NameCRRelationshipTypeCS
TitleCR Related Person Relationship Type Code System
Realmus
Authorityhl7
DescriptionCodes representing the nature of the relationship between a related person and a registered patient.
Contentcomplete

Resources that use this resource

ValueSet
fhir.kh.camdheaig#currentcr-relationship-typeCR Related Person Relationship Type Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem cr-relationship-type-cs

This code system http://camdheaig.org/CodeSystem/cr-relationship-type defines the following codes:

CodeDisplayDefinition
mother MotherThe related person is the mother of the patient.
father FatherThe related person is the father of the patient.
spouse SpouseThe related person is the spouse of the patient.
child ChildThe related person is a child of the patient.
guardian GuardianThe related person is the legal guardian of the patient.
next_of_kin Next of KinThe related person is next of kin.
emergency_contact Emergency ContactThe related person is an emergency contact.
other OtherOther relationship type not covered by defined codes.

Source1

{
  "resourceType": "CodeSystem",
  "id": "cr-relationship-type-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://camdheaig.org/CodeSystem/cr-relationship-type",
  "version": "0.1.0",
  "name": "CRRelationshipTypeCS",
  "title": "CR Related Person Relationship Type Code System",
  "status": "active",
  "experimental": false,
  "date": "2026-05-05T08:50:43+00:00",
  "publisher": "Ministry of Health, Kingdom of Cambodia",
  "contact": [
    {
      "name": "Ministry of Health, Kingdom of Cambodia",
      "telecom": [
        {
          "system": "url",
          "value": "http://moh.gov.kh"
        },
        {
          "system": "email",
          "value": "digitalhealth@moh.gov.kh"
        }
      ]
    },
    {
      "name": "CamDHEA Technical Working Group",
      "telecom": [
        {
          "system": "email",
          "value": "camdheaig@moh.gov.kh",
          "use": "work"
        },
        {
          "system": "url",
          "value": "http://camdheaig.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Codes representing the nature of the relationship between a related person and a registered patient.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KH",
          "display": "Cambodia"
        }
      ]
    }
  ],
  "content": "complete",
  "count": 8,
  "concept": [
    {
      "code": "mother",
      "display": "Mother",
      "definition": "The related person is the mother of the patient."
    },
    {
      "code": "father",
      "display": "Father",
      "definition": "The related person is the father of the patient."
    },
    {
      "code": "spouse",
      "display": "Spouse",
      "definition": "The related person is the spouse of the patient."
    },
    {
      "code": "child",
      "display": "Child",
      "definition": "The related person is a child of the patient."
    },
    {
      "code": "guardian",
      "display": "Guardian",
      "definition": "The related person is the legal guardian of the patient."
    },
    {
      "code": "next_of_kin",
      "display": "Next of Kin",
      "definition": "The related person is next of kin."
    },
    {
      "code": "emergency_contact",
      "display": "Emergency Contact",
      "definition": "The related person is an emergency contact."
    },
    {
      "code": "other",
      "display": "Other",
      "definition": "Other relationship type not covered by defined codes."
    }
  ]
}