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

FHIR IG analytics

Packageelga.moped
Resource TypeQuestionnaire
IdQuestionnaire-LKFL02Questionnaire.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-MOPED-R5/Questionnaire-LKFL02Questionnaire.html
URLhttps://elga.moped.at/Questionnaire/LKFL02Questionnaire
Version0.1.0
Statusactive
Date2026-03-29T16:14:19+00:00
TitleLKF L02 Questionnaire
DescriptionLKF L02 Questionnaire - Abrechnungsrelevante Kostenträger

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Questionnaire LKFL02Questionnaire

Structure
LinkIDTextCardinalityTypeFlagsDescription & Constraintsdoco
.. LKF L02 Questionnaire - Abrechnungsrelevante KostenträgerQuestionnairehttps://elga.moped.at/Questionnaire/LKFL02Questionnaire#0.1.0
... satzartenkennzeichenSatzartenkennzeichen0..1stringiconiconMax Length: 3
Initial Value: string = L02
... jahrJahr0..1integerMax Length: 4
... krankenanstaltennummerKrankenanstaltennummer0..1stringMax Length: 6
... kostentraeger-codeKostenträger – Code0..1stringMax Length: 2
... lgf-relevanzLGF – Relevanz0..1codingOptions: 2 options

doco Documentation for this format

Options Sets

Answer options for lgf-relevanz

  • https://tbd.at/LKF#J ("Ja – LKF-relevant")
  • https://tbd.at/LKF#N ("Nein – nicht LKF-relevant")

Source1

{
  "resourceType": "Questionnaire",
  "id": "LKFL02Questionnaire",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://elga.moped.at/Questionnaire/LKFL02Questionnaire",
  "version": "0.1.0",
  "title": "LKF L02 Questionnaire",
  "status": "active",
  "date": "2026-03-29T16:14:19+00:00",
  "publisher": "ELGA GmbH",
  "contact": [
    {
      "name": "ELGA GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://elga.gv.at"
        }
      ]
    }
  ],
  "description": "LKF L02 Questionnaire - Abrechnungsrelevante Kostenträger",
  "item": [
    {
      "linkId": "satzartenkennzeichen",
      "text": "Satzartenkennzeichen",
      "type": "string",
      "readOnly": true,
      "maxLength": 3,
      "initial": [
        {
          "valueString": "L02"
        }
      ]
    },
    {
      "linkId": "jahr",
      "text": "Jahr",
      "type": "integer",
      "maxLength": 4
    },
    {
      "linkId": "krankenanstaltennummer",
      "text": "Krankenanstaltennummer",
      "type": "string",
      "maxLength": 6
    },
    {
      "linkId": "kostentraeger-code",
      "text": "Kostenträger – Code",
      "type": "string",
      "maxLength": 2
    },
    {
      "linkId": "lgf-relevanz",
      "text": "LGF – Relevanz",
      "type": "coding",
      "answerOption": [
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "J",
            "display": "Ja – LKF-relevant"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "N",
            "display": "Nein – nicht LKF-relevant"
          }
        }
      ]
    }
  ]
}