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 - JSON Representation

Draft as of 2026-01-30

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "at-ediag-diagnose-type",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-diagnose-type",
  "version" : "0.1.0",
  "name" : "AtEdiagDiagnosisType",
  "title" : "AT e-Diagnose Diagnose Typ",
  "status" : "draft",
  "date" : "2026-01-30T07:44:27+00:00",
  "publisher" : "ELGA GmbH",
  "contact" : [
    {
      "name" : "ELGA GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://elga.gv.at"
        }
      ]
    },
    {
      "name" : "ELGA GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://elga.gv.at",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Legt fest, ob eine Diagnose akut oder dauerhaft ist.",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "acute",
      "display" : "Akutdiagnose"
    },
    {
      "code" : "chronic",
      "display" : "Dauerdiagnose"
    }
  ]
}