Skip to content

Commit

Permalink
Update Triage Form with IDSR requirements (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatheka authored Jul 25, 2024
1 parent 2bce21b commit 1936eec
Showing 1 changed file with 49 additions and 9 deletions.
58 changes: 49 additions & 9 deletions configuration/ampathforms/Triage.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Triage",
"version": "2.0",
"published": true,

"uuid": "37f6bd8d-586a-4169-95fa-5781f987fe62",
"retired": false,
"encounter": "Triage",
Expand Down Expand Up @@ -461,15 +462,6 @@
}
}
]
},
{
"label": "Triage notes",
"type": "obs",
"id": "ClinICNotes",
"questionOptions": {
"concept": "160430AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "textarea"
}
}
]
},
Expand All @@ -492,6 +484,32 @@
"message": "Temperature is out of range (Normal range 35-37)"
}
},
{
"label": "Mode of Collection?",
"type": "obs",
"id": "tempMode",
"questionOptions": {
"concept": "167231AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "radio",
"answers": [
{
"concept": "5112AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Axiliary"
},
{
"concept": "166242AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Forehead thermometer gun"
},
{
"concept": "160240AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Oral"
}
]
},
"hide": {
"hideWhenExpression": "isEmpty(temperature)"
}
},
{
"label": "Pulse Rate",
"type": "obs",
Expand Down Expand Up @@ -556,6 +574,28 @@
"alertWhenExpression": "myValue && (myValue >= 100.5 || myValue < 94.5)",
"message": "Oxygen Saturation is out of range (Normal range 95-100)"
}
},
{
"label": "Mode of Collection?",
"type": "obs",
"id": "satMode",
"questionOptions": {
"concept": "165932AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "radio",
"answers": [
{
"concept": "162735AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Room air"
},
{
"concept": "162738AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "On supplemental oxygen"
}
]
},
"hide": {
"hideWhenExpression": "isEmpty(oxygenSat)"
}
}
]
},
Expand Down

0 comments on commit 1936eec

Please sign in to comment.