Dental Data Exchange
2.0.0-ballot - CI Build United States of America flag

Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dental-data-exchange/ and changes regularly. See the Directory of published versions

: Dental Procedure Codes Value Set - TTL Representation

Draft as of 2024-09-11

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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dental-procedure-codes-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet dental-procedure-codes-vs</b></p><a name=\"dental-procedure-codes-vs\"> </a><a name=\"hcdental-procedure-codes-vs\"> </a><a name=\"dental-procedure-codes-vs-en-US\"> </a><ul><li>Include all codes defined in <code>http://www.ada.org/cdt</code></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/ValueSet/dental-procedure-codes-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-ballot"] ; # 
  fhir:name [ fhir:v "DentalProcedureCodes"] ; # 
  fhir:title [ fhir:v "Dental Procedure Codes Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-11T14:08:38+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Payer/Provider Information Exchange Work Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Payer/Provider Information Exchange Work Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/claims" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes applicable for use with Dental Procedures"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] ) ;
fhir:text [ fhir:v "US" ]
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://www.ada.org/cdt"^^xsd:anyURI ]     ] )
  ] . #