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

: e-Diagnose-Liste mit einer relevanten Diagnose - JSON Representation

Raw json | Download

{
  "resourceType" : "List",
  "id" : "ListExample02",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga/ediag/r4/StructureDefinition/at-elga-ediag-list"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List ListExample02</b></p><a name=\"ListExample02\"> </a><a name=\"hcListExample02\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-elga-ediag-list.html\">AT ELGA e-Diagnose List</a></p></div><table class=\"clstu\"><tr><td>Date: 2026-03-01 00:00:00+0000 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: Problem list - Reported </td></tr><tr><td>Subject: <a href=\"Patient-PatientExample.html\">Max Mustermann  Male, DoB: 1900-01-01 ( Social Security number: 1234010100)</a>Source: </td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td><td>Flag</td></tr><tr><td><a href=\"Condition-DiagnoseCurrentlyRelevantExample.html\">Condition Hypothyroidism</a></td><td>Neuer Planeintrag</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:list-02"
    }
  ],
  "status" : "current",
  "mode" : "working",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11450-4"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientExample"
  },
  "date" : "2026-03-01T00:00:00+00:00",
  "source" : {
    🔗 "reference" : "Practitioner/PractitionerExample"
  },
  "entry" : [
    {
      "flag" : {
        "coding" : [
          {
            "system" : "https://fhir.hl7.at/elga/core/r4/CodeSystem/ElgaListEntryFlagCS",
            "code" : "new"
          }
        ]
      },
      "item" : {
        🔗 "reference" : "Condition/DiagnoseCurrentlyRelevantExample"
      }
    }
  ]
}