FHIR IG analytics| Package | zm-core |
| Resource Type | CodeSystem |
| Id | CodeSystem-medication-level-of-access.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/MOH-Zambia/ZM-Core/CodeSystem-medication-level-of-access.html |
| URL | http://hapi.moh.gov.zm/fhir/CodeSystem/medication-level-of-access |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-08-09T08:43:02+00:00 |
| Name | ZMLevelOfAccessCS |
| Title | Zambia Level of Access for Medicines |
| Description | Levels of care at which a medicine is allowed to be used, based on the ZAMMSA catalogue. |
| Content | complete |
| ValueSet | ||
| zm-core#current | medication-level-of-access | Zambia Medication Level of Access |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem medication-level-of-access
This case-sensitive code system http://hapi.moh.gov.zm/fhir/CodeSystem/medication-level-of-access defines the following codes:
| Code | Display |
| HP | Health Post |
| HC | Health Centre |
| L1 | Level 1 Hospital |
| L2 | Level 2 Hospital |
| L3 | Level 3 Hospital |
{
"resourceType": "CodeSystem",
"id": "medication-level-of-access",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hapi.moh.gov.zm/fhir/CodeSystem/medication-level-of-access",
"version": "0.1.0",
"name": "ZMLevelOfAccessCS",
"title": "Zambia Level of Access for Medicines",
"status": "draft",
"experimental": false,
"date": "2026-08-09T08:43:02+00:00",
"publisher": "Ministry of Health - Zambia",
"contact": [
{
"name": "Ministry of Health - Zambia",
"telecom": [
{
"system": "url",
"value": "https://www.moh.gov.zm/"
},
{
"system": "email",
"value": "digital.health@moh.gov.zm"
}
]
},
{
"name": "ZM-Core Team",
"telecom": [
{
"system": "email",
"value": "zm-core@moh.gov.zm",
"use": "work"
}
]
}
],
"description": "Levels of care at which a medicine is allowed to be used, based on the ZAMMSA catalogue.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "ZM",
"display": "Zambia"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 5,
"concept": [
{
"code": "HP",
"display": "Health Post"
},
{
"code": "HC",
"display": "Health Centre"
},
{
"code": "L1",
"display": "Level 1 Hospital"
},
{
"code": "L2",
"display": "Level 2 Hospital"
},
{
"code": "L3",
"display": "Level 3 Hospital"
}
]
}