Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: MOPED VAESupportingInformationTypes - TTL Representation
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 "VAESupportingInformationTypesCS"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem VAESupportingInformationTypesCS</b></p><a name=\"VAESupportingInformationTypesCS\"> </a><a name=\"hcVAESupportingInformationTypesCS\"> </a><a name=\"VAESupportingInformationTypesCS-en-US\"> </a><p>This case-sensitive code system <code>https://elga.moped.at/CodeSystem/VAESupportingInformationTypesCS</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\">KLAS<a name=\"VAESupportingInformationTypesCS-KLAS\"> </a></td><td>Allgemeine Gebührenklasse/Sonderklasse</td></tr><tr><td style=\"white-space:nowrap\">VERDAU<a name=\"VAESupportingInformationTypesCS-VERDAU\"> </a></td><td>Verdacht auf Arbeits-/Schülerunfall</td></tr><tr><td style=\"white-space:nowrap\">FREVER<a name=\"VAESupportingInformationTypesCS-FREVER\"> </a></td><td>Fremdversschluden</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://elga.moped.at/CodeSystem/VAESupportingInformationTypesCS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "VAESupportingInformationTypesCS"] ; #
fhir:title [ fhir:v "MOPED VAESupportingInformationTypes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2025-03-02T20:57:05+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 "Arten von zusätzlichen Informationen in der VAE"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "KLAS" ] ;
fhir:display [ fhir:v "Allgemeine Gebührenklasse/Sonderklasse" ]
] [
fhir:code [ fhir:v "VERDAU" ] ;
fhir:display [ fhir:v "Verdacht auf Arbeits-/Schülerunfall" ]
] [
fhir:code [ fhir:v "FREVER" ] ;
fhir:display [ fhir:v "Fremdversschluden" ]
] ) . #