@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 -------------------------------------------------------------------

<https://fhir.cognovis.de/dental/CodeSystem/pa-befund-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pa-befund-type"] ; # 
  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 pa-befund-type</b></p><a name=\"pa-befund-type\"> </a><a name=\"hcpa-befund-type\"> </a><p>This case-sensitive code system <code>https://fhir.cognovis.de/dental/CodeSystem/pa-befund-type</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\">pocket-depth-encoded<a name=\"pa-befund-type-pocket-depth-encoded\"> </a></td><td>Taschentiefe (String-kodiert)</td><td>Sondierungstiefen als String-kodierte Messung pro Zahn — mehrzifferige Kodierung, z.B. '__0450__64' = [0,4,5,0,6,4] mm</td></tr><tr><td style=\"white-space:nowrap\">attachment-loss<a name=\"pa-befund-type-attachment-loss\"> </a></td><td>Attachmentverlust</td><td>Klinischer Attachmentverlust in mm</td></tr><tr><td style=\"white-space:nowrap\">bleeding-on-probing<a name=\"pa-befund-type-bleeding-on-probing\"> </a></td><td>Blutung on Probing</td><td>Blutung nach Sondierung (BOP)</td></tr><tr><td style=\"white-space:nowrap\">furcation<a name=\"pa-befund-type-furcation\"> </a></td><td>Furkationsbeteiligung</td><td>Furkationsgrad (0=keine, 1=Klasse I, 2=Klasse II, 3=Klasse III)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.cognovis.de/dental/CodeSystem/pa-befund-type"^^xsd:anyURI ;
     fhir:l <https://fhir.cognovis.de/dental/CodeSystem/pa-befund-type>
  ] ; # 
  fhir:version [ fhir:v "0.36.1"] ; # 
  fhir:name [ fhir:v "PABefundTypeCS"] ; # 
  fhir:title [ fhir:v "PA-Befund Typ"] ; # 
  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 "Component type codes for periodontal Observations. PA findings are stored as per-tooth strings with multi-digit measurements (e.g. '__0450__64' encodes [0,4,5,0,6,4] mm). These codes identify each component type. Replaces the interim system https://fhir.cognovis.de/dental/CodeSystem/pa-befund-interim with an IG-conformant URL."] ; # 
  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 "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "pocket-depth-encoded" ] ;
     fhir:display [ fhir:v "Taschentiefe (String-kodiert)" ] ;
     fhir:definition [ fhir:v "Sondierungstiefen als String-kodierte Messung pro Zahn — mehrzifferige Kodierung, z.B. '__0450__64' = [0,4,5,0,6,4] mm" ]
  ] [
     fhir:code [ fhir:v "attachment-loss" ] ;
     fhir:display [ fhir:v "Attachmentverlust" ] ;
     fhir:definition [ fhir:v "Klinischer Attachmentverlust in mm" ]
  ] [
     fhir:code [ fhir:v "bleeding-on-probing" ] ;
     fhir:display [ fhir:v "Blutung on Probing" ] ;
     fhir:definition [ fhir:v "Blutung nach Sondierung (BOP)" ]
  ] [
     fhir:code [ fhir:v "furcation" ] ;
     fhir:display [ fhir:v "Furkationsbeteiligung" ] ;
     fhir:definition [ fhir:v "Furkationsgrad (0=keine, 1=Klasse I, 2=Klasse II, 3=Klasse III)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

