Dateien nach "mts-config" hochladen
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"flowcharts": [
|
||||
{
|
||||
"code": "CHEST_PAIN",
|
||||
"label": "Chest pain",
|
||||
"notes": "Maps to Manchester Triage chest pain flowchart.",
|
||||
"linked_chief_complaints": [
|
||||
"chest_pain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "ABDOMINAL_PAIN",
|
||||
"label": "Abdominal pain",
|
||||
"linked_chief_complaints": [
|
||||
"abdominal_pain"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "HEADACHE",
|
||||
"label": "Headache",
|
||||
"linked_chief_complaints": [
|
||||
"headache"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "UNWELL_ADULT",
|
||||
"label": "Unwell adult",
|
||||
"linked_chief_complaints": [
|
||||
"unwell"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user