German Dental FHIR Profiles (R4)
0.36.1 - trial-use DE

German Dental FHIR Profiles (R4) - Local Development build (v0.36.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Zahnflächen - TTL Representation

Active as of 2026-05-30

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "tooth-surfaces"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem tooth-surfaces</b></p><a name=\"tooth-surfaces\"> </a><a name=\"hctooth-surfaces\"> </a><p>This case-sensitive code system <code>https://fhir.cognovis.de/dental/CodeSystem/tooth-surfaces</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"tooth-surfaces-M\"> </a></td><td>Mesial</td><td>Zahnfläche zur Mittellinie hin (Nachbarzahn vorne).</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"tooth-surfaces-D\"> </a></td><td>Distal</td><td>Zahnfläche von der Mittellinie weg (Nachbarzahn hinten).</td></tr><tr><td style=\"white-space:nowrap\">O<a name=\"tooth-surfaces-O\"> </a></td><td>Okklusal</td><td>Kaufläche des Seitenzahns (Prämolar/Molar).</td></tr><tr><td style=\"white-space:nowrap\">I<a name=\"tooth-surfaces-I\"> </a></td><td>Inzisal</td><td>Schneidekante des Frontzahns (Inzisivus/Eckzahn).</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"tooth-surfaces-B\"> </a></td><td>Bukkal</td><td>Wangenseitige Fläche (zur Backe/Wange hin).</td></tr><tr><td style=\"white-space:nowrap\">V<a name=\"tooth-surfaces-V\"> </a></td><td>Vestibulär</td><td>Lippenseitige Fläche des Frontzahns (zur Lippe/zum Vestibulum hin).</td></tr><tr><td style=\"white-space:nowrap\">L<a name=\"tooth-surfaces-L\"> </a></td><td>Lingual</td><td>Zungenseitige Fläche des Unterkieferzahns.</td></tr><tr><td style=\"white-space:nowrap\">P<a name=\"tooth-surfaces-P\"> </a></td><td>Palatinal</td><td>Gaumenseitige Fläche des Oberkieferzahns.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.cognovis.de/dental/CodeSystem/tooth-surfaces"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/dental/CodeSystem/tooth-surfaces>
  ] ; # 
  fhir:version [ fhir:v "0.36.1"] ; # 
  fhir:name [ fhir:v "ToothSurfacesCS"] ; # 
  fhir:title [ fhir:v "Zahnflächen"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-30T11:39:14+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "cognovis GmbH"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "cognovis GmbH" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cognovis.de" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@cognovis.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Kodierung der Zahnflächen für zahnärztliche Befunde und Behandlungen."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "DE" ] ;
fhir:display [ fhir:v "Germany" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright 2026+ cognovis GmbH. Licensed under CC-BY-4.0."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Mesial" ] ;
fhir:definition [ fhir:v "Zahnfläche zur Mittellinie hin (Nachbarzahn vorne)." ]
  ] [
fhir:code [ fhir:v "D" ] ;
fhir:display [ fhir:v "Distal" ] ;
fhir:definition [ fhir:v "Zahnfläche von der Mittellinie weg (Nachbarzahn hinten)." ]
  ] [
fhir:code [ fhir:v "O" ] ;
fhir:display [ fhir:v "Okklusal" ] ;
fhir:definition [ fhir:v "Kaufläche des Seitenzahns (Prämolar/Molar)." ]
  ] [
fhir:code [ fhir:v "I" ] ;
fhir:display [ fhir:v "Inzisal" ] ;
fhir:definition [ fhir:v "Schneidekante des Frontzahns (Inzisivus/Eckzahn)." ]
  ] [
fhir:code [ fhir:v "B" ] ;
fhir:display [ fhir:v "Bukkal" ] ;
fhir:definition [ fhir:v "Wangenseitige Fläche (zur Backe/Wange hin)." ]
  ] [
fhir:code [ fhir:v "V" ] ;
fhir:display [ fhir:v "Vestibulär" ] ;
fhir:definition [ fhir:v "Lippenseitige Fläche des Frontzahns (zur Lippe/zum Vestibulum hin)." ]
  ] [
fhir:code [ fhir:v "L" ] ;
fhir:display [ fhir:v "Lingual" ] ;
fhir:definition [ fhir:v "Zungenseitige Fläche des Unterkieferzahns." ]
  ] [
fhir:code [ fhir:v "P" ] ;
fhir:display [ fhir:v "Palatinal" ] ;
fhir:definition [ fhir:v "Gaumenseitige Fläche des Oberkieferzahns." ]
  ] ) . #