@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-codesystem-reaction-time-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "at-ediag-codesystem-reaction-time-cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem at-ediag-codesystem-reaction-time-cs</b></p><a name=\"at-ediag-codesystem-reaction-time-cs\"> </a><a name=\"hcat-ediag-codesystem-reaction-time-cs\"> </a><p>This case-sensitive code system <code>https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-codesystem-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-codesystem-reaction-time-cs-lt6h\"> </a></td><td>&lt;6 Stunden</td></tr><tr><td style=\"white-space:nowrap\">btw6_24h<a name=\"at-ediag-codesystem-reaction-time-cs-btw6_24h\"> </a></td><td>6-24 Stunden</td></tr><tr><td style=\"white-space:nowrap\">gt24h<a name=\"at-ediag-codesystem-reaction-time-cs-gt24h\"> </a></td><td>&gt;24 Stunden</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"at-ediag-codesystem-reaction-time-cs-unknown\"> </a></td><td>Unbekannt</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-codesystem-reaction-time-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "AtEdiagReactionTimeCS"] ;
  fhir:CodeSystem.title [ fhir:value "Reaktionszeit Codes"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-06-26T07:29:32+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "ELGA GmbH"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "ELGA GmbH" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://elga.gv.at" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "ELGA GmbH" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://elga.gv.at" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Zeitlicher Verlauf der Manifestation"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "lt6h" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "<6 Stunden" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "btw6_24h" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "6-24 Stunden" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "gt24h" ] ;
     fhir:CodeSystem.concept.display [ fhir:value ">24 Stunden" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "unknown" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Unbekannt" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-codesystem-reaction-time-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

