Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build

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

: Verdacht auf Arbeits- oder Schuelerunfall CodeSystem - TTL Representation

Active as of 2025-02-26

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 "VerdachtArbeitsSchuelerunfallCS"] ; # 
  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 VerdachtArbeitsSchuelerunfallCS</b></p><a name=\"VerdachtArbeitsSchuelerunfallCS\"> </a><a name=\"hcVerdachtArbeitsSchuelerunfallCS\"> </a><a name=\"VerdachtArbeitsSchuelerunfallCS-en-US\"> </a><p>This case-sensitive code system <code>https://elga.moped.at/CodeSystem/VerdachtArbeitsSchuelerunfallCS</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\">3<a name=\"VerdachtArbeitsSchuelerunfallCS-3\"> </a></td><td>Landwirtschaftlicher Unfall</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"VerdachtArbeitsSchuelerunfallCS-4\"> </a></td><td>Wegunfall Arbeit</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"VerdachtArbeitsSchuelerunfallCS-5\"> </a></td><td>Wegunfall Schüler/Student</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"VerdachtArbeitsSchuelerunfallCS-0\"> </a></td><td>Nein/Unbekannt</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://elga.moped.at/CodeSystem/VerdachtArbeitsSchuelerunfallCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "VerdachtArbeitsSchuelerunfallCS"] ; # 
  fhir:title [ fhir:v "Verdacht auf Arbeits- oder Schuelerunfall CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2025-02-26T17:15:50+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 den Verdacht auf einen Arbeits- oder Schuelerunfall"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Landwirtschaftlicher Unfall" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Wegunfall Arbeit" ]
  ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Wegunfall Schüler/Student" ]
  ] [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Nein/Unbekannt" ]
  ] ) . #