From 3bcbd373a12f317b38d8a3e973d16a1e40d0561d Mon Sep 17 00:00:00 2001 From: Kote Cosmas <110154947+ckote@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:43:45 +0300 Subject: [PATCH] Added reasons for good or fair (#205) --- configuration/ampathforms/PrEP_Initial.json | 66 +++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/configuration/ampathforms/PrEP_Initial.json b/configuration/ampathforms/PrEP_Initial.json index ba447ec1..550419be 100644 --- a/configuration/ampathforms/PrEP_Initial.json +++ b/configuration/ampathforms/PrEP_Initial.json @@ -1650,6 +1650,72 @@ "hideWhenExpression": "adherenceCounsellingDone !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" } }, + { + "label": "If fair or poor, what are the reasons?", + "type": "obs", + "id": "FairPOOr", + "questionOptions": { + "concept": "160582AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "rendering": "select", + "answers": [ + { + "concept": "163293AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Sick" + }, + { + "concept": "366aa52d-67cf-4f8a-bcef-095252b21e9e", + "label": "Stigma" + }, + { + "concept": "160583AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Shared with others" + }, + { + "concept": "1064AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "No perceived risk" + }, + { + "concept": "160588AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Pill burden" + }, + { + "concept": "160584AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Lost/out of pills" + }, + { + "concept": "1056AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Separated from HIV+" + }, + { + "concept": "159935AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Side effects" + }, + { + "concept": "160587AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Forgot" + }, + { + "concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "label": "Other-Specify" + } + ] + }, + "hide": { + "hideWhenExpression": "isEmpty(adheranceOutcome) || adheranceOutcome === '159405AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + }, + { + "label": "Other Specify", + "type": "obs", + "id": "otherSpecifypoor", + "questionOptions": { + "concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "rendering": "text" + }, + "hide": { + "hideWhenExpression": "FairPOOr !== '5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'" + } + }, { "label": "Contraindication for PrEP", "type": "obs",