@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 -------------------------------------------------------------------

<http://dental-ig.fhir.tw/CodeSystem/CS-DentalExamination-twdental> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CS-DentalExamination-twdental"] ; # 
  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: CodeSystem CS-DentalExamination-twdental</b></p><a name=\"CS-DentalExamination-twdental\"> </a><a name=\"hcCS-DentalExamination-twdental\"> </a><p>This case-sensitive code system <code>http://dental-ig.fhir.tw/CodeSystem/CS-DentalExamination-twdental</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">PLAQUE<a name=\"CS-DentalExamination-twdental-PLAQUE\"> </a></td><td>牙菌斑檢查</td><td>Plaque examination</td></tr><tr><td style=\"white-space:nowrap\">PERIO<a name=\"CS-DentalExamination-twdental-PERIO\"> </a></td><td>牙周檢查</td><td>Periodontal examination</td></tr><tr><td style=\"white-space:nowrap\">MOBILITY<a name=\"CS-DentalExamination-twdental-MOBILITY\"> </a></td><td>牙齒搖動度檢查</td><td>Tooth mobility examination</td></tr><tr><td style=\"white-space:nowrap\">FURCATION<a name=\"CS-DentalExamination-twdental-FURCATION\"> </a></td><td>根岔病變檢查</td><td>Furcation involvement examination</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://dental-ig.fhir.tw/CodeSystem/CS-DentalExamination-twdental"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:name [ fhir:v "CSDentalExamination"] ; # 
  fhir:title [ fhir:v "牙科檢查項目"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-25T00:51:39+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "金屬工業研究發展中心"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "金屬工業研究發展中心" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.mirdc.org.tw/" ]
     ] )
  ] [
     fhir:name [ fhir:v "黃怡文" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "lisaiwh@mail.mirdc.org.tw" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] [
     fhir:name [ fhir:v "莊世任" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "renjuang@mail.mirdc.org.tw" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "牙科檢查項目代碼。"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "PLAQUE" ] ;
     fhir:display [ fhir:v "牙菌斑檢查" ] ;
     fhir:definition [ fhir:v "Plaque examination" ]
  ] [
     fhir:code [ fhir:v "PERIO" ] ;
     fhir:display [ fhir:v "牙周檢查" ] ;
     fhir:definition [ fhir:v "Periodontal examination" ]
  ] [
     fhir:code [ fhir:v "MOBILITY" ] ;
     fhir:display [ fhir:v "牙齒搖動度檢查" ] ;
     fhir:definition [ fhir:v "Tooth mobility examination" ]
  ] [
     fhir:code [ fhir:v "FURCATION" ] ;
     fhir:display [ fhir:v "根岔病變檢查" ] ;
     fhir:definition [ fhir:v "Furcation involvement examination" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

