@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 -------------------------------------------------------------------

<https://fhir.muen.tw/ig/hd/ConceptMap/education-level-map> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "education-level-map"] ; # 
  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: ConceptMap education-level-map</b></p><a name=\"education-level-map\"> </a><a name=\"hceducation-level-map\"> </a><p>Mapping from <a href=\"ValueSet-education-level-vs.html\">教育程度 值集 (education-level-vs)</a> to <a href=\"ValueSet-education-level-v3-vs.html\">教育程度 v3 (Education Level)</a></p><br/><p><b>Group 1 </b>Mapping from <a href=\"CodeSystem-education-level.html\">教育程度 (education-level)</a> to <a href=\"http://hl7.org/fhir/R4/v3/EducationLevel/cs.html\">v3 Code System EducationLevel</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>2 (小學)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>ELEM (Elementary School)</td><td/></tr><tr><td>3 (國中)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#inexact\" title=\"inexact\">maps loosely to</a></td><td>SEC (Some secondary or high school education)</td><td>國中（初中）約當部分中學教育，v3 無精確對應碼。</td></tr><tr><td>4 (高中)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>HS (High School or secondary school degree complete)</td><td/></tr><tr><td>5 (大專（含）以上)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#narrower\" title=\"narrower\">narrower</a></td><td>BD (College or baccalaureate degree complete)</td><td>『大專（含）以上』涵蓋副學士至博士（ASSOC/BD/GD/POSTG）；以 BD 為代表碼，必要時依實際學歷改用更精確之 v3 代碼。</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.muen.tw/ig/hd/ConceptMap/education-level-map"^^xsd:anyURI ;
     fhir:l <https://fhir.muen.tw/ig/hd/ConceptMap/education-level-map>
  ] ; # 
  fhir:version [ fhir:v "0.0.2"] ; # 
  fhir:name [ fhir:v "EducationLevelMap"] ; # 
  fhir:title [ fhir:v "教育程度對照表 (KiDiT → HL7 v3 EducationLevel)"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-06-11"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "沐恩生醫光電股份有限公司"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "沐恩生醫光電股份有限公司" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.muenai.com/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "service@muenai.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "KiDiT『教育程度』對應 HL7 v3 EducationLevel（『1 無』無對應碼）。"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "TW" ]
     ] )
  ] ) ; # 
  fhir:source [
     a fhir:Canonical ;
     fhir:v "https://fhir.muen.tw/ig/hd/ValueSet/education-level-vs"^^xsd:anyURI ;
     fhir:l <https://fhir.muen.tw/ig/hd/ValueSet/education-level-vs>
  ] ; # 
  fhir:target [
     a fhir:Canonical ;
     fhir:v "https://fhir.muen.tw/ig/hd/ValueSet/education-level-v3-vs"^^xsd:anyURI ;
     fhir:l <https://fhir.muen.tw/ig/hd/ValueSet/education-level-v3-vs>
  ] ; # 
  fhir:group ( [
     fhir:source [
       fhir:v "https://fhir.muen.tw/ig/hd/CodeSystem/education-level"^^xsd:anyURI ;
       fhir:l <https://fhir.muen.tw/ig/hd/CodeSystem/education-level>
     ] ;
     fhir:target [
       fhir:v "http://terminology.hl7.org/CodeSystem/v3-EducationLevel"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/CodeSystem/v3-EducationLevel>
     ] ;
     fhir:element ( [
       fhir:code [ fhir:v "2" ] ;
       fhir:display [ fhir:v "小學" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "ELEM" ] ;
         fhir:display [ fhir:v "Elementary School" ] ;
         fhir:equivalence [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "3" ] ;
       fhir:display [ fhir:v "國中" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "SEC" ] ;
         fhir:display [ fhir:v "Some secondary or high school education" ] ;
         fhir:equivalence [ fhir:v "inexact" ] ;
         fhir:comment [ fhir:v "國中（初中）約當部分中學教育，v3 無精確對應碼。" ]
       ] )
     ] [
       fhir:code [ fhir:v "4" ] ;
       fhir:display [ fhir:v "高中" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "HS" ] ;
         fhir:display [ fhir:v "High School or secondary school degree complete" ] ;
         fhir:equivalence [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "5" ] ;
       fhir:display [ fhir:v "大專（含）以上" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "BD" ] ;
         fhir:display [ fhir:v "College or baccalaureate degree complete" ] ;
         fhir:equivalence [ fhir:v "narrower" ] ;
         fhir:comment [ fhir:v "『大專（含）以上』涵蓋副學士至博士（ASSOC/BD/GD/POSTG）；以 BD 為代表碼，必要時依實際學歷改用更精確之 v3 代碼。" ]
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

