@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/ValueSet/VS-ICD9CM-twdental> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "VS-ICD9CM-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: ValueSet VS-ICD9CM-twdental</b></p><a name=\"VS-ICD9CM-twdental\"> </a><a name=\"hcVS-ICD9CM-twdental\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-CS-ICD9CM-twdental.html\"><code>http://dental-ig.fhir.tw/CodeSystem/CS-ICD9CM-twdental</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.0.1</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://dental-ig.fhir.tw/ValueSet/VS-ICD9CM-twdental"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:name [ fhir:v "VSICD9CM"] ; # 
  fhir:title [ fhir:v "ICD-9-CM 牙科門診適用診斷碼值集"] ; # 
  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 "臺灣牙科門診適用之 ICD-9-CM 診斷碼值集。"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://dental-ig.fhir.tw/CodeSystem/CS-ICD9CM-twdental"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

