Add MTS flowchart mappings for 10 presenting complaints
This commit is contained in:
@@ -28,6 +28,57 @@
|
||||
"linked_chief_complaints": [
|
||||
"unwell"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "SHORTNESS_OF_BREATH",
|
||||
"label": "Shortness of breath",
|
||||
"notes": "Maps to Manchester Triage System 'Shortness of breath (adult)' flowchart.",
|
||||
"linked_chief_complaints": [
|
||||
"shortness_of_breath"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "HEAD_INJURY",
|
||||
"label": "Head injury",
|
||||
"notes": "Maps to Manchester Triage System 'Head injury' flowchart.",
|
||||
"linked_chief_complaints": [
|
||||
"head_injury",
|
||||
"trauma"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "COLLAPSED_ADULT",
|
||||
"label": "Collapsed adult",
|
||||
"notes": "Maps to Manchester Triage System 'Collapsed adult' flowchart.",
|
||||
"linked_chief_complaints": [
|
||||
"collapse"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "PALPITATIONS",
|
||||
"label": "Palpitations",
|
||||
"notes": "Maps to Manchester Triage System 'Palpitations' flowchart.",
|
||||
"linked_chief_complaints": [
|
||||
"palpitations"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "OVERDOSE_POISONING",
|
||||
"label": "Overdose / poisoning",
|
||||
"notes": "Maps to Manchester Triage System 'Overdose and poisoning' flowchart.",
|
||||
"linked_chief_complaints": [
|
||||
"overdose",
|
||||
"poisoning"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "BEHAVING_STRANGELY",
|
||||
"label": "Behaving strangely",
|
||||
"notes": "Maps to Manchester Triage System 'Behaving strangely' / acute psychiatric crisis flowchart.",
|
||||
"linked_chief_complaints": [
|
||||
"behaving_strangely",
|
||||
"psychiatric"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user