@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-OralCareAuditGrade-twdental> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CS-OralCareAuditGrade-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-OralCareAuditGrade-twdental</b></p><a name=\"CS-OralCareAuditGrade-twdental\"> </a><a name=\"hcCS-OralCareAuditGrade-twdental\"> </a><p>This case-sensitive code system <code>http://dental-ig.fhir.tw/CodeSystem/CS-OralCareAuditGrade-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\">A<a name=\"CS-OralCareAuditGrade-twdental-A\"> </a></td><td>優良</td><td>Excellent (score &gt;= 90)</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"CS-OralCareAuditGrade-twdental-B\"> </a></td><td>合格</td><td>Pass (score 70-89)</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"CS-OralCareAuditGrade-twdental-C\"> </a></td><td>需改善</td><td>Needs improvement (score 50-69)</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"CS-OralCareAuditGrade-twdental-D\"> </a></td><td>不合格</td><td>Fail (score &lt; 50)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://dental-ig.fhir.tw/CodeSystem/CS-OralCareAuditGrade-twdental"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:name [ fhir:v "CSOralCareAuditGrade"] ; # 
  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 "A" ] ;
     fhir:display [ fhir:v "優良" ] ;
     fhir:definition [ fhir:v "Excellent (score >= 90)" ]
  ] [
     fhir:code [ fhir:v "B" ] ;
     fhir:display [ fhir:v "合格" ] ;
     fhir:definition [ fhir:v "Pass (score 70-89)" ]
  ] [
     fhir:code [ fhir:v "C" ] ;
     fhir:display [ fhir:v "需改善" ] ;
     fhir:definition [ fhir:v "Needs improvement (score 50-69)" ]
  ] [
     fhir:code [ fhir:v "D" ] ;
     fhir:display [ fhir:v "不合格" ] ;
     fhir:definition [ fhir:v "Fail (score < 50)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

