The Akros team has requested that we develop a feature to support verification of IRS activities that took place during the VectorLink campaign. This verification process is meant to run for a week and will include a subset of people going to the field, door to door and filling out a simple survey stating whether the structure was sprayed. (Epic Link https://smartregister.atlassian.net/browse/RVL-685)
Assumptions
We will implement this as part of a new plan. This feature will not be integrated with an existing plan
The IRS Verification action will be the only action in the plan. This assumption can be relaxed in the future.
We do not need in app reporting for this
We do not need dashboards for this feature
We do not need the ability to edit these forms
Workflow
We expect the workflow to be similar to the IRS workflow, but an IRS Verification form is opened when a user taps a form.
Steps:
The user opens the operational area
All structures are yellow
Feature Requests
Support a new plan action labeled “IRS Verification”
Sample
{ "goal": [ { "id": "IRS_Verification", "description": "Verify structures were sprayed in the operational area", "priority": "medium-priority", "target": [ { "measure": "Percent of structures verified", "detail": { "detailQuantity": { "value": 90, "comparator": ">=", "unit": "Percent" } }, "due": "2019-12-15" } ] } ], "action": [ { "identifier": "7d25ffdd-e5c7-5d7b-b764-9af9e3eaf227", "prefix": 1, "title": "IRS Verification", "description": "Visit each structure in the operational area and verify status", "code": "IRS Verification", "timingPeriod": { "start": "2019-11-20", "end": "2019-12-15" }, "reason": "Routine", "goalId": "IRS_Verification", "subjectCodableConcept": { "text": "Residential_Structure" }, "taskTemplate": "IRS_Verification" } ] }
Add a new form labeled zambia_irs_verification
INSERT LINK TO DATA DICTIONARY
Business Status
Yellow = Not Visited
Green = Complete
Add a new code to the Android client Labeled “IRS Verification” that performs the following business logic
When you tap a structure that is yellow, the new zambia_irs_verification form displays
When you tap a structure that is green,
Card View
When you tap a structure that is not yellow, display a card view with the following fields
CRAIG FILL THIS OUT
Task Auto Generation Logic
The target is to visit locations that are marked as residential structures. Therefore, we need to develop the following logic when generating tasks
Only generate tasks for residential structures. Do not generate tasks for structures that have been marked as “ineligible” during the VectorLink IRS campaign
Annie Martin and Christina Riley , please confirm if this is critical or nice to have.
Sample Task Template