FHIR IG analytics| Package | fhir.example |
| Resource Type | CodeSystem |
| Id | CodeSystem-medication-administration-route.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Emmergency-FHIR-IG/CodeSystem-medication-administration-route.html |
| URL | https://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/MEDICATION-ADMINISTRATION-ROUTE |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-12-18T14:12:07+00:00 |
| Name | MedicationAdministrationRouteCS |
| Title | Medication Administration Route |
| Realm | us |
| Authority | hl7 |
| Description | Specifies the route by which a medication is administered. |
| Content | complete |
| ValueSet | |
| MEDICATION-ADMINISTRATION-ROUTE | Medication Administration Route |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem medication-administration-route
This code system https://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/MEDICATION-ADMINISTRATION-ROUTE defines the following codes:
| Code | Display | Definition |
| INTRAVENOUS-IV | Intravenous (IV) | Medication administered directly into a vein. |
| ORAL | Oral | Medication administered by mouth. |
| INHALED | Inhaled | Medication administered through inhalation. |
{
"resourceType": "CodeSystem",
"id": "medication-administration-route",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/MEDICATION-ADMINISTRATION-ROUTE",
"version": "0.1.0",
"name": "MedicationAdministrationRouteCS",
"title": "Medication Administration Route",
"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": "Specifies the route by which a medication is administered.",
"content": "complete",
"count": 3,
"concept": [
{
"code": "INTRAVENOUS-IV",
"display": "Intravenous (IV)",
"definition": "Medication administered directly into a vein."
},
{
"code": "ORAL",
"display": "Oral",
"definition": "Medication administered by mouth."
},
{
"code": "INHALED",
"display": "Inhaled",
"definition": "Medication administered through inhalation."
}
]
}