臺灣中醫實作指引
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/CodeSystem/twcm-tonguecondition> a fhir:CodeSystem ;
  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: CodeSystem twcm-tonguecondition</b></p><a name=\"twcm-tonguecondition\"> </a><a name=\"hctwcm-tonguecondition\"> </a><p>This case-sensitive code system <code>https://www.nricm.edu.tw/twcm/CodeSystem/twcm-tonguecondition</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">TODO<a name=\"twcm-tonguecondition-TODO\"> </a></td><td>待補代碼(佔位用,正式代碼待提供後取代)</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://www.nricm.edu.tw/twcm/CodeSystem/twcm-tonguecondition"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "TWCMTongueCondition"] ;
  fhir:CodeSystem.title [ fhir:value "病人舌象"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-31T12:11:57+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "衛生福利部國家中醫藥研究所"] ;
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "病人舌象。\n代碼出版日期:{{TODO}};資料所屬單位:衛生福利部國家中醫藥研究所。\n\n*此代碼系統內容待補,將由使用者另行提供。*"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "1"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "TODO" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "待補代碼(佔位用,正式代碼待提供後取代)" ]
  ] .

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

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