Files
gremiumhub/testdata.json
2025-12-07 09:07:41 +01:00

624 lines
24 KiB
JSON

{
"isTemplate": true,
"name": "Name des IT-Systems",
"formElementSections": [
{
"title": "Angaben zum IT-System",
"shortTitle": "IT-System",
"description": "Alle Angaben zum IT-System",
"formElementSubSections": [
{
"title": "Art der Maßnahme",
"subtitle": "",
"formElements": [
{
"reference": "art_der_massnahme",
"title": "Art der IT-System Maßnahme",
"description": "Handelt es sich um eine Einführung, Änderung, Erweiterung oder Ablösung/Einstellung eines IT-Systems?",
"options": [
{
"value": "Einführung",
"label": "Einführung",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
},
{
"value": "Änderung IT-System",
"label": "Änderung IT-System",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
},
{
"value": "Erweiterung",
"label": "Erweiterung",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
},
{
"value": "Ablösung/Einstellung IT-System",
"label": "Ablösung/Einstellung IT-System",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "RADIOBUTTON"
}
]
},
{
"title": "Allgemeine Information",
"subtitle": "Grundlegende Informationen zum IT-System",
"formElements": [
{
"reference": "einfuehrungszeitpunkt",
"title": "Einführungszeitpunkt",
"description": "Geplanter Termin Going Live",
"options": [
{
"value": "",
"label": "Einführungszeitpunkt",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "DATE",
"visibilityCondition": {
"conditionType": "SHOW",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Einführung",
"operator": "EQUALS"
}
},
{
"reference": "testphase_findet_statt",
"title": "Testphase findet statt",
"description": "Findet eine Testphase statt?",
"options": [
{
"value": "Ja",
"label": "Ja",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
},
{
"value": "Nein",
"label": "Nein",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "RADIOBUTTON",
"visibilityCondition": {
"conditionType": "HIDE",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
},
{
"reference": "testphase_zeitraum",
"title": "Testphase Zeitraum",
"description": "Zeitraum der Testphase (von ... bis)",
"options": [
{
"value": "",
"label": "Testphase Zeitraum",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "SHOW",
"sourceFormElementReference": "testphase_findet_statt",
"expectedValue": "Ja",
"operator": "EQUALS"
}
},
{
"reference": "verwendung_anonymisierter_daten",
"title": "Verwendung anonymisierter/fiktiver Daten",
"description": "Während der Testphase/n wird mit anonymisierten bzw. fiktiven Daten gearbeitet",
"options": [
{
"value": "Ja",
"label": "Ja",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
},
{
"value": "Nein",
"label": "Nein",
"processingPurpose": "DATA_ANALYSIS",
"employeeDataCategory": "REVIEW_REQUIRED"
}
],
"type": "RADIOBUTTON",
"visibilityCondition": {
"conditionType": "SHOW",
"sourceFormElementReference": "testphase_findet_statt",
"expectedValue": "Ja",
"operator": "EQUALS"
}
},
{
"reference": "art_der_mitarbeiterdaten",
"title": "Art der Mitarbeiterdaten (falls Echtdaten)",
"description": "Welche Art von Mitarbeiterdaten werden verwendet?",
"options": [
{
"value": "",
"label": "Art der Mitarbeiterdaten",
"processingPurpose": "DATA_ANALYSIS",
"employeeDataCategory": "SENSITIVE"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "SHOW",
"sourceFormElementReference": "verwendung_anonymisierter_daten",
"expectedValue": "Nein",
"operator": "EQUALS"
}
},
{
"reference": "anzahl_betroffener_mitarbeiter",
"title": "Anzahl betroffener Mitarbeiter (Testphase)",
"description": "Wie viele Mitarbeiter sind von der Testphase betroffen?",
"options": [
{
"value": "",
"label": "Anzahl betroffener Mitarbeiter",
"processingPurpose": "DATA_ANALYSIS",
"employeeDataCategory": "REVIEW_REQUIRED"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "SHOW",
"sourceFormElementReference": "verwendung_anonymisierter_daten",
"expectedValue": "Nein",
"operator": "EQUALS"
}
},
{
"reference": "umfang_der_mitarbeiterdatenverarbeitung",
"title": "Umfang der Mitarbeiterdatenverarbeitung",
"description": "In welchem Umfang werden Mitarbeiterdaten verarbeitet?",
"options": [
{
"value": "",
"label": "Umfang der Verarbeitung",
"processingPurpose": "DATA_ANALYSIS",
"employeeDataCategory": "SENSITIVE"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "SHOW",
"sourceFormElementReference": "verwendung_anonymisierter_daten",
"expectedValue": "Nein",
"operator": "EQUALS"
}
},
{
"reference": "name_des_abgeloesten_systems",
"title": "Name des abgelösten Systems",
"description": "Bezeichnung des abgelösten Systems",
"options": [
{
"value": "",
"label": "Name des abgelösten Systems",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "SHOW",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
},
{
"reference": "name_des_geaenderten_systems",
"title": "Name des geänderten Systems",
"description": "Bezeichnung des geänderten Systems",
"options": [
{
"value": "",
"label": "Name des geänderten Systems",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "SHOW",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Änderung IT-System",
"operator": "EQUALS"
}
}
]
},
{
"title": "Verantwortlicher und betroffene Betriebe / Betriebsteile",
"subtitle": "Informationen zu Verantwortlichen und betroffenen Bereichen",
"formElements": [
{
"reference": "verantwortlicher_fachbereich",
"title": "Verantwortlicher Fachbereich und Ansprechpartner",
"description": "Bitte geben Sie den verantwortlichen Fachbereich und Ansprechpartner an",
"options": [
{
"value": "",
"label": "Fachbereich und Ansprechpartner",
"processingPurpose": "BUSINESS_PROCESS",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "HIDE",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
},
{
"reference": "betroffene_betriebe",
"title": "Betroffene Betriebe/Betriebsteile",
"description": "Für welche Betriebe/Betriebsteile wird das IT-System eingeführt?",
"options": [
{
"value": "",
"label": "Betroffene Betriebe/Betriebsteile",
"processingPurpose": "BUSINESS_PROCESS",
"employeeDataCategory": "REVIEW_REQUIRED"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "HIDE",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
},
{
"reference": "betroffene_bereiche",
"title": "Betroffene Bereiche/Abteilungen",
"description": "Für welche Bereiche bzw. Abteilungen soll das IT-System zum Einsatz kommen?",
"options": [
{
"value": "",
"label": "Bereiche/Abteilungen",
"processingPurpose": "BUSINESS_PROCESS",
"employeeDataCategory": "REVIEW_REQUIRED"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "HIDE",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
}
]
},
{
"title": "Angaben zum IT-System",
"subtitle": "Detaillierte Informationen zum IT-System",
"formElements": [
{
"reference": "systembeschreibung",
"title": "Systembeschreibung",
"description": "Beschreibung des IT-Systems",
"options": [
{
"value": "",
"label": "Systembeschreibung",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "HIDE",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
},
{
"reference": "zielsetzung",
"title": "Zielsetzung des Systemeinsatzes",
"description": "Zielsetzung und Zweck des IT-Systems",
"options": [
{
"value": "",
"label": "Zielsetzung",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "HIDE",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
},
{
"reference": "hersteller",
"title": "Hersteller/Anbieter",
"description": "Hersteller oder Anbieter des IT-Systems",
"options": [
{
"value": "",
"label": "Hersteller/Anbieter",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "HIDE",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
},
{
"reference": "speicherort",
"title": "Speicherort",
"description": "Wo werden die Daten gespeichert?",
"options": [
{
"value": "Server im Rechenzentrum",
"label": "Server im Rechenzentrum",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "REVIEW_REQUIRED"
},
{
"value": "Cloud",
"label": "Cloud",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "SENSITIVE"
}
],
"type": "RADIOBUTTON",
"visibilityCondition": {
"conditionType": "HIDE",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
},
{
"reference": "geraeteart",
"title": "Zugriff auf die Daten erfolgt über (Geräteart)",
"description": "Über welche Art von Gerät erfolgt der Zugriff?",
"options": [
{
"value": "stationäres Endgerät",
"label": "stationäres Endgerät",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
},
{
"value": "mobile App",
"label": "mobile App",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "REVIEW_REQUIRED"
},
{
"value": "Browser",
"label": "Browser",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "SELECT",
"visibilityCondition": {
"conditionType": "HIDE",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
},
{
"reference": "geraetebesitz",
"title": "Zugriff auf die Daten erfolgt über (Gerätebesitz)",
"description": "Mit welchen Geräten wird auf die Daten zugegriffen?",
"options": [
{
"value": "dienstliche Endgeräte",
"label": "dienstliche Endgeräte",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
},
{
"value": "private Endgeräte",
"label": "private Endgeräte",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "SENSITIVE"
}
],
"type": "RADIOBUTTON",
"visibilityCondition": {
"conditionType": "HIDE",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
},
{
"reference": "modulbasiertes_system",
"title": "Modulbasiertes System",
"description": "Ist das IT-System modulbasiert?",
"options": [
{
"value": "Ja",
"label": "Ja",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
},
{
"value": "Nein",
"label": "Nein",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "RADIOBUTTON",
"visibilityCondition": {
"conditionType": "HIDE",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
},
{
"reference": "modul_1",
"title": "Modul 1",
"description": "Beschreibung des ersten Moduls",
"options": [
{
"value": "",
"label": "Modul 1",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "SHOW",
"sourceFormElementReference": "modulbasiertes_system",
"expectedValue": "Ja",
"operator": "EQUALS"
}
},
{
"reference": "modul_2",
"title": "Modul 2",
"description": "Beschreibung des zweiten Moduls",
"options": [
{
"value": "",
"label": "Modul 2",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "SHOW",
"sourceFormElementReference": "modulbasiertes_system",
"expectedValue": "Ja",
"operator": "EQUALS"
}
},
{
"reference": "modul_3",
"title": "Modul 3",
"description": "Beschreibung des dritten Moduls",
"options": [
{
"value": "",
"label": "Modul 3",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "SHOW",
"sourceFormElementReference": "modulbasiertes_system",
"expectedValue": "Ja",
"operator": "EQUALS"
}
},
{
"reference": "ki_einsatz",
"title": "Einsatz Künstlicher Intelligenz",
"description": "Kommt im IT-System Künstliche Intelligenz zum Einsatz?",
"options": [
{
"value": "Nein",
"label": "Nein",
"processingPurpose": "SYSTEM_OPERATION",
"employeeDataCategory": "NON_CRITICAL"
},
{
"value": "Ja",
"label": "Ja",
"processingPurpose": "DATA_ANALYSIS",
"employeeDataCategory": "SENSITIVE"
}
],
"type": "RADIOBUTTON",
"visibilityCondition": {
"conditionType": "HIDE",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
},
{
"reference": "wirtschaftliche_auswirkungen",
"title": "Wirtschaftliche Auswirkungen",
"description": "Zu erwartende wirtschaftliche Auswirkungen auf das Unternehmen",
"options": [
{
"value": "Keine",
"label": "Keine",
"processingPurpose": "BUSINESS_PROCESS",
"employeeDataCategory": "NON_CRITICAL"
},
{
"value": "Ja",
"label": "Ja",
"processingPurpose": "BUSINESS_PROCESS",
"employeeDataCategory": "REVIEW_REQUIRED"
}
],
"type": "RADIOBUTTON",
"visibilityCondition": {
"conditionType": "HIDE",
"sourceFormElementReference": "art_der_massnahme",
"expectedValue": "Ablösung/Einstellung IT-System",
"operator": "EQUALS"
}
},
{
"reference": "beschreibung_wirtschaftliche_auswirkungen",
"title": "Beschreibung wirtschaftliche Auswirkungen",
"description": "Bitte beschreiben Sie die wirtschaftlichen Auswirkungen",
"options": [
{
"value": "",
"label": "Beschreibung der Auswirkungen",
"processingPurpose": "BUSINESS_PROCESS",
"employeeDataCategory": "REVIEW_REQUIRED"
}
],
"type": "TEXTAREA",
"visibilityCondition": {
"conditionType": "SHOW",
"sourceFormElementReference": "wirtschaftliche_auswirkungen",
"expectedValue": "Ja",
"operator": "EQUALS"
}
}
]
}
]
}
]
}