| Literature DB >> 24678381 |
A Raja1, A Tridane2, A Gaffar1, T Lindquist1, K Pribadi3.
Abstract
Periodic collection of field data, analysis and interpretation of data are key to a good healthcare service. This data is used by the subsequent decision makers to recognize preventive measures, provide timely support to the affected and to help measure the effects of their interventions. While the resources required for good disease surveillance and proactive healthcare are available more readily in developed countries, the lack of these in developing countries may compromise the quality of service provided. This combined with the critical nature of some diseases makes this an essential issue to be addressed. Taking advantage of the rapid growth of cell phone usage and related infrastructure in developed as well as developing countries, several systems have been established to address the gaps in data collection. Android, being an open sourced platform, has gained considerable popularity in this aspect. Open data kit is one such tool developed to aid in data collection. The aim of this paper is to present a prototype framework built using few such existing tools and technologies to address data collection for seasonal influenza, commonly referred to as the flu.Entities:
Keywords: Android; Data collection and surveillance; Influenza; Open data kit
Year: 2014 PMID: 24678381 PMCID: PMC3959915 DOI: 10.5210/ojphi.v5i3.4996
Source DB: PubMed Journal: Online J Public Health Inform ISSN: 1947-2579
Figure 1Smartphone market share forecast by iSuppli [2]
Figure 2Transformation Code
Figure 3XML as a Common Ground
Figure 4Components of Xform
Figure 5Data collection, collation and visualisation framework using EpiCollect and www.spatialepidemiology.net [5]
Figure 6Depiction of a centralized global server for a variety of devices
Pros and cons of cloud computing
|
|
|
| Scalabiliy and Cost | Lock-In |
| Encapsulated change management | Reliability |
| Next generation architectures | Lack of control |
| Choice and Agility | Security |
Figure 7Current peripherals of REACap
Figure 8Current peripherals of REACap
Figure 9Use case - Individual
Figure 10Use case - Health care professional
TABLE IIIInfluenza form flow logic information
Example of metadata
|
|
|
|
| Start | Start | |
| Today | Day | |
| Deviceid | ID |
Example of branching based on condition
|
|
|
|
|
|
|
|
| begin group | locality_info | Locality Information | ${profession}='professional' | |||
| select one from yes_no | Detected | Has infection been detected? | ||||
| begin group | infection_info | Infection data | ${detected}='yes' | |||
| decimal | Rate | Infection rate | Enter percentage of people infected | |||
| select one from inf_types | Type | Type detected | Choose the influenza type | |||
| select one from infection_type | Infection | Prevelent Infections | ||||
| end group | ||||||
| begin group | env_info | Environment information | ||||
| Text | Food | Food | Enter comments on the food (dietary habits - meat?/vegetarian?, Livestock condition) | |||
| Text | Water | Water | Enter comments on the water in the locality (hygiene, supply source etc) | |||
| end group | ||||||
| end group |
Association of images with screens
|
|
|
|
|
| user_type | patient | Patient | |
| user_type | professional | Professional | |
| gender | Male | Male | |
| gender | female | Female | |
| fever_opts | Yes | Yes | |
| fever_opts | No | No | |
| fever_opts | Idk | I don’t know | fever.png |
| yes_no | Yes | Yes | |
| yes_no | No | No | |
| cough_yes_no | Yes | Yes | |
| cough_yes_no | No | No | cough.png |
| shiver_yes_no | Yes | Yes | |
| shiver_yes_no | No | No | sweating.png |
Figure 11Screen depicting the capabilities of REACap
Figure 13XML output from ODK collect/REACap
Example of repetition based on condition
|
|
|
|
|
|
|
|
| begin group | prior_tests | Prior tests | ${fever}='yes' | |||
| select one from yes_no | test_taken | Any prior influenza tests taken in the last 3-4 days? | ||||
| begin repeat | Test | Test | ${test_taken}='yes' | |||
| begin group | test_details | Test details | ||||
| Text | test_name | Name of the test | ||||
| Text | test_result | Results | ||||
| end group | ||||||
| end repeat | ||||||
| end group |