臺灣健保事前審查實作指引
1.2.4 - STU1.2.4

This page is part of the 臺灣健保癌症用藥事前審查實作指引(TWPAS IG) (v1.2.4: STU1.2.4) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: NHI-健保事前審查-藥物類型 - TTL Representation

Active as of 2026-07-01

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/nhi-drug-category> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "nhi-drug-category"] ;
  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 nhi-drug-category</b></p><a name=\"nhi-drug-category\"> </a><a name=\"hcnhi-drug-category\"> </a><p>This case-sensitive code system <code>https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-drug-category</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\">nhi<a name=\"nhi-drug-category-nhi\"> </a></td><td>健保</td></tr><tr><td style=\"white-space:nowrap\">self<a name=\"nhi-drug-category-self\"> </a></td><td>自費</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-drug-category"] ;
  fhir:CodeSystem.version [ fhir:value "1.2.4"] ;
  fhir:CodeSystem.name [ fhir:value "NHIDrugCategory"] ;
  fhir:CodeSystem.title [ fhir:value "NHI-健保事前審查-藥物類型"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-01"^^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.nhi.gov.tw" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "臺灣衛生福利部中央健康保險署「藥物類型」代碼,代碼出版日期:2026-07-01;資料所屬單位:臺灣衛生福利部中央健康保險署。"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "nhi" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "健保" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "self" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "自費" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/nhi-drug-category.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/nhi-drug-category.ttl> .