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

49 lines
1.0 KiB
JSON

{
"language": "en",
"questions": [
{
"code": "chief_complaint",
"type": "choice",
"title": "Where is the main problem?",
"options": [
{
"value": "chest_pain",
"label": "Chest",
"icon": "/triage/chest.svg"
},
{
"value": "abdominal_pain",
"label": "Abdomen",
"icon": "/triage/abdomen.svg"
},
{
"value": "headache",
"label": "Head",
"icon": "/triage/head.svg"
},
{
"value": "trauma",
"label": "Accident/Injury",
"icon": "/triage/trauma.svg"
},
{
"value": "unwell",
"label": "Generally unwell",
"icon": "/triage/general.svg"
}
]
},
{
"code": "breathlessness",
"type": "boolean",
"title": "Do you have severe shortness of breath?"
},
{
"code": "pain_intensity",
"type": "slider",
"title": "How strong is the pain?",
"min": 0,
"max": 10
}
]
}