@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/4.3/CodeSystem/surface> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "surface"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/FDI-surface defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">M\n                  <a name=\"surface-M\"> </a>\n                </td>\n                <td>Mesial</td>\n                <td>The surface of a tooth that is closest to the midline (middle) of the face.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">O\n                  <a name=\"surface-O\"> </a>\n                </td>\n                <td>Occlusal</td>\n                <td>The chewing surface of posterior teeth.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">I\n                  <a name=\"surface-I\"> </a>\n                </td>\n                <td>Incisal</td>\n                <td>The biting edge of anterior teeth.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">D\n                  <a name=\"surface-D\"> </a>\n                </td>\n                <td>Distal</td>\n                <td>The surface of a tooth that faces away from the midline of the face.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">B\n                  <a name=\"surface-B\"> </a>\n                </td>\n                <td>Buccal</td>\n                <td>The surface of a posterior tooth facing the cheeks.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">V\n                  <a name=\"surface-V\"> </a>\n                </td>\n                <td>Ventral</td>\n                <td>The surface of a tooth facing the lips.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">L\n                  <a name=\"surface-L\"> </a>\n                </td>\n                <td>Lingual</td>\n                <td>The surface of a tooth facing the tongue.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">MO\n                  <a name=\"surface-MO\"> </a>\n                </td>\n                <td>Mesioclusal</td>\n                <td>The Mesioclusal surfaces of a tooth.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">DO\n                  <a name=\"surface-DO\"> </a>\n                </td>\n                <td>Distoclusal</td>\n                <td>The Distoclusal surfaces of a tooth.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">DI\n                  <a name=\"surface-DI\"> </a>\n                </td>\n                <td>Distoincisal</td>\n                <td>The Distoincisal surfaces of a tooth.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">MOD\n                  <a name=\"surface-MOD\"> </a>\n                </td>\n                <td>Mesioclusodistal</td>\n                <td>The Mesioclusodistal surfaces of a tooth.</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4b.r5"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "fm"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/FDI-surface"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "SurfaceCodes"] ; # 
  fhir:title [ fhir:v "Surface Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-13T16:46:03-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Financial Management"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Financial Management" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set includes a smattering of FDI tooth surface codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This is an example set."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  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 "V" ] ;
     fhir:display [ fhir:v "Ventral" ] ;
     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." ]
  ] [
     fhir:code [ fhir:v "MO" ] ;
     fhir:display [ fhir:v "Mesioclusal" ] ;
     fhir:definition [ fhir:v "The Mesioclusal surfaces of a tooth." ]
  ] [
     fhir:code [ fhir:v "DO" ] ;
     fhir:display [ fhir:v "Distoclusal" ] ;
     fhir:definition [ fhir:v "The Distoclusal surfaces of a tooth." ]
  ] [
     fhir:code [ fhir:v "DI" ] ;
     fhir:display [ fhir:v "Distoincisal" ] ;
     fhir:definition [ fhir:v "The Distoincisal surfaces of a tooth." ]
  ] [
     fhir:code [ fhir:v "MOD" ] ;
     fhir:display [ fhir:v "Mesioclusodistal" ] ;
     fhir:definition [ fhir:v "The Mesioclusodistal surfaces of a tooth." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

