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

FHIR IG analytics

Packagefhir.ke.nccp
Resource TypeCodeSystem
IdCodeSystem-treatment-setting-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/nccpFHIRIG/CodeSystem-treatment-setting-cs.html
URLhttps://nshr-uat.sha.go.ke/fhir/CodeSystem/treatment-setting-cs
Version0.1.0
Statusactive
Date2026-06-08T10:30:33+00:00
NameTreatmentSettingCS
TitleKenya Treatment Setting Code System
Realmus
Authorityhl7
DescriptionCodes indicating the care setting in which oncology treatment is delivered.
Contentcomplete

Resources that use this resource

ValueSet
fhir.ke.nccp#currentnccp-treatment-setting-vsKenya Treatment Setting Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem treatment-setting-cs

This case-sensitive code system https://nshr-uat.sha.go.ke/fhir/CodeSystem/treatment-setting-cs defines the following codes:

CodeDisplayDefinition
INPATIENT InpatientPatient is admitted overnight for treatment.
OUTPATIENT OutpatientPatient attends clinic without overnight admission.
DAY-CASE Day CasePatient attends for the day and is discharged same day.
HOME-BASED Home-BasedTreatment administered at the patient's home.
PALLIATIVE-UNIT Palliative UnitTreatment in a dedicated palliative or hospice unit.
EMERGENCY EmergencyTreatment given in emergency setting.

Source1

{
  "resourceType": "CodeSystem",
  "id": "treatment-setting-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/treatment-setting-cs",
  "version": "0.1.0",
  "name": "TreatmentSettingCS",
  "title": "Kenya Treatment Setting Code System",
  "status": "active",
  "experimental": false,
  "date": "2026-06-08T10:30:33+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": "Codes indicating the care setting in which oncology treatment is delivered.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KE",
          "display": "Kenya"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "INPATIENT",
      "display": "Inpatient",
      "definition": "Patient is admitted overnight for treatment."
    },
    {
      "code": "OUTPATIENT",
      "display": "Outpatient",
      "definition": "Patient attends clinic without overnight admission."
    },
    {
      "code": "DAY-CASE",
      "display": "Day Case",
      "definition": "Patient attends for the day and is discharged same day."
    },
    {
      "code": "HOME-BASED",
      "display": "Home-Based",
      "definition": "Treatment administered at the patient's home."
    },
    {
      "code": "PALLIATIVE-UNIT",
      "display": "Palliative Unit",
      "definition": "Treatment in a dedicated palliative or hospice unit."
    },
    {
      "code": "EMERGENCY",
      "display": "Emergency",
      "definition": "Treatment given in emergency setting."
    }
  ]
}