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

FHIR IG analytics

Packageelga.moped
Resource TypeValueSet
IdValueSet-EntlassungsartAVS.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-MOPED-R5/ValueSet-EntlassungsartAVS.html
URLhttps://elga.moped.at/ValueSet/EntlassungsartAVS
Version0.1.0
Statusdraft
Date2026-01-26T07:12:06+00:00
NameEntlassungsartAVS
TitleEntlassungsart des Patienten ambulant
DescriptionValueSet für die ambulante Entlassungsart des Patienten

Resources that use this resource

StructureDefinition
MopedEncounterAMOPED Encounter Ambulant
ValueSet
EntlassungsartVSEntlassungsart des Patienten ambulant + stationär

Resources that this resource uses

CodeSystem
EntlassungsartCSEntlassungsart des Patienten

Narrative

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

Generated Narrative: ValueSet EntlassungsartAVS

  • Include these codes as defined in https://elga.moped.at/CodeSystem/EntlassungsartCS version 📦0.1.0
    CodeDisplay
    LKF_1Zuweisung an eine:n Allgemeinmediziner:in
    LKF_2Zuweisung an einen Facharzt/eine Fachärztin
    LKF_3Zuweisung an die eigene/eine andere Krankenanstalt zur ambulanten Weiterbetreuung
    LKF_5Zuweisung an die eigene/eine andere Krankenanstalt zur stationären Aufnahme
    LKF_6Wiederbestellung
    LKF_7Behandlungsende, keine Zuweisung
    LKF_8Sterbefall
    LKF_9Sonstige Abgangsart

Source1

{
  "resourceType": "ValueSet",
  "id": "EntlassungsartAVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://elga.moped.at/ValueSet/EntlassungsartAVS",
  "version": "0.1.0",
  "name": "EntlassungsartAVS",
  "title": "Entlassungsart des Patienten ambulant",
  "status": "draft",
  "experimental": true,
  "date": "2026-01-26T07:12:06+00:00",
  "publisher": "ELGA GmbH",
  "contact": [
    {
      "name": "ELGA GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://elga.gv.at"
        }
      ]
    }
  ],
  "description": "ValueSet für die ambulante Entlassungsart des Patienten",
  "compose": {
    "include": [
      {
        "system": "https://elga.moped.at/CodeSystem/EntlassungsartCS",
        "concept": [
          {
            "code": "LKF_1"
          },
          {
            "code": "LKF_2"
          },
          {
            "code": "LKF_3"
          },
          {
            "code": "LKF_5"
          },
          {
            "code": "LKF_6"
          },
          {
            "code": "LKF_7"
          },
          {
            "code": "LKF_8"
          },
          {
            "code": "LKF_9"
          }
        ]
      }
    ]
  }
}