This case-sensitive code system https://elga.moped.at/CodeSystem/BehandlungsartCS defines the following codes:
| Code | Display |
| S | Stationär |
| I | Spitalsambulant |
| E | Extramural ambulant |
"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://elga.moped.at/CodeSystem/BehandlungsartCS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "BehandlungsartCS"] ; #
fhir:title [ fhir:v "Behandlungsart"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-10-15T12:16:02+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 "CodeSystem für die Behandlungsart"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "S" ] ;
fhir:display [ fhir:v "Stationär" ]
] [
fhir:code [ fhir:v "I" ] ;
fhir:display [ fhir:v "Spitalsambulant" ]
] [
fhir:code [ fhir:v "E" ] ;
fhir:display [ fhir:v "Extramural ambulant" ]
] ) . #
# -------------------------------------------------------------------------------------