Dateien nach "mts-config" hochladen

This commit is contained in:
2026-04-21 12:10:53 +00:00
parent 5172d506c6
commit 2da5d183aa
3 changed files with 111 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"language": "de",
"questions": [
{
"code": "chief_complaint",
"type": "choice",
"title": "Wo ist das Hauptproblem?",
"options": [
{
"value": "chest_pain",
"label": "Brust"
},
{
"value": "abdominal_pain",
"label": "Bauch"
},
{
"value": "headache",
"label": "Kopf"
},
{
"value": "trauma",
"label": "Unfall/Verletzung"
},
{
"value": "unwell",
"label": "Allgemein schlecht"
}
]
},
{
"code": "pain_intensity",
"type": "slider",
"title": "Wie stark sind die Schmerzen?",
"min": 0,
"max": 10
}
]
}