臺灣健保事前審查實作指引
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-tmhb-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "nhi-tmhb-type"] ;
  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-tmhb-type</b></p><a name=\"nhi-tmhb-type\"> </a><a name=\"hcnhi-tmhb-type\"> </a><p>This case-sensitive code system <code>https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-tmhb-type</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\">1<a name=\"nhi-tmhb-type-1\"> </a></td><td>一般事前審查申請</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"nhi-tmhb-type-3\"> </a></td><td>自主審查</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"nhi-tmhb-type-4\"> </a></td><td>緊急報備</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-tmhb-type"] ;
  fhir:CodeSystem.version [ fhir:value "1.2.4"] ;
  fhir:CodeSystem.name [ fhir:value "NHITMHBType"] ;
  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 "3"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "1" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "一般事前審查申請" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "3" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "自主審查" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "4" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "緊急報備" ]
  ] .

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

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