KDL Ontology - Klinische Dokumentenklassen-Liste
0.1.1 - ci-build

KDL Ontology - Klinische Dokumentenklassen-Liste, published by DVMD. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AMuellerDVMD/KDLgoesOntology/ and changes regularly. See the Directory of published versions

: Sektoren - TTL Representation

Active as of 2026-03-16

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 "Sector"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2026-03-16T08:00:00Z"^^xsd:dateTime ]
  ] ; # 
  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 Sector</b></p><a name=\"Sector\"> </a><a name=\"hcSector\"> </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\">version: 1; Last updated: 2026-03-16 08:00:00+0000</p></div><p>This case-insensitive code system <code>http://www.dvmd.de/kdlOntology/CodeSystem/Sector</code> defines the following codes in a Is-A hierarchy:</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\">ambulant<a name=\"Sector-ambulant\"> </a></td><td>ambulant</td></tr><tr><td style=\"white-space:nowrap\">stationaer<a name=\"Sector-stationaer\"> </a></td><td>stationär</td></tr><tr><td style=\"white-space:nowrap\">reha<a name=\"Sector-reha\"> </a></td><td>Rehabilitation</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://www.dvmd.de/kdlOntology/CodeSystem/Sector"^^xsd:anyURI ;
fhir:l <http://www.dvmd.de/kdlOntology/CodeSystem/Sector>
  ] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "SectorCS"] ; # 
  fhir:title [ fhir:v "Sektoren"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-16"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "DVMD"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "DVMD" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dvmd.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "In welchem Sektor wird dieser Dokumenttyp eingesetzt"] ; # 
  fhir:copyright [ fhir:v "DVMD e.V."] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:valueSet [
fhir:v "http://www.dvmd.de/kdlOntology/ValueSet/Sector"^^xsd:anyURI ;
fhir:l <http://www.dvmd.de/kdlOntology/ValueSet/Sector>
  ] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:versionNeeded [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "ambulant" ] ;
fhir:display [ fhir:v "ambulant" ]
  ] [
fhir:code [ fhir:v "stationaer" ] ;
fhir:display [ fhir:v "stationär" ]
  ] [
fhir:code [ fhir:v "reha" ] ;
fhir:display [ fhir:v "Rehabilitation" ]
  ] ) . #