33 lines
632 B
JSON
33 lines
632 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
} |