ISiK Basis Implementierungsleitfaden
Version 6.0.0 - active

: ISiKBehandlungsergebnisReha - TTL Representation

Active as of 2026-07-01

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/ISiKBehandlungsergebnisRehaCS> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ISiKBehandlungsergebnisRehaCS"] ;
  fhir:Resource.language [ fhir:value "de-DE"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xml:lang=\"de-DE\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"de-DE\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ISiKBehandlungsergebnisRehaCS</b></p><a name=\"ISiKBehandlungsergebnisRehaCS\"> </a><a name=\"hcISiKBehandlungsergebnisRehaCS\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: de-DE</p></div><p>This case-insensitive code system <code>https://gematik.de/fhir/isik/CodeSystem/ISiKBehandlungsergebnisRehaCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"ISiKBehandlungsergebnisRehaCS-0\"> </a></td><td>Ziff. 1-3 trifft nicht zu</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"ISiKBehandlungsergebnisRehaCS-1\"> </a></td><td>gebessert</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ISiKBehandlungsergebnisRehaCS-2\"> </a></td><td>unverändert</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ISiKBehandlungsergebnisRehaCS-3\"> </a></td><td>verschlechtert</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://gematik.de/fhir/isik/CodeSystem/ISiKBehandlungsergebnisRehaCS"] ;
  fhir:CodeSystem.version [ fhir:value "6.0.0"] ;
  fhir:CodeSystem.name [ fhir:value "ISiKBehandlungsergebnisReha"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-01"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "gematik GmbH"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "gematik GmbH" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://gematik.de" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Behandlungsergebnis Reha gemäß §301(4 UND 4A) SGB V. Diagnosenbezogene Bewertung des Behandlungsergebnisses für einen Versicherten/Berechtigten bei Entlassung aus der Reha-Maßnahme bzw. Stellung eines Antrags auf Verlängerung. Vgl. Schlüsseltabelle 2.71 Diagnose - Behandlungsergebnis."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "0" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Ziff. 1-3 trifft nicht zu" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "1" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "gebessert" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "2" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "unverändert" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "3" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "verschlechtert" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/ISiKBehandlungsergebnisRehaCS.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/ISiKBehandlungsergebnisRehaCS.ttl> .