Dental Data Exchange
1.0.0 - 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 1.0.0 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 Observation Codes - TTL Representation

Draft as of 2024-02-28

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-observation-codes"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "25" ] ;
fhir:lastUpdated [ fhir:v "2021-07-16T21:39:12.420+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#GI96BYVho5ZAxTFf"^^xsd:anyURI ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from <a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-v3-ada-snodent.html\"><code>http://www.ada.org/snodent</code></a> where concept  descends from  165877D</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  descends from  404684003 (Clinical finding (finding))</li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/ValueSet/dental-observation-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "DentalObservationCodes"] ; # 
  fhir:title [ fhir:v "Dental Observation Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-02-28T20:52:24+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 "This is an intensional ValueSet composed of all SNOMED CT and SNODENT concepts underneath 'Clinical Findings' or 'Situation with explicit context'."] ; # 
  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:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://www.ada.org/snodent"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "descendent-of" ] ;
fhir:value [ fhir:v "165877D" ]       ] )     ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "descendent-of" ] ;
fhir:value [ fhir:v "404684003" ]       ] )     ] )
  ] . #