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

FHIR IG analytics

Packageelga.moped
Resource TypeQuestionnaire
IdQuestionnaire-LKFB01Questionnaire.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-MOPED-R5/Questionnaire-LKFB01Questionnaire.html
URLhttps://elga.moped.at/Questionnaire/LKFB01Questionnaire
Version0.1.0
Statusactive
Date2026-03-29T16:14:19+00:00
TitleLKF B01 Questionnaire
DescriptionB01 Questionnaire - Basisinformation

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 LKFB01Questionnaire

Structure
LinkIDTextCardinalityTypeFlagsDescription & Constraintsdoco
.. B01 Questionnaire - BasisinformationQuestionnairehttps://elga.moped.at/Questionnaire/LKFB01Questionnaire#0.1.0
... satzartenkennzeichenSatzartenkennzeichen0..1stringiconiconMax Length: 3
Initial Value: string = B01
... jahrJahr0..1integerMax Length: 4
... krankenanstalten-traegernummerKrankenanstalten-/Trägernummer0..1stringMax Length: 6
... berichtstypBerichtstyp0..1codingOptions: 4 options
... berechnungstypBerechnungstyp0..1codingOptions: 3 options
... zuordnungsartZuordnungsart0..1codingOptions: 2 options

doco Documentation for this format

Options Sets

Answer options for berichtstyp

  • https://tbd.at/LKF#K ("KA-Ebene – Gesamtdarstellung/-bericht")
  • https://tbd.at/LKF#G ("Trägerebene – krankenanstaltenübergreifender (gemeinsamer) Bereich")
  • https://tbd.at/LKF#A ("Trägerebene – krankenanstaltenfremder Bereich")
  • https://tbd.at/LKF#T ("Trägerebene – Gesamtdarstellung/-bericht (KA-übergeordnete Institution)")

Answer options for berechnungstyp

  • https://tbd.at/LKF#E ("Eigenständig")
  • https://tbd.at/LKF#K ("Konsolidiert")
  • https://tbd.at/LKF#S ("Summiert")

Answer options for zuordnungsart

  • https://tbd.at/LKF#D ("Direkt")
  • https://tbd.at/LKF#G ("Geschlüsselt")

Source1

{
  "resourceType": "Questionnaire",
  "id": "LKFB01Questionnaire",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://elga.moped.at/Questionnaire/LKFB01Questionnaire",
  "version": "0.1.0",
  "title": "LKF B01 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": "B01 Questionnaire - Basisinformation",
  "item": [
    {
      "linkId": "satzartenkennzeichen",
      "text": "Satzartenkennzeichen",
      "type": "string",
      "readOnly": true,
      "maxLength": 3,
      "initial": [
        {
          "valueString": "B01"
        }
      ]
    },
    {
      "linkId": "jahr",
      "text": "Jahr",
      "type": "integer",
      "maxLength": 4
    },
    {
      "linkId": "krankenanstalten-traegernummer",
      "text": "Krankenanstalten-/Trägernummer",
      "type": "string",
      "maxLength": 6
    },
    {
      "linkId": "berichtstyp",
      "text": "Berichtstyp",
      "type": "coding",
      "answerOption": [
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "K",
            "display": "KA-Ebene – Gesamtdarstellung/-bericht"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "G",
            "display": "Trägerebene – krankenanstaltenübergreifender (gemeinsamer) Bereich"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "A",
            "display": "Trägerebene – krankenanstaltenfremder Bereich"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "T",
            "display": "Trägerebene – Gesamtdarstellung/-bericht (KA-übergeordnete Institution)"
          }
        }
      ]
    },
    {
      "linkId": "berechnungstyp",
      "text": "Berechnungstyp",
      "type": "coding",
      "answerOption": [
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "E",
            "display": "Eigenständig"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "K",
            "display": "Konsolidiert"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "S",
            "display": "Summiert"
          }
        }
      ]
    },
    {
      "linkId": "zuordnungsart",
      "text": "Zuordnungsart",
      "type": "coding",
      "answerOption": [
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "D",
            "display": "Direkt"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "G",
            "display": "Geschlüsselt"
          }
        }
      ]
    }
  ]
}