From a3aa4dd7e669568c9809835a555c085c2234df12 Mon Sep 17 00:00:00 2001 From: mmatheka <99263785+mmatheka@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:35:14 +0300 Subject: [PATCH] Update KVP Peer Tracking form to revised tools (#785) Co-authored-by: Joshua Murithi --- configuration/ampathforms/Peer_Tracking.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/configuration/ampathforms/Peer_Tracking.json b/configuration/ampathforms/Peer_Tracking.json index 44825a0e..4d9b9193 100644 --- a/configuration/ampathforms/Peer_Tracking.json +++ b/configuration/ampathforms/Peer_Tracking.json @@ -1,7 +1,7 @@ { - "name": "Peer Tracking Form", + "name": "KVP Peer Tracking Form", "description": "Peer Tracking Form", - "version": "1", + "version": "2.0", "published": true, "uuid": "63917c60-3fea-11e9-b210-d663bd873d93", "retired": false, @@ -82,8 +82,8 @@ "rendering": "number", "concept": "1639AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "required": "true", - "max": "10", - "min": "1" + "min": "1", + "max": "4" }, "id": "attemptNumber", "validators": [], @@ -143,15 +143,15 @@ "answers": [ { "concept": "160718AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "KP reached" + "label": "KVP reached" }, { "concept": "160717AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "KP not reached but other informant reached" + "label": "KVP not reached but other informant reached" }, { "concept": "160720AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "label": "KP not reached" + "label": "KVP not reached" } ] }, @@ -383,5 +383,6 @@ } ], "processor": "EncounterFormProcessor", - "referencedForms": [] + "referencedForms": [], + "encounterType": "ce841b19-0acd-46fd-b223-2ca9b5356237" } \ No newline at end of file