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

FHIR IG analytics

Packagefhir.example
Resource TypeCodeSystem
IdCodeSystem-entry-types.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Emmergency-FHIR-IG/CodeSystem-entry-types.html
URLhttps://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/ENTRY-TYPES
Version0.1.0
Statusactive
Date2025-12-18T14:12:07+00:00
NameEntryTypesCS
TitleEntry Types
Realmus
Authorityhl7
DescriptionDefines the type of clinical entry recorded in the health record.
Contentcomplete

Resources that use this resource

ValueSet
ENTRY-TYPESEntry Types

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem entry-types

This code system https://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/ENTRY-TYPES defines the following codes:

CodeDisplayDefinition
CONDITION ConditionClinical condition or diagnosis entry.
PROCEDURE ProcedureClinical procedure entry.
MEDICATION MedicationMedication-related entry.
INVESTIGATION InvestigationInvestigation or laboratory test entry.
ALLERGY AllergyAllergy or intolerance entry.

Source1

{
  "resourceType": "CodeSystem",
  "id": "entry-types",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/ENTRY-TYPES",
  "version": "0.1.0",
  "name": "EntryTypesCS",
  "title": "Entry Types",
  "status": "active",
  "date": "2025-12-18T14:12:07+00:00",
  "publisher": "Intellisoft Consulting Ltd.",
  "contact": [
    {
      "name": "Intellisoft Consulting Ltd.",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description": "Defines the type of clinical entry recorded in the health record.",
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "CONDITION",
      "display": "Condition",
      "definition": "Clinical condition or diagnosis entry."
    },
    {
      "code": "PROCEDURE",
      "display": "Procedure",
      "definition": "Clinical procedure entry."
    },
    {
      "code": "MEDICATION",
      "display": "Medication",
      "definition": "Medication-related entry."
    },
    {
      "code": "INVESTIGATION",
      "display": "Investigation",
      "definition": "Investigation or laboratory test entry."
    },
    {
      "code": "ALLERGY",
      "display": "Allergy",
      "definition": "Allergy or intolerance entry."
    }
  ]
}