Skip to content

Commit

Permalink
dropping of this facility field capture (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckote authored Oct 10, 2024
1 parent 01af0eb commit ba35493
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions configuration/ampathforms/HIV_Enrollment.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"type": "obs",
"id": "facilityConfirmed",
"questionOptions": {
"concept": "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"concept": "163145AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "select",
"answers": [
{
Expand Down Expand Up @@ -308,21 +308,6 @@
"hideWhenExpression": "facilityConfirmed !== '164407AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || patientType === '4bd29eed-e486-426d-a2b6-7e5bb75319f6' || patientType === '159833AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
},
{
"label": "This Facility:",
"type": "obs",
"id": "thisfacility",
"questionOptions": {
"concept": "162724AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "text",
"calculate": {
"calculateExpression": "facilityConfirmed === '163266AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' && userLocation.display"
}
},
"hide": {
"hideWhenExpression": "facilityConfirmed !== '163266AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || patientType === '4bd29eed-e486-426d-a2b6-7e5bb75319f6' || patientType === '159833AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
},
{
"label": "WHO stage - Adult",
"type": "obs",
Expand Down

0 comments on commit ba35493

Please sign in to comment.