This document defines the scope for the Mass Drug Administration feature set that is being initially deployed in the Zambia implementation. These workflows can be more broadly used across multiple country implementations.
...
Mass Drug Administration is abbreviated MDA and includes the process of administering two rounds of pills to every person in an operational area. MDA focuses on reducing the number of people who have dormant malaria virus so that the operational area ….(Craig Appl can you finish the sentence here)has a lower incidence in the future.
Round 1: Healthcare workers go door-to-door, register each family and family member. Once registered, they watch the person take the first dose and instruct them to take other doses (MDA Dispense). A few days later, the healthcare worker visits each house again and asks if everyone in the house took all of the medicine (adherence).
Round 2: The healthcare workers return to the operational area 30 days later to do the same thing they did in round 1. This round requires less work because the majority of people area already registered. They go door-to-door and verify that everyone in the household was registered. If they weren’t registered, they register them. They distribute another round of pills, watch each family member take them and instruct them to take the other doses (MDA Dispense). A few days later, the healthcare worker does an adherence follow-up.
...
Code Block | ||
---|---|---|
| ||
{ "identifier": "8268298d-1563-43dd-8a4f-2e3b38aca6eb", "version": "1", "name": "Macepa-MDA-Campaign-2019-10-04", "title": "Macepa MDA Campaign", "status": "active", "date": "2019-10-04", "effectivePeriod": { "start": "2019-10-04", "end": "2019-10-24" }, "useContext": [ { "code": "interventionType", "valueCodableConcept": "FI" }, { "code": "fiReason", "valueCodableConcept": "Routine" }, { "code": "taskGenerationStatus", "valueCodableConcept": "True" } ], "jurisdiction": [ { "code": "59ad4fa0-1945-4b50-a6e3-a056a7cdceb2" }, { "code": "846b96db-ae4c-433f-b916-70870cb27628" } ], "serverVersion": 1570172006448, "goal": [ { "id": "RACD_register_all_families", "description": "Register all families and family members in all residential structures enumerated or added (100%) within operational area", "priority": "medium-priority", "target": [ { "measure": "Percent of residential structures with full family registration", "detail": { "detailQuantity": { "value": 100, "comparator": ">=", "unit": "Percent" } }, "due": "2019-10-24" } ] }, { "id": "MDA_Dispense", "description": "Visit all residential structures (100%) dispense prophylaxis to each registered person", "priority": "medium-priority", "target": [ { "measure": "Percent of Registered person(s)", "detail": { "detailQuantity": { "value": 20, "comparator": ">=", "unit": "percent" } }, "due": "2019-10-24" } ] }, { "id": "MDA_Adherence", "description": "Visit all residential structures (100%) and confirm adherence of each registered person", "priority": "medium-priority", "target": [ { "measure": "Percent of dispense recipients", "detail": { "detailQuantity": { "value": 20, "comparator": ">=", "unit": "percent" } }, "due": "2019-10-24" } ] } ], "action": [ { "identifier": "a58c5b78-d113-47c0-b21d-c7c23474d9c4", "prefix": 1, "title": "Family Registration", "description": "Register all families & family members in all residential structures enumerated (100%) within the operational area", "code": "RACD Register Family", "timingPeriod": { "start": "2019-10-04", "end": "2019-10-24" }, "reason": "Investigation", "goalId": "RACD_register_all_families", "subjectCodableConcept": { "text": "Residential_Structure" }, "taskTemplate": "RACD_register_families" }, { "identifier": "c64bde8e-bb3d-4827-b5f8-8f619ab4aa8e", "prefix": 2, "title": "MDA Round 1 Dispense", "description": "Visit all residential structures (100%) and dispense prophylaxis to each registered person", "code": "MDA Dispense", "timingPeriod": { "start": "2019-10-04", "end": "2019-10-24" }, "reason": "Routine", "goalId": "MDA_Dispense", "subjectCodableConcept": { "text": "Person" }, "taskTemplate": "MDA_Dispense" }, { "identifier": "c89b2656-34c5-4220-8f1b-5a8c1c1d9a21", "prefix": 3, "title": "MDA Round 1 Adherence", "description": "Visit all residential structures (100%) and confirm adherence of each registered person", "code": "MDA Adherence", "timingPeriod": { "start": "2019-10-04", "end": "2019-10-24" }, "reason": "Routine", "goalId": "MDA_Dispense", "subjectCodableConcept": { "text": "Person" }, "taskTemplate": "MDA_Adherence" } ] } |
...
After save we need to develop two tasks following the template:
Task 1
“code”: “MDA Dispense”
“description”: {Needs to be updated}
Task 2
“code”:”MDA Adherence”
“description”: {Needs to be updated}
After save we need to develop two tasks following the template:
Task 1
“code”: “MDA Dispense”
“description”: {Needs to be updated}
Task 2
“code”:”MDA Adherence”
“description”: {Needs to be updated}