FHIR IG analytics| Package | et.fhir.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-education-status-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/MoH-Ethiopia/ETBase/CodeSystem-education-status-cs.html |
| URL | http://fhir.et/CodeSystem/education-status |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-01-01T21:03:14+00:00 |
| Name | EducationStatusCS |
| Title | Ethiopia Education Status CodeSystem |
| Realm | uv |
| Description | CodeSystem representing the educational status categories used in Ethiopia |
| Content | complete |
| ValueSet | |
| education-status-vs | Ethiopia Education Status ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem education-status-cs
This code system http://fhir.et/CodeSystem/education-status defines the following codes:
| Code | Display |
| noedun | No formal education |
| canReadWrite | Can read and write |
| primary | Primary school |
| secondary | Secondary school |
| higher | Higher education |
{
"resourceType": "CodeSystem",
"id": "education-status-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.et/CodeSystem/education-status",
"version": "0.1.0",
"name": "EducationStatusCS",
"title": "Ethiopia Education Status CodeSystem",
"status": "active",
"date": "2026-01-01T21:03:14+00:00",
"publisher": "MOH Ethiopia",
"contact": [
{
"name": "MOH Ethiopia",
"telecom": [
{
"system": "url",
"value": "http://moh.gov.et"
}
]
}
],
"description": "CodeSystem representing the educational status categories used in Ethiopia",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"content": "complete",
"count": 5,
"concept": [
{
"code": "noedun",
"display": "No formal education"
},
{
"code": "canReadWrite",
"display": "Can read and write"
},
{
"code": "primary",
"display": "Primary school"
},
{
"code": "secondary",
"display": "Secondary school"
},
{
"code": "higher",
"display": "Higher education"
}
]
}