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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user