@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/kfo-behandlungsphase> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "kfo-behandlungsphase"] ; # 
  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 kfo-behandlungsphase</b></p><a name=\"kfo-behandlungsphase\"> </a><a name=\"hckfo-behandlungsphase\"> </a><p>This case-sensitive code system <code>https://fhir.cognovis.de/dental/CodeSystem/kfo-behandlungsphase</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\">aktiv<a name=\"kfo-behandlungsphase-aktiv\"> </a></td><td>Aktive Behandlungsphase</td><td>Aktive KFO-Behandlung mit Apparatur (festsitzend oder herausnehmbar)</td></tr><tr><td style=\"white-space:nowrap\">retention<a name=\"kfo-behandlungsphase-retention\"> </a></td><td>Retentionsphase</td><td>Stabilisierungsphase nach aktiver Behandlung mit Retentionsapparat</td></tr><tr><td style=\"white-space:nowrap\">abschluss<a name=\"kfo-behandlungsphase-abschluss\"> </a></td><td>Behandlungsabschluss</td><td>Abgeschlossene KFO-Behandlung mit Abschlussbericht</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.cognovis.de/dental/CodeSystem/kfo-behandlungsphase"^^xsd:anyURI ;
     fhir:l <https://fhir.cognovis.de/dental/CodeSystem/kfo-behandlungsphase>
  ] ; # 
  fhir:version [ fhir:v "0.36.1"] ; # 
  fhir:name [ fhir:v "KfoBehandlungsphaseCS"] ; # 
  fhir:title [ fhir:v "KFO Behandlungsphase"] ; # 
  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 "Phasen der kieferorthopädischen Behandlung nach BEMA §28 Abs. 2 SGB V."] ; # 
  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 "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "aktiv" ] ;
     fhir:display [ fhir:v "Aktive Behandlungsphase" ] ;
     fhir:definition [ fhir:v "Aktive KFO-Behandlung mit Apparatur (festsitzend oder herausnehmbar)" ]
  ] [
     fhir:code [ fhir:v "retention" ] ;
     fhir:display [ fhir:v "Retentionsphase" ] ;
     fhir:definition [ fhir:v "Stabilisierungsphase nach aktiver Behandlung mit Retentionsapparat" ]
  ] [
     fhir:code [ fhir:v "abschluss" ] ;
     fhir:display [ fhir:v "Behandlungsabschluss" ] ;
     fhir:definition [ fhir:v "Abgeschlossene KFO-Behandlung mit Abschlussbericht" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

