Skip to content

Commit

Permalink
Add facility picker to support Art Referral Integration (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
jecihjoy authored Oct 31, 2023
1 parent 58e0b4d commit 3722ba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configuration/ampathforms/HIV_Discontinuation.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
"id": "transferToFacility",
"questionOptions": {
"concept": "159495AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "text"
"rendering": "encounterLocation"
},
"hide": {
"hideWhenExpression": "isEmpty(idReason) || idReason !== '159492AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
Expand Down
8 changes: 2 additions & 6 deletions configuration/ampathforms/HIV_Enrollment.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"id": "facilityFrom",
"questionOptions": {
"concept": "161550AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "text"
"rendering": "encounterLocation"
},
"hide": {
"hideWhenExpression": "isEmpty(patientType) || patientType !== '4bd29eed-e486-426d-a2b6-7e5bb75319f6'"
Expand Down Expand Up @@ -207,7 +207,7 @@
"id": "transferredFrom",
"questionOptions": {
"concept": "160535AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "text"
"rendering": "encounterLocation"
},
"hide": {
"hideWhenExpression": "isEmpty(patientType) || patientType !== '160563AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
Expand Down Expand Up @@ -1154,7 +1154,6 @@
"concept": "6032AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "radio",
"answers": [

{
"concept": "111759AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Yes"
Expand All @@ -1177,7 +1176,6 @@
"concept": "164500AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "radio",
"answers": [

{
"concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Yes"
Expand All @@ -1200,7 +1198,6 @@
"concept": "5272AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "radio",
"answers": [

{
"concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Yes"
Expand All @@ -1223,7 +1220,6 @@
"concept": "5632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "radio",
"answers": [

{
"concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Yes"
Expand Down

0 comments on commit 3722ba0

Please sign in to comment.