Files
Triage-Fragen/mts-config/questions.en.json
T

39 lines
748 B
JSON

{
"language": "en",
"questions": [
{
"code": "chief_complaint",
"type": "choice",
"title": "Where is the main problem?",
"options": [
{
"value": "chest_pain",
"label": "Chest"
},
{
"value": "abdominal_pain",
"label": "Abdomen"
},
{
"value": "headache",
"label": "Head"
},
{
"value": "trauma",
"label": "Accident/Injury"
},
{
"value": "unwell",
"label": "Generally unwell"
}
]
},
{
"code": "pain_intensity",
"type": "slider",
"title": "How strong is the pain?",
"min": 0,
"max": 10
}
]
}