Your IG Title
1.0.0 - ci-build International flag

Your IG Title, published by Your Organization. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/patsicko/pack_hl7fhir/ and changes regularly. See the Directory of published versions

: Education Level - XML Representation

Active as of 2025-10-17

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="education-level"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem education-level</b></p><a name="education-level"> </a><a name="hceducation-level"> </a><p>This case-sensitive code system <code>http://your.canonical.url/fhir/CodeSystem/education-level</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">no-education<a name="education-level-no-education"> </a></td><td>No Education</td></tr><tr><td style="white-space:nowrap">primary<a name="education-level-primary"> </a></td><td>Primary</td></tr><tr><td style="white-space:nowrap">secondary<a name="education-level-secondary"> </a></td><td>Secondary</td></tr><tr><td style="white-space:nowrap">tertiary<a name="education-level-tertiary"> </a></td><td>Tertiary</td></tr><tr><td style="white-space:nowrap">tvet<a name="education-level-tvet"> </a></td><td>TVET</td></tr></table></div>
  </text>
  <url value="http://your.canonical.url/fhir/CodeSystem/education-level"/>
  <version value="1.0.0"/>
  <name value="EducationLevel"/>
  <title value="Education Level"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-10-17T08:59:51+00:00"/>
  <publisher value="Your Organization"/>
  <contact>
    <name value="Your Organization"/>
    <telecom>
      <system value="url"/>
      <value value="https://organization.url/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@someorg.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Richard Langford"/>
    <telecom>
      <system value="email"/>
      <value value="richard.langford@jembi.org"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="Code system for different levels of education"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="5"/>
  <concept>
    <code value="no-education"/>
    <display value="No Education"/>
  </concept>
  <concept>
    <code value="primary"/>
    <display value="Primary"/>
  </concept>
  <concept>
    <code value="secondary"/>
    <display value="Secondary"/>
  </concept>
  <concept>
    <code value="tertiary"/>
    <display value="Tertiary"/>
  </concept>
  <concept>
    <code value="tvet"/>
    <display value="TVET"/>
  </concept>
</CodeSystem>