@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://terminology.hl7.org/ValueSet/v3-Dentition> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "v3-Dentition"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-v3-PermanentDentition.html\">PermanentDentition</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-v3-SupernumeraryTooth.html\">SupernumeraryTooth</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-v3-PrimaryDentition.html\">PrimaryDentition</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-v3-ArtificialDentition.html\">ArtificialDentition</a></li><li>Include all codes defined in <a href=\"CodeSystem-v3-Dentition.html\"><code>http://terminology.hl7.org/CodeSystem/v3-Dentition</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/v3-Dentition"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.1.11.19346" ]
  ] ) ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "Dentition"] ; # 
  fhir:title [ fhir:v "Dentition"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2014-03-26"^^xsd:date] ; # 
  fhir:description [ fhir:v "***No description***"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:valueSet ( [
         fhir:v "http://terminology.hl7.org/ValueSet/v3-PermanentDentition"^^xsd:anyURI ;
         fhir:link <http://terminology.hl7.org/ValueSet/v3-PermanentDentition>
       ] )
     ] [
       fhir:valueSet ( [
         fhir:v "http://terminology.hl7.org/ValueSet/v3-SupernumeraryTooth"^^xsd:anyURI ;
         fhir:link <http://terminology.hl7.org/ValueSet/v3-SupernumeraryTooth>
       ] )
     ] [
       fhir:valueSet ( [
         fhir:v "http://terminology.hl7.org/ValueSet/v3-PrimaryDentition"^^xsd:anyURI ;
         fhir:link <http://terminology.hl7.org/ValueSet/v3-PrimaryDentition>
       ] )
     ] [
       fhir:valueSet ( [
         fhir:v "http://terminology.hl7.org/ValueSet/v3-ArtificialDentition"^^xsd:anyURI ;
         fhir:link <http://terminology.hl7.org/ValueSet/v3-ArtificialDentition>
       ] )
     ] [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Dentition"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

