@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "SpezielleBetriebsformenCS"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: CodeSystem SpezielleBetriebsformenCS

This code system https://elga.moped.at/CodeSystem/SpezielleBetriebsformenCS defines the following codes:

CodeDisplay
K Tagesstation als Teil einer vollstationären Organisationsform (für einmalige Aufenthalte über Tag oder über Nacht)
H Spezielle ambulante Bereiche (ambulante Tagesbehandlung und ambulante tagesstrukturierende Behandlung)
M Fachspezifische Wochenklinik
X Ohne fachlich eindeutige Zuordnung
"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://elga.moped.at/CodeSystem/SpezielleBetriebsformenCS"^^xsd:anyURI ; fhir:l ] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "SpezielleBetriebsformenCS"] ; # fhir:title [ fhir:v "Spezielle Betriebsform"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2025-11-27T09:39:09+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "ELGA GmbH"] ; # fhir:contact ( [ fhir:name [ fhir:v "ELGA GmbH" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://elga.gv.at" ] ] ) ] ) ; # fhir:description [ fhir:v "Spezielle Betriebsformen (gemäß ÖSG bzw. KAKuG)"] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "K" ] ; fhir:display [ fhir:v "Tagesstation als Teil einer vollstationären Organisationsform (für einmalige Aufenthalte über Tag oder über Nacht)" ] ] [ fhir:code [ fhir:v "H" ] ; fhir:display [ fhir:v "Spezielle ambulante Bereiche (ambulante Tagesbehandlung und ambulante tagesstrukturierende Behandlung)" ] ] [ fhir:code [ fhir:v "M" ] ; fhir:display [ fhir:v "Fachspezifische Wochenklinik" ] ] [ fhir:code [ fhir:v "X" ] ; fhir:display [ fhir:v "Ohne fachlich eindeutige Zuordnung" ] ] ) . # # -------------------------------------------------------------------------------------