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

: AT e-Diagnose Diagnose Typ - TTL Representation

Draft as of 2026-01-30

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-diagnose-type"] ; # 
  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-diagnose-type</b></p><a name=\"at-ediag-diagnose-type\"> </a><a name=\"hcat-ediag-diagnose-type\"> </a><p>This  code system <code>https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-diagnose-type</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\">acute<a name=\"at-ediag-diagnose-type-acute\"> </a></td><td>Akutdiagnose</td></tr><tr><td style=\"white-space:nowrap\">chronic<a name=\"at-ediag-diagnose-type-chronic\"> </a></td><td>Dauerdiagnose</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-diagnose-type"^^xsd:anyURI ;
fhir:l <https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-diagnose-type>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AtEdiagDiagnosisType"] ; # 
  fhir:title [ fhir:v "AT e-Diagnose Diagnose Typ"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-01-30T07:44:27+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 "Legt fest, ob eine Diagnose akut oder dauerhaft ist."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "acute" ] ;
fhir:display [ fhir:v "Akutdiagnose" ]
  ] [
fhir:code [ fhir:v "chronic" ] ;
fhir:display [ fhir:v "Dauerdiagnose" ]
  ] ) . #