共同資料模式實作指引(Common Data Model IG)
1.0.0-Trial Use - draft

共同資料模式實作指引(Common Data Model IG) - Local Development build (v1.0.0-Trial Use). See the Directory of published versions

: 臺灣2021年中文版ICD-10-CM值集 - TTL Representation

Active as of 2022-07-29

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 "icd-10-cm-2021-tw"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-icd-10-cm-2021-tw.html\"><code>https://twcore.mohw.gov.tw/tsfhir/CodeSystem/icd-10-cm-2021-tw</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://standard-interoperability-lab.com/fhir/ValueSet/icd-10-cm-2021-tw"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-Trial Use"] ; # 
  fhir:name [ fhir:v "TW2021ICD10CM"] ; # 
  fhir:title [ fhir:v "臺灣2021年中文版ICD-10-CM值集"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-07-29"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "共同資料模式實作指引(Common Data Model IG)"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ghd.tw/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "臺灣2021年中文版ICD-10-CM值集,參照至[https://www.nhi.gov.tw/Content_List.aspx?n=3C0BD93EC042CC67&topn=23C660CAACAA159D](https://www.nhi.gov.tw/Content_List.aspx?n=3C0BD93EC042CC67&topn=23C660CAACAA159D)。"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://standard-interoperability-lab.com/fhir/CodeSystem/icd-10-cm-2021-tw"^^xsd:anyURI ]     ] )
  ] . #