臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0

臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions

: 個案身心障礙類型代碼(新制) - TTL Representation

Active as of 2024-09-02

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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/ConditionDisabilityTypeCS-TWLTC> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ConditionDisabilityTypeCS-TWLTC"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ConditionDisabilityTypeCS-TWLTC</b></p><a name=\"ConditionDisabilityTypeCS-TWLTC\"> </a><a name=\"hcConditionDisabilityTypeCS-TWLTC\"> </a><p>This case-sensitive code system <code>http://ltc-ig.fhir.tw/CodeSystem/ConditionDisabilityTypeCS-TWLTC</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"ConditionDisabilityTypeCS-TWLTC-01\"> </a></td><td>第一類</td><td>神經系統構造及精神、心智功能</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"ConditionDisabilityTypeCS-TWLTC-02\"> </a></td><td>第二類</td><td>眼、耳及相關構造與感官功能及疼痛</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"ConditionDisabilityTypeCS-TWLTC-03\"> </a></td><td>第三類</td><td>涉及聲音與言語構造及其功能</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"ConditionDisabilityTypeCS-TWLTC-04\"> </a></td><td>第四類</td><td>循環、造血、免疫與呼吸系統構造及其功能</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"ConditionDisabilityTypeCS-TWLTC-05\"> </a></td><td>第五類</td><td>消化、新陳代謝與內分泌系統相關構造及其功能</td></tr><tr><td style=\"white-space:nowrap\">06<a name=\"ConditionDisabilityTypeCS-TWLTC-06\"> </a></td><td>第六類</td><td>泌尿與生殖系統相關構造及其功能</td></tr><tr><td style=\"white-space:nowrap\">07<a name=\"ConditionDisabilityTypeCS-TWLTC-07\"> </a></td><td>第七類</td><td>神經、肌肉、骨骼之移動相關構造及其功能</td></tr><tr><td style=\"white-space:nowrap\">08<a name=\"ConditionDisabilityTypeCS-TWLTC-08\"> </a></td><td>第八類</td><td>皮膚與相關構造及其功能</td></tr><tr><td style=\"white-space:nowrap\">09<a name=\"ConditionDisabilityTypeCS-TWLTC-09\"> </a></td><td>第九類</td><td>罕見疾病</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"ConditionDisabilityTypeCS-TWLTC-10\"> </a></td><td>第十類</td><td>其他類</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"ConditionDisabilityTypeCS-TWLTC-11\"> </a></td><td>第十一類</td><td>發展遲緩類</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/ConditionDisabilityTypeCS-TWLTC"] ;
  fhir:CodeSystem.version [ fhir:value "1.0.0"] ;
  fhir:CodeSystem.name [ fhir:value "ConditionDisabilityTypeCSTWLTC"] ;
  fhir:CodeSystem.title [ fhir:value "個案身心障礙類型代碼(新制)"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2024-09-02"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "經濟部產業發展署"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "經濟部產業發展署" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.ida.gov.tw/" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "用於表述個案的身心障礙類型代碼(新制)。"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "11"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "01" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "第一類" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "神經系統構造及精神、心智功能" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "02" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "第二類" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "眼、耳及相關構造與感官功能及疼痛" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "03" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "第三類" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "涉及聲音與言語構造及其功能" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "04" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "第四類" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "循環、造血、免疫與呼吸系統構造及其功能" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "05" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "第五類" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "消化、新陳代謝與內分泌系統相關構造及其功能" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "06" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "第六類" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "泌尿與生殖系統相關構造及其功能" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "07" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "第七類" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "神經、肌肉、骨骼之移動相關構造及其功能" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "08" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "第八類" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "皮膚與相關構造及其功能" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "09" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "第九類" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "罕見疾病" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "10" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "第十類" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "其他類" ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "11" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "第十一類" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "發展遲緩類" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/ConditionDisabilityTypeCS-TWLTC.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/ConditionDisabilityTypeCS-TWLTC.ttl> .