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

FHIR IG analytics

Packageelga.moped
Resource TypeQuestionnaire
IdQuestionnaire-LKFK16Questionnaire.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-MOPED-R5/Questionnaire-LKFK16Questionnaire.html
URLhttps://elga.moped.at/Questionnaire/LKFK16Questionnaire
Version0.1.0
Statusactive
Date2026-03-29T16:14:19+00:00
TitleLKF K16 Questionnaire
DescriptionLKF K16 Questionnaire - Kalkulatorischer Anhang – Ausgewählte Kosten

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 LKFK16Questionnaire

Structure
LinkIDTextCardinalityTypeFlagsDescription & Constraintsdoco
.. LKF K16 Questionnaire - Kalkulatorischer Anhang – Ausgewählte KostenQuestionnairehttps://elga.moped.at/Questionnaire/LKFK16Questionnaire#0.1.0
... satzartenkennzeichenSatzartenkennzeichen0..1stringiconiconMax Length: 3
Initial Value: string = K16
... jahrJahr0..1integerMax Length: 4
... krankenanstaltennummerKrankenanstaltennummer0..1stringMax Length: 6
... kostenindexKostenindex0..1codingOptions: 8 options
... kostenKosten0..1decimalMax Length: 10

doco Documentation for this format

Options Sets

Answer options for kostenindex

  • https://tbd.at/LKF#10 ("Blut")
  • https://tbd.at/LKF#20 ("Chirurgisches Nahtmaterial")
  • https://tbd.at/LKF#30 ("Implantate und Prothesen (Summe)")
  • https://tbd.at/LKF#31 ("Implantate und Prothesen für Gefäß- und Herzchirurgie")
  • https://tbd.at/LKF#32 ("Implantate und Prothesen für Knochenchirurgie")
  • https://tbd.at/LKF#33 ("Implantate und Prothesen für Neurochirurgie")
  • https://tbd.at/LKF#34 ("Körperersatzteile, andere")
  • https://tbd.at/LKF#35 ("Implantate für HNO")

Source1

{
  "resourceType": "Questionnaire",
  "id": "LKFK16Questionnaire",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://elga.moped.at/Questionnaire/LKFK16Questionnaire",
  "version": "0.1.0",
  "title": "LKF K16 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 K16 Questionnaire - Kalkulatorischer Anhang – Ausgewählte Kosten",
  "item": [
    {
      "linkId": "satzartenkennzeichen",
      "text": "Satzartenkennzeichen",
      "type": "string",
      "readOnly": true,
      "maxLength": 3,
      "initial": [
        {
          "valueString": "K16"
        }
      ]
    },
    {
      "linkId": "jahr",
      "text": "Jahr",
      "type": "integer",
      "maxLength": 4
    },
    {
      "linkId": "krankenanstaltennummer",
      "text": "Krankenanstaltennummer",
      "type": "string",
      "maxLength": 6
    },
    {
      "linkId": "kostenindex",
      "text": "Kostenindex",
      "type": "coding",
      "answerOption": [
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "10",
            "display": "Blut"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "20",
            "display": "Chirurgisches Nahtmaterial"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "30",
            "display": "Implantate und Prothesen (Summe)"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "31",
            "display": "Implantate und Prothesen für Gefäß- und Herzchirurgie"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "32",
            "display": "Implantate und Prothesen für Knochenchirurgie"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "33",
            "display": "Implantate und Prothesen für Neurochirurgie"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "34",
            "display": "Körperersatzteile, andere"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "35",
            "display": "Implantate für HNO"
          }
        }
      ]
    },
    {
      "linkId": "kosten",
      "text": "Kosten",
      "type": "decimal",
      "maxLength": 10
    }
  ]
}