臺灣核心實作指引(TW Core IG)
0.3.0 - Ci-Build Trial Use

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions

: LOINC實驗室檢驗檢查值集 - TTL Representation

Active as of 2022-08-08

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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "loinc-observation-code"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet loinc-observation-code</b></p><a name=\"loinc-observation-code\"> </a><a name=\"hcloinc-observation-code\"> </a><a name=\"loinc-observation-code-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASSTYPE  = Laboratory class</li><li>Include codes from<a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASSTYPE  = Clinical class</li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/loinc-observation-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.77"] ; # 
  fhir:name [ fhir:v "LOINCObservationCode"] ; # 
  fhir:title [ fhir:v "LOINC實驗室檢驗檢查值集"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-08-08"^^xsd:date] ; # 
  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實驗室檢驗檢查值集。  \n代碼版本:2.77;代碼更新日期:2022-08-08;資料所屬單位:Regenstrief Institute。"] ; # 
  fhir:copyright [ fhir:v "This content LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "CLASSTYPE" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "Laboratory class" ]       ] )     ] [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "CLASSTYPE" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "Clinical class" ]       ] )     ] )
  ] . #