44 lines
953 B
JSON
44 lines
953 B
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": "pain_intensity",
|
|
"type": "slider",
|
|
"title": "Wie stark sind die Schmerzen?",
|
|
"min": 0,
|
|
"max": 10
|
|
}
|
|
]
|
|
} |