Skip to content

Commit

Permalink
Add missing presenting complaints to clinical encounter form (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatheka authored Sep 4, 2024
1 parent 805dede commit 74671b5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions configuration/ampathforms/clinical-encounter.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,10 @@
"concept": "5978AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Nausea"
},
{
"concept": "112721AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Neck Stiffness"
},
{
"concept": "133469AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Neck Pain"
Expand Down Expand Up @@ -503,6 +507,19 @@
"hideWhenExpression": "cOmplaIntField !== '143264AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
},
{
"label": "Number of motions per day",
"type": "obs",
"id": "numberMotions",
"questionOptions": {
"concept": "164456AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "number",
"min": "0"
},
"hide": {
"hideWhenExpression": "cOmplaIntField !== '161887AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
},
{
"label": "Duration (Days)",
"type": "obs",
Expand Down

0 comments on commit 74671b5

Please sign in to comment.