@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/ValueSet/education-level-v3-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "education-level-v3-vs"] ; # 
  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: ValueSet education-level-v3-vs</b></p><a name=\"education-level-v3-vs\"> </a><a name=\"hceducation-level-v3-vs\"> </a><ul><li>Include these codes as defined in <code>http://terminology.hl7.org/CodeSystem/v3-EducationLevel</code><span title=\"Version is explicitly stated to be 2018-08-12\"> version ?2018-08-12</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>ELEM</td><td>小學 (Elementary School)</td></tr><tr><td>SEC</td><td>部分中學教育，國中 (Some secondary or high school education)</td></tr><tr><td>HS</td><td>高中畢業 (High School or secondary school degree complete)</td></tr><tr><td>SCOL</td><td>大學肄業 (Some College education)</td></tr><tr><td>ASSOC</td><td>副學士／專科學位 (Associate's or technical degree complete)</td></tr><tr><td>BD</td><td>學士學位 (College or baccalaureate degree complete)</td></tr><tr><td>PB</td><td>學士後進修 (Some post-baccalaureate education)</td></tr><tr><td>GD</td><td>碩士／專業學位 (Graduate or professional Degree complete)</td></tr><tr><td>POSTG</td><td>博士／博士後教育 (Doctoral or post graduate education)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     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:version [ fhir:v "0.0.2"] ; # 
  fhir:name [ fhir:v "EducationLevelV3VS"] ; # 
  fhir:title [ fhir:v "教育程度 v3 (Education Level)"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-06-11T17:55:18+08:00"^^xsd:dateTime] ; # 
  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 "病患教育程度之 HL7 v3 EducationLevel 代碼。"] ; # 
  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:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-EducationLevel"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-EducationLevel>
       ] ;
       fhir:version [ fhir:v "2018-08-12" ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "ELEM" ] ;
         fhir:display [ fhir:v "小學 (Elementary School)" ]
       ] [
         fhir:code [ fhir:v "SEC" ] ;
         fhir:display [ fhir:v "部分中學教育，國中 (Some secondary or high school education)" ]
       ] [
         fhir:code [ fhir:v "HS" ] ;
         fhir:display [ fhir:v "高中畢業 (High School or secondary school degree complete)" ]
       ] [
         fhir:code [ fhir:v "SCOL" ] ;
         fhir:display [ fhir:v "大學肄業 (Some College education)" ]
       ] [
         fhir:code [ fhir:v "ASSOC" ] ;
         fhir:display [ fhir:v "副學士／專科學位 (Associate's or technical degree complete)" ]
       ] [
         fhir:code [ fhir:v "BD" ] ;
         fhir:display [ fhir:v "學士學位 (College or baccalaureate degree complete)" ]
       ] [
         fhir:code [ fhir:v "PB" ] ;
         fhir:display [ fhir:v "學士後進修 (Some post-baccalaureate education)" ]
       ] [
         fhir:code [ fhir:v "GD" ] ;
         fhir:display [ fhir:v "碩士／專業學位 (Graduate or professional Degree complete)" ]
       ] [
         fhir:code [ fhir:v "POSTG" ] ;
         fhir:display [ fhir:v "博士／博士後教育 (Doctoral or post graduate education)" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

