FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/KNHTS.CONTACTRELATIONSHIP

Packagefhir.kenyaPSIG
TypeCodeSystem
IdKNHTS.CONTACTRELATIONSHIP
FHIR VersionR4
Sourcehttps://example.org/fhir/https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/CodeSystem-KNHTS.CONTACTRELATIONSHIP.html
URLhttps://example.org/fhir/CodeSystem/KNHTS.CONTACTRELATIONSHIP
Version0.1.0
Statusdraft
Date2025-07-15T09:30:53+00:00
NamePT_CONTACTRELATIONSHIP
TitleCodeSystem for Contact Relationship
Realmus
Authorityhl7
DescriptionCodeSystem for Contact Relationship
Contentcomplete

Resources that use this resource

ValueSet
PatientContactRlshipVSPatient Contact Relationship ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem KNHTS.CONTACTRELATIONSHIP

This case-insensitive code system https://example.org/fhir/CodeSystem/KNHTS.CONTACTRELATIONSHIP defines the following codes:

CodeDefinition
guardian guardian
caregiver caregiver
parent parent
sibling sibling
child child

Source

{
  "resourceType": "CodeSystem",
  "id": "KNHTS.CONTACTRELATIONSHIP",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://example.org/fhir/CodeSystem/KNHTS.CONTACTRELATIONSHIP",
  "version": "0.1.0",
  "name": "PT_CONTACTRELATIONSHIP",
  "title": "CodeSystem for Contact Relationship",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-15T09:30:53+00:00",
  "publisher": "IntelliSOFT Consulting",
  "contact": [
    {
      "name": "IntelliSOFT Consulting",
      "telecom": [
        {
          "system": "url",
          "value": "https://.com/fhir/example-publisher"
        }
      ]
    },
    {
      "name": "KPS Team Kenya.",
      "telecom": [
        {
          "system": "email",
          "value": "info@example.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "CodeSystem for Contact Relationship",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KE",
          "display": "Kenya"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "guardian",
      "display": "guardian",
      "definition": "guardian"
    },
    {
      "code": "caregiver",
      "display": "caregiver",
      "definition": "caregiver"
    },
    {
      "code": "parent",
      "display": "parent",
      "definition": "parent"
    },
    {
      "code": "sibling",
      "display": "sibling",
      "definition": "sibling"
    },
    {
      "code": "child",
      "display": "child",
      "definition": "child"
    }
  ]
}