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

FHIR IG analytics

Packageelga.moped
Resource TypeQuestionnaire
IdQuestionnaire-LKFK06Questionnaire.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-MOPED-R5/Questionnaire-LKFK06Questionnaire.html
URLhttps://elga.moped.at/Questionnaire/LKFK06Questionnaire
Version0.1.0
Statusactive
Date2026-03-29T16:14:19+00:00
TitleLKF K06 Questionnaire
DescriptionLKF K06 Questionnaire - KA-Statistik (Konsiliarärztlicher Dienst)

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 LKFK06Questionnaire

Structure
LinkIDTextCardinalityTypeFlagsDescription & Constraintsdoco
.. LKF K06 Questionnaire - KA-Statistik (Konsiliarärztlicher Dienst)Questionnairehttps://elga.moped.at/Questionnaire/LKFK06Questionnaire#0.1.0
... satzartenkennzeichenSatzartenkennzeichen0..1stringiconiconMax Length: 3
Initial Value: string = K06
... jahrJahr0..1integerMax Length: 6
... krankenanstaltennummerKrankenanstaltennummer0..1stringMax Length: 6
... fachrichtungsindexFachrichtungsindex0..1codingOptions: 3 options
... konsiliarärztinnen-kopfzahlKonsiliarärzte/-ärztinnen – Kopfzahl0..1integerMax Length: 6

doco Documentation for this format

Options Sets

Answer options for fachrichtungsindex

  • https://tbd.at/LKF#00 ("Allgemeinmedizin")
  • https://tbd.at/LKF#01 ("Anästhesiologie und Intensivmedizin")
  • https://tbd.at/LKF#02 ("Augenheilkunde und Optometrie")

Source1

{
  "resourceType": "Questionnaire",
  "id": "LKFK06Questionnaire",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://elga.moped.at/Questionnaire/LKFK06Questionnaire",
  "version": "0.1.0",
  "title": "LKF K06 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 K06 Questionnaire - KA-Statistik (Konsiliarärztlicher Dienst)",
  "item": [
    {
      "linkId": "satzartenkennzeichen",
      "text": "Satzartenkennzeichen",
      "type": "string",
      "readOnly": true,
      "maxLength": 3,
      "initial": [
        {
          "valueString": "K06"
        }
      ]
    },
    {
      "linkId": "jahr",
      "text": "Jahr",
      "type": "integer",
      "repeats": false,
      "maxLength": 6
    },
    {
      "linkId": "krankenanstaltennummer",
      "text": "Krankenanstaltennummer",
      "type": "string",
      "maxLength": 6
    },
    {
      "linkId": "fachrichtungsindex",
      "text": "Fachrichtungsindex",
      "type": "coding",
      "answerOption": [
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "00",
            "display": "Allgemeinmedizin"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "01",
            "display": "Anästhesiologie und Intensivmedizin"
          }
        },
        {
          "valueCoding": {
            "system": "https://tbd.at/LKF",
            "code": "02",
            "display": "Augenheilkunde und Optometrie"
          }
        }
      ]
    },
    {
      "linkId": "konsiliarärztinnen-kopfzahl",
      "text": "Konsiliarärzte/-ärztinnen – Kopfzahl",
      "type": "integer",
      "maxLength": 6
    }
  ]
}