Ethiopian FHIR Implemenetation Guide Core
0.1.0 - ci-build Ethiopia

Ethiopian FHIR Implemenetation Guide Core, published by MoH. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/habibbushira/ETBase-ig/ and changes regularly. See the Directory of published versions

: Ethiopian education levels - JSON Representation

Draft as of 2025-12-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "education-level-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet education-level-vs</b></p><a name=\"education-level-vs\"> </a><a name=\"hceducation-level-vs\"> </a><ul><li>Include these codes as defined in <code>http://ess.gov.et/fhir/CodeSystem/education-level</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>no_formal_education</td><td>No Formal Education</td></tr><tr><td>read_and_write</td><td>Read and Write</td></tr><tr><td>primary_school</td><td>Primary School</td></tr><tr><td>secondary_school</td><td>Secondary School</td></tr><tr><td>higher_education</td><td>Higher Education</td></tr></table></li></ul></div>"
  },
  "url" : "http://smart.who.int/ig-empty/ValueSet/education-level-vs",
  "version" : "0.1.0",
  "name" : "ETEducationLevelVS",
  "title" : "Ethiopian education levels",
  "status" : "draft",
  "date" : "2025-12-12T07:51:08+00:00",
  "publisher" : "MoH",
  "contact" : [
    {
      "name" : "MoH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://moh.gov.et"
        }
      ]
    }
  ],
  "description" : "Education level categories used for patient records.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "231",
          "display" : "Ethiopia"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://ess.gov.et/fhir/CodeSystem/education-level",
        "concept" : [
          {
            "code" : "no_formal_education",
            "display" : "No Formal Education"
          },
          {
            "code" : "read_and_write",
            "display" : "Read and Write"
          },
          {
            "code" : "primary_school",
            "display" : "Primary School"
          },
          {
            "code" : "secondary_school",
            "display" : "Secondary School"
          },
          {
            "code" : "higher_education",
            "display" : "Higher Education"
          }
        ]
      }
    ]
  }
}