臺灣健保事前審查實作指引
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-approve-claim-comment> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "nhi-approve-claim-comment"] ;
  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-approve-claim-comment</b></p><a name=\"nhi-approve-claim-comment\"> </a><a name=\"hcnhi-approve-claim-comment\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-nhi-approve-comment.html\"><code>https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-approve-comment</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?1.2.5</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-nhi-approve-comment.html#nhi-approve-comment-1\">1</a></td><td>同意</td></tr><tr><td><a href=\"CodeSystem-nhi-approve-comment.html#nhi-approve-comment-2\">2</a></td><td>不予同意</td></tr><tr><td><a href=\"CodeSystem-nhi-approve-comment.html#nhi-approve-comment-3\">3</a></td><td>部份同意</td></tr><tr><td><a href=\"CodeSystem-nhi-approve-comment.html#nhi-approve-comment-4\">4</a></td><td>補件</td></tr><tr><td><a href=\"CodeSystem-nhi-approve-comment.html#nhi-approve-comment-5\">5</a></td><td>退件</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://nhicore.nhi.gov.tw/pas/ValueSet/nhi-approve-claim-comment"] ;
  fhir:ValueSet.version [ fhir:value "1.2.5"] ;
  fhir:ValueSet.name [ fhir:value "NHIApproveClaimComment"] ;
  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-健保事前審查-受理審查案件核定註記值集"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-approve-comment" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "1" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "同意" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "2" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "不予同意" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "3" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "部份同意" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "4" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "補件" ]
       ], [
         fhir:index 4 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "5" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "退件" ]
       ]
     ]
  ] .

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

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