@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://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-10-cm-2021-tw> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "icd-10-cm-2021-tw"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2021-tw\"><code>https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2021-tw</code></a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-10-cm-2021-tw"^^xsd:anyURI ;
     fhir:l <https://twcore.mohw.gov.tw/ig/twcore/ValueSet/icd-10-cm-2021-tw>
  ] ; # 
  fhir:version [ fhir:v "2022-07-29"] ; # 
  fhir:name [ fhir:v "TW2021ICD10CM"] ; # 
  fhir:title [ fhir:v "臺灣健保署2021年中文版ICD-10-CM值集"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2022-07-29"^^xsd:date] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "衛生福利部" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.mohw.gov.tw/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "CCYU@mohw.gov.tw" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "臺灣健保署2021年中文版ICD-10-CM值集。\n資料所屬單位：衛生福利部中央健康保險署。\n\n此值集所涵蓋代碼量較大會使載入頁面時間較長，為方便使用者瀏覽，此處(本頁、XML、JSON、TTL)僅擷取部分代碼，完整代碼可至[全國專門術語服務平臺－值集(Value Set)](https://fhir.mohw.gov.tw/ts/valueset.jsp)查閱"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2021-tw"^^xsd:anyURI ;
         fhir:l <https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2021-tw>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

