臺灣長期照顧實作指引 (Taiwan Long-Term Care FHIR Implementation Guide)
0.1.1 - ci-build

臺灣長期照顧實作指引 (Taiwan Long-Term Care FHIR Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 教育程度值集 - TTL Representation

Active as of 2024-09-16

Raw ttl | Download


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

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

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EducationStatusVS-TWLTC"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet EducationStatusVS-TWLTC</b></p><a name=\"EducationStatusVS-TWLTC\"> </a><a name=\"hcEducationStatusVS-TWLTC\"> </a><a name=\"EducationStatusVS-TWLTC-en-US\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-EducationStatusCS-TWLTC.html\"><code>http://ltc-ig.fhir.tw/CodeSystem/EducationStatusCS-TWLTC</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ltc-ig.fhir.tw/ValueSet/EducationStatusVS-TWLTC"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "EducationStatusVSTWLTC"] ; # 
  fhir:title [ fhir:v "教育程度值集"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-16T23:20:15+08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MI-TW"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MI-TW" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://mitw.dicom.org.tw/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "用以表述教育程度之值集,包含教育程度之描述內容。"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://ltc-ig.fhir.tw/CodeSystem/EducationStatusCS-TWLTC"^^xsd:anyURI ]     ] )
  ] . #