BioMaxis Implementation Guide
0.0.0-semantic-release - ci-build

BioMaxis Implementation Guide - Local Development build (v0.0.0-semantic-release) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HMIS Educational Level - TTL Representation

Active as of 2026-02-04

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hmis-educational-level"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem hmis-educational-level</b></p><a name=\"hmis-educational-level\"> </a><a name=\"hchmis-educational-level\"> </a><p>This case-sensitive code system <code>http://biomaxis.com/fhir/CodeSystem/hmis-educational-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><td><b>Definition</b></td><td><b>ne</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"hmis-educational-level-1\"> </a></td><td>Primary</td><td>Primary level education (आधारभूत)</td><td>आधारभूत</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"hmis-educational-level-2\"> </a></td><td>Secondary</td><td>Secondary level education (माध्यमिक)</td><td>माध्यमिक</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"hmis-educational-level-3\"> </a></td><td>Higher Secondary</td><td>Higher secondary level education (उच्च माध्यमिक)</td><td>उच्च माध्यमिक</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"hmis-educational-level-4\"> </a></td><td>Bachelor or above</td><td>Bachelor's degree or higher education (स्नातक वा सो भन्दा माथि)</td><td>स्नातक वा सो भन्दा माथि</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://biomaxis.com/fhir/CodeSystem/hmis-educational-level"^^xsd:anyURI ;
fhir:l <http://biomaxis.com/fhir/CodeSystem/hmis-educational-level>
  ] ; # 
  fhir:version [ fhir:v "0.0.0-semantic-release"] ; # 
  fhir:name [ fhir:v "HMISEducationalLevel"] ; # 
  fhir:title [ fhir:v "HMIS Educational Level"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-02-04T09:30:33+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "BioMaxis Pvt. Ltd."] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "BioMaxis Pvt. Ltd." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://biomaxis.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Standardized codes for the highest level of education attained based on Nepal HMIS."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Primary" ] ;
fhir:definition [ fhir:v "Primary level education (आधारभूत)" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "आधारभूत" ]     ] )
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Secondary" ] ;
fhir:definition [ fhir:v "Secondary level education (माध्यमिक)" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "माध्यमिक" ]     ] )
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Higher Secondary" ] ;
fhir:definition [ fhir:v "Higher secondary level education (उच्च माध्यमिक)" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "उच्च माध्यमिक" ]     ] )
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Bachelor or above" ] ;
fhir:definition [ fhir:v "Bachelor's degree or higher education (स्नातक वा सो भन्दा माथि)" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ne" ] ;
fhir:value [ fhir:v "स्नातक वा सो भन्दा माथि" ]     ] )
  ] ) . #