臺灣中醫實作指引
0.1.0 - ci-build

臺灣中醫實作指引, published by 衛生福利部國家中醫藥研究所. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nricmig/Nricm_TWCMIG/ and changes regularly. See the Directory of published versions

: 病人脈象值集 - TTL Representation

Active as of 2026-08-31

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/twcm-pulsecondition> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twcm-pulsecondition"] ;
  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 twcm-pulsecondition</b></p><a name=\"twcm-pulsecondition\"> </a><a name=\"hctwcm-pulsecondition\"> </a><ul><li>Include codes from<a href=\"CodeSystem-who-ictm-terminology.html\"><code>https://www.nricm.edu.tw/twcm/CodeSystem/who-ictm-terminology</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span> where concept  is-a <a href=\"CodeSystem-who-ictm-terminology.html#who-ictm-terminology-WGM2.35848\">WGM2#848</a></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://www.nricm.edu.tw/twcm/ValueSet/twcm-pulsecondition"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "TWCMPulseCondition"] ;
  fhir:ValueSet.title [ fhir:value "病人脈象值集"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-31T12:11:57+00:00"^^xsd:dateTime] ;
  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.nricm.edu.tw/" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "病人脈象值集,篩選自 WHOICTMTerminology 代碼系統中「切診類」(WGM2#848)底下的詞條。"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://www.nricm.edu.tw/twcm/CodeSystem/who-ictm-terminology" ] ;
       fhir:ValueSet.compose.include.filter [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ] ;
         fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ] ;
         fhir:ValueSet.compose.include.filter.value [ fhir:value "WGM2#848" ]
       ]
     ]
  ] .

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

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