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 - RestorationTooth7-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 "RestorationTooth7-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 RestorationTooth7-example-dental-procedure</b></p><a name=\"RestorationTooth7-example-dental-procedure\"> </a><a name=\"hcRestorationTooth7-example-dental-procedure\"> </a><a name=\"RestorationTooth7-example-dental-procedure-en-US\"> </a><p><b>BodyStructure Reference</b>: <a href=\"#hcRestorationTooth7-example-dental-procedure/bs7buccal\">BodyStructure: location = Structure of permanent maxillary right lateral incisor tooth (body structure); locationQualifier = Entire buccal surface</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 D2330}\">resin-based composite - one surface, 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  #bs7buccal</b></p><a name=\"RestorationTooth7-example-dental-procedure/bs7buccal\"> </a><a name=\"hcRestorationTooth7-example-dental-procedure/bs7buccal\"> </a><a name=\"RestorationTooth7-example-dental-procedure/bs7buccal-en-US\"> </a><p><b>location</b>: <span title=\"Codes:{http://snomed.info/sct 424877001}, {http://terminology.hl7.org/CodeSystem/ADAUniversalToothDesignationSystem 7}\">Structure of permanent maxillary right lateral incisor tooth (body structure)</span></p><p><b>locationQualifier</b>: <span title=\"Codes:{http://snomed.info/sct 245647007}\">Entire buccal surface</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 "bs7buccal" ] ;
fhir:location [
      ( fhir:coding [
a sct:424877001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "424877001" ] ;
fhir:display [ fhir:v "Structure of permanent maxillary right lateral incisor tooth (body structure)" ]       ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ADAUniversalToothDesignationSystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "Permanent maxillary right lateral 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: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 "#bs7buccal" ]     ]
  ] ) ; # 
  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 "D2330" ] ;
fhir:display [ fhir:v "resin-based composite - one surface, anterior" ]     ] ) ;
fhir:text [ fhir:v "resin-based composite - one surface, 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] . #