Skip to content

Commit

Permalink
Update KVP Peer Tracking form to revised tools (#785)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Murithi <[email protected]>
  • Loading branch information
mmatheka and Murithijoshua authored Sep 20, 2024
1 parent 81ee28c commit a3aa4dd
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions configuration/ampathforms/Peer_Tracking.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -82,8 +82,8 @@
"rendering": "number",
"concept": "1639AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"required": "true",
"max": "10",
"min": "1"
"min": "1",
"max": "4"
},
"id": "attemptNumber",
"validators": [],
Expand Down Expand Up @@ -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"
}
]
},
Expand Down Expand Up @@ -383,5 +383,6 @@
}
],
"processor": "EncounterFormProcessor",
"referencedForms": []
"referencedForms": [],
"encounterType": "ce841b19-0acd-46fd-b223-2ca9b5356237"
}

0 comments on commit a3aa4dd

Please sign in to comment.