臺灣核心實作指引(TW Core IG)
1.0.0 - STU 1.0.0 Taiwan flag

This page is part of the 臺灣核心實作指引(TW Core IG) (v1.0.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: 臺灣核心-實驗室檢驗檢查值集 - TTL Representation

Active as of 2025-12-10

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "laboratory-code-tw"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet laboratory-code-tw</b></p><a name=\"laboratory-code-tw\"> </a><a name=\"hclaboratory-code-tw\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-loinc-observation-code.html\">LOINC實驗室檢驗檢查值集</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-laboratory-category-tw.html\">臺灣健保署醫療服務給付項目-檢驗值集</a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/laboratory-code-tw"^^xsd:anyURI ;
fhir:l <https://twcore.mohw.gov.tw/ig/twcore/ValueSet/laboratory-code-tw>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "TWLaboratoryCode"] ; # 
  fhir:title [ fhir:v "臺灣核心-實驗室檢驗檢查值集"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-12-10T09:20:37+00:00"^^xsd:dateTime] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "衛生福利部" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mohw.gov.tw/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "CCYU@mohw.gov.tw" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "臺灣核心-實驗室檢驗檢查值集,包含LOINC與臺灣健保署醫療服務給付項目-檢驗代碼。"] ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/loinc-observation-code"^^xsd:anyURI ;
fhir:l <https://twcore.mohw.gov.tw/ig/twcore/ValueSet/loinc-observation-code>       ] )     ] [
      ( fhir:valueSet [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/laboratory-category-tw"^^xsd:anyURI ;
fhir:l <https://twcore.mohw.gov.tw/ig/twcore/ValueSet/laboratory-category-tw>       ] )     ] )
  ] . #