臺灣健保事前審查實作指引
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

: LOINC-健保事前審查-基因檢測檢體類型值集 - 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/specime-type> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "specime-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: ValueSet specime-type</b></p><a name=\"specime-type\"> </a><a name=\"hcspecime-type\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</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://loinc.org/LP7057-5/\">LP7057-5</a></td><td style=\"color: #cccccc\">Bld</td></tr><tr><td><a href=\"https://loinc.org/LP234849-0/\">LP234849-0</a></td><td style=\"color: #cccccc\">XXX&gt;Tissue</td></tr><tr><td><a href=\"https://loinc.org/LP7641-6/\">LP7641-6</a></td><td style=\"color: #cccccc\">Tiss</td></tr><tr><td><a href=\"https://loinc.org/LP247830-5/\">LP247830-5</a></td><td style=\"color: #cccccc\">Cancer specimen</td></tr><tr><td><a href=\"https://loinc.org/LP7410-6/\">LP7410-6</a></td><td style=\"color: #cccccc\">Bone mar</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://nhicore.nhi.gov.tw/pas/ValueSet/specime-type"] ;
  fhir:ValueSet.version [ fhir:value "1.2.4"] ;
  fhir:ValueSet.name [ fhir:value "SpecimenType"] ;
  fhir:ValueSet.title [ fhir:value "LOINC-健保事前審查-基因檢測檢體類型值集"] ;
  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 "LOINC-健保事前審查-基因檢測檢體類型值集"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LP7057-5" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LP234849-0" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LP7641-6" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LP247830-5" ]
       ], [
         fhir:index 4 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "LP7410-6" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/specime-type.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/specime-type.ttl> .