FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.at.fhir.elga.ediag.r4
Resource TypeCodeSystem
IdCodeSystem-at-ediag-diagnose-type.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-e-Diagnose-R4/CodeSystem-at-ediag-diagnose-type.html
URLhttps://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-diagnose-type
Version0.1.0
Statusdraft
Date2026-01-30T07:44:27+00:00
NameAtEdiagDiagnosisType
TitleAT e-Diagnose Diagnose Typ
Authorityhl7
DescriptionLegt fest, ob eine Diagnose akut oder dauerhaft ist.
Contentcomplete

Resources that use this resource

ValueSet
at-ediag-diagnosen-typeAT e-Diagnose Akut- oder Dauerdiagnose

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem at-ediag-diagnose-type

This code system https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-diagnose-type defines the following codes:

CodeDisplay
acute Akutdiagnose
chronic Dauerdiagnose

Source1

{
  "resourceType": "CodeSystem",
  "id": "at-ediag-diagnose-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}