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
+33
View File
@@ -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"
]
}
]
}