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

FHIR IG analytics

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

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 LKFK01Questionnaire

Structure
LinkIDTextCardinalityTypeFlagsDescription & Constraintsdoco
.. K01 Questionnaire - den KostenstellenplanQuestionnairehttps://elga.moped.at/Questionnaire/LKFK01Questionnaire#0.1.0
... satzartenkennzeichenSatzartenkennzeichen0..1stringiconiconMax Length: 3
Initial Value: string = K01
... jahrJahr0..1integerMax Length: 4
... krankenanstaltennummerKrankenanstaltennummer0..1stringMax Length: 6
... funktionscodeFunktionscode0..1integerMax Length: 8
... interne-kostenstellennummerInterne Kostenstellennummer0..1stringMax Length: 8
... interne-kostenstellenbezeichnungInterne Kostenstellenbezeichnung0..1stringMax Length: 50
... spezielle-organisationsformSpezielle Organisationsform0..1codingOptions: 3 options

doco Documentation for this format

Options Sets

Answer options for spezielle-organisationsform

  • https://tbd.at/LKF#A ("Abteilung")
  • https://tbd.at/LKF#R ("Referenzzentrum – ohne Versorgungsstufengliederung")
  • https://tbd.at/LKF#Z ("Referenzzentrum – höchste Versorgungsstufe")

Source1

{
  "resourceType": "Questionnaire",
  "id": "LKFK01Questionnaire",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://elga.moped.at/Questionnaire/LKFK01Questionnaire",
  "version": "0.1.0",
  "title": "LKF K01 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": "K01 Questionnaire - den Kostenstellenplan",
  "item": [
    {
      "linkId": "satzartenkennzeichen",
      "text": "Satzartenkennzeichen",
      "type": "string",
      "readOnly": true,
      "maxLength": 3,
      "initial": [
        {
          "valueString": "K01"
        }
      ]
    },
    {
      "linkId": "jahr",
      "text": "Jahr",
      "type": "integer",
      "maxLength": 4
    },
    {
      "linkId": "krankenanstaltennummer",
      "text": "Krankenanstaltennummer",
      "type": "string",
      "maxLength": 6
    },
    {
      "linkId": "funktionscode",
      "text": "Funktionscode",
      "type": "integer",
      "maxLength": 8
    },
    {
      "linkId": "interne-kostenstellennummer",
      "text": "Interne Kostenstellennummer",
      "type": "string",
      "maxLength": 8
    },
    {
      "linkId": "interne-kostenstellenbezeichnung",
      "text": "Interne Kostenstellenbezeichnung",
      "type": "string",
      "maxLength": 50
    },
    {
      "linkId": "spezielle-organisationsform",
      "text": "Spezielle Organisationsform",
      "type": "coding",
      "answerOption": [
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "A",
            "display": "Abteilung"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "R",
            "display": "Referenzzentrum – ohne Versorgungsstufengliederung"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "Z",
            "display": "Referenzzentrum – höchste Versorgungsstufe"
          }
        }
      ]
    }
  ]
}