View Categories

06 Beispiele

Diese Seite enthält vollständige Beispielkonfigurationen als Ausgangspunkt für eigene Formulare.

Empfohlenes Vorgehen

  1. Passendes Beispiel auswählen.
  2. In einen neuen FormularTyp kopieren.
  3. Felder hinzufügen/entfernen.
  4. Eigene Felder ergänzen.
  5. Formular testen.

Namenskonventionen

Verwenden Sie nur Kleinbuchstaben. Empfohlen werden sprechende Feldnamen.

Beispiele:
vorname
nachname
geburtsdatum
telefon
hausarzt
gewicht
groesse
beschwerden
medikation
arbeitsunfaehigkeit

Nicht empfohlen
feld1
feld2
test
abc

Grundaufbau form.json

📄
form.json
{
  "formId": "IK Klinik",
  "title": "Titel des Formulars, z.B. Anamnese",
  "sections": [
    {

    },
    {

    }
  ]
}

Beispiel – Module

📄
form.json
{
  "title": "Stammdaten & Kontakt",
  "showDivider": true,
  "fields": [
    { "id": "telefon", "type": "text", "label": "Telefonnummer" },
    { "id": "mobil", "type": "text", "label": "Mobil-Nummer" },
    { "id": "notfallkontakt", "type": "text", "label": "Name und Rufnummer Notfallkontakt", "required": true },
    { "id": "krankenkasse", "type": "text", "label": "Ihre Krankenkasse" },
    { "id": "versicherungsnummer", "type": "text", "label": "Krankenversicherungsnummer" },
    { "id": "anschrift_kasse", "type": "text", "label": "Anschrift Ihrer Krankenkasse" },
    { "id": "steuer_id", "type": "text", "label": "Ihre Steuer-ID", "helpText": "Notwendig zur Bearbeitung von Anfragen des Sozialdienstes." }
  ]
}

📄
form.json
{
  "title": "Behandelnde Ärzte / Therapeuten",
  "showDivider": true,
  "fields": [
    {
      "id": "arzt_hausarzt",
      "type": "text",
      "label": "Hausarzt (Name, Fachrichtung, Anschrift)",
      "fullWidth": true
    },
    {
      "id": "arzt_facharzt1",
      "type": "text",
      "label": "Facharzt 1 (Name, Fachrichtung, Anschrift)",
      "fullWidth": true
    },

    {
      "id": "arzt_facharzt2",
      "type": "text",
      "label": "Facharzt 2 (Name, Fachrichtung, Anschrift)",
      "fullWidth": true
    }
  ]
}

📄
form.json
{
  "title": "Vegetative Anamnese",
  "showDivider": true,
  "fields": [
    {
      "id": "nikotin",
      "type": "radio",
      "label": "Nikotin",
      "options": [ "nein", "ja" ],
      "fullWidth": true
    },
    {
      "id": "nikotin_menge",
      "type": "text",
      "label": "Wenn ja: Wie viele Zigaretten pro Tag?",
      "fullWidth": true
    },
    { "id": "alkohol", "type": "radio", "label": "Alkoholkonsum", "options": ["nein", "gelegentlich", "regelmäßig"] },
    { "id": "schlaf", "type": "radio", "label": "Schlaf", "options": ["gut", "gestört"] },
    { "id": "appetit", "type": "radio", "label": "Appetit", "options": ["gut", "gemindert", "gesteigert"] },
    { "id": "stuhlgang", "type": "radio", "label": "Stuhlgang", "options": ["regelmäßig", "Verstopfung", "Durchfallneigung"] },
    { "id": "wasser_lassen", "type": "radio", "label": "Wasser lassen", "options": ["beschwerdefrei", "schmerzhaft", "vermehrt"] },
    {
      "id": "allergien",
      "type": "radio",
      "label": "Allergien",
      "options": [ "nein", "ja" ],
      "fullWidth": true
    },
    {
      "id": "allergien_details",
      "type": "text",
      "label": "Wenn ja, gegen:",
      "fullWidth": true
    }
  ]
}

📄
form.json
{
  "title": "Jetzige Beschwerden & Schmerzregionen",
  "showDivider": true,
  "fields": [
    {
      "id": "beschwerdenbild",
      "type": "image",
      "label": "Wo haben Sie Schmerzen?",
      "src": "skelett.png",
      "size": "600px",
      "fullWidth": true
    },
    {
      "id": "beschwerden",
      "type": "checkbox-group",
      "label": "Bitte wählen Sie die Nummer(n) der betroffenen Bereiche",
      "options": [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20" ],
      "fullWidth": true
    },
    {
      "id": "schmerzen_beschreibung",
      "type": "textarea",
      "label": "Genaue Beschreibung Ihrer aktuellen Schmerzen & Beschwerden",
      "fullWidth": true
    }
  ]
}

📄
form.json
{
„id“: „au_historie“,
„type“: „group“,
„fullWidth“: true,
„label“: „Arbeitsunfähigkeiten in den letzten 12 Monaten“,
„repeatable“: true,
„max“: 5,
„addButtonText“: „Zeitraum hinzufügen“,
„fields“: [
{
„id“: „zeitraum_au“,
„type“: „text“,
„label“: „Von – bis“
},
{
„id“: „grund_au“,
„type“: „text“,
„label“: „Wegen (Diagnose / Grund)“
}
]
}

📄
form.json
{
  "title": "Sozialanamnese",
  "showDivider": true,
  "fields": [
    {
      "id": "familienstand_ortho",
      "type": "select",
      "label": "Familienstand",
      "options": ["ledig", "verheiratet", "geschieden", "getrennt lebend", "in Partnerschaft lebend", "verwitwet"]
    },
    { "id": "kinder_anzahl_gesamt", "type": "text", "label": "Ich habe ... Kinder" },
    { "id": "kinder_versorgungspflichtig", "type": "text", "label": "davon versorgungspflichtig:" },
    { "id": "betreuung_angehoerige", "type": "radio", "label": "Ich betreue kranke/behinderte Angehörige", "options": ["nein", "ja"] },
    { "id": "betreuung_details", "type": "text", "label": "Wenn ja, wen / Umfang:" },
    {
      "id": "wohnsituation_ortho",
      "type": "checkbox-group",
      "label": "Ich wohne in:",
      "options": [ "Eigenheim", "Eigentumswohnung", "Mietwohnung" ],
      "fullWidth": true
    },
    { "id": "wohnung_etage", "type": "text", "label": "Etage:" },
    { "id": "wohnung_lift", "type": "radio", "label": "Lift vorhanden?", "options": ["Ja", "Nein"] },
    { "id": "schwerbehinderung", "type": "radio", "label": "Liegt eine Schwerbehinderung vor?", "options": ["nein", "ja"] },
    { "id": "schwerbehinderung_details", "type": "text", "label": "Wenn ja: Grad, mit Zusatz und seit wann?" },
    { "id": "schwerbehinderung_antraege", "type": "radio", "label": "Gibt es laufende Anträge auf Schwerbehinderung / Verschlimmerung?", "options": ["Nein", "Ja"] },
    { "id": "pflegestufe_ortho", "type": "radio", "label": "Liegt eine Pflegestufe vor?", "options": ["nein", "ja"] },
    { "id": "pflegestufe_stufe", "type": "text", "label": "Wenn ja, Pflegestufe / Pflegegrad:" },
    {
      "id": "selbsthilfegruppe",
      "type": "radio",
      "label": "Besuchen Sie eine Selbsthilfegruppe?",
      "options": [ "nein", "ja" ],
      "fullWidth": true
    },
    { "id": "selbsthilfegruppe_welche", "type": "text", "label": "Wenn ja, folgende:" },
    {
      "id": "hobbys_zeit",
      "type": "checkbox-group",
      "label": "Freizeitaktivitäten / Hobbys:",
      "options": [ "Garten", "Wandern", "Gymnastik", "Radfahren", "Sonstiges" ],
      "fullWidth": true
    },
    { "id": "hobbys_zeit_details", "type": "text", "label": "Ungefährer Zeitaufwand pro Woche (z. B. Wandern 2 Std./Woche):" },
    {
      "id": "reha_angeregt_von",
      "type": "select",
      "label": "Die Rehabilitation wurde angeregt von:",
      "options": ["Krankenkasse", "Deutsche Rentenversicherung", "Sozialdienst der operierenden Klinik", "mir selbst"]
    }
  ]
}

📄
form.json
{
  "title": "Berufliche Anamnese & Werdegang",
  "showDivider": true,
  "fields": [
    { "id": "krank_letztes_jahr", "type": "radio", "label": "Waren Sie im letzten Jahr krankgeschrieben (arbeitsunfähig)?", "options": ["nein", "ja"] },
    { "id": "krank_letztes_jahr_wochen", "type": "text", "label": "Wenn ja, insgesamt wie viele Wochen? (0-52 Wochen):" },
    { "id": "aktuell_au_ortho", "type": "radio", "label": "Sind Sie zurzeit arbeitsunfähig erkrankt?", "options": ["nein", "ja"] },
    { "id": "aktuell_au_seit", "type": "text", "label": "Wenn ja, seit wann? (TT.MM.JJJJ):" },
    { "id": "verbeamtet", "type": "radio", "label": "Sind Sie verbeamtet?", "options": ["nein", "ja"] },
    { "id": "nicht_erwerbstaetig_status", "type": "text", "label": "Wenn Sie nicht erwerbstätig sind: Seit wann beziehen Sie ALG 1, ALG 2, Bürgergeld, Grundsicherung oder Erwerbsminderungsrente (ggf. befristet bis)?" },
    { "id": "altersteilzeit_vorruhestand", "type": "text", "label": "Angaben zu Vorruhestand / Altersteilzeit (Beginn aktive / passive Phase, Altersruhegeld seit):" },
    { "id": "rentenantrag_status", "type": "radio", "label": "Haben Sie einen Rentenantrag gestellt?", "options": ["nein", "ja, wurde abgelehnt", "ja, wird noch bearbeitet"] },
    {
      "id": "schulbildung",
      "type": "select",
      "label": "Schulbildung",
      "options": ["Hauptschule", "Realschule", "Gymnasium", "Fachoberschule", "Sonstiges"]
    },
    { "id": "erlernter_beruf", "type": "text", "label": "Erlernter Beruf:" },
    {
      "id": "jobs",
      "type": "group",
      "label": "Meine vorherigen beruflichen Tätigkeiten",
      "repeatable": true,
      "fullWidth": true,
      "max": 10,
      "addButtonText": "Tätigkeit hinzufügen",
      "helpText": "Beruflicher Werdegang: Tragen Sie hier Ihren Werdegang chronologisch ein.",
      "fields": [
        {
          "id": "taetigkeit",
          "type": "text",
          "label": "Tätigkeit"
        },
        {
          "id": "zeitraum",
          "type": "text",
          "label": "von – bis (Monat / Jahr)"
        },
        {
          "id": "firma",
          "type": "text",
          "label": "Arbeitgeber / Firma"
        }
      ]
    },
    {
      "id": "jetzige_letzte_taetigkeit",
      "type": "text",
      "label": "Jetzige bzw. zuletzt ausgeübte Tätigkeit (Kurze Beschreibung):",
      "fullWidth": true
    },
    {
      "id": "arbeitszeit_weise",
      "type": "checkbox-group",
      "label": "Arbeitszeit und -weise:",
      "options": [ "Ganztagsarbeit", "Teilzeitarbeit", "Wechselschicht", "Nachtschicht", "Akkord", "besonderer Zeitdruck" ],
      "fullWidth": true
    },
    {
      "id": "beanspruchung_bewegungsapparat",
      "type": "checkbox-group",
      "label": "Beanspruchung des Bewegungsapparates:",
      "options": [ "stehend/gehend", "sitzend", "in gebückter/kniender Haltung", "oft mit erhobenen Armen", "häufiges Klettern und Steigen" ],
      "fullWidth": true
    },
    { "id": "heben_von_lasten_kg", "type": "text", "label": "Heben von Lasten häufiger bis wie viel kg?:" },
    {
      "id": "berufliches_kraftfahren",
      "type": "checkbox-group",
      "label": "Berufliches Kraftfahren:",
      "options": [ "Pkw während der Arbeitszeit", "LKW (mit Ladetätigkeit)", "Baumaschinen/sonstige Fahrzeuge", "Personenbeförderung", "Gefahrguttransport" ],
      "fullWidth": true
    },
    {
      "id": "aeussere_einfluesse",
      "type": "checkbox-group",
      "label": "Äußere Einflüsse am Arbeitsplatz:",
      "options": [ "Kälte", "Hitze", "starke Staubentwicklung", "Erschütterungen/Vibrationen", "Rauchentwicklung", "Gerüche, Gase, Dämpfe", "hautreizende Stoffe", "starker Lärm" ],
      "fullWidth": true
    },
    {
      "id": "beanspruchung_sinnesorgane",
      "type": "checkbox-group",
      "label": "Beanspruchung der Sinnesorgane / Sonstiges:",
      "options": [ "ständige Konzentration", "hohe Verantwortung für Personen", "hohe Verantwortung für Sachwerte", "Anlagensteuerung (Überwachung)", "Publikumsverkehr", "häufige Reisetätigkeit", "Schwindelfreiheit erforderlich", "erhöhte Unfallgefahr" ],
      "fullWidth": true
    },
    { "id": "arbeitgeber_name_anschrift", "type": "text", "label": "Name und Anschrift des Arbeitgebers" },
    { "id": "arbeitszeit_stunden_woche", "type": "text", "label": "Kurze Tätigkeitsbeschreibung (Std./Woche)" },
    {
      "id": "koerperliche_arbeit_einstufung",
      "type": "radio",
      "label": "Meine Tätigkeit ist/war körperlich:",
      "options": ["leicht", "leicht bis mittelschwer", "mittelschwer", "schwer"]
    },
    {
      "id": "arbeit_faellt_schwer",
      "type": "checkbox-group",
      "label": "Bei meiner Arbeit fällt/fiel mir besonders schwer:",
      "options": ["Nichts", "Heben", "Bildschirmtätigkeit", "Bücken", "Sitzen", "Ausdauer", "Tragen", "Stehen", "Konzentration", "Sonstiges"]
    },
    {
      "id": "arbeitsplatz_erreichen_mit",
      "type": "checkbox-group",
      "label": "Erreichen des Arbeitsplatzes mit:",
      "options": ["Pkw", "ÖPNV", "Fahrrad", "zu Fuß"]
    },
    { "id": "arbeitsplatz_entfernung_km", "type": "text", "label": "Entfernung zum Arbeitsplatz (in km):" },
    { "id": "arbeitsplatz_zufrieden", "type": "radio", "label": "Ich bin mit der Situation am Arbeitsplatz zufrieden:", "options": ["ja", "nein"] },
    { "id": "arbeitsplatz_unzufrieden_weil", "type": "text", "label": "Wenn nein, weil:" },
    { "id": "berufswechsel_geplant", "type": "radio", "label": "Ein Berufswechsel bzw. eine Umschulung ist geplant:", "options": ["ja", "nein"] },
    { "id": "betriebsaerztliche_betreuung", "type": "radio", "label": "Betriebsärztliche Betreuung:", "options": ["ja", "nein"] }
  ]
}

📄
form.json
{
  "title": "Aktuelle Medikation",
  "fields": [
    {
      "id": "medikation",
      "type": "group",
      "label": "Ich nehme folgende Medikamente regelmäßig ein (bitte Name und tägliche Menge angeben):",
      "repeatable": true,
      "max": 20,
      "fullWidth": true,
      "addButtonText": "Medikament hinzufügen",
      "fields": [
        {
          "id": "medikament",
          "type": "text",
          "label": "Medikament",
          "maxlength": 100
        },
        {
          "id": "dosierung",
          "type": "text",
          "label": "Dosierung",
          "maxlength": 50
        },
        {
          "id": "morgens",
          "type": "checkbox",
          "label": "Morgens"
        },
        {
          "id": "mittags",
          "type": "checkbox",
          "label": "Mittags"
        },
        {
          "id": "abends",
          "type": "checkbox",
          "label": "Abends"
        },
        {
          "id": "nachts",
          "type": "checkbox",
          "label": "Nachts"
        }
      ]
    }
  ]
}

📄
form.json
{
  "id": "beschwerdenbild",
  "type": "image",
  "label": "Wo haben Sie Schmerzen?",
  "src": "skelett.png",
  "size": "600px",
  "fullWidth": true
},
{
  "id": "beschwerden",
  "type": "checkbox-group",
  "label": "Bitte wählen Sie die Nummer(n) der betroffenen Bereiche",
  "options": [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20" ],
  "fullWidth": true
},
{
  "id": "schmerzen_beschreibung",
  "type": "textarea",
  "label": "Genaue Beschreibung Ihrer aktuellen Schmerzen & Beschwerden",
  "fullWidth": true
}

📄
form.json
{
„id“: „ziele“,
„type“: „group“,
„fullWidth“: true,
„label“: „Von meiner Heilbehandlung erwarte ich besonders, dass“,
„repeatable“: true,
„max“: 10,
„addButtonText“: „Erwartung hinzufügen“,
„fields“: [
{
„id“: „erwartung“,
„type“: „text“,
„label“: „Erwartung“
}
]
}

📄
form.json
{
„id“: „raucher“,
„type“: „radio“,
„label“: „Rauchen Sie?“,
„options“: [
„Ja“,
„Nein“
]
}

📄
form.json
{
„id“: „beschwerden“,
„type“: „checkbox-group“,
„label“: „Welche Beschwerden liegen vor?“,
„options“: [
„Schmerzen“,
„Schwellung“,
„Bewegungseinschränkung“
]
}

📄
form.json
{
„id“: „taetigkeit_info“,
„type“: „label“,
„label“: „Tätigkeit verbunden mit“
}

📄
form.json
{
„id“: „telefon“,
„type“: „text“,
„label“: „Telefonnummer“,
„required“: true
}

📄
form.json
{
„id“: „gewicht“,
„type“: „text“,
„label“: „Gewicht“,
„helpText“: „Bitte in Kilogramm angeben.“
}

📄
form.json
{
„id“: „hausarzt“,
„type“: „text“,
„label“: „Hausarzt“,
„fullWidth“: true
}

Beispiel – Formulare

📄
form.json
{
  "title": "Beispielformular",
  "sections": [
    {
      "title": "Textfelder",
      "fields": [
        {
          "id": "text_klein",
          "type": "text",
          "label": "Das ist ein einzeiliges Textfeld"
        },
        {
          "id": "text_gross",
          "type": "text",
          "label": "Das ist ein einzeiliges Textfeld über die ganze Breite",
          "fullWidth": true
        },
        {
          "id": "text_numeric",
          "type": "text",
          "label": "Das ist ein Zahlenfeld",
          "format": "numeric"
        },
        {
          "id": "text_decimal",
          "type": "text",
          "label": "Das ist ein Dezimalzahlenfeld",
          "format": "decimal"
        },
        {
          "id": "text_email",
          "type": "text",
          "label": "Das ist ein E-Mail-Feld",
          "format": "email"
        },
        {
          "id": "text_phone",
          "type": "text",
          "label": "Das ist ein Telefonnummernfeld",
          "format": "phone"
        },
        {
          "id": "text_date",
          "type": "text",
          "label": "Das ist ein Datumsfeld",
          "format": "date"
        },
        {
          "id": "text_maxlength",
          "type": "text",
          "label": "Das ist ein Textfeld mit Zeichenbegrenzung auf 50 Zeichen",
          "maxlength": 50
        }
      ]
    },
    {
      "title": "Mehrzeilige Eingaben",
      "fields": [
        {
          "id": "textarea_klein",
          "type": "textarea",
          "label": "Das ist ein mehrzeiliges Textfeld"
        },
        {
          "id": "textarea_gross",
          "type": "textarea",
          "label": "Das ist ein mehrzeiliges Textfeld über die ganze Breite",
          "fullWidth": true,
          "maxlength": 1000
        }
      ]
    },
    {
      "title": "Auswahlfelder",
      "fields": [
        {
          "id": "select",
          "type": "select",
          "label": "Das ist eine Auswahlliste",
          "options": [
            "Option 1",
            "Option 2",
            "Option 3"
          ]
        },
        {
          "id": "radio",
          "type": "radio",
          "label": "Das ist eine Einzelauswahl",
          "options": [
            "Ja",
            "Nein"
          ]
        },
        {
          "id": "checkboxgroup",
          "type": "checkbox-group",
          "label": "Das ist eine Mehrfachauswahl",
          "fullWidth": true,
          "options": [
            "Option A",
            "Option B",
            "Option C"
          ]
        }
      ]
    },
    {
      "title": "Darstellungselemente",
      "fields": [
        {
          "id": "label",
          "type": "label",
          "label": "Das ist eine Zwischenüberschrift"
        },
        {
          "id": "image",
          "type": "image",
          "label": "Das ist ein Bild",
          "src": "beispielbild.png",
          "size": "600px",
          "fullWidth": true
        }
      ]
    },
    {
      "title": "Hilfetexte und Pflichtfelder",
      "fields": [
        {
          "id": "required",
          "type": "text",
          "label": "Das ist ein Pflichtfeld",
          "required": true
        },
        {
          "id": "helptext",
          "type": "text",
          "label": "Dieses Feld besitzt einen Hilfetext",
          "helpText": "Dies ist ein Beispiel für einen Hilfetext."
        }
      ]
    },
    {
      "title": "Wiederholbare Gruppen",
      "fields": [
        {
          "id": "gruppe",
          "type": "group",
          "label": "Das ist eine wiederholbare Gruppe",
          "fullWidth": true,
          "repeatable": true,
          "max": 5,
          "addButtonText": "Eintrag hinzufügen",
          "fields": [
            {
              "id": "textfeld",
              "type": "text",
              "label": "Textfeld innerhalb der Gruppe"
            },
            {
              "id": "textarea",
              "type": "textarea",
              "label": "Mehrzeiliges Textfeld innerhalb der Gruppe"
            },
            {
              "id": "datum",
              "type": "date",
              "label": "Datumsfeld innerhalb der Gruppe"
            },
            {
              "id": "checkbox",
              "type": "checkbox",
              "label": "Checkbox innerhalb der Gruppe"
            }
          ]
        }
      ]
    }
  ]
}

📄
form.json
{
  "formId": "IK Klinik!!!!",
  "title": "Selbstauskunftsbogen Kardiologie",
  "sections": [
    {
      "title": "Persönliche Angaben",
      "showDivider": true,
      "fields": [
        {
          "id": "name",
          "type": "text",
          "label": "Vor- und Zuname mit required"
        },
        {
          "id": "alter",
          "type": "text",
          "label": "Alter"
        },
        {
          "id": "groesse",
          "type": "text",
          "label": "Größe (in cm)",
          "format": "numeric",
          "helpText": "Erlaubt sind Zahlen von 0-9. Maximale Länge: 3 Zahlen",
          "required": true,
          "maxlength": 3
        },
        {
          "id": "gewicht",
          "type": "text",
          "label": "Gewicht (in kg)"
        },
        {
          "id": "familienstand",
          "type": "select",
          "label": "Familienstand",
          "options": [ "Ledig", "Verheiratet", "Feste Partnerschaft", "Geschieden", "Verwitwet" ]
        },
        {
          "id": "kinderzahl",
          "type": "text",
          "label": "Kinderzahl"
        },
        {
          "id": "kinder_alter",
          "type": "text",
          "label": "Alter der Kinder"
        },
        {
          "id": "kinder_haushalt",
          "type": "text",
          "label": "Anzahl der Kinder im Haushalt lebend"
        }
      ]
    },
    {
      "title": "Wohnsituation",
      "showDivider": true,
      "fields": [
        {
          "id": "wohnumfeld",
          "type": "checkbox-group",
          "label": "Wie leben Sie?",
          "options": [ "Allein lebend", "Mit Partner/in", "Wohngemeinschaft", "Wohnung", "Haus" ]
        },
        {
          "id": "stockwerke",
          "type": "text",
          "label": "Stockwerke"
        },
        {
          "id": "aufzug",
          "type": "radio",
          "label": "Aufzug vorhanden",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "treppen_eingang",
          "type": "radio",
          "label": "Treppen bis zur Eingangstür",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "treppen_eingang_anzahl",
          "type": "text",
          "label": "Wenn ja: Wie viele Stufen?"
        },
        {
          "id": "treppen_haus",
          "type": "radio",
          "label": "Treppen im Haus",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "treppen_haus_anzahl",
          "type": "text",
          "label": "Wenn ja: Wie viele Stufen?"
        },
        {
          "id": "alltag_ohne_hilfe",
          "type": "radio",
          "label": "Können Sie den Alltag ohne Hilfe erledigen?",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "beschwerdenbild",
          "type": "image",
          "label": "Wo haben Sie Schmerzen?",
          "src": "skelett.png",
          "size": "600px"
        },
        {
          "id": "beschwerden",
          "type": "checkbox-group",
          "label": "Bitte wählen Sie die Nummer(n) der betroffenen Bereiche",
          "options": [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20" ]
        }
      ]
    },
    {
      "title": "Probleme & Belastungen im Alltag",
      "showDivider": true,
      "fields": [
        {
          "id": "alltagsprobleme",
          "type": "checkbox-group",
          "label": "Gibt es Probleme in folgenden Bereichen?",
          "options": [ "In der Partnerschaft", "In der Familie", "Pflege von Angehörigen", "Finanziell", "Kritische Lebensereignisse", "Chronische Konflikte", "Weitere Belastungen" ]
        },
        {
          "id": "hilfe_umfeld",
          "type": "radio",
          "label": "Bekommen Sie Hilfe aus dem Umfeld?",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "hilfe_umfeld_wer",
          "type": "text",
          "label": "Wenn ja: Von wem?"
        },
        {
          "id": "pflegestufe",
          "type": "radio",
          "label": "Haben Sie eine Pflegestufe?",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "pflegestufe_details",
          "type": "text",
          "label": "Wenn ja: Welche Stufe?"
        },
        {
          "id": "freizeit",
          "type": "textarea",
          "label": "Freizeitgestaltung (Sport, Hobbys, Kultur)",
          "maxlength": 100
        }
      ]
    },
    {
      "title": "Gesundheitsverhalten",
      "showDivider": true,
      "fields": [
        {
          "id": "bewegung_tag",
          "type": "text",
          "label": "Wie viel bewegen Sie sich durchschnittlich am Tag?"
        },
        {
          "id": "sportart",
          "type": "text",
          "label": "Welchen Sport treiben Sie?"
        },
        {
          "id": "sport_haeufigkeit",
          "type": "text",
          "label": "Wie oft und wie lange treiben Sie Sport in der Woche?"
        },
        {
          "id": "ernaehrung_gesund",
          "type": "radio",
          "label": "Ernähren Sie sich gesund?",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "alkohol",
          "type": "radio",
          "label": "Trinken Sie Alkohol?",
          "options": [ "Kein", "Selten", "Gelegentlich", "Täglich" ]
        },
        {
          "id": "alkohol_typ",
          "type": "text",
          "label": "Wenn ja: Welchen Alkohol trinken Sie?"
        },
        {
          "id": "nikotin",
          "type": "radio",
          "label": "Nikotinkonsum",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "stress",
          "type": "checkbox-group",
          "label": "Haben Sie viel Stress?",
          "options": [ "Privat", "Beruflich" ]
        },
        {
          "id": "abschalten",
          "type": "radio",
          "label": "Können Sie in der Freizeit gut von der Arbeit abschalten?",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "risiko_hobby",
          "type": "radio",
          "label": "Haben Sie ein risikoreiches Hobby?",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "risiko_hobby_welches",
          "type": "text",
          "label": "Wenn ja: Welches?"
        }
      ]
    },
    {
      "title": "Sozialversicherungsrechtlicher Status & Rente",
      "showDivider": true,
      "fields": [
        {
          "id": "erwerbstaetig",
          "type": "radio",
          "label": "Erwerbstätig",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "arbeitslos",
          "type": "radio",
          "label": "Arbeitslos",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "behinderung",
          "type": "radio",
          "label": "Anerkennung als Behinderter",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "behinderung_details",
          "type": "text",
          "label": "Wenn ja: GdB %, seit wann und weswegen?",
          "required": true
        },
        {
          "id": "berufserkrankung",
          "type": "radio",
          "label": "Berufserkrankung",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "arbeitsunfall",
          "type": "radio",
          "label": "Arbeitsunfallfolgen (MdE)",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "bezieht_rente",
          "type": "radio",
          "label": "Beziehen Sie bereits Rente?",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "rente_seit_bis",
          "type": "text",
          "label": "Wenn ja: Seit wann, befristet bis wann oder Andere?"
        },
        {
          "id": "renten_typ",
          "type": "select",
          "label": "Welche Rente beziehen Sie?",
          "options": [
            "Reguläre Altersrente bzw. Pension",
            "Rente wegen voller Berufsunfähigkeit",
            "Teilrente wegen Berufsunfähigkeit",
            "Rente wegen Teilerwerbsunfähigkeit",
            "Rente wegen voller Erwerbsunfähigkeit"
          ]
        },
        {
          "id": "rentenverfahren",
          "type": "checkbox-group",
          "label": "Laufen aktuelle Rentenverfahren?",
          "options": [ "Rentenantrag gestellt", "Rentenantrag abgelehnt", "Widerspruchsverfahren läuft", "Gerichtsverfahren läuft" ]
        },
        {
          "id": "rentenverfahren_details",
          "type": "text",
          "label": "Zusatzangaben zu den Verfahren (Wann / Seit wann?)"
        },
        {
          "id": "empfehlung_heilverfahren",
          "type": "select",
          "label": "Wer hat Ihnen das Heilverfahren empfohlen?",
          "options": [ "Krankenhaus", "Krankenkasse", "Rentenversicherung", "Hausarzt", "Facharzt" ]
        },
        {
          "id": "arzt_hausarzt",
          "type": "text",
          "label": "Name und Adresse Ihres Hausarztes"
        },
        {
          "id": "arzt_kardiologe",
          "type": "text",
          "label": "Name und Adresse Ihres Kardiologen"
        },
        {
          "id": "frueheres_heilverfahren",
          "type": "radio",
          "label": "Hatten Sie früher schon mal ein Heilverfahren?",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "frueheres_heilverfahren_details",
          "type": "text",
          "label": "Wenn ja: Wann und wo?"
        }
      ]
    },
    {
      "title": "Beruf & Arbeitsalltag",
      "showDivider": true,
      "fields": [
        {
          "id": "schulabschluss",
          "type": "select",
          "label": "Schulabschluss",
          "options": [
            "Kein Schulabschluss",
            "Hauptschulabschluss",
            "Mittlere Reife",
            "Fachhochschulreife",
            "Abitur/Allgemeine Hochschulreife",
            "Akademischer Abschluss",
            "Berufsschule/Berufsfachschule",
            "Sonstiges"
          ]
        },
        {
          "id": "berufsausbildung",
          "type": "text",
          "label": "Berufsausbildung (mit Abschluss / abgebrochen wegen?)"
        },
        {
          "id": "qualifikationen",
          "type": "text",
          "label": "Weitere Qualifikationen"
        },
        {
          "id": "jobs",
          "type": "group",
          "label": "Meine vorherigen beruflichen Tätigkeiten",
          "repeatable": true,
          "max": 10,
          "addButtonText": "Tätigkeit hinzufügen",
          "helpText": "Tragen Sie hier Ihren Werdegang chronologisch ein.",
          "fields": [
            {
              "id": "taetigkeit",
              "type": "text",
              "label": "Tätigkeit"
            },
            {
              "id": "zeitraum",
              "type": "text",
              "label": "von – bis (Monat / Jahr)"
            },
            {
              "id": "firma",
              "type": "text",
              "label": "Arbeitgeber / Firma"
            }
          ]
        },
        {
          "id": "aktuelle_taetigkeit",
          "type": "text",
          "label": "Welche berufliche Tätigkeit üben Sie aktuell aus? (Oder letzte Tätigkeit)"
        },
        {
          "id": "mitarbeiter_anzahl",
          "type": "text",
          "label": "Anzahl der Mitarbeiter (ca.)"
        },
        {
          "id": "betriebsarzt",
          "type": "radio",
          "label": "Gibt es einen Betriebsarzt?",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "betriebliche_untersuchung",
          "type": "radio",
          "label": "Gibt es betriebliche Untersuchungen?",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "gesundheitsfoerderung",
          "type": "radio",
          "label": "Gibt es eine betriebliche Gesundheitsförderung?",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "berufliche_stellung",
          "type": "select",
          "label": "In welcher beruflichen Stellung sind Sie beschäftigt?",
          "options": [
            "Ungelernter/angelernter Arbeiter",
            "Facharbeiter",
            "Angestellte",
            "Meister/ Polier",
            "Selbstständig",
            "Vollzeit",
            "Teilzeit",
            "Arbeitslos"
          ]
        },
        {
          "id": "arbeitszeit_details",
          "type": "text",
          "label": "Arbeitszeit (Stunden/Woche, Tage/Woche oder Grund für Arbeitslosigkeit)"
        },
        {
          "id": "arbeitszeit_schicht",
          "type": "select",
          "label": "Zu welchen Zeiten arbeiten Sie?",
          "options": [
            "Tagschicht",
            "2-Schichten (Früh- und Spätschicht)",
            "3-Schichten (Früh-, Spät- und Nachtschicht)",
            "Sonn- und feiertags"
          ]
        },
        {
          "id": "arbeitsalltag_beschreibung",
          "type": "textarea",
          "label": "Wie sieht Ihr Arbeitsalltag aus? Beschreiben Sie einen typischen Arbeitstag"
        },
        {
          "id": "taetigkeit_info",
          "type": "label",
          "label": "Tätigkeit verbunden mit"
        },
        {
          "id": "taetigkeit_stehen",
          "type": "radio",
          "label": "Stehen",
          "options": [ "Gelegentlich <5%", "Zeitweise <10%", "Überwiegend 51-90%", "Ständig >90%" ]
        },
        {
          "id": "taetigkeit_gehen",
          "type": "radio",
          "label": "Gehen",
          "options": [ "Gelegentlich <5%", "Zeitweise <10%", "Überwiegend 51-90%", "Ständig >90%" ]
        },
        {
          "id": "taetigkeit_sitzen",
          "type": "radio",
          "label": "Sitzen",
          "options": [ "Gelegentlich <5%", "Zeitweise <10%", "Überwiegend 51-90%", "Ständig >90%" ]
        },
        {
          "id": "taetigkeit_buecken",
          "type": "radio",
          "label": "Bücken",
          "options": [ "Gelegentlich <5%", "Zeitweise <10%", "Überwiegend 51-90%", "Ständig >90%" ]
        },
        {
          "id": "arbeitsbedingungen_physisch",
          "type": "checkbox-group",
          "label": "Mit welchen physischen Belastungen ist Ihre Tätigkeit zeitweise oder ständig verbunden?",
          "options": [
            "Häufiges Stehen",
            "Häufiges Gehen",
            "Häufiges Sitzen",
            "Bücken / Knien / Hocken",
            "Arbeiten auf Leitern / Gerüsten",
            "Arme über Schulterhöhe / Zwangshaltungen",
            "Heben und Tragen von Lasten unter 10 kg",
            "Heben und Tragen von Lasten bis 15 kg",
            "Heben und Tragen von Lasten bis zu 40 kg"
          ]
        },
        {
          "id": "hebehilfen",
          "type": "radio",
          "label": "Sind Hebehilfen vorhanden?",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "umgebungsbedingungen",
          "type": "checkbox-group",
          "label": "Unter welchen Bedingungen arbeiten Sie?",
          "options": [
            "Kälte / Nässe / Zugluft",
            "Hitzebelastung",
            "Staub / Rauch / Hautreizstoffe",
            "Geräusche / Vibrationen",
            "Magnetfelder",
            "Im Freien (mit/ohne Dach)",
            "An laufenden Maschinen / Bildschirmarbeit",
            "Künstliches Licht",
            "Montage / Fließband",
            "Publikumsverkehr / Häufige Reisetätigkeit"
          ]
        },
        {
          "id": "arbeitsklima_faktoren",
          "type": "checkbox-group",
          "label": "Welche organisatorischen oder psychischen Faktoren treffen auf Ihren Arbeitsplatz zu?",
          "options": [
            "Akkordarbeit",
            "Enge Zeitvorgaben",
            "Häufige Überstunden",
            "Großraumbüro",
            "Mobbing / Belästigung",
            "Unsicherer Arbeitsplatz",
            "Personalmangel",
            "Erhöhte Konzentration / Verantwortung",
            "Geregelte Pausenzeiten"
          ]
        },
        {
          "id": "arbeitsweg",
          "type": "text",
          "label": "Arbeitsweg (Entfernung in km, Wegstrecke zu Fuß, Transportmittel, Fahrzeit in Minuten)"
        },
        {
          "id": "arbeitsplatz_zufriedenheit",
          "type": "select",
          "label": "Wie zufrieden sind Sie mit Ihrem Arbeitsplatz?",
          "options": [ "Sehr zufrieden", "Zufrieden", "Mäßig zufrieden", "Unzufrieden" ]
        }
      ]
    },
    {
      "title": "Arbeitsunfähigkeit & Prognose",
      "showDivider": true,
      "fields": [
        {
          "id": "aktuell_au",
          "type": "radio",
          "label": "Sind Sie zurzeit arbeitsunfähig?",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "aktuell_au_details",
          "type": "text",
          "label": "Wenn ja: Seit wann und weswegen?"
        },
        {
          "id": "au_historie",
          "type": "group",
          "label": "Arbeitsunfähigkeiten in den letzten 12 Monaten",
          "repeatable": true,
          "max": 5,
          "addButtonText": "Zeitraum hinzufügen",
          "fields": [
            {
              "id": "zeitraum_au",
              "type": "text",
              "label": "Von – bis"
            },
            {
              "id": "grund_au",
              "type": "text",
              "label": "Wegen (Diagnose/Grund)"
            }
          ]
        },
        {
          "id": "prognose_arbeit",
          "type": "text",
          "label": "Werden Sie in Ihrer letzten Tätigkeit wieder arbeiten können? Warum glauben Sie das?"
        },
        {
          "id": "erwartung_reha",
          "type": "text",
          "label": "Glauben Sie, dass das geplante Heilverfahren Ihnen helfen kann?"
        },
        {
          "id": "wünsche_infos",
          "type": "textarea",
          "label": "Haben Sie weitere wichtige Informationen und Wünsche an uns?"
        }
      ]
    },
    {
      "title": "Aktuelle Medikation",
      "fields": [
        {
          "id": "medikation",
          "type": "group",
          "label": "Regelmäßig eingenommene Medikamente",
          "repeatable": true,
          "max": 20,
          "addButtonText": "Medikament hinzufügen",
          "fields": [
            {
              "id": "medikament",
              "type": "text",
              "label": "Medikament",
              "maxlength": 100
            },
            {
              "id": "dosierung",
              "type": "text",
              "label": "Dosierung",
              "maxlength": 50
            },
            {
              "id": "morgens",
              "type": "checkbox",
              "label": "Morgens"
            },
            {
              "id": "mittags",
              "type": "checkbox",
              "label": "Mittags"
            },
            {
              "id": "abends",
              "type": "checkbox",
              "label": "Abends"
            },
            {
              "id": "nachts",
              "type": "checkbox",
              "label": "Nachts"
            }            
          ]
        }
      ]
    },
    {
      "title": "Rehabilitationsziele",
      "fields": [
        {
          "id": "ziele_text",
          "type": "textarea",
          "label": "Welche konkreten Ziele möchten Sie erreichen? (Körperlich, seelisch, beruflich, Umgang mit der Erkrankung)"
        },
        {
          "id": "verhaltensaerderungen",
          "type": "checkbox-group",
          "label": "In welchen Bereichen streben Sie konkrete Verhaltensänderungen an?",
          "options": [ "Mehr Bewegung / Sport", "Ernährungsumstellung", "Gewichtsabnahme", "Tabakentwöhnung", "Sonstiges" ]
        },
        {
          "id": "ziele_top3",
          "type": "text",
          "label": "Wenn Sie mehrere Ziele genannt haben: Welches sind die 3 wichtigsten Ziele für Sie? (1., 2., 3.)"
        }
      ]
    }


  ]
}

📄
form.json
{
  "formId": "IK der Klinik!!!",
  "title": "Selbstauskunftsbogen Orthopädie",
  "sections": [
    {
      "title": "Stammdaten & Kontakt",
      "showDivider": true,
      "fields": [
        { "id": "telefon", "type": "text", "label": "Telefonnummer" },
        { "id": "mobil", "type": "text", "label": "Mobil-Nummer" },
        { "id": "notfallkontakt", "type": "text", "label": "Name und Rufnummer Notfallkontakt", "required": true },
        { "id": "krankenkasse", "type": "text", "label": "Ihre Krankenkasse" },
        { "id": "versicherungsnummer", "type": "text", "label": "Krankenversicherungsnummer" },
        { "id": "anschrift_kasse", "type": "text", "label": "Anschrift Ihrer Krankenkasse" },
        { "id": "steuer_id", "type": "text", "label": "Ihre Steuer-ID", "helpText": "Notwendig zur Bearbeitung von Anfragen des Sozialdienstes." }
      ]
    },
    {
      "title": "Behandelnde Ärzte / Therapeuten",
      "showDivider": true,
      "fields": [
        {
          "id": "arzt_hausarzt",
          "type": "text",
          "label": "Hausarzt (Name, Fachrichtung, Anschrift)",
          "fullWidth": true
        },
        {
          "id": "arzt_facharzt1",
          "type": "text",
          "label": "Facharzt 1 (Name, Fachrichtung, Anschrift)",
          "fullWidth": true
        },

        {
          "id": "arzt_facharzt2",
          "type": "text",
          "label": "Facharzt 2 (Name, Fachrichtung, Anschrift)",
          "fullWidth": true
        }
      ]
    },
    {
      "title": "Allgemeine Krankheitsvorgeschichte",
      "showDivider": true,
      "fields": [
        {
          "id": "vor_rehas",
          "type": "group",
          "label": "Letzte Rehabilitationsverfahren, falls durchgeführt",
          "fullWidth": true,
          "repeatable": true,
          "max": 4,
          "addButtonText": "Reha-Verfahren hinzufügen",
          "fields": [
            {
              "id": "reha_klinik",
              "type": "text",
              "label": "Klinik"
            },
            {
              "id": "reha_indikation",
              "type": "text",
              "label": "Indikation"
            },
            {
              "id": "reha_jahr",
              "type": "text",
              "label": "Jahr"
            }
          ]
        },
        { "id": "vorerkrankungen", "type": "text", "label": "Wichtige Vorerkrankungen / Operationen", "helpText": "Z. B. Diabetes, Bluthochdruck, Herzinfarkt, Schlaganfall, Operationen etc." },
        { "id": "groesse", "type": "text", "label": "Körpergröße (in cm)" },
        { "id": "gewicht", "type": "text", "label": "Körpergewicht (in kg)" },
        { "id": "haendigkeit", "type": "radio", "label": "Händigkeit", "options": ["Rechtshänder", "Linkshänder"] },
        { "id": "metall_im_koerper", "type": "text", "label": "Metall im Körper? (Wenn ja, wo?)" },
        { "id": "kuenstliche_gelenke", "type": "text", "label": "Künstliche Gelenke? (Wenn ja, wo?)" },
        { "id": "transplantate", "type": "text", "label": "Transplantate? (Wenn ja, wo?)" },
        { "id": "hilfsmittel", "type": "text", "label": "Verwendung von Hilfsmitteln", "helpText": "Z. B. Rollator, Unterarmgehstützen etc." }
      ]
    }    ,
    {
      "title": "Jetzige Beschwerden & Schmerzregionen",
      "showDivider": true,
      "fields": [
        {
          "id": "beschwerdenbild",
          "type": "image",
          "label": "Wo haben Sie Schmerzen?",
          "src": "skelett.png",
          "size": "600px",
          "fullWidth": true
        },
        {
          "id": "beschwerden",
          "type": "checkbox-group",
          "label": "Bitte wählen Sie die Nummer(n) der betroffenen Bereiche",
          "options": [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20" ],
          "fullWidth": true
        },
        {
          "id": "schmerzen_beschreibung",
          "type": "textarea",
          "label": "Genaue Beschreibung Ihrer aktuellen Schmerzen & Beschwerden",
          "fullWidth": true
        }
      ]
    },
    {
      "title": "Vegetative Anamnese",
      "showDivider": true,
      "fields": [
        {
          "id": "nikotin",
          "type": "radio",
          "label": "Nikotin",
          "options": [ "nein", "ja" ],
          "fullWidth": true
        },
        {
          "id": "nikotin_menge",
          "type": "text",
          "label": "Wenn ja: Wie viele Zigaretten pro Tag?",
          "fullWidth": true
        },
        { "id": "alkohol", "type": "radio", "label": "Alkoholkonsum", "options": ["nein", "gelegentlich", "regelmäßig"] },
        { "id": "schlaf", "type": "radio", "label": "Schlaf", "options": ["gut", "gestört"] },
        { "id": "appetit", "type": "radio", "label": "Appetit", "options": ["gut", "gemindert", "gesteigert"] },
        { "id": "stuhlgang", "type": "radio", "label": "Stuhlgang", "options": ["regelmäßig", "Verstopfung", "Durchfallneigung"] },
        { "id": "wasser_lassen", "type": "radio", "label": "Wasser lassen", "options": ["beschwerdefrei", "schmerzhaft", "vermehrt"] },
        {
          "id": "allergien",
          "type": "radio",
          "label": "Allergien",
          "options": [ "nein", "ja" ],
          "fullWidth": true
        },
        {
          "id": "allergien_details",
          "type": "text",
          "label": "Wenn ja, gegen:",
          "fullWidth": true
        }
      ]
    },
    {
      "title": "Sozialanamnese",
      "showDivider": true,
      "fields": [
        {
          "id": "familienstand_ortho",
          "type": "select",
          "label": "Familienstand",
          "options": ["ledig", "verheiratet", "geschieden", "getrennt lebend", "in Partnerschaft lebend", "verwitwet"]
        },
        { "id": "kinder_anzahl_gesamt", "type": "text", "label": "Ich habe ... Kinder" },
        { "id": "kinder_versorgungspflichtig", "type": "text", "label": "davon versorgungspflichtig:" },
        { "id": "betreuung_angehoerige", "type": "radio", "label": "Ich betreue kranke/behinderte Angehörige", "options": ["nein", "ja"] },
        { "id": "betreuung_details", "type": "text", "label": "Wenn ja, wen / Umfang:" },
        {
          "id": "wohnsituation_ortho",
          "type": "checkbox-group",
          "label": "Ich wohne in:",
          "options": [ "Eigenheim", "Eigentumswohnung", "Mietwohnung" ],
          "fullWidth": true
        },
        { "id": "wohnung_etage", "type": "text", "label": "Etage:" },
        { "id": "wohnung_lift", "type": "radio", "label": "Lift vorhanden?", "options": ["Ja", "Nein"] },
        { "id": "schwerbehinderung", "type": "radio", "label": "Liegt eine Schwerbehinderung vor?", "options": ["nein", "ja"] },
        { "id": "schwerbehinderung_details", "type": "text", "label": "Wenn ja: Grad, mit Zusatz und seit wann?" },
        { "id": "schwerbehinderung_antraege", "type": "radio", "label": "Gibt es laufende Anträge auf Schwerbehinderung / Verschlimmerung?", "options": ["Nein", "Ja"] },
        { "id": "pflegestufe_ortho", "type": "radio", "label": "Liegt eine Pflegestufe vor?", "options": ["nein", "ja"] },
        { "id": "pflegestufe_stufe", "type": "text", "label": "Wenn ja, Pflegestufe / Pflegegrad:" },
        {
          "id": "selbsthilfegruppe",
          "type": "radio",
          "label": "Besuchen Sie eine Selbsthilfegruppe?",
          "options": [ "nein", "ja" ],
          "fullWidth": true
        },
        { "id": "selbsthilfegruppe_welche", "type": "text", "label": "Wenn ja, folgende:" },
        {
          "id": "hobbys_zeit",
          "type": "checkbox-group",
          "label": "Freizeitaktivitäten / Hobbys:",
          "options": [ "Garten", "Wandern", "Gymnastik", "Radfahren", "Sonstiges" ],
          "fullWidth": true
        },
        { "id": "hobbys_zeit_details", "type": "text", "label": "Ungefährer Zeitaufwand pro Woche (z. B. Wandern 2 Std./Woche):" },
        {
          "id": "reha_angeregt_von",
          "type": "select",
          "label": "Die Rehabilitation wurde angeregt von:",
          "options": ["Krankenkasse", "Deutsche Rentenversicherung", "Sozialdienst der operierenden Klinik", "mir selbst"]
        }
      ]
    }    ,
    {
      "title": "Berufliche Anamnese & Werdegang",
      "showDivider": true,
      "fields": [
        { "id": "krank_letztes_jahr", "type": "radio", "label": "Waren Sie im letzten Jahr krankgeschrieben (arbeitsunfähig)?", "options": ["nein", "ja"] },
        { "id": "krank_letztes_jahr_wochen", "type": "text", "label": "Wenn ja, insgesamt wie viele Wochen? (0-52 Wochen):" },
        { "id": "aktuell_au_ortho", "type": "radio", "label": "Sind Sie zurzeit arbeitsunfähig erkrankt?", "options": ["nein", "ja"] },
        { "id": "aktuell_au_seit", "type": "text", "label": "Wenn ja, seit wann? (TT.MM.JJJJ):" },
        { "id": "verbeamtet", "type": "radio", "label": "Sind Sie verbeamtet?", "options": ["nein", "ja"] },
        { "id": "nicht_erwerbstaetig_status", "type": "text", "label": "Wenn Sie nicht erwerbstätig sind: Seit wann beziehen Sie ALG 1, ALG 2, Bürgergeld, Grundsicherung oder Erwerbsminderungsrente (ggf. befristet bis)?" },
        { "id": "altersteilzeit_vorruhestand", "type": "text", "label": "Angaben zu Vorruhestand / Altersteilzeit (Beginn aktive / passive Phase, Altersruhegeld seit):" },
        { "id": "rentenantrag_status", "type": "radio", "label": "Haben Sie einen Rentenantrag gestellt?", "options": ["nein", "ja, wurde abgelehnt", "ja, wird noch bearbeitet"] },
        {
          "id": "schulbildung",
          "type": "select",
          "label": "Schulbildung",
          "options": ["Hauptschule", "Realschule", "Gymnasium", "Fachoberschule", "Sonstiges"]
        },
        { "id": "erlernter_beruf", "type": "text", "label": "Erlernter Beruf:" },
        {
          "id": "jobs",
          "type": "group",
          "label": "Meine vorherigen beruflichen Tätigkeiten",
          "repeatable": true,
          "fullWidth": true,
          "max": 10,
          "addButtonText": "Tätigkeit hinzufügen",
          "helpText": "Beruflicher Werdegang: Tragen Sie hier Ihren Werdegang chronologisch ein.",
          "fields": [
            {
              "id": "taetigkeit",
              "type": "text",
              "label": "Tätigkeit"
            },
            {
              "id": "zeitraum",
              "type": "text",
              "label": "von – bis (Monat / Jahr)"
            },
            {
              "id": "firma",
              "type": "text",
              "label": "Arbeitgeber / Firma"
            }
          ]
        },
        {
          "id": "jetzige_letzte_taetigkeit",
          "type": "text",
          "label": "Jetzige bzw. zuletzt ausgeübte Tätigkeit (Kurze Beschreibung):",
          "fullWidth": true
        },
        {
          "id": "arbeitszeit_weise",
          "type": "checkbox-group",
          "label": "Arbeitszeit und -weise:",
          "options": [ "Ganztagsarbeit", "Teilzeitarbeit", "Wechselschicht", "Nachtschicht", "Akkord", "besonderer Zeitdruck" ],
          "fullWidth": true
        },
        {
          "id": "beanspruchung_bewegungsapparat",
          "type": "checkbox-group",
          "label": "Beanspruchung des Bewegungsapparates:",
          "options": [ "stehend/gehend", "sitzend", "in gebückter/kniender Haltung", "oft mit erhobenen Armen", "häufiges Klettern und Steigen" ],
          "fullWidth": true
        },
        { "id": "heben_von_lasten_kg", "type": "text", "label": "Heben von Lasten häufiger bis wie viel kg?:" },
        {
          "id": "berufliches_kraftfahren",
          "type": "checkbox-group",
          "label": "Berufliches Kraftfahren:",
          "options": [ "Pkw während der Arbeitszeit", "LKW (mit Ladetätigkeit)", "Baumaschinen/sonstige Fahrzeuge", "Personenbeförderung", "Gefahrguttransport" ],
          "fullWidth": true
        },
        {
          "id": "aeussere_einfluesse",
          "type": "checkbox-group",
          "label": "Äußere Einflüsse am Arbeitsplatz:",
          "options": [ "Kälte", "Hitze", "starke Staubentwicklung", "Erschütterungen/Vibrationen", "Rauchentwicklung", "Gerüche, Gase, Dämpfe", "hautreizende Stoffe", "starker Lärm" ],
          "fullWidth": true
        },
        {
          "id": "beanspruchung_sinnesorgane",
          "type": "checkbox-group",
          "label": "Beanspruchung der Sinnesorgane / Sonstiges:",
          "options": [ "ständige Konzentration", "hohe Verantwortung für Personen", "hohe Verantwortung für Sachwerte", "Anlagensteuerung (Überwachung)", "Publikumsverkehr", "häufige Reisetätigkeit", "Schwindelfreiheit erforderlich", "erhöhte Unfallgefahr" ],
          "fullWidth": true
        },
        { "id": "arbeitgeber_name_anschrift", "type": "text", "label": "Name und Anschrift des Arbeitgebers" },
        { "id": "arbeitszeit_stunden_woche", "type": "text", "label": "Kurze Tätigkeitsbeschreibung (Std./Woche)" },
        {
          "id": "koerperliche_arbeit_einstufung",
          "type": "radio",
          "label": "Meine Tätigkeit ist/war körperlich:",
          "options": ["leicht", "leicht bis mittelschwer", "mittelschwer", "schwer"]
        },
        {
          "id": "arbeit_faellt_schwer",
          "type": "checkbox-group",
          "label": "Bei meiner Arbeit fällt/fiel mir besonders schwer:",
          "options": ["Nichts", "Heben", "Bildschirmtätigkeit", "Bücken", "Sitzen", "Ausdauer", "Tragen", "Stehen", "Konzentration", "Sonstiges"]
        },
        {
          "id": "arbeitsplatz_erreichen_mit",
          "type": "checkbox-group",
          "label": "Erreichen des Arbeitsplatzes mit:",
          "options": ["Pkw", "ÖPNV", "Fahrrad", "zu Fuß"]
        },
        { "id": "arbeitsplatz_entfernung_km", "type": "text", "label": "Entfernung zum Arbeitsplatz (in km):" },
        { "id": "arbeitsplatz_zufrieden", "type": "radio", "label": "Ich bin mit der Situation am Arbeitsplatz zufrieden:", "options": ["ja", "nein"] },
        { "id": "arbeitsplatz_unzufrieden_weil", "type": "text", "label": "Wenn nein, weil:" },
        { "id": "berufswechsel_geplant", "type": "radio", "label": "Ein Berufswechsel bzw. eine Umschulung ist geplant:", "options": ["ja", "nein"] },
        { "id": "betriebsaerztliche_betreuung", "type": "radio", "label": "Betriebsärztliche Betreuung:", "options": ["ja", "nein"] }
      ]
    },
    {
      "title": "Zuletzt benötigen wir noch Angaben zu Ihrer aktuellen Medikation (alternativ übersenden Sie uns gern Ihren aktuellen Medikamentenplan). Bitte bringen Sie die Medikamente in ausreichender Menge für die Dauer des Aufenthaltes mit.",
      "fields": [
        {
          "id": "medikation",
          "type": "group",
          "label": "Ich nehme folgende Medikamente regelmäßig ein (bitte Name und tägliche Menge angeben):",
          "repeatable": true,
          "max": 20,
          "fullWidth": true,
          "addButtonText": "Medikament hinzufügen",
          "fields": [
            {
              "id": "medikament",
              "type": "text",
              "label": "Medikament",
              "maxlength": 100
            },
            {
              "id": "dosierung",
              "type": "text",
              "label": "Dosierung",
              "maxlength": 50
            },
            {
              "id": "morgens",
              "type": "checkbox",
              "label": "Morgens"
            },
            {
              "id": "mittags",
              "type": "checkbox",
              "label": "Mittags"
            },
            {
              "id": "abends",
              "type": "checkbox",
              "label": "Abends"
            },
            {
              "id": "nachts",
              "type": "checkbox",
              "label": "Nachts"
            }
          ]
        }
      ]
    }
  ]
}


📄
form.json
{
  "formId": "IK der Klinik!!!",
  "title": "Selbstauskunftsbogen Urologie",
  "sections": [
    {
      "title": "Stammdaten & Zuweisung",
      "showDivider": true,
      "fields": [        
        {
          "id": "koerpergroesse",
          "type": "text",
          "label": "Körpergröße (cm)",
          "format": "numeric"
        },
        {
          "id": "gewicht",
          "type": "text",
          "label": "Gewicht (kg)",
          "format": "decimal"
        },                
        {
          "id": "telefonnummer",
          "type": "text",
          "label": "Telefonnummer",
          "format": "phone"
        },
        {
          "id": "mobilnummer",
          "type": "text",
          "label": "Eigene Mobilnummer",
          "format": "phone"
        },
        {
          "id": "familienstand",
          "type": "checkbox-group",
          "label": "Familienstand",
          "fullWidth": true,
          "options": [ "ledig", "verheiratet", "geschieden", "getrennt lebend", "verpartnert", "verwitwet" ]
        },
        {
          "id": "angehoeriger_name",
          "type": "text",
          "label": "Nächster Angehöriger / Vertrauensperson: Name, Vorname",
          "maxlength": 100
        },
        {
          "id": "angehoeriger_telefon",
          "type": "text",
          "label": "Telefonnummer",
          "format": "phone"
        },
        {
          "id": "angehoeriger_mobil",
          "type": "text",
          "label": "Mobilnummer",
          "format": "phone"
        },
        {
          "id": "krankenkasse",
          "type": "text",
          "fullWidth": true,
          "label": "Name und Anschrift Ihrer Krankenkasse / Krankenversicherungsnummer",
          "maxlength": 300
        },
        {
          "id": "rentenversicherung",
          "type": "text",
          "label": "Name Ihrer Rentenversicherung / Rentenversicherungsnummer",
          "maxlength": 300
        },
        {
          "id": "steuer_ident",
          "type": "text",
          "label": "Steuer-Ident-Nummer",
          "maxlength": 50,
          "helpText": "Notwendig zur Bearbeitung von Anfragen des Sozialdienstes."
        },
        {
          "id": "beihilfestelle",
          "type": "text",
          "label": "Für Beamte: Name und Anschrift der Beihilfestelle / Beihilfenummer",
          "maxlength": 300
        }
      ]
    },
    {
      "title": "Aktuelle Medikation",
      "showDivider": true,
      "fields": [
        {
          "id": "medikation",
          "type": "group",
          "label": "Regelmäßig eingenommene Medikamente",
          "repeatable": true,
          "max": 20,
          "fullWidth": true,
          "addButtonText": "Medikament hinzufügen",
          "fields": [
            {
              "id": "medikament",
              "type": "text",
              "label": "Medikament",
              "maxlength": 100
            },
            {
              "id": "dosierung",
              "type": "text",
              "label": "Dosierung",
              "maxlength": 50
            },
            {
              "id": "morgens",
              "type": "checkbox",
              "label": "Morgens"
            },
            {
              "id": "mittags",
              "type": "checkbox",
              "label": "Mittags"
            },
            {
              "id": "abends",
              "type": "checkbox",
              "label": "Abends"
            },
            {
              "id": "nachts",
              "type": "checkbox",
              "label": "Nachts"
            }
          ]
        },
        {
          "id": "urologe",
          "type": "text",
          "fullWidth": true,
          "label": "Urologe (Name, Straße, PLZ, Ort)",
          "maxlength": 200
        },
        {
          "id": "hausarzt",
          "type": "text",
          "fullWidth": true,
          "label": "Hausarzt (Name, Straße, PLZ, Ort)",
          "maxlength": 200
        }
      ]
    },
    {
      "title": "Allgemeine und klinische Anamnese",
      "showDivider": true,
      "fields": [
        {
          "id": "bisherige_reha",
          "type": "group",
          "fullWidth": true,
          "label": "Bisher durchgeführte Rehabilitationsmaßnahmen",
          "repeatable": true,
          "max": 4,
          "addButtonText": "Reha hinzufügen",
          "fields": [
            {
              "id": "klinik",
              "type": "text",
              "label": "Klinik",
              "maxlength": 150
            },
            {
              "id": "indikation",
              "type": "text",
              "label": "Indikation/Grund",
              "maxlength": 150
            },
            {
              "id": "jahr",
              "type": "text",
              "label": "Jahr",
              "format": "numeric",
              "maxlength": 4
            }
          ]
        },
        {
          "id": "bisherige_operationen",
          "type": "group",
          "fullWidth": true,
          "label": "Hatten Sie Operationen? (welche, Jahr, Seite, Grund)",
          "repeatable": true,
          "max": 4,
          "addButtonText": "Operation hinzufügen",
          "fields": [
            {
              "id": "art",
              "type": "text",
              "label": "welche",
              "maxlength": 150
            },
            {
              "id": "jahr",
              "type": "text",
              "label": "Jahr",
              "maxlength": 4
            },
            {
              "id": "seite",
              "type": "text",
              "label": "Seite",
              "maxlength": 20
            },
            {
              "id": "grund",
              "type": "text",
              "label": "Grund",
              "maxlength": 100
            }
          ]
        },        
        {
          "id": "vorerkrankungen",
          "type": "textarea",
          "fullWidth": true,
          "label": "Wichtige Vorerkrankungen (z.B. Diabetes, Bluthochdruck, Herzinfarkt, Rhythmusstörungen, neurologische Erkrankungen, Schlaganfall, Unfälle)",
          "maxlength": 1500
        },
        {
          "id": "herzschrittmacher",
          "type": "radio",
          "label": "Herzschrittmacher",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "herzschrittmacher_seit",
          "type": "text",
          "label": "Wenn ja: seit wann?",
          "format": "date"
        },
        {
          "id": "metallimplantate",
          "type": "radio",
          "label": "Metallimplantate",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "metallimplantate_details",
          "type": "text",
          "label": "Wenn ja: folgende",
          "maxlength": 300
        },
        {
          "id": "dmp_programm",
          "type": "radio",
          "label": "Ich nehme am DMP-Programm der Krankenkasse teil",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "dmp_details",
          "type": "text",
          "label": "Wenn ja: folgendes",
          "maxlength": 200
        }
      ]
    },
    {
      "title": "Vegetative Anamnese",
      "showDivider": true,
      "fields": [
        {
          "id": "nikotin",
          "type": "radio",
          "label": "Nikotin",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "nikotin_menge",
          "type": "text",
          "label": "Wenn ja: Zigaretten pro Tag",
          "format": "numeric"
        },
        {
          "id": "alkohol",
          "type": "radio",
          "label": "Alkohol",
          "options": [ "Nein", "Selten", "Gelegentlich", "Regelmäßig", "Täglich" ]
        },
        {
          "id": "schlaf",
          "type": "radio",
          "label": "Schlaf",
          "options": [ "Gut", "Gestört", "Unterbrochen durch Wasserlassen" ]
        },
        {
          "id": "appetit",
          "type": "radio",
          "label": "Appetit",
          "options": [ "Normal", "Gemindert", "Gesteigert" ]
        },
        {
          "id": "stuhlgang",
          "type": "radio",
          "label": "Stuhlgang",
          "options": [ "Regelmäßig", "Verstopfung", "Durchfall" ]
        },
        {
          "id": "gewichtsveraenderung",
          "type": "radio",
          "label": "Gewichtsveränderung",
          "options": [ "Keine", "Zunahme", "Abnahme", "Nicht bekannt" ]
        },
        {
          "id": "allergien",
          "type": "radio",
          "fullWidth": true,
          "label": "Allergien",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "allergien_details",
          "type": "text",
          "fullWidth": true,
          "label": "Wenn ja: welche?",
          "maxlength": 500
        }
      ]
    },
    {
      "title": "Allgemeine Sozialanamnese",
      "showDivider": true,
      "fields": [
        {
          "id": "kinder_anzahl",
          "type": "text",
          "fullWidth": true,
          "label": "Ich habe Kinder, davon versorgungspflichtig",
          "maxlength": 100
        },
        {
          "id": "betreuung_angehoerige",
          "type": "radio",
          "label": "Betreuung von kranken / behinderten Angehörigen",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "betreuung_details",
          "type": "text",
          "label": "Wenn ja: Details",
          "maxlength": 300
        },
        {
          "id": "wohnform",
          "type": "checkbox-group",
          "label": "Wohnform",
          "options": [ "Eigenheim", "Eigentumswohnung", "Mietwohnung", "Etage", "Lift" ]
        },
        {
          "id": "freizeitaktivitaeten",
          "type": "checkbox-group",
          "fullWidth": true,
          "label": "Freizeitaktivitäten",
          "options": [ "Gartenarbeit", "Sport", "Sonstiges" ]
        },
        {
          "id": "freizeit_sonstiges",
          "type": "text",
          "label": "Sonstige Freizeitaktivitäten",
          "maxlength": 300
        },
        {
          "id": "selbsthilfegruppe",
          "type": "radio",
          "fullWidth": true,
          "label": "Teilnahme an Selbsthilfegruppen",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "behindertenausweis",
          "type": "radio",
          "label": "Besitzen Sie einen Schwerbehindertenausweis?",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "gdb",
          "type": "text",
          "label": "GdB",
          "format": "numeric"
        },
        {
          "id": "merkzeichen",
          "type": "text",
          "label": "Merkzeichen",
          "maxlength": 100
        },
        {
          "id": "gdb_seit",
          "type": "text",
          "label": "Seit wann?",
          "format": "date"
        }
      ]
    },
    {
      "title": "Berufsanamnese",
      "showDivider": true,
      "fields": [
        {
          "id": "schulabschluss",
          "type": "checkbox-group",
          "fullWidth": true,
          "label": "Schulabschluss",
          "options": [ "Hauptschule", "Realschule", "Gymnasium", "Fachoberschule", "Universität" ]
        },
        {
          "id": "erlernter_beruf",
          "type": "text",
          "label": "Erlernter Beruf",
          "maxlength": 150
        },
        {
          "id": "erlernter_beruf_abschluss",
          "type": "radio",
          "label": "Erlernter Beruf mit / ohne Abschluss",
          "options": [ "Mit Abschluss", "Ohne Abschluss" ]
        },
        {
          "id": "aktueller_beruf",
          "type": "text",
          "label": "Aktueller / zuletzt ausgeübter Beruf",
          "maxlength": 150
        },
        {
          "id": "aktueller_beruf_abschluss",
          "type": "radio",
          "label": "Aktueller / zuletzt ausgeübter Beruf mit / ohne Abschluss",
          "options": [ "Mit Abschluss", "Ohne Abschluss" ]
        },
        {
          "id": "taetigkeiten",
          "type": "group",
          "fullWidth": true,
          "label": "Zuletzt ausgeübte Tätigkeiten",
          "repeatable": true,
          "max": 5,
          "addButtonText": "Tätigkeit hinzufügen",
          "fields": [
            {
              "id": "taetigkeit",
              "type": "text",
              "label": "Tätigkeit",
              "maxlength": 150
            },
            {
              "id": "von",
              "type": "text",
              "label": "Von",
              "format": "date"
            },
            {
              "id": "bis",
              "type": "text",
              "label": "Bis",
              "format": "date"
            }
          ]
        },
        {
          "id": "berufliche_stellung",
          "type": "checkbox-group",
          "label": "Berufliche Stellung",
          "options": [ "Angestellte/r", "Selbstständige/r", "Beamte/r" ]
        },
        {
          "id": "erwerbstaetig",
          "type": "radio",
          "label": "Sind Sie erwerbstätig bzw. berufstätig?",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "au_letzte_12_monate",
          "type": "radio",
          "label": "Waren Sie in den letzten 12 Monaten arbeitsunfähig krank?",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "au_von_bis",
          "type": "text",
          "label": "Wenn ja: von / bis",
          "maxlength": 100
        },
        {
          "id": "aktuell_arbeitsunfaehig",
          "type": "radio",
          "label": "Sind Sie zurzeit arbeitsunfähig krank?",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "aktuell_au_seit",
          "type": "text",
          "label": "Wenn ja: seit wann?",
          "format": "date"
        },
        {
          "id": "taetigkeit_beschreibung",
          "type": "textarea",
          "fullWidth": true,
          "label": "Beschreiben Sie bitte Ihre derzeitige Tätigkeit oder die zuletzt ausgeübte Tätigkeit. Sofern Sie arbeitslos sind, beziehen Sie sich bitte auf Ihre letzte Tätigkeit.",
          "maxlength": 2000
        }
      ]
    },
    {
      "title": "Arbeitszeit und Arbeitsplatzbelastungen",
      "showDivider": true,
      "fields": [
        {
          "id": "arbeitszeit",
          "type": "checkbox-group",
          "fullWidth": true,
          "label": "Arbeitszeit und Arbeitsweise",
          "options": [ "Ganztagsarbeit", "Teilzeitarbeit", "Wechselschicht", "Nachtschicht", "Akkordarbeit", "Besonderer Zeitdruck" ]
        },
        {
          "id": "bewegungsapparat",
          "type": "checkbox-group",
          "fullWidth": true,
          "label": "Beanspruchung des Bewegungsapparates",
          "options": [ "Überwiegend stehend / gehend", "Überwiegend sitzend", "In gebückter / kniender Haltung", "Oft mit erhobenem Arm", "Heben von Lasten bis 10 kg", "Häufiges Klettern und Steigen" ]
        },
        {
          "id": "berufliches_kraftfahren",
          "type": "checkbox-group",
          "fullWidth": true,
          "label": "Berufliches Kraftfahren",
          "options": [ "PKW während der Arbeitszeit", "LKW mit / ohne Ladetätigkeit", "Baumaschinen (Bagger, Kran o.ä.)", "Sonstige Fahrzeuge", "Personenbeförderung", "Gefahrguttransporte" ]
        },
        {
          "id": "aeussere_einfluesse",
          "type": "checkbox-group",
          "fullWidth": true,
          "label": "Äußere Einflüsse",
          "options": [ "Kälte, Hitze, Zugluft", "Starke Staubentwicklung", "Erschütterungen / Vibrationen", "Rauchentwicklung", "Gerüche, Gase, Dämpfe", "Hautreizende Stoffe", "Starker Lärm" ]
        },
        {
          "id": "psychische_belastung",
          "type": "checkbox-group",
          "fullWidth": true,
          "label": "Beanspruchung der Sinnesorgane / psychische Faktoren",
          "options": [ "Ständige Konzentration", "Verantwortung für Personen", "Verantwortung für Sachwerte", "Anlagensteuerung / Überwachung" ]
        },
        {
          "id": "sonstige_belastungen",
          "type": "checkbox-group",
          "fullWidth": true,
          "label": "Sonstiges",
          "options": [ "Publikumsverkehr", "Häufige Reisetätigkeit", "Schwindelfreiheit erforderlich", "Erhöhte Unfallgefahr" ]
        },
        {
          "id": "koerperliche_taetigkeit",
          "type": "radio",
          "fullWidth": true,
          "label": "Es ist eine körperlich ... Tätigkeit",
          "options": [ "Leichte", "Mittelschwere", "Schwere" ]
        },
        {
          "id": "arbeit_faellt_schwer",
          "type": "checkbox-group",
          "fullWidth": true,
          "label": "Bei meiner Arbeit fällt mir besonders schwer",
          "options": [ "Nichts", "Bücken", "Tragen", "Heben", "Sitzen", "Konzentration", "Bildschirmtätigkeit", "Ausdauer", "Sonstiges" ]
        },
        {
          "id": "arbeitsplatz_erreichbar",
          "type": "checkbox-group",
          "label": "Erreichen des Arbeitsplatzes mit",
          "options": [ "PKW", "Fahrrad", "ÖPNV", "Fußgänger" ]
        },
        {
          "id": "arbeitsweg_km",
          "type": "text",
          "label": "Entfernung zum Arbeitsplatz (km)",
          "format": "decimal"
        },
        {
          "id": "arbeitsplatz_situation",
          "type": "radio",
          "label": "Ich bin mit der Situation am Arbeitsplatz zufrieden",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "arbeitsplatz_situation_details",
          "type": "text",
          "label": "Wenn nein: weil",
          "maxlength": 300
        },
        {
          "id": "berufswechsel",
          "type": "radio",
          "label": "Ich habe einen Berufswechsel bzw. eine Umschulung geplant",
          "options": [ "Nein", "Ja" ]
        },
        {
          "id": "berufswechsel_details",
          "type": "text",
          "label": "Wenn ja: weil",
          "maxlength": 300
        },
        {
          "id": "betriebsaerztliche_betreuung",
          "type": "radio",
          "label": "Betriebsärztliche Betreuung vorhanden",
          "options": [ "Ja", "Nein" ]
        }
      ]
    },
    {
      "title": "Fragen zur Rente",
      "showDivider": true,
      "fields": [
        {
          "id": "rente_bezug",
          "type": "checkbox-group",
          "label": "Ich beziehe",
          "options": [ "Altersruhegeld / Pension", "Hinterbliebenenrente", "Arbeitslosengeld", "Teilrente", "Volle Erwerbsminderungsrente", "Teilerwerbsminderungsrente", "Grundsicherung" ]
        },
        {
          "id": "rente_seit",
          "type": "text",
          "label": "Seit wann?",
          "format": "date"
        },
        {
          "id": "rentenantrag",
          "type": "checkbox-group",
          "label": "Ich habe einen Antrag auf ... gestellt",
          "options": [ "Altersruhegeld", "Arbeitslosengeld", "Erwerbsunfähigkeitsrente", "Grundsicherung" ]
        },
        {
          "id": "rentenantrag_datum",
          "type": "text",
          "label": "Antragsdatum",
          "format": "date"
        },
        {
          "id": "rentenantrag_abgelehnt",
          "type": "checkbox-group",
          "label": "Mein Rentenantrag wurde",
          "options": [ "Abgelehnt", "Zurzeit noch bearbeitet" ]
        },
        {
          "id": "arbeitsregelung",
          "type": "checkbox-group",
          "fullWidth": true,
          "label": "Ich befinde mich in einer Regelung",
          "options": [ "Vorruhestandsregelung", "Altersteilzeitregelung" ]
        },
        {
          "id": "arbeitsregelung_seit",
          "type": "text",
          "label": "Seit wann?",
          "format": "date"
        },
        {
          "id": "arbeitsregelung_phasen",
          "type": "text",
          "label": "Beginn aktive / passive Phase",
          "maxlength": 150
        }
      ]
    },
    {
      "title": "Eigene Beurteilung der Beschwerden und Einschränkungen",
      "showDivider": true,
      "fields": [
        {
          "id": "umfeld_beeinflusst",
          "type": "radio",
          "fullWidth": true,
          "label": "Wird Ihr normales Lebensalltag / familiäres Umfeld / Freizeitverhalten durch die jetzigen Beschwerden und Einschränkungen beeinflusst?",
          "options": [ "Ja", "Nein" ]
        },
        {
          "id": "umfeld_beschreibung",
          "type": "textarea",
          "fullWidth": true,
          "label": "Wenn ja: bitte beschreiben",
          "maxlength": 1500
        },
        {
          "id": "beruf_beeinflusst",
          "type": "textarea",
          "fullWidth": true,
          "label": "Bei Berufstätigen: Wie wird Ihr Berufsleben durch die Beschwerden und Einschränkungen beeinflusst? Was fällt Ihnen schwer oder ist nicht mehr möglich?",
          "maxlength": 1500
        }
      ]
    },    
    {
      "title": "Ziel des Heilverfahrens",
      "showDivider": true,
      "fields": [
        {
          "id": "ziele",
          "type": "group",
          "fullWidth": true,
          "label": "Von meiner Heilbehandlung erwarte ich besonders, dass",
          "repeatable": true,
          "max": 10,
          "addButtonText": "Erwartung hinzufügen",
          "fields": [
            {
              "id": "erwartung",
              "type": "text",
              "label": "Erwartung",
              "maxlength": 250
            }
          ]
        }
      ]
    },
    {
      "title": "Empfehlung",
      "showDivider": true,
      "fields": [
        {
          "id": "empfehlung",
          "type": "checkbox-group",
          "fullWidth": true,
          "label": "Wer hat Ihnen die Empfehlung für das UKR der Kliniken Hartenstein gegeben?",
          "options": [ "Die Akutklinik (AHB)", "Ihr Arzt zu Hause", "Empfehlungen von Freunden / Verwandten", "Die Internetpräsentation der Kliniken Hartenstein", "Die Rentenversicherung", "Die Krankenkasse", "Anzeigen / Prospekte", "Sie selbst" ]
        }
      ]
    }
  ]
}