Implementation Guide
TI Terminology
Version 1.0.6 - release

: Codesystem für zahnärztliche Fachrichtungen - TTL Representation

Retired as of 2025-05-23

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 "epa-zahnaerztliche-fachrichtungen-cs"] ; # 
  fhir:url [ fhir:v "https://gematik.de/fhir/terminology/CodeSystem/epa-zahnaerztliche-fachrichtungen-cs"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.276.0.76.5.494" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.6"] ; # 
  fhir:name [ fhir:v "EPAZahnaerztlicheFachrichtungenCS"] ; # 
  fhir:title [ fhir:v "Codesystem für zahnärztliche Fachrichtungen"] ; # 
  fhir:status [ fhir:v "retired"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-05-23"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "gematik GmbH"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.gematik.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ePA-spezifische Codes für XDS Practice Setting Code"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DE" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Status" ] ;
fhir:type [ fhir:v "code" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "MZAH" ] ;
fhir:display [ fhir:v "Allgemeine Zahnheilkunde" ] ;
fhir:definition [ fhir:v "Das Fachgebiet Allgemeine Zahnheilkunde stellt eine Weiterbildung innerhalb der Zahnmedizin im Kammergebiet Brandenburg dar. Es beinhaltet die Erkennung, Verhütung und Behandlung von Erkrankungen und Erscheinungsformen des orofacialen Systems." ] ;
    ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [
a fhir:code ;
fhir:v "inactive"       ]     ] )
  ] [
fhir:code [ fhir:v "ZGES" ] ;
fhir:display [ fhir:v "Öffentliches Gesundheitswesen" ] ;
fhir:definition [ fhir:v "Das Fachgebiet Öffentliches Gesundheitswesen stellt eine Weiterbildung innerhalb der Zahnmedizin dar. Das Gebiet beinhaltet die Bewertung des Gesundheitszustandes der Bevölkerung, Organisation und Durchführung gruppenprophylaktischer Maßnahmen, Maßnahmen der Gesundheitsförderung, der Gesundheitserziehung und der präventiven Zahngesundheitspflege bei unterschiedlichen Alters- und Bevölkerungsgruppen." ] ;
    ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [
a fhir:code ;
fhir:v "inactive"       ]     ] )
  ] ) . #