...
- Should contain three modules/ Cards- All Beneficiaries, TB screening, Referrals written on these cards.
- On clicking "All Beneficiaries" card- open the "Beneficiary module" form documented below (section 2.2.1) for registering the beneficiary by giving the floating "Registration" button in the right corner.
- On clicking "TB" card- open the "Tuberculosis module" (section 2.2.2). On clicking the next screen, it should have 3 cards titled "TB Screening", "Suspected TB cases" and ""Confirmed TB cases".
- On clicking "Referrals"- The next screen should have cards titled, "Digital Chest X-ray", "True NAT", "Health and Wellness Centre". These cards will enlist patients for a particular type of testing. Beneficiaries who are pregnant or children =< 5 years will be shown directly in "True NAT". All beneficiaries who are not pregnant and children above 5 years are shown in "Digital Chest X-ray" and if any abnormality is detected on chest x-ray then that beneficiary is further referred for TrueNAT testing. All beneficiaries who have high blood pressure and high random blood sugar will be shown in "Health and Wellness Centre" card.
2.2.1 Module - Beneficiary Registration
...
Field Name | Field Type | Value/ Options | Validation/ Logic |
Date of registration | Should be auto selected and updated when the volunteer logs in the application to do the screening. | ||
Beneficiary ID (AMRIT ID) |
|
| Unique ID auto generated by the system |
Photo | Camera | Optional |
|
First Name | Text |
| |
Last Name |
| ||
Beneficiary Status | Radio Button | · Alive · Death | · Enable only in the “Edit” Beneficiary screen · Auto-populate, if ‘Death’ is reported from any module · Default value is “Alive” · If “Death” is selected, enable below four fields and mark it mandatory- 1. Date of Death 2. Time of Death 3. Reason for Death 4. Place of Death or Other Place of Death |
Date of Death | Date picker | · Enable if “Beneficiary status”= “Death” · Mandatory if enabled · By default, date is null · Not greater than Today’s Date · Accept ‘Date of Death’ after date of registration · Auto-populate, if ‘Death’ is reported from any module (eg: Tuberculosis) | |
Time of Death | Time picker | · Show only if above value is “Death” · Optional | |
Reason for Death (Type of Death) | · Maternal Death · Natural Death · Accident · Infectious Disease · Animal Bite Death · Suicide · Undetermined | · Enable if “Beneficiary status”= “Death” · Mandatory if enabled
| |
Place of Death |
| · Enable if “Beneficiary status”= “Death” · Mandatory if enabled
| |
Other Place of Death | Textbox |
| |
Age | Number (Years) |
| |
Date of Birth | Date Picker |
| |
Gender | Dropdown |
|
|
Mobile Number | Number |
| |
Whose mobile number | dropdown | ||
Marital Status | dropdown |
|
|
Are you pregnant | radio button |
|
|
Husband's/ Wife's Name | Textbox |
| |
Father's Name | Textbox |
| |
Mother's Name | Textbox |
| |
Community | radio button |
|
|
Religion | radio button |
|
|
Economic Status | radio button |
|
|
Type of Residential area | radio button |
|
|
Other Type of Residential area | Textbox |
| |
Occupation | free text |
| |
Village/ Hamlet | dropdown |
| |
Sub Centre | dropdown |
| |
Capture Geolocation |
| ||
Cancel | Button |
|
|
Submit |
|
...
TB Screening |
|
|
|
Date | Calendar | Is Mandatory |
|
Coughing More than 2 weeks * | radio button |
|
|
Blood in Sputum * | radio button |
|
|
Fever > 2 weeks * | radio button |
|
|
Rise of fever in evening* | radio button |
|
|
Loss of Appetite* | radio button |
|
|
Loss of Weight * | radio button |
|
|
Night Sweats * | radio button |
|
|
History of TB * | radio button |
|
|
Are you currently taking Anti TB drugs ** | radio button |
|
|
Anyone in Family Currently Suffering from TB ** | radio button |
|
|
Referred for | Auto selection |
|
| Capture Geolocation |
|
Submit | Button |
|
|
Submit | Button |
|
|
Fields | Validation |
Anthropometric |
|
Weight (Kgs) | - |
Height (cms) | - |
BMI=Weight |
Fields
Validation
Anthropometric
Weight (Kgs)
-
Height (cms)
-
/(Height/100) ² | Should be auto calculated if height and weight details are entered |
Vitals |
|
Temperature (Degree Fahrenheit) | Give predefined options (Normal range= 97-99 |
F) a) 97.5 b) 98.5 c) 99.5 d)>= 100 If option d)>= 100 is chosen, show alert "Refer to Health and Wellness Centre" and show such beneficiaries in "Referral" card in Home | |
Pulse Rate (beats per minute) | Give predefined options (Normal range= 60-90 BPM) a) |
less than 60 b) |
60-70 c) |
70-80 d) |
More than 90 If "less than 60" or "more than 90" option is chosen, show alert "Refer to Health and Wellness Centre" and show such beneficiaries in "Referral" card in Home | |
Systolic Blood Pressure (mm Hg) | Textbox to manually input values. If "less than 90" or "more than 140" |
, show alert "Refer to Health and Wellness Centre" and show such beneficiaries in " |
Pulse Rate (beats per minute)
Referral" card in Home | |
Diastolic blood Pressure (mm Hg) | Textbox to manually input values. If "less than 60" or "more than 90", show alert "Refer to Health and Wellness Centre" and show such beneficiaries in "Referral" card in Home |
Random Blood Sugar | Textbox to manually input values. |
Give predefined options (Normal range= 60-90 BPM)
a) less than 60
b) 60-70
c) 70-80
d) More than 90If "less than 60" or "more than 90" |
, show alert "Refer to Health and Wellness Centre" |
Systolic Blood Pressure (mm Hg)
Textbox to manually input values.
If "less than 90" or "more than 140", show alert "Refer to Health and Wellness Centre"
Diastolic blood Pressure (mm Hg)
Textbox to manually input values.
If "less than 60" or "more than 90", show alert "Refer to Health and Wellness Centre"and show such beneficiaries in "Referral" card in Home |
Referred for | Auto selection |
|
|
2.2.2.b Suspected TB cases
This section should contain all beneficiaries If "referral required "= "Yes"
...