Files
2026-04-21 13:28:39 +00:00

49 lines
1.0 KiB
JSON

{
"language": "de",
"questions": [
{
"code": "chief_complaint",
"type": "choice",
"title": "Wo ist das Hauptproblem?",
"options": [
{
"value": "chest_pain",
"label": "Brust",
"icon": "/triage/chest.svg"
},
{
"value": "abdominal_pain",
"label": "Bauch",
"icon": "/triage/abdomen.svg"
},
{
"value": "headache",
"label": "Kopf",
"icon": "/triage/head.svg"
},
{
"value": "trauma",
"label": "Unfall/Verletzung",
"icon": "/triage/trauma.svg"
},
{
"value": "unwell",
"label": "Allgemein schlecht",
"icon": "/triage/general.svg"
}
]
},
{
"code": "breathlessness",
"type": "boolean",
"title": "Haben Sie starke Luftnot?"
},
{
"code": "pain_intensity",
"type": "slider",
"title": "Wie stark sind die Schmerzen?",
"min": 0,
"max": 10
}
]
}