Dental Core FHIR Profiles (R4)
Version 0.3.0 - ci-build

: Fischer 2017 Three-Level Gingival Phenotype - TTL Representation

Draft as of 2026-08-14

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/gingival-phenotype-fischer-2017> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "gingival-phenotype-fischer-2017"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem gingival-phenotype-fischer-2017</b></p><a name=\"gingival-phenotype-fischer-2017\"> </a><a name=\"hcgingival-phenotype-fischer-2017\"> </a><p>This case-sensitive code system <code>https://fhir.cognovis.de/dental-core/CodeSystem/gingival-phenotype-fischer-2017</code> defines codes, but no codes are represented here</p></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir.cognovis.de/dental-core/CodeSystem/gingival-phenotype-fischer-2017"] ;
  fhir:CodeSystem.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.3.7985.2.16.7" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "0.3.0"] ;
  fhir:CodeSystem.name [ fhir:value "GingivalPhenotypeFischer2017CS"] ;
  fhir:CodeSystem.title [ fhir:value "Fischer 2017 Three-Level Gingival Phenotype"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-14T17:00:31+02:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "cognovis GmbH"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "cognovis GmbH" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.cognovis.de" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "info@cognovis.de" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Reference-only canonical metadata for the Fischer 2017 double-ended periodontal-probe classification. The underlying expressions are not distributed in Dental Core."] ;
  fhir:CodeSystem.copyright [ fhir:value "Reference-only FHIR metadata. Clinical source: Fischer et al., Clin Oral Investig. 2018;22:1493-1499, PMID 28551728, DOI 10.1007/s00784-017-2131-1."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "not-present"] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/gingival-phenotype-fischer-2017.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/gingival-phenotype-fischer-2017.ttl> .