臺灣長期照顧實作指引(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-08-25

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/ReferralConditionTubeCS-TWLTC> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ReferralConditionTubeCS-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 ReferralConditionTubeCS-TWLTC</b></p><a name=\"ReferralConditionTubeCS-TWLTC\"> </a><a name=\"hcReferralConditionTubeCS-TWLTC\"> </a><p>This case-sensitive code system <code>http://ltc-ig.fhir.tw/CodeSystem/ReferralConditionTubeCS-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\">no-tube<a name=\"ReferralConditionTubeCS-TWLTC-no-tube\"> </a></td><td>無管路</td><td>個案無管路。</td></tr><tr><td style=\"white-space:nowrap\">nasogastric-tube<a name=\"ReferralConditionTubeCS-TWLTC-nasogastric-tube\"> </a></td><td>鼻胃管</td><td>個案使用鼻胃管。</td></tr><tr><td style=\"white-space:nowrap\">tracheostomy<a name=\"ReferralConditionTubeCS-TWLTC-tracheostomy\"> </a></td><td>氣切</td><td>個案使用氣切管。</td></tr><tr><td style=\"white-space:nowrap\">catheter<a name=\"ReferralConditionTubeCS-TWLTC-catheter\"> </a></td><td>導尿管</td><td>個案使用導尿管。</td></tr><tr><td style=\"white-space:nowrap\">fistula<a name=\"ReferralConditionTubeCS-TWLTC-fistula\"> </a></td><td>造瘻</td><td>個案使用造瘻管。</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"ReferralConditionTubeCS-TWLTC-other\"> </a></td><td>其他</td><td>個案使用其他管路。</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/ReferralConditionTubeCS-TWLTC"] ;
  fhir:CodeSystem.version [ fhir:value "1.0.0"] ;
  fhir:CodeSystem.name [ fhir:value "ReferralConditionTubeCSTWLTC"] ;
  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-08-25"^^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 "6"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "no-tube" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "無管路" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "個案無管路。" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "nasogastric-tube" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "鼻胃管" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "個案使用鼻胃管。" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "tracheostomy" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "氣切" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "個案使用氣切管。" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "catheter" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "導尿管" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "個案使用導尿管。" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "fistula" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "造瘻" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "個案使用造瘻管。" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "other" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "其他" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "個案使用其他管路。" ]
  ] .

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

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