臺灣中醫實作指引
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

Draft 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-tonguecondition> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twcm-tonguecondition"] ;
  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-tonguecondition</b></p><a name=\"twcm-tonguecondition\"> </a><a name=\"hctwcm-tonguecondition\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-twcm-tonguecondition.html\"><code>https://www.nricm.edu.tw/twcm/CodeSystem/twcm-tonguecondition</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></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://www.nricm.edu.tw/twcm/ValueSet/twcm-tonguecondition"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "TWCMTongueCondition"] ;
  fhir:ValueSet.title [ fhir:value "病人舌象值集"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-31T14:18:56+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 "病人舌象值集。\n\n*此值集內容待補,將由使用者另行提供。*"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://www.nricm.edu.tw/twcm/CodeSystem/twcm-tonguecondition" ]
     ]
  ] .

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

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