Add breathlessness question and update README
This commit is contained in:
@@ -48,4 +48,4 @@ Die Datei `mts-config/flowcharts.json` enthält aktuell folgende abgebildete Pr
|
|||||||
- OVERDOSE_POISONING → chief_complaint `overdose` / `poisoning`
|
- OVERDOSE_POISONING → chief_complaint `overdose` / `poisoning`
|
||||||
- BEHAVING_STRANGELY → chief_complaint `behaving_strangely` / `psychiatric`
|
- BEHAVING_STRANGELY → chief_complaint `behaving_strangely` / `psychiatric`
|
||||||
|
|
||||||
Diese Konfiguration bildet die Zuordnung von Chief-Complaint-Codes zu den entsprechenden MTS-Präsentations-Flowcharts ab. Die eigentlichen Red-Flag-Discriminatoren und Prioritätsregeln werden schrittweise im Backend (FastAPI) implementiert.
|
Diese Konfiguration bildet die Zuordnung von Chief-Complaint-Codes zu den entsprechenden MTS-Präsentations-Flowcharts ab. Im Backend (FastAPI) ist bereits eine erste datengetriebene Logik für alle 10 Flowcharts umgesetzt: Das API ordnet `chief_complaint` automatisch dem passenden MTS-Flowchart zu, erkennt erste Red Flags wie `breathlessness`, `severe_pain` und `moderate_pain` und schlägt darauf basierend eine grobe Prioritätsstufe vor. Zusätzlich enthalten `questions.de.json` und `questions.en.json` bereits eine Ja/Nein-Frage zu starker Luftnot als ersten expliziten Red-Flag-Discriminator im Fragenstrom.
|
||||||
|
|||||||
@@ -33,6 +33,11 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"code": "breathlessness",
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Haben Sie starke Luftnot?"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"code": "pain_intensity",
|
"code": "pain_intensity",
|
||||||
"type": "slider",
|
"type": "slider",
|
||||||
|
|||||||
@@ -33,6 +33,11 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"code": "breathlessness",
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Do you have severe shortness of breath?"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"code": "pain_intensity",
|
"code": "pain_intensity",
|
||||||
"type": "slider",
|
"type": "slider",
|
||||||
|
|||||||
Reference in New Issue
Block a user