臺灣健保事前審查實作指引
1.2.5 - ci-build

臺灣健保事前審查實作指引, published by 衛生福利部中央健康保險署. This guide is not an authorized publication; it is the continuous build for version 1.2.5 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/pas/ and changes regularly. 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/ValueSet/nhi-medication-fda> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "nhi-medication-fda"] ;
  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: ValueSet nhi-medication-fda</b></p><a name=\"nhi-medication-fda\"> </a><a name=\"hcnhi-medication-fda\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"https://twcore.mohw.gov.tw/ig/twcore/0.3.2/CodeSystem-medication-fda-tw.html\"><code>https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 2024-06-20, the version found through the package references\"> version ?2024-06-20</span></li><li>Include all codes defined in <a href=\"https://twcore.mohw.gov.tw/ig/twcore/0.3.2/CodeSystem-medication-device-fda-tw.html\"><code>https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-device-fda-tw</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 2024-06-06, the version found through the package references\"> version ?2024-06-06</span></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"https://twcore.mohw.gov.tw/ig/twcore/0.3.2/CodeSystem-medication-device-fda-tw.html\"><code>https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-device-fda-tw</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 2024-06-06, the version found through the package references\"> version ?2024-06-06</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://twcore.mohw.gov.tw/ig/twcore/0.3.2/CodeSystem-medication-device-fda-tw.html#medication-device-fda-tw-.35377.21487.35657.23383.34399\">許可證字號</a></td><td style=\"color: #cccccc\">中文品名</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://nhicore.nhi.gov.tw/pas/ValueSet/nhi-medication-fda"] ;
  fhir:ValueSet.version [ fhir:value "2026-07-01"] ;
  fhir:ValueSet.name [ fhir:value "NHIMedicationFDA"] ;
  fhir:ValueSet.title [ fhir:value "NHI-健保事前審查-臺灣食藥署藥品及醫療器材代碼值集"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-07-01"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "衛生福利部中央健康保險署"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "NHI-健保事前審查-臺灣食藥署藥品及醫療器材代碼值集。  \n此值集所涵蓋代碼量較大會使載入頁面時間較長,完整代碼可至[全國專門術語服務平臺-值集(Value Set)](https://fhir.mohw.gov.tw/ts/valueset.jsp)查閱。"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw" ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-device-fda-tw" ]
     ] ;
     fhir:ValueSet.compose.exclude [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-device-fda-tw" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "許可證字號" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/nhi-medication-fda.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/nhi-medication-fda.ttl> .