@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ADAToothSurfaceCodes"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem ADAToothSurfaceCodes

This case-sensitive code system http://terminology.hl7.org/CodeSystem/ADAToothSurfaceCodes defines the following codes:

CodeDisplayDefinition
M MesialThe surface of a tooth that is closest to the midline (middle) of the face.
O OcclusalThe chewing surface of posterior teeth.
I IncisalThe biting edge of anterior teeth.
D DistalThe surface of a tooth that faces away from the midline of the face.
B BuccalThe surface of a posterior tooth facing the cheeks.
F FacialThe surface of a tooth facing the lips.
L LingualThe surface of a tooth facing the tongue.
" ] ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/ADAToothSurfaceCodes"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "ADAToothSurfaceCodes"] ; # fhir:title [ fhir:v "ADA Tooth Surface Codes"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-08-28T00:00:00-00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "American Dental Association"] ; # fhir:contact ( [ fhir:name [ fhir:v "American Dental Association; 211 East Chicago Avenue Chicago, IL 60610-2678" ] ] ) ; # fhir:description [ fhir:v "Tooth Surface Codes are defined by the HIPAA standard electronic dental claim transaction (837D v5010) and the ADA Dental Claim Form. Surface codes can be used in a variety of combinations to define a multi-surface procedure (ie. MOD for a singular intervention which covers Mesial, Occlusal, and Distal surfaces). Tooth Surface Codes can be accessed through the [ADA Guide to Dental Procedures Reported with Area of the Oral Cavity or Tooth Anatomy (or Both).](https://www.ada.org/-/media/project/ada-organization/ada/ada-org/files/publications/cdt/final_areaoftheoralcavityandtoothanatomy.pdf?rev=fbd215c7d8c546aa967443e79f9d8e20&hash=2F759947EFD75EF5ABCCBF0F62CE1FE7)"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "US" ] ] ) ] ) ; # fhir:copyright [ fhir:v "No official copyright statement is available. For general information see paper form located here : [https://www.ada.org/-/media/project/ada-organization/ada/ada-org/files/publications/cdt/v2019adadentalclaimcompletioninstructions_v3_2022feb.pdf](https://www.ada.org/-/media/project/ada-organization/ada/ada-org/files/publications/cdt/v2019adadentalclaimcompletioninstructions_v3_2022feb.pdf)"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "M" ] ; fhir:display [ fhir:v "Mesial" ] ; fhir:definition [ fhir:v "The surface of a tooth that is closest to the midline (middle) of the face." ] ] [ fhir:code [ fhir:v "O" ] ; fhir:display [ fhir:v "Occlusal" ] ; fhir:definition [ fhir:v "The chewing surface of posterior teeth." ] ] [ fhir:code [ fhir:v "I" ] ; fhir:display [ fhir:v "Incisal" ] ; fhir:definition [ fhir:v "The biting edge of anterior teeth." ] ] [ fhir:code [ fhir:v "D" ] ; fhir:display [ fhir:v "Distal" ] ; fhir:definition [ fhir:v "The surface of a tooth that faces away from the midline of the face." ] ] [ fhir:code [ fhir:v "B" ] ; fhir:display [ fhir:v "Buccal" ] ; fhir:definition [ fhir:v "The surface of a posterior tooth facing the cheeks." ] ] [ fhir:code [ fhir:v "F" ] ; fhir:display [ fhir:v "Facial" ] ; fhir:definition [ fhir:v "The surface of a tooth facing the lips." ] ] [ fhir:code [ fhir:v "L" ] ; fhir:display [ fhir:v "Lingual" ] ; fhir:definition [ fhir:v "The surface of a tooth facing the tongue." ] ] ) . # # -------------------------------------------------------------------------------------