臺灣電子處方箋與調劑單張實作指引(TW EMPD IG)
0.2.1 - ci-build

臺灣電子處方箋與調劑單張實作指引(TW EMPD IG), published by NHI. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/empd/ and changes regularly. See the Directory of published versions

: 案件分類 - TTL Representation

Active as of 2024-01-15

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/CaseType-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CaseType-cs"] ;
  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 CaseType-cs</b></p><a name=\"CaseType-cs\"> </a><a name=\"hcCaseType-cs\"> </a><p>This case-sensitive code system <code>https://nhicore.nhi.gov.tw/empd/CodeSystem/CaseType-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">00<a name=\"CaseType-cs-00\"> </a></td><td>自費案件</td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"CaseType-cs-01\"> </a></td><td>西醫一般案件</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"CaseType-cs-02\"> </a></td><td>西醫急診</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"CaseType-cs-03\"> </a></td><td>西醫門診手術</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"CaseType-cs-04\"> </a></td><td>西醫慢性病</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"CaseType-cs-05\"> </a></td><td>洗腎</td></tr><tr><td style=\"white-space:nowrap\">06<a name=\"CaseType-cs-06\"> </a></td><td>結核病</td></tr><tr><td style=\"white-space:nowrap\">08<a name=\"CaseType-cs-08\"> </a></td><td>慢性病連續處方調劑</td></tr><tr><td style=\"white-space:nowrap\">09<a name=\"CaseType-cs-09\"> </a></td><td>西醫其他專案</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"CaseType-cs-11\"> </a></td><td>牙醫一般案件</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"CaseType-cs-12\"> </a></td><td>牙醫急診</td></tr><tr><td style=\"white-space:nowrap\">13<a name=\"CaseType-cs-13\"> </a></td><td>牙醫門診手術等</td></tr><tr><td style=\"white-space:nowrap\">61<a name=\"CaseType-cs-61\"> </a></td><td>居家照護</td></tr><tr><td style=\"white-space:nowrap\">62<a name=\"CaseType-cs-62\"> </a></td><td>精神疾病社區復健</td></tr><tr><td style=\"white-space:nowrap\">63<a name=\"CaseType-cs-63\"> </a></td><td>預防保健</td></tr><tr><td style=\"white-space:nowrap\">65<a name=\"CaseType-cs-65\"> </a></td><td>安寧居家療護</td></tr><tr><td style=\"white-space:nowrap\">66<a name=\"CaseType-cs-66\"> </a></td><td>護理之家照護</td></tr><tr><td style=\"white-space:nowrap\">67<a name=\"CaseType-cs-67\"> </a></td><td>安養、養護機構院民之居家照護</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/CaseType-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.2.1"] ;
  fhir:CodeSystem.name [ fhir:value "CaseTypeCodeSystem"] ;
  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-01-15"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "NHI"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "NHI" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.nhi.gov.tw/en/mp-2.html" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "用於表示案件分類"] ;
  fhir:CodeSystem.copyright [ fhir:value "衛生福利部"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "18"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "00" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "自費案件" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "01" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "西醫一般案件" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "02" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "西醫急診" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "03" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "西醫門診手術" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "04" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "西醫慢性病" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "05" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "洗腎" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "06" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "結核病" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "08" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "慢性病連續處方調劑" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "09" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "西醫其他專案" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "11" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "牙醫一般案件" ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "12" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "牙醫急診" ]
  ], [
     fhir:index 11 ;
     fhir:CodeSystem.concept.code [ fhir:value "13" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "牙醫門診手術等" ]
  ], [
     fhir:index 12 ;
     fhir:CodeSystem.concept.code [ fhir:value "61" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "居家照護" ]
  ], [
     fhir:index 13 ;
     fhir:CodeSystem.concept.code [ fhir:value "62" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "精神疾病社區復健" ]
  ], [
     fhir:index 14 ;
     fhir:CodeSystem.concept.code [ fhir:value "63" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "預防保健" ]
  ], [
     fhir:index 15 ;
     fhir:CodeSystem.concept.code [ fhir:value "65" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "安寧居家療護" ]
  ], [
     fhir:index 16 ;
     fhir:CodeSystem.concept.code [ fhir:value "66" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "護理之家照護" ]
  ], [
     fhir:index 17 ;
     fhir:CodeSystem.concept.code [ fhir:value "67" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "安養、養護機構院民之居家照護" ]
  ] .

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

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