ELGA e-Diagnose R4 (Draft)
0.1.0 - ci-build

ELGA e-Diagnose R4 (Draft), published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-e-Diagnose-R4/ and changes regularly. See the Directory of published versions

: Reaktionszeit Codes - TTL Representation

Active as of 2026-03-31

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 "at-ediag-reaction-time-cs"] ; # 
  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 at-ediag-reaction-time-cs</b></p><a name=\"at-ediag-reaction-time-cs\"> </a><a name=\"hcat-ediag-reaction-time-cs\"> </a><p>This  code system <code>https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-reaction-time-cs</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\">lt6h<a name=\"at-ediag-reaction-time-cs-lt6h\"> </a></td><td>&lt;6 Stunden</td></tr><tr><td style=\"white-space:nowrap\">btw6_24h<a name=\"at-ediag-reaction-time-cs-btw6_24h\"> </a></td><td>6-24 Stunden</td></tr><tr><td style=\"white-space:nowrap\">gt24h<a name=\"at-ediag-reaction-time-cs-gt24h\"> </a></td><td>&gt;24 Stunden</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"at-ediag-reaction-time-cs-unknown\"> </a></td><td>Unbekannt</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-reaction-time-cs"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-reaction-time-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AtEdiagReactionTimeCS"] ; # 
  fhir:title [ fhir:v "Reaktionszeit Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-03-31T09:12:08+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 "http://elga.gv.at" ]     ] )
  ] [
fhir:name [ fhir:v "ELGA GmbH" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://elga.gv.at" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Zeitlicher Verlauf der Manifestation"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "lt6h" ] ;
fhir:display [ fhir:v "<6 Stunden" ]
  ] [
fhir:code [ fhir:v "btw6_24h" ] ;
fhir:display [ fhir:v "6-24 Stunden" ]
  ] [
fhir:code [ fhir:v "gt24h" ] ;
fhir:display [ fhir:v ">24 Stunden" ]
  ] [
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Unbekannt" ]
  ] ) . #