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

: Example Procedure - RestorationTooth8-example-dental-procedure - TTL Representation

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RestorationTooth8-example-dental-procedure"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-procedure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-procedure>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure RestorationTooth8-example-dental-procedure</b></p><a name=\"RestorationTooth8-example-dental-procedure\"> </a><a name=\"hcRestorationTooth8-example-dental-procedure\"> </a><a name=\"RestorationTooth8-example-dental-procedure-en-US\"> </a><p><b>BodyStructure Reference</b>: <a href=\"#hcRestorationTooth8-example-dental-procedure/bs8buccallingual\">BodyStructure: location = Structure of permanent maxillary right central incisor tooth (body structure); locationQualifier = Entire buccal surface,Entire lingual surface of tooth (body structure)</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category dental}\">Dental</span></p><p><b>code</b>: <span title=\"Codes:{http://www.ada.org/cdt D2331}\">resin-based composite - two surfaces, anterior</span></p><p><b>subject</b>: <a href=\"Patient-example-dental.html\">Patient A</a></p><p><b>performed</b>: 2024-08-17</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: BodyStructure  #bs8buccallingual</b></p><a name=\"RestorationTooth8-example-dental-procedure/bs8buccallingual\"> </a><a name=\"hcRestorationTooth8-example-dental-procedure/bs8buccallingual\"> </a><a name=\"RestorationTooth8-example-dental-procedure/bs8buccallingual-en-US\"> </a><p><b>location</b>: <span title=\"Codes:{http://snomed.info/sct 422653006}, {http://terminology.hl7.org/CodeSystem/ADAUniversalToothDesignationSystem 8}\">Structure of permanent maxillary right central incisor tooth (body structure)</span></p><p><b>locationQualifier</b>: <span title=\"Codes:{http://snomed.info/sct 245647007}\">Entire buccal surface</span>, <span title=\"Codes:{http://snomed.info/sct 362104007}\">Entire lingual surface of tooth (body structure)</span></p><p><b>patient</b>: <a href=\"Patient-example-dental.html\">Patient A</a></p></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:BodyStructure ;
fhir:id [ fhir:v "bs8buccallingual" ] ;
fhir:location [
      ( fhir:coding [
a sct:422653006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "422653006" ] ;
fhir:display [ fhir:v "Structure of permanent maxillary right central incisor tooth (body structure)" ]       ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ADAUniversalToothDesignationSystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "Permanent maxillary right central incisor tooth" ]       ] )     ] ;
    ( fhir:locationQualifier [
      ( fhir:coding [
a sct:245647007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "245647007" ] ;
fhir:display [ fhir:v "Entire buccal surface" ]       ] )     ] [
      ( fhir:coding [
a sct:362104007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "362104007" ] ;
fhir:display [ fhir:v "Entire lingual surface of tooth (body structure)" ]       ] )     ] ) ;
fhir:patient [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]     ]
  ] ) ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/bodySite"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#bs8buccallingual" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dental" ] ;
fhir:display [ fhir:v "Dental" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ada.org/cdt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "D2331" ] ;
fhir:display [ fhir:v "resin-based composite - two surfaces, anterior" ]     ] ) ;
fhir:text [ fhir:v "resin-based composite - two surfaces, anterior" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ] ;
fhir:display [ fhir:v "Patient A" ]
  ] ; # 
  fhir:performed [ fhir:v "2024-08-17"^^xsd:date] . #