FHIR IG analytics| Package | fhir.example |
| Resource Type | CodeSystem |
| Id | CodeSystem-entry-types.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Emmergency-FHIR-IG/CodeSystem-entry-types.html |
| URL | https://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/ENTRY-TYPES |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-12-18T14:12:07+00:00 |
| Name | EntryTypesCS |
| Title | Entry Types |
| Realm | us |
| Authority | hl7 |
| Description | Defines the type of clinical entry recorded in the health record. |
| Content | complete |
| ValueSet | |
| ENTRY-TYPES | Entry Types |
No resources found
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:
{
"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."
}
]
}