臺灣電子處方箋與調劑單張實作指引(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-02-22

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/OrderType-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "OrderType-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 OrderType-cs</b></p><a name=\"OrderType-cs\"> </a><a name=\"hcOrderType-cs\"> </a><p>This case-sensitive code system <code>https://nhicore.nhi.gov.tw/empd/CodeSystem/OrderType-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\">0<a name=\"OrderType-cs-0\"> </a></td><td>診察費</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"OrderType-cs-1\"> </a></td><td>用藥明細</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"OrderType-cs-2\"> </a></td><td>診療明細</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"OrderType-cs-3\"> </a></td><td>特殊材料</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"OrderType-cs-4\"> </a></td><td>不得另計價之藥品或診療項目</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"OrderType-cs-5\"> </a></td><td>EMPDO注射</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"OrderType-cs-6\"> </a></td><td>HCT檢驗</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"OrderType-cs-7\"> </a></td><td>代檢及非該層級適用類別之轉檢</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"OrderType-cs-8\"> </a></td><td>器官捐贈</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"OrderType-cs-9\"> </a></td><td>藥事服務費</td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"OrderType-cs-A\"> </a></td><td>Tw-DRGs醫令代碼</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"OrderType-cs-B\"> </a></td><td>部分負擔代碼改變已切帳申報費用之資料</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"OrderType-cs-C\"> </a></td><td>急診治療起訖時間</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"OrderType-cs-D\"> </a></td><td>被替代之健保給付特材項目</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"OrderType-cs-E\"> </a></td><td>自費特材項目-未支付</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"OrderType-cs-F\"> </a></td><td>自費特材項目-不符給付規定</td></tr><tr><td style=\"white-space:nowrap\">G<a name=\"OrderType-cs-G\"> </a></td><td>專案支付參考數值</td></tr><tr><td style=\"white-space:nowrap\">H<a name=\"OrderType-cs-H\"> </a></td><td>醫療科技評估(HTA)自費診療項目</td></tr><tr><td style=\"white-space:nowrap\">K<a name=\"OrderType-cs-K\"> </a></td><td>不計入醫療費用點數合計欄位項目</td></tr><tr><td style=\"white-space:nowrap\">X<a name=\"OrderType-cs-X\"> </a></td><td>Tw-DRGs</td></tr><tr><td style=\"white-space:nowrap\">Y<a name=\"OrderType-cs-Y\"> </a></td><td>器官捐贈來源之資訊</td></tr><tr><td style=\"white-space:nowrap\">Z<a name=\"OrderType-cs-Z\"> </a></td><td>部分負擔代碼改變已切帳之醫令</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://nhicore.nhi.gov.tw/empd/CodeSystem/OrderType-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.2.1"] ;
  fhir:CodeSystem.name [ fhir:value "OrderTypeCodeSystem"] ;
  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-02-22"^^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 "22"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "0" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "診察費" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "1" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "用藥明細" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "2" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "診療明細" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "3" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "特殊材料" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "4" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "不得另計價之藥品或診療項目" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "5" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "EMPDO注射" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "6" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "HCT檢驗" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "7" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "代檢及非該層級適用類別之轉檢" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "8" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "器官捐贈" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "9" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "藥事服務費" ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "A" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Tw-DRGs醫令代碼" ]
  ], [
     fhir:index 11 ;
     fhir:CodeSystem.concept.code [ fhir:value "B" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "部分負擔代碼改變已切帳申報費用之資料" ]
  ], [
     fhir:index 12 ;
     fhir:CodeSystem.concept.code [ fhir:value "C" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "急診治療起訖時間" ]
  ], [
     fhir:index 13 ;
     fhir:CodeSystem.concept.code [ fhir:value "D" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "被替代之健保給付特材項目" ]
  ], [
     fhir:index 14 ;
     fhir:CodeSystem.concept.code [ fhir:value "E" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "自費特材項目-未支付" ]
  ], [
     fhir:index 15 ;
     fhir:CodeSystem.concept.code [ fhir:value "F" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "自費特材項目-不符給付規定" ]
  ], [
     fhir:index 16 ;
     fhir:CodeSystem.concept.code [ fhir:value "G" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "專案支付參考數值" ]
  ], [
     fhir:index 17 ;
     fhir:CodeSystem.concept.code [ fhir:value "H" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "醫療科技評估(HTA)自費診療項目" ]
  ], [
     fhir:index 18 ;
     fhir:CodeSystem.concept.code [ fhir:value "K" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "不計入醫療費用點數合計欄位項目" ]
  ], [
     fhir:index 19 ;
     fhir:CodeSystem.concept.code [ fhir:value "X" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Tw-DRGs" ]
  ], [
     fhir:index 20 ;
     fhir:CodeSystem.concept.code [ fhir:value "Y" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "器官捐贈來源之資訊" ]
  ], [
     fhir:index 21 ;
     fhir:CodeSystem.concept.code [ fhir:value "Z" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "部分負擔代碼改變已切帳之醫令" ]
  ] .

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

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