Skip to main content

TECHNOLOGY AND CODE article

Front. Digit. Health, 14 September 2023
Sec. Health Technology Implementation

ZotCare: a flexible, personalizable, and affordable mhealth service provider

  • 1Department of Computer Science, University of California, Irvine, Irvine, CA, United States
  • 2Institute for Future Health, University of California, Irvine, Irvine, CA, United States
  • 3School of Nursing, University of California, Irvine, Irvine, CA, United States

The proliferation of Internet-connected health devices and the widespread availability of mobile connectivity have resulted in a wealth of reliable digital health data and the potential for delivering just-in-time interventions. However, leveraging these opportunities for health research requires the development and deployment of mobile health (mHealth) applications, which present significant technical challenges for researchers. While existing mHealth solutions have made progress in addressing some of these challenges, they often fall short in terms of time-to-use, affordability, and flexibility for personalization and adaptation. ZotCare aims to address these limitations by offering ready-to-use and flexible services, providing researchers with an accessible, cost-effective, and adaptable solution for their mHealth studies. This article focuses on ZotCare’s service orchestration and highlights its capabilities in creating a programmable environment for mHealth research. Additionally, we showcase several successful research use cases that have utilized ZotCare, both in the past and in ongoing projects. Furthermore, we provide resources and information for researchers who are considering ZotCare as their mHealth research solution.

1. Introduction

The widespread adoption of smartphones, wearable technologies, and other Internet-connected health devices has led to the availability of reliable digital health data streams (1). These devices and applications have played a significant role in various domains, such as improving lifestyles, achieving fitness goals, monitoring high-risk populations, and enhancing productivity (2). Many vendors now offer access to the data streams generated by their products, opening up new opportunities for researchers to explore ubiquitous remote monitoring by leveraging different health data streams (38). For instance, studies such as Azimi et al. (9) and Lee et al. (10) have utilized Garmin smartwatches (5) to longitudinally monitor maternal sleep and dementia patients’ caregivers, respectively. Furthermore, the rise in mobile Internet connectivity (11) has provided researchers with the ability to promptly interact with participants, facilitating the collection of supplementary information for data modeling or the delivery of interventions within minutes or seconds. By capitalizing on these two opportunities, researchers can not only collect accurate health data streams but also process the information, engage with participants, and implement necessary interventions.

For health researchers, leveraging these opportunities necessitates developing and deploying mobile health (mHealth) applications. These applications perform tasks such as collecting health data streams, processing the data, invoking actions, and receiving feedback. Figure 1 outlines a typical mHealth system composed of three critical components: the central cloud server and separate interfaces for researchers/clinicians and participants. The cloud server forms the foundation for data storage, model building, and action invoking aimed at participants and researchers, all while ensuring the preservation of data integrity, security, and participant privacy. The participant interface, another critical component, necessitates real-time interaction capabilities with participants, as well as mechanisms for subjective and objective data collection. Conversely, the researcher dashboard should be furnished with data analysis and monitoring tools essential for executing a mHealth study. Each component operates within a distinct segment of the technology stack and possesses specific functionalities, giving rise to various development and deployment challenges. First, researchers face the complex task of developing a diverse system encompassing various components, ranging from mobile and wearable applications to web servers, requiring diverse programming skills and knowledge. Moreover, after development, deploying, and maintaining these applications can pose substantial obstacles due to the high frequency, longitudinal nature, and potential scalability of health data streams. These challenges can impede research progress and divert focus from the core experiments.

FIGURE 1
www.frontiersin.org

Figure 1. An overview of a mHealth system.

Several open-source software platforms have been developed to facilitate mobile health (mHealth) studies (1214). These platforms offer a range of tools encompassing servers, mobile applications, and analytics tools, providing researchers with diverse possibilities. Researchers can also reprogram these platforms to suit their specific requirements. While mHealth platforms can reduce the need for extensive development, the burden of deployment still rests on the researchers. Additionally, the costs associated with deployment are typically borne by a single organization, making it relatively more expensive for smaller organizations conducting smaller-scale studies.

Alternatively, researchers can utilize online services for conducting their mHealth studies (15,16). These services are platform solutions provided and deployed by service providers. They are designed to share resources between different organizations and studies, resulting in reduced time and effort required for developing and deploying a custom mHealth application. By sharing resources, these services effectively cut down costs. Typically, these services offer researchers a dashboard for reconfiguring the services with various options. However, the available configurations may not provide the necessary flexibility required for real-time studies.

Despite the significant advancements in existing mHealth solutions, there persists a pressing demand for a comprehensive solution that integrates three essential features into a unified package. Firstly, such a solution should offer a ready-to-use setup that eliminates the requirement for computer programming or infrastructure skills, ensuring accessibility for researchers without technical expertise. Secondly, the solution should prioritize affordability by reducing deployment costs through resource sharing and providing reusable components. Lastly, the solution must exhibit flexibility by offering components that can be combined in various ways to accommodate the diverse and evolving demands of modern mHealth studies, such as personalization.

This paper presents ZotCare, an innovative mHealth service provider that aims to overcome the limitations observed in existing mHealth solutions. We begin by highlighting how ZotCare offers a unique combination of flexibility and programmability, catering to users with diverse skill levels, in contrast to other state-of-the-art solutions. Subsequently, we delve into the details of ZotCare’s service orchestration, elucidating how researchers and participants interact with our services to achieve desired outcomes. We specifically explore the capabilities of each service category, including Collection Services, Profile Services, and Real-time Processing, Intervention, and Integration Services, emphasizing the extent of customization achievable by utilizing these services in tandem. Furthermore, we discuss the frontend mobile application of ZotCare, elucidating its role in participant engagement and the provision of personalized experiences within mHealth studies. Additionally, we present the various features of ZotCare’s researcher dashboard, showcasing its effectiveness in facilitating study management, service configuration, recruitment, and data analysis. To substantiate the capabilities of ZotCare, we provide multiple use cases and examples of successful mHealth projects that have leveraged ZotCare.

2. Related work

The adoption of mHealth solutions within healthcare applications has witnessed a significant surge, fueled by the shared objective of improving healthcare delivery and outcomes, as highlighted by McKinsey (17). These solutions encompass a wide array of features that greatly facilitate the implementation of mHealth studies. One key aspect is the ability of mHealth solutions to seamlessly integrate wearable devices and diverse data sources, thereby enabling real-time health monitoring. These solutions can also provide data visualization and analytic methods, promote interoperability, and support interventions while ensuring the privacy and security of users.

In the implementation of mHealth solutions, it is crucial to consider and explore three key aspects. The first aspect pertains to the setup time required to initiate and configure mHealth studies using the chosen solution. This setup time encompasses various phases, including system design, development, and deployment, each demanding a significant amount of time and effort. These stages involve designing the system architecture, developing the necessary functionalities, and deploying the infrastructure to support the intended mHealth studies.

The second aspect to be considered is the associated costs involved in the development and deployment of the mHealth solution. Development costs encompass the investment of human resources and time required for designing and developing the system infrastructure. This includes the efforts of software engineers, data scientists, and other relevant professionals. In addition, ongoing modifications and enhancements may require additional development efforts. Deployment costs encompass the procurement of necessary processing resources, such as servers or cloud infrastructure, as well as ongoing maintenance and operational expenses.

The third aspect revolves around the customization capabilities offered by the mHealth solution. Customization can be viewed across three distinct levels: development, configurability, and programmability. At the development level, customization refers to the ability to tailor the solution to meet specific research requirements and objectives. This may involve creating new functionalities or modifying existing ones. Configurability, on the other hand, allows users to adapt the solution’s settings and parameters to align with the unique needs of their mHealth studies. Programmability refers to the capability of leveraging programming interfaces or APIs to integrate the solution with other systems or to extend its functionalities.

At the development level of customization, researchers are advised to allocate additional efforts to introduce new functionalities and tailor existing mHealth solutions to their specific needs. This level of customization entails direct involvement with the underlying codebase of the solution, thereby necessitating a high level of programming expertise. Researchers must possess the technical skills required to modify the existing code, introduce new functionalities, or make changes to the underlying algorithms. Moving to the configurability level of customization, researchers can customize the solution by reconfiguring the available features within the provided framework. This level of customization does not demand extensive technical expertise and programming skills. Instead, researchers can make adjustments to the system’s settings, parameters, or options offered by the solution. While configurability provides a certain degree of customization, it may be limited to predefined configurations and settings, constraining researchers from making substantial modifications beyond the available options. Finally, at the programmability level of customization, researchers can leverage the solution’s programming interfaces or APIs to customize its behavior based on specific situations and conditions. In contrast to development-level customization, programmability-level customization offers researchers the ability to incorporate their own functionalities into the system with minimal effort, without requiring extensive technical expertise. In the following, we will provide an overview of existing mHealth solutions, highlight their limitations, and subsequently present the advantages of our solution, ZotCare, in addressing and bridging these gaps.

2.1. Related mHealth solutions

The existing landscape of mHealth solutions can be broadly categorized into two primary classifications: platforms and services. Platforms encompass comprehensive frameworks that integrate various components of mHealth solutions through the utilization of one or multiple open-source software. One such platform is Radar-base by Ranjan et al. (13), which focuses on remote monitoring and data collection. It facilitates the integration of data from multiple sensors and devices, enabling comprehensive monitoring capabilities. Another notable open-source platform is mCerebrum by Hossain et al. (12), which provides tools for real-time monitoring, data processing, and personalized health interventions based on mobile sensor data. These platforms offer a wide range of features, including data integration, real-time monitoring, analytics, and decision support tools. The Bridge Platform (14) by Sage Bionetworks is another noteworthy example, providing an open-source software framework for digital health research studies. It allows researchers to develop mobile apps, securely collect participant data, and foster participant engagement while emphasizing privacy and data sharing.

However, deploying and utilizing these platforms for mHealth studies require substantial effort, as setting up the necessary software can extend the setup time of studies. Technical challenges may arise, particularly for researchers lacking expertise in Internet infrastructure. Moreover, these platforms are typically designed to operate within a single organization or study, making the deployment costs exclusive to that particular organization. Consequently, this exclusivity can disproportionately affect smaller-scale studies, potentially rendering the deployment financially burdensome. Another significant challenge associated with these platforms is the limited availability of customization methods. While the open-source nature of these platforms provides some level of customizability at the development level, implementing additional features and functionalities typically necessitates the involvement of technically skilled developers. This dependency on technical expertise may hinder researchers’ ability to efficiently add or modify elements within the platform to suit their specific requirements.

Conversely, services encompass pre-built solutions that are tailored to specific healthcare needs. These solutions are designed to address particular aspects of healthcare and offer a more focused approach. For instance, ilumivu (15) provides a closed-source service that facilitates remote patient monitoring and data collection through user-friendly mobile applications. This service emphasizes patient engagement and includes features for symptom tracking, medication adherence, and communication with clinicians. Ethica (16), another closed-source service, places emphasis on privacy-preserving data collection and analysis. It ensures compliance with privacy regulations while enabling remote monitoring and research data collection.

These services offer ready-to-use features and intuitive interfaces, enabling researchers to swiftly adopt and utilize these mHealth solutions without requiring extensive technical expertise. By providing a streamlined and straightforward setup process, these services enable researchers to initiate their studies promptly, leveraging the available features and minimizing setup time. In terms of costs, services typically entail lower expenses compared to platforms. This is primarily due to the fact that the deployment, maintenance, and resource management burdens are assumed by the service providers. Consequently, these costs are distributed among different studies that utilize the shared resources, making it more cost-effective for researchers. However, services generally offer limited customizability options, particularly with regard to advanced functionalities. Customization opportunities mainly revolve around configuring existing features to align with researchers’ needs. Researchers may encounter limitations when attempting to tailor these services to their specific workflows or integrate additional features beyond those provided by the service.

The choice between platforms and services depends on various factors, including specific requirements, available resources, researchers’ technical expertise, and study objectives. Different solutions offer distinct trade-offs in terms of setup time, costs, and customization capabilities. Services generally offer shorter setup times and lower costs compared to platforms. The pre-built nature of services allows for swift deployment and immediate utilization of the provided features. However, researchers may face limitations in customizing these services to align precisely with their experimental needs. The available configurations may be restricted to the options provided by the service, potentially constraining researchers in their experimentation. On the other hand, platforms provide a more comprehensive range of customization options. This level of customization, however, typically necessitates expertise in modifying the underlying codebase. Furthermore, there is a distinction in the burden and costs associated with deployment and maintenance between platforms and services. With platforms, the responsibility of deployment and maintenance lies with the researchers, entailing additional efforts and costs. In contrast, services assume these burdens on behalf of the researchers, sharing the costs across different organizations utilizing the service.

Figure 2 provides a comprehensive overview of the key steps involved in conducting a mHealth study and illustrates how platforms and services can aid researchers in each stage of the process. Notably, the figure highlights the advantage of services in facilitating the deployment phase, specifically in building the mHealth system infrastructure. Conversely, services may have limitations in terms of personalization and adaptability, which are addressed by platforms during the system development stage. Table 1 presents a summary of the distinctions between state-of-the-art mHealth solutions, focusing on three key aspects: customization, cost, and setup time.

FIGURE 2
www.frontiersin.org

Figure 2. mHealth solutions comparison.

TABLE 1
www.frontiersin.org

Table 1. mHealth solutions summary.

Our primary objective is to introduce ZotCare, a comprehensive programmable service orchestration, that combines the advantages of both platforms and services while remaining within the services category. ZotCare is specifically designed to operate within a shared environment, accommodating multiple organizations, studies, and researchers. This shared environment facilitates reduced setup time and costs compared to traditional mHealth platforms. For instance, ZotCare deployed on a minimum required specification deployment can support up to 500 participants (numbers are based on computationally demanding studies). This means 5 studies with 100 participants can save up to 5 times if they use ZotCare to share the resources compared to an exclusive mHealth platform. Besides that, the cost of the development and deployment of the features to support personalization and adaptation can add up to this rate, depending on the type of study. ZotCare offers extensive customization options across various levels, including development, configurability, and programmability. These customization capabilities allow for seamless implementation of new features and functionalities tailored to specific research needs. Notably, ZotCare excels at the programmability level, providing researchers with a diverse set of tools to achieve the personalization and adaptation required in modern mHealth studies. Figure 2 illustrates how researchers can leverage ZotCare’s programmable services to attain personalized and adaptive features within their experiments, eliminating the need for additional development efforts. At the development level, researchers can utilize the open-source version of ZotCare, similar to existing platforms, enabling independent deployment and utilization. Table 1 summarizes the distinctions between ZotCare and other commonly used platforms and services in the field of mHealth studies. In the subsequent section, we will delve into a detailed discussion of ZotCare’s capabilities.

3. ZotCare service orchestration

ZotCare constitutes a Health Cybernetics platform, specifically designed to operate as a closed-loop real-time monitoring-intervention system. Its purpose is to cater to the requirements of researchers, clinicians, and community health workers engaged in conducting studies or delivering digital health services. This comprehensive platform enables ubiquitous monitoring of individuals, encompassing both general populations and those at heightened risk, while also providing mHealth interventions. Additionally, it offers a direct avenue for end-users to engage in self-management.

ZotCare encompasses fundamental components essential for conducting mHealth studies across the entire health technology stack. Notably, it provides services that streamline data collection through the utilization of intelligent devices, such as wearables and portable devices. Furthermore, it enables bidirectional interactions between study participants and researchers through gateway devices, including smartphones. Augmenting its capabilities, ZotCare’s cloud services provide data analysis and visualization, facilitate the construction and execution of real-time predictive models, and initiate actions necessary to enable just-in-time adaptive interventions (JITAI).

The primary aim of ZotCare is to enable the expeditious and convenient advancement of mHealth solutions catering to users possessing varying degrees of programming and engineering expertise, irrespective of their level of technological literacy. Consequently, through utilizing ZotCare services, researchers can efficiently diminish the time and expenses associated with the implementation and deployment of monitoring systems, enabling them to focus their endeavors on study design, conceptualization, and participant engagement.

Figure 3 illustrates a comprehensive overview of ZotCare services and interfaces. The Data Collection Services facilitate the ingestion of data from diverse devices, applications, and services. Once collected, the data undergoes processing and is stored as a continuous stream within ZotCare. The Profile Services assume responsibility for the storage and processing of data in the form of key-value pairs. This storage mechanism enables the creation of profiles for participants and groups, serving as a repository for personalized study-related data and models, as further elucidated subsequently. Through the Real-time Processing, Intervention, and Integration (RPII) Services, researchers possess the capability to incorporate adaptive, intelligent, and real-time components into their studies. These components are capable of triggering various actions based on the data obtained from the Profile and Collection services. In conjunction with these services, ZotCare provides two interfaces: a customizable dashboard and a user-facing mobile application. The customizable ZotCare dashboard serves as a web application, offering researchers an interface for accessing and modifying ZotCare services pertinent to their respective studies. Researchers can employ the dashboard to manage collected data, recruit participants, and customize it for clinical purposes if desired. The ZotCare application, on the other hand, functions as a user-facing mobile application for participants. It allows them to interact with ZotCare services, enabling functionalities such as receiving reminders, engaging in ecological momentary assessments (EMAs), and benefiting from adaptive mobile health interventions. Moreover, ZotCare facilitates the integration of contextual and behavioral monitoring applications, commonly referred to as lifelogging applications. The subsequent subsections delve into further details regarding ZotCare services and provide insights into how researchers can effectively leverage these services to construct their closed-loop mHealth solutions.

FIGURE 3
www.frontiersin.org

Figure 3. ZotCare services overview.

3.1. Collection services

The Collection Services assume the responsibility of acquiring and integrating participants’ data within ZotCare. Given the multifaceted nature of mHealth studies, various types of data are typically employed. Objective physiological, behavioral, and contextual data, alongside subjective self-reported data, constitute the principal data types utilized in the context of mHealth studies. Furthermore, third-party vendors and applications offer diverse methodologies for data collection, encompassing direct sensor readings as well as indirect data acquisition through their server-side application programming interfaces (or APIs are web-server endpoints that are open for public use of an application). To accommodate these disparate data types and collection methods, ZotCare incorporates a range of features that enable the acquisition of data through diverse channels, subsequently presenting them to researchers in a cohesive and standardized format.

The Collection Service possesses the capability to gather physiological data from prominent fitness and well-being devices. These devices encompass wearable options, such as smartwatches, rings, and portable devices, like smart blood pressure monitors and scales. These devices are capable of providing physiological data in processed formats, and in some cases, as raw data. The raw data typically comprises inertial measurements (accelerometer and gyroscope), photoplethysmography (PPG), electrocardiogram (ECG), air pressure, luminosity sensor data, and other sensor readings, contingent upon the specific type and model of the device. On the other hand, processed data generally entails higher-level derived physiological metrics such as heart rate, heart rate variability, sleep quality, steps, exercise data, weight, and other relevant parameters. These metrics are derived from the raw sensor readings by the respective vendors.

To facilitate the collection of such data, ZotCare has been integrated with various healthcare device vendors. Presently, ZotCare offers support for Samsung, Garmin, Empatica, and Fitbit smartwatches, as well as Oura rings for smart wearables. Additionally, ZotCare can integrate with Withings smart scales and blood pressure monitors. It is important to note that the list of supported devices is continually expanding, as indicated in Table 2. For certain devices that provide a software development kit (or SDK is a software toolkit published by a vendor to facilitate creating applications and programs for their devices) and open access to their operating system/firmware (e.g., Samsung Active watches running Tizen OS), ZotCare offers a native smartwatch application. This application enables direct access to the raw signals from these devices and transmits them to the ZotCare back-end.

TABLE 2
www.frontiersin.org

Table 2. ZotCare objective data collection.

Researchers have the flexibility to incorporate new devices through direct connections or third-party services, utilizing standard open authentication (OAuth) methods. ZotCare provides endpoints for device authentication and uploading data for integrating devices through a direct connection when there is a native application available. The OAuth method requires participants to consent to ZotCare’s access to their information. In this method, third-party services grant access to ZotCare to collect the participant data after their consent. Note that because of the lack of standardization in this field, future adaptations to data collection from third-party vendors depend on each case.

Furthermore, to augment data collection capabilities within ZotCare, we have seamlessly integrated the AWARE smartphone-based logging framework (18) to enable the passive collection of behavioral and contextual data. Through AWARE, researchers can leverage participants’ smartphones to gather data from various sensors, including location, accelerometer, battery status, light intensity, temperature, and more. AWARE also allows the extraction of contextual information from participants’ daily lives, such as screen lock/unlock events, application usage patterns, step count, and even communication activities such as notifications, text messages, and phone calls.

To encompass the collection of self-reported subjective data within ZotCare, we have incorporated an Interaction sub-service into the system. This feature empowers researchers to design and deploy dynamic questionnaires, indicators, and interactive tasks using the Interaction’s functionality. The ZotCare front-end application effectively handles these Interactions, capturing participants’ responses along with detailed metadata on the way that the participant is using the interaction for comprehensive analytics. Moreover, the Interactions feature serves as a versatile tool for various purposes, including EMAs, information delivery, assessments, recommendations, and interventions. Researchers have the flexibility to update questions, EMAs, and other interactive components on-the-fly using the ZotCare dashboard, granting them dynamic control over the study’s data collection processes. Another feature that sets ZotCare interactions apart from other common questionnaire applications such as Redcap and Qualtrics is the integration of Interactions into the ZotCare service environment. Unlike other applications, Interactions are capable of personalization and adaptation into the study using data and outcomes from other ZotCare services such as profiles, adaptive reminders, interactive data collection troubleshooting, etc. Besides that, ZotCare interactions can be utilized as more than just questionnaire components. Interactions can also be used to deliver personalized interventions, gamified assessments, leaderboards, online content, and even more.

3.2. Profile services

The Profile Services within ZotCare assume the responsibility of storing specific information pertaining to groups or individual participants. Researchers can program these profiles to establish key-value storage for data management purposes. In the case of participant profiles, the programmed key-value storage consists of a predetermined set of keys established by the researchers for all participants. However, individual values can be stored per key for each participant, allowing for personalized data storage. For group profiles, a single value is associated with each key, which can be replicated across different groups. This replication enables the creation of distinct groups, such as control and intervention groups, or allows for customization of shared resources, such as the ZotCare Frontend application. Each key within the profiles can be configured with a variety of features. Researchers have the flexibility to choose whether the values associated with these keys should be stored on participants’ edge devices or in the cloud. Additionally, researchers can determine whether these values should be visible to the participants, depending on the study’s specific requirements and privacy considerations.

The Profile Services play a crucial role in enabling researchers to personalize and adapt their studies over time, particularly in advanced studies that require participant engagement, personalized interactions, or the utilization of statistical or AI models. However, studies that primarily focus on monitoring and passive data collection may not extensively utilize this service. Within participants’ profiles, researchers can store a range of important dates and times, such as join date, delivery date, significant personal events, and preferred notification times. Additionally, characteristics such as height, weight, and fitness level can be recorded. Serializable entities, such as personal AI models or statistical models, as well as files like images, audio recordings, or voice recordings, can also be stored within participants’ profiles.

Group profiles, on the other hand, contain information that is shared among the members of a specific group. This may include timing information for different stages of the study or shared AI models. Furthermore, group profiles can include customization data specific to each study, such as differentiating between intervention and control groups or specifying menu items. The information stored within profiles serves multiple purposes within the Real-time Processing, Intervention, and Integration Services. It allows for the adaptation of study procedures based on individual participant characteristics. Researchers can also leverage profile information within Interactions to customize and personalize the individual experiences of participants. Furthermore, profiles can be used to locally store personal identifiers such as names, addresses, and photos, instead of saving them on servers. This enables further customization of the participant’s experience while preserving their privacy.

Overall, the Profile service provides researchers with a versatile tool for personalization, adaptation, and customization, enhancing the effectiveness and participant-centric nature of their studies.

3.3. Real-time processing, intervention, and integration (RPII) services

ZotCare offers researchers a comprehensive suite of Real-time Processing, Intervention, and Integration (RPII) Services, which equip them with the capability to transform data into knowledge, incorporate intelligence into their studies, and effectively close the loop within their solutions.

Through the RPII Services, researchers gain the ability to process data derived from the Profile and Collection services, enabling them to extract meaningful insights and execute subsequent actions based on the processed data. While in other mHealth solutions any process on the data after data-collection is either not possible, limited, or requires further development, in ZotCare researchers can create custom data processing pipelines using the RPII service. The data processing pipelines can encompass tasks such as data pre-processing (filtering, feature extraction, statistical analysis), AI model development, collection of smart labels and EMAs, scheduling adaptive interventions, and sending intelligent reminders.

By utilizing the RPII Services, researchers are empowered with complete control over the flow of data within their studies. The benfit of using this service is to adapt the flow of the study to different conditions. By choosing the conditions (from time, profile, or data) and programming them together to invoke a set of actions, researchers can create a control-loop around their participants. This enables them to dynamically analyze and respond to data in real-time, facilitating the integration of intelligence into their research and ultimately closing the loop within the solution they have developed.

Within ZotCare, each study is capable of containing multiple Real-time Processing, Intervention, and Integration (RPII) instances, which play a pivotal role in enabling dynamic and intelligent functionality. Each RPII instance consists of three essential components: Triggers, Conditions, and Actions. Triggers serve as indicators that determine when an RPII unit is to be executed. These triggers can be categorized as either data-driven, responding to incoming new data, or chronological, based on fixed times or frequencies. Conditions, on the other hand, evaluate the data to determine if any adaptations or actions need to be performed. Based on the specified conditions and the available data, the RPII instance can make informed decisions regarding the subsequent actions. Actions within an RPII instance are programmable functions that can trigger internal modifications within the ZotCare environment or invoke external functionalities. Researchers have the flexibility to program RPII instances with various internal functions within ZotCare, including data fetching, participant grouping and filtering, data processing, AI model building, and writing to data streams or profile values. Furthermore, ZotCare supports external actions such as sending emails, push notifications to the ZotCare mobile application, and accessing external resources. To provide an overview of these features, a comprehensive summary is presented in Table 3, which outlines the various logic features supported by ZotCare.

TABLE 3
www.frontiersin.org

Table 3. Zotcare RPII services features.

Moreover, ZotCare offers seamless integration options for external systems with its RPII services. Researchers are provided with dedicated endpoints to access ZotCare from their own machines and servers, facilitating the integration of external resources into the ZotCare environment. To streamline the process of utilizing ZotCare externally, an SDK is available, designed to simplify the interaction with ZotCare and offer additional features. The SDK enables researchers to fetch, cache, and process data, as well as invoke actions within ZotCare, all without the need to handle complex authentications or intricate API calls. By leveraging these integration capabilities, researchers can utilize their own resources to replace or supplement ZotCare’s RPII components, enhancing the flexibility and adaptability of the system to suit their specific requirements.

3.4. The customizable ZotCare dashboard

The ZotCare dashboard serves as a customizable interface that facilitates interaction between users (such as researchers and clinicians) and ZotCare services. Researchers can create different study groups through the dashboard. Each group can be configured to utilize the ZotCare services for the purpose of that specific research or product.

The ZotCare dashboard incorporates a dedicated section for user management. Within this section, researchers can recruit new participants for their studies. This can be achieved through the utilization of random identifiers for direct recruitment or by utilizing sign-up links for anonymous recruitment. Additionally, the dashboard enables researchers to edit user information and profile values as needed. Furthermore, the ZotCare dashboard offers a comprehensive suite of data analysis capabilities, ensuring that researchers have the necessary tools to derive valuable insights from their research data. Researchers can leverage the provided tools to visualize data in its original format or apply sophisticated aggregation and filtering techniques to create visually informative charts and graphs. Moreover, the dashboard empowers researchers to employ their domain knowledge and expertise by facilitating direct annotation of data within the platform. These annotations are seamlessly stored as new data streams within ZotCare, contributing to a rich and comprehensive dataset for further analysis.

In addition to user management and data analysis functionalities, the ZotCare dashboard provides researchers with effective tools for managing their services within the platform. Through an intuitive interface, researchers can easily activate, modify, or review the configurations of their services. While certain services, such as collection services, entail straightforward setup steps, others, such as programmable services like RPII, profile, and interactions services, necessitate more advanced configurations. To streamline this process, the dashboard offers interactive editors that facilitate researchers in editing, debugging, and testing these programmable services, ensuring a seamless and efficient management experience.

ZotCare also incorporates a fine-grained access control mechanism that allows users to have specific permissions within individual studies. This feature enables researchers to involve different collaborators in their study, assigning them distinct roles based on their access scope. These roles can range from recruiters or data analysts to study managers or clinicians. Each collaborator is granted access only to the relevant parts of the dashboard that align with their assigned role. This stringent access control is crucial for safeguarding the privacy and integrity of the study, ensuring that each collaborator can only view and utilize the components that pertain to their specific responsibilities.

3.5. ZotCare mobile application

The ZotCare mobile application serves as an interface for facilitating ZotCare services to participants. This mobile app functions as a front-end interface, enabling various services, including mHealth interventions, multimedia interactions, and interactive profiles through its components. Additionally, the ZotCare app acts as an assistant to participants, aiding them in device setup and facilitating communication between participants and researchers/clinicians. The primary purpose of the app is to provide participants with interactive “interactions.” These interactions encompass a range of components, such as multiple-choice, numerical, time, data, and text input, as well as sliders, among others. These components are well-suited for various purposes, such as EMAs, questionnaires, and data labeling, which are commonly employed in mHealth studies. Furthermore, interactions are equipped with multimedia features, including videos, images, audio, and audio-video recorders. Extensive research has demonstrated the effectiveness of these multimedia tools for both assessment and mHealth interventions, as evidenced by studies presented in Section 6.

Moreover, interactions can incorporate customized components that researchers can create and incorporate, allowing for further customization and enhancement of their studies. Previous studies using ZotCare have showcased the utilization of such components for interventions, such as interactive breathing exercises, mindfulness-oriented image galleries, relational savoring exercises, and educational materials. Additionally, these components have been employed in assessments, such as cognitive games (e.g., finger tapping, word pair memory tests, rule-switching games, etc.). In addition to the visible components, interactions can include condition statements, representation configurations, and variables. These features provide researchers with a broader set of tools for personalization and customization.

Furthermore, participants have the ability to grant authorization to ZotCare, via the application, to access their health data from third-party services, such as Oura and Garmin. This integration allows for seamless retrieval of pertinent health information. Additionally, the app offers comprehensive instructions and troubleshooting steps for devices and applications that establish a direct connection with ZotCare, including Samsung and AWARE. Furthermore, participants can access certain features of the Collection and Profile services through the ZotCare app. These services provide participants with valuable functionalities and data management capabilities. The ZotCare app serves as a means for researchers and participants to maintain a continuous connection. This connection is facilitated through various means, including reminders, notifications, and messages. Researchers can choose to automate these communications through the RPII services or manually trigger them using the dashboard.

A general version of the ZotCare app is readily available for installation and use on Android and iOS smartphones. However, the app’s flexibility allows for customization to accommodate different research studies. Researchers possess the capability to modify the app’s colors, logos, menus, and other visual aspects to align with the specific requirements of their study. Moreover, they can also modify the app’s components to create tailored “Interactions” with additional functionalities. By leveraging the Profiles feature, researchers can further personalize the app’s appearance to suit individual studies or specific participant requirements.

3.6. Security and privacy

In order to uphold the integrity of ZotCare’s services, it is imperative to prioritize the security and privacy aspects of the platform. Robust security measures have been implemented to safeguard data and communication channels against potential threats posed by unauthorized individuals attempting to manipulate, delete, or disrupt data storage and transmission processes. Privacy considerations within ZotCare are designed to empower participants by granting them control over their personal data. This includes ensuring the protection of identifiable information, thereby safeguarding the privacy of participants. Security and privacy present unique challenges within service-based environments compared to platforms, as multiple organizations share the same resources. Consequently, it becomes necessary to implement measures to safeguard information from both internal and external sources.

Collected data from participants may consist of both objective sensitive data, such as location information and passwords, as well as subjective data that, based on responses provided in Interactions and Profiles, may reveal sensitive information. Similar security and privacy risks exist across other services as well. For instance, programmable services, including RPII services, are susceptible to malware injection. It is worth noting that researchers’ mistakes, such as data overwriting, large or repeated queries, and infinite loops, can also introduce malware vulnerabilities.

To address these security challenges, ZotCare has implemented a gateway service that regulates authentication, authorization, and scope through standard encryption methods such as Secure Socket Layer (SSL) encryption for end-to-end connections, JSON Web Tokens (JWI) for identity verification, and use of Linux Firewalls to protect internal components. This entails a two-step process in which the gateway first verifies the identity of the requester and subsequently checks if the requester has the necessary access permissions to the requested resource. To protect ZotCare from the abuse or mistakes in the services by researchers, all codes and logic provided by researchers are controlled before use. For instance, the interactions are checked against strict schemas, and all the contents are syntax-safeguarded for injection attacks. Besides that, the RPII instances are all isolated from the rest of the system, and their access is controlled through tokens. Their execution and access patterns are controlled by a wrapper process that can temporarily yield or even terminate the processes if necessary. Privacy concerns extend beyond the scope of data collection and storage and begin with participant recruitment. In cases where studies possess knowledge of their participants, researchers can manage deidentification processes on their end, enrolling participants in ZotCare using anonymous identifiers. However, for studies that allow individual participant sign-ups, ZotCare can deidentify data associated with participant emails, enabling participants to utilize their emails for password retrieval and receiving notifications. Nevertheless, researchers only have access to anonymous identifiers. ZotCare does not currently support deidentification of collected data at this stage. It is important to note that both researchers and users have the option to disable the collection of sensitive data across all ZotCare services, providing an additional layer of privacy control.

4. Use cases

ZotCare has been utilized as a service within different studies of real-world research on a wide-range of cohorts. The functionalities of ZotCare were devised to meet the requisites of these studies and were adapted accordingly based on their specific utilization. The initial studies availed themselves of preliminary versions of ZotCare, encompassing provisions for multi-modal data collection. Subsequently, ZotCare broadened its spectrum of services and characteristics to address the requirements for customization and governance. In the following, we will begin by providing an overview of select studies that used ZotCare services for purposes encompassing data collection, data modeling, and intervention. Subsequently, we will delineate the challenges encountered and describe the integration of ZotCare into these aforementioned studies.

4.1. Personal mental health navigation project

The Mental Health Navigation (MHN) project develops a proactive, personalized approach to monitor, estimate, and guide individuals toward their desirable mental health state (21). MHN monitors a multimodal stream of objective and subjective information to build inference models to determine participants’ mental states, context, and lifestyle. Using the constructed personal model and the current state, a navigator system can steer the participants using interventions at each step. The MHN project comprised two studies, the Affect study and the Loneliness study. The Affect study focused on investigating the connection between college students’ psychophysiological signals and sleep on their mood (22). Due to the onset of the COVID-19 pandemic during the midst of the Affect study, a revision was made to expand the study’s objectives to encompass the impact of COVID-19 and subsequent lockdown measures on the lives and emotional well-being of college students (23,24). The subsequent phase of the MHN project referred to as the Loneliness study, was primarily dedicated to the real-time evaluation of the mental well-being of college students, along with the provision of just-in-time adaptive interventions for those individuals requiring support (25). Moreover, the Loneliness study encompassed the collection of life-logging and contextual data, enabling the inference of participants’ virtual (through smartphones) and physical communication levels. By integrating the acquired life-logging and contextual data with the pre-existing models established in the Affect study, the accuracy of the loneliness assessment models was significantly enhanced. Consequently, the Loneliness study successfully developed adaptive interventions, leveraging these refined models, with the ultimate aim of mitigating the adverse mental state experienced by the participants.

Both the Affect and Loneliness studies employed the utilization of ZotCare as a means to gather bio-signal and EMA data and administer mHealth interventions. Table 4 exhibits the MHN project's studies and their integration in ZotCare. The Affect study specifically utilized the Samsung smartwatch and Oura ring to continuously capture physiological signals, monitor sleep quality, and track levels of physical activity. In addition to these devices, the Loneliness study incorporated the use of AWARE to gather life-logging data. Furthermore, a customized ZotCare mobile application, namely mSavorUs, was developed and employed for the participants. This tailored application not only retained all the features of the original ZotCare application but also provided supplementary custom features for relational savoring exercises and interventions. The interventions within the mSavorUs application were personalized by incorporating participants’ names and photos sourced from their memories, utilizing locally stored profiles. To implement the interventions in the Loneliness study, the RPII services were utilized. These services were employed both directly for delivering conditional notifications and via an API form to establish a connection with a machine learning agent maintained within a separate cluster. The volume of data collected in each of these studies exceeded 200 gigabytes, with a total of 4.5 and 14.9 K labels collected for the Affect and Loneliness studies, respectively.

TABLE 4
www.frontiersin.org

Table 4. MHN project studies summary.

The initial deployment of ZotCare for the MHN Affect study presented various challenges that underscored the necessity for additional features or services to address them effectively. Given the study’s incorporation of multiple data collection dimensions, including the Samsung smartwatch, Oura ring, AWARE framework, and questionnaires, study coordinators faced difficulties in monitoring the status of all dimensions and promptly informing participants about any potential issues and interruptions in data collections. Interruptions occasionally occurred in the ZotCare collection services running on participants’ devices due to factors such as high battery consumption, device inactivity, or inadvertent shutdowns by participants. To overcome this challenge, ZotCare implemented a summary report generator within the data collection service. These daily summaries could be utilized by researchers through ZotCare dashboards to assess the status of participant data and facilitate timely follow-up when necessary. Additionally, interactive troubleshooting components were integrated into ZotCare Interactions, accessible via the ZotCare mobile application. These troubleshooting components systematically analyzed the participants’ collected data and provided step-by-step instructions for resolving any data communication issues that may have arisen. Through the implementation of these additional features and services, participants were able to get notified and fix device synchronization problems on daily bases without the envolvement of study coordinators while before this, the interruption might have gone unnoticed for few days especially on the weekends. This ensured efficient data monitoring, facilitated effective troubleshooting, and ultimately enhanced participant engagement and study outcomes. Because of the ready-to-use nature of ZotCare services, the new components for troubleshooting and summary page were immediately available to all the studies upon deployment. This is unlike the platform solutions that any changes require the researchers to update their system in order to benefit from the new updates.

Moreover, during the course of the Loneliness study, the construction of the real-time inference model necessitated computational resources that surpassed the capacity of the ZotCare backend services available at that time. To address this challenge, the researchers leveraged the RPII capability of ZotCare, enabling integration with external resources. The team successfully employed the RPII service to execute an inference model within a cluster, which was triggered by ZotCare web-hooks. The obtained data was subsequently retrieved through the ZotCare SDK, processed, and intervention scheduling was performed using ZotCare API calls. This strategic approach effectively resolved the issue of resource limitations and facilitated the seamless integration of just-in-time adaptive interventions by harnessing the capabilities of external resources. This is an example of customization as configuration, having available configuration to utlize external resources can help overcome possible limitations in the system based on different study demands.

4.2. The UNITE project

Smart, Connected, and Coordinated Maternal Care for Underserved Communities (UNITE) is a research project funded by the United States National Science Foundation, with the primary objective of developing innovative technologies to enhance the physical and emotional well-being of underserved pregnant women and their newborns. The UNITE initiative endeavors to revolutionize conventional maternal care practices, which have traditionally been delivered within homes or clinics, by integrating an AI-supported remote monitoring system. The project comprises three distinct phases, each with its specific focus and objectives. The initial phase, known as the “Feasibility” phase, concentrated on assessing the viability of remote maternal health monitoring. This involved investigating the level of engagement exhibited by pregnant women with the technology, taking into account their individual health conditions (27). The second phase of UNITE encompassed a series of small-scale randomized controlled trials (MicroRCTs), which sought to examine various aspects of maternal well-being, such as stress management or physical training, and assess their impact on pregnancy outcomes (28). Currently, the project is in its third phase, an “AI-assisted” study aimed at exploring the efficacy of incorporating AI assistants and nurses into the care loop for mothers. Within this phase, an AI-enabled exercise recommendation system has been deployed alongside the recommendations provided by healthcare providers. This human-in-the-loop mHealth approach has resulted in the development of a personalized, step-by-step recommender system that adapts to the specific pregnancy conditions and physical measures of each individual mother. Table 5 summarises the UNITE studies and their utilization of ZotCare.

TABLE 5
www.frontiersin.org

Table 5. UNITE project studies summary.

The Feasibility phase of the UNITE project primarily focused on the collection of data and subsequent analysis during the post-study phase. Given the vulnerable nature of the study group consisting of pregnant mothers, it was imperative to implement a triage system to swiftly identify and report any potentially risky situations. To fulfill this requirement, the UNITE initiative incorporated ZotCare’s RPII services. By integrating data-driven triggers within the RPII unit, the behavior of participants could be assessed, enabling immediate alerts to be sent to researchers when necessary.

In the second phase of UNITE, known as the MicroRCT phase, the team explored an alternative approach to collecting labels. Instead of adhering to fixed times and frequencies, the possibility of employing smart labels was investigated, aiming to maximize the information obtained while minimizing participant interruptions. By utilizing statistical and active machine learning models within the RPII services, the UNITE team could send notifications to participants, prompting them to provide labels at more opportune times, resulting in improved accuracy and heightened participant engagement (29).

During the AI-assisted recommender system phase, the main challenge revolved around establishing a cohesive loop involving the participants, the AI recommender engine, and health providers. To address this challenge, the Profile and RPII services were leveraged, providing the necessary flexibility. Three sets of profiles were employed: one for participants to input their physical measurements, another for health providers to input their assessments, and a final one for the AI recommender engine to store its recommendations. The RPII service played a crucial role in executing the recommender engine by utilizing the physical measurements and health providers’ assessments from the Profile services, as well as participants’ bio-signals, progress, and feedback from the Collection services. Figure 4 illustrates the adoption of the services within this solution. The process begins with Step (1), where participants input their physical measurements through the mobile app. This information is then used by the nurses to recommend the participants’ initial exercise regimen. In Step (2), the recommender engine utilized this information to train its models, infer the next set of exercise regimen recommendations, store the recommendations within the participant’s profile, and notify the health providers of the ongoing process. The health providers, in Step (3), evaluated the final exercise regimen for each participant based on the suggestions provided by the recommender engine. Steps (2) and (3) continue in a continuous loop throughout the duration of the study. This system effectively assists health providers in processing a significant amount of information and providing frequent assessments through the programmability of the services.

FIGURE 4
www.frontiersin.org

Figure 4. UNITE AI-assistant integration in ZotCare.

4.3. Other projects

As the services provided by ZotCare continued to develop, they began to be utilized by researchers and universities outside of the original project, encompassing a diverse array of research studies. These studies varied in terms of their contextual settings, languages used, time zones, and specific requirements. The expanding scope of applications enabled ZotCare to adapt and enhance its functionalities, thereby providing researchers with a wider range of features to facilitate their studies effectively. Some example studies are listed in Table 6. Figure 5 reveals a screen capture of three ZotCare-based mobile applications used in MHN and UNITE projects in parts (A) and (B) along with the HowRU mobile application employed for Sleep & Brain study in part (C).

TABLE 6
www.frontiersin.org

Table 6. Examples of other studies that utilized ZotCare.

FIGURE 5
www.frontiersin.org

Figure 5. (A) mSavorUs, (B) UNITE, and (C) HowRU app used in MHN, UNITE, and Brain & Sleep projects.

Two research projects, namely “Sleep & Menstruation” (30) and “Sleep & Brain,” were conducted to investigate subjective sleep assessment and cognitive abilities through the use of questionnaires and cognitive tasks. The first project examined the impact of menstruation on sleep patterns, while the second project explored the relationship between sleep and cognitive abilities. Both projects incorporated traditional questionnaires to gather information on various aspects of sleep, including duration, quality, and mood. Standard question forms components such as multiple-choice, text input, sliders, and time pickers were utilized to ensure comprehensive data collection. Furthermore, interactive cognitive tasks, designed to resemble games, were employed to assess participants’ cognitive skills. The flexibility of ZotCare’s customization capabilities in developing new interaction components proved invaluable for researchers. This allowed them to focus on designing the tasks themselves without the need for developing a separate interactive mobile application. By leveraging ZotCare’s functionalities, researchers could streamline the data collection process and efficiently collect data. Given that some questionnaires needed to be administered before bedtime or upon waking up, ZotCare’s profile and logic services were utilized to personalize the timing and availability of the questionnaires for each individual participant. This customization ensured that participants received questionnaires at the appropriate times based on their specific sleep schedules and preferences.

In addition to its utilization in the aforementioned studies conducted in the United States, ZotCare has also been employed in research studies conducted in other countries and across different languages. One notable example is the “PREVENT” study conducted in Finland. This study specifically focused on maternal care and aimed to assess the daily well-being of pregnant women during the challenging circumstances imposed by the COVID-19 pandemic (31). The “PREVENT” study leveraged ZotCare’s localization features to adapt the platform to the Finnish language and timezone. This ensured that the study participants in Finland could access and interact with ZotCare’s services seamlessly in their native language and within the context of their local time zone.

The Digital Health for the Future of Community-Centered Care (D-CCC) (32) research project aims to explore the integration of technology and community health workers in order to enhance healthcare delivery for underserved communities. Specifically focusing on the elderly population, the project seeks to develop a symbiotic relationship between humans and technology, enabling the design of new technologies that can assist community health workers in providing more effective support. ZotCare played a crucial role in alleviating the burden on participants who were unfamiliar with using advanced technologies. By providing user-friendly interfaces and intuitive interactions, ZotCare facilitated the seamless integration of technology into the participants’ lives. Moreover, ZotCare enabled the continuous monitoring of participants’ device usage patterns and their overall health status. This feature helped researchers and community health workers gain valuable insights into the participants’ well-being and promptly address any emerging issues. The ZotCare dashboard proved to be an invaluable tool in monitoring vital signs trends among participants, such as heart rate and blood pressure. Additionally, the ZotCare application allowed for the subjective capture of daily symptoms, including pain and fatigue, as well as adverse events such as falls. The customization of the ZotCare dashboard specifically catered to the needs of health providers involved in this study. It enabled them to receive intelligent alerts in the event of abnormalities in vital signs or adverse events, and also provided visualizations of the collected data, empowering them to make informed decisions regarding participant care.

The SERVE OC study is a community-focused research initiative spanning three years on a population of 1,000 individuals. With a culturally-tailored approach, the research is facilitated by dedicated community health workers (CHWs). These CHWs play a pivotal role in engaging and guiding families in setting goals, refining skills, and managing risks to fortify their resilience against hypertension. With this approach, this research is seamlessly woven into participants’ everyday lifestyles and well-being. SERVE OC uses ZotCare to longitudinally monitor each individual’s blood pressure using Whitings Blood Pressure Monitor. It also employs RPII services to process these blood pressure data and detect subtle irregularities for each individual, sending customized notifications to their respective CHWs.

5. Implementation

ZotCare has been implemented in different modules for the server, dashboard, and frontend application. The web server is implemented alongside a task distribution system to enhance the performance using Python Flask, Celery, and RabbitMQ. A Python stack was chosen for this project for its compatibility with most machine learning and health processing libraries currently available in research. The server is utilizing a MongoDB database for its flexibility in document format, as it is required for some of ZotCare’s services. This helps ZotCare developers and contributing researchers to make modifications to the data structures, especially data streams, easier with fewer backward compatibility issues. ZotCare researchers’ dashboard is built using the Angular framework, and it is deployed and available under ZotCare’s domain. Researchers are more likely to make modifications by development to the mobile application than anything else. Thus, there are more considerations for customization in the mobile application’s implementation. ZotCare’s front-end mobile application uses React-Native to provide a unified implementation that supports Android and iOS. The application uses neutral colors and styles to make it compatible with different types of studies. Still, it is developed with a theming mechanism to be customizable by researchers as they want. The codebase for the mobile application provides hooks, functions, and component templates for researchers to modify the app as they need for their study using data from other ZotCare services.

6. Using ZotCare

To use ZotCare as a service for mHealth studies, researchers can sign up for an account in ZotCare and gain access to the dashboard, where they can start configuring and programming different services to their needs. To acquire more information on how to use ZotCare, please visit https://futurehealth.uci.edu/projects/zotcare.

7. Limitations and future work

This article primarily highlights the services and benefits of ZotCare in the context of mHealth research. However, it is essential to note that certain aspects, such as ZotCare’s system architecture, technical contributions, system challenges, scalability, and storage have not been addressed explicitly in this article. These topics warrant separate and dedicated publications to provide in-depth insights and analysis.

The future of ZotCare will predominantly hinge on two principal enhancements: the integration of new features and the introduction of novel services. Additional features can be incorporated into the existing services without altering the current orchestration, for instance, augmenting support for new devices such as Apple Wearables, introducing new types of profiles, or incorporating new actions and triggers into RPII services. As stated in subsection 3.6, both objective data and subjective data can contain identifiable information. Future features in data collection services can automatically detect and de-identify this information by filtering or masking. Other relevant features, such as chatbots, could serve as beneficial additions to ZotCare’s interactions. Furthermore, there is potential for increasing the programmability of AI components within the system. The system could be trained to suggest correlations and models congruent with researchers’ experimental objectives, mitigating the need for manual programming. Alterations in service orchestration would pose a more significant challenge, as the services must retain their flexibility, minimalism, and comprehensiveness. Nevertheless, with the burgeoning demand in the mHealth sector, the team will explore opportunities for redesigning the service orchestration.

While programmable services offer a high level of customization, they adhere to stringent syntax and rules, necessitating a learning phase for researchers. Besides that, some functionalities and patterns in mHealth systems often repeat in a similar way between studies, such as smart personalized notifications, standard data processing methods, and standard adaptive interventions. In order to make it simpler for researchers, efforts are underway to incorporate more templates and straightforward, high-level configurations in the form of modules. These modules can be available to researchers to add standard mHealth functionalities to their studies without the need to learn knowledge over ZotCare programmable services or recreate standard functionalities that have been done before.

8. Conclusion

mHealth solutions are significant for researchers aiming to design studies that leverage internet-connected health devices and smartphones. These solutions must offer fast delivery, affordability, and the necessary programmability to support personalization and adaptation, particularly in the context of modern AI-driven investigations. To achieve this, we introduced ZotCare as a service-based solution that provides a ready-to-use platform for conducting mHealth studies while also enabling resource sharing to reduce costs. This paper primarily focused on ZotCare’s service orchestration, features, usage, and capabilities. ZotCare’s service orchestration comprises Collection Services, Profile Services, and Real-time Processing, Integration, and Intervention (RPII) Services. Collection Services facilitate the aggregation of both objective and subjective data streams into the system, while Profile Services offer programmable key-value storage for participants. These services empower RPII Services to process data, generate models, and trigger tailored actions based on varying circumstances. Finally, we demonstrated the practical applications of ZotCare’s services through various use cases. These examples indicated how different mHealth studies across diverse domains have successfully utilized ZotCare’s programmability.

Data availability statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding author.

Author contributions

SL and MA contributed to designing, developing, and maintaining the services and writing of the manuscript. IA contributed to the representation of the work and writing and editing of the manuscript. ND and AR supervised the work as academic advisors and contributed to the editing of the manuscript. All authors contributed to the article and approved the submitted version.

Acknowledgments

This research was supported by the US National Science Foundation, under the Smart and Connected Communities (S&CC) program (grant CNS-1831918). We want to extend our sincere gratitude to Arman Anzanpour for his assistance with creating and refining the figures and graphics presented in this paper.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

1. Hassanalieragh M, Page A, Soyata T, Sharma G, Aktas M, Mateos G, et al. Health monitoring, management using internet-of-things (IoT) sensing with cloud-based processing: opportunities, challenges (2015). p. 285–92. doi: 10.1109/SCC.2015.47

2. Lu L, Zhang J, Xie Y, Gao F, Xu S, Wu X, et al. Wearable health devices in health care: narrative systematic review. JMIR Mhealth Uhealth. (2020) 8:e18907. doi: 10.2196/18907

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Samsung. Samsung Tizen Device sensors. Samsung (2023). Available from: https://docs.tizen.org/application/native/guides/location-sensors/device-sensors (Accessed June 2, 2023).

4. Google. Wear OS Developer Page. Google (2023). Available from: https://developer.android.com/wear (Accessed June 2, 2023).

5. Garmin. Garmin Developer Page. Garmin (2023). Available from: https://developer.garmin.com (Accessed June 2, 2023).

6. Whitings. Whitings Developer Page. Whitings (2023). Available from: https://developer.withings.com (Accessed June 2, 2023).

7. Fitbit. Fitbit Developer Page. Fitbit (2023). Available from: https://dev.fitbit.com (Accessed June 2, 2023). Oura.

8. Oura Ring Developer Page. Oura (2023). Available from: https://cloud.ouraring.com/v2/docs (Accessed June 2, 2023).

9. Azimi I, Oti O, Labbaf S, Niela-Vilén H, Axelin A, Dutt N, et al. Personalized maternal sleep quality assessment: an objective IoT-based longitudinal study. IEEE Access. (2019) 7:93433–47. doi: 10.1109/ACCESS.2019.2927781

CrossRef Full Text | Google Scholar

10. Lee JA, Labbaf S, Rahmani A, Kehoe P, Dutt N. P4-394: wearable internet-of-things technology: an immigrant dementia caregivers pilot intervention. Alzheimers Dement. (2019) 15:P1452–3. doi: 10.1016/j.jalz.2019.06.4065

CrossRef Full Text | Google Scholar

11. Gerpott TJ, Thomas S. Empirical research on mobile Internet usage: a meta-analysis of the literature. Telecomm Policy. (2014) 38:291–310. doi: 10.1016/J.TELPOL.2013.10.003

CrossRef Full Text | Google Scholar

12. Hossain SM, Hnat T, Saleheen N, Nasrin NJ, Noor J, Ho BJ, et al. mCerebrum: a mobile sensing software platform for development, validation of digital biomarkers and interventions. Proc Int Conf Embed Netw Sens Syst. (2017) 2017:1–14. doi: 10.1145/3131672.3131694

CrossRef Full Text | Google Scholar

13. Ranjan Y, Rashid Z, Stewart C, Conde P, Begale M, Verbeeck D, et al.. Radar-base: open source mobile health platform for collecting, monitoring, and analyzing data using sensors, wearables, and mobile devices. JMIR Mhealth Uhealth. (2019) 7:e11734. doi: 10.2196/11734

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Bridge. Bridge Platform. Sage Bionetworks (2023). Available from: https://developer.sagebridge.org/index.html (Accessed June 10, 2023).

15. ilumivu. ilumivu. ilumivu (2023). Available from: https://ilumivu.com (Accessed June 2, 2023).

16. Ethica. Ethica. Ethica (2023). Available from: https://ethicadata.com (Accessed June 2, 2023).

17. McKinsey. Telehealth: A Quarter-Trillion-Dollar Post-COVID-19 Reality? McKinsey (2021). Available from: https://www.mckinsey.com/industries/healthcare/our-insights/telehealth-a-quarter-trillion-dollar-post-covid-19-reality (Accessed June 14, 2023).

18. Ferreira D, Kostakos V, Dey AK. AWARE: mobile context instrumentation framework. Front ICT. (2015) 2:6. doi: 10.3389/fict.2015.00006

CrossRef Full Text | Google Scholar

19. Firebase. Firebase. Google (2023). Available from: https://firebase.google.com (Accessed June 2, 2023).

20. OneSignal. OneSignal Notification Service. OneSignal (2023). Available from: https://onesignal.com (Accessed June 2, 2023).

21. Rahmani AM, Lai J, Jafarlou S, Azimi I, Yunusova A, Rivera AP, et al. Personal mental health navigator: harnessing the power of data, personal models, and health cybernetics to promote psychological well-being. Front Digit Health. (2022) 4:1–8. doi: 10.3389/fdgth.2022.933587

CrossRef Full Text | Google Scholar

22. Jafarlou S, Lai J, Mousavi Z, Labbaf S, Jain R, Dutt N, et al. Objective prediction of tomorrow’s affect using multi-modal physiological data, personal chronicles: a study of monitoring college student well-being in 2020. arXiv [Preprint] (2022). Available at: https://doi.org/10.48550/arXiv.2201.11230

23. Mousavi ZA, Lai J, Simon K, Rivera AP, Yunusova A, Hu S, et al. Sleep patterns and affect dynamics among college students during the COVID-19 pandemic: intensive longitudinal study. JMIR Form Res. (2022) 6:e33964. doi: 10.2196/33964

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Lai J, Rahmani A, Yunusova A, Rivera AP, Labbaf S, Hu S, et al. Using multimodal assessments to capture personalized contexts of college student well-being in 2020: case study. JMIR Form Res. (2021) 5:e26186. doi: 10.2196/26186

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Yang Z, Azimi I, Jafarlou S, Labbaf S, Borelli J, Dutt N, et al. Loneliness forecasting using multi-modal wearable and mobile sensing in everyday settings. medRxiv [Preprint] (2023) 2023.06.08.23291165. Available from: https://doi.org/10.1101/2023.06.08.23291165

26. Yunusova A, Lai J, Rivera AP, Hu S, Labbaf S, Rahmani AM, et al. Assessing the mental health of emerging adults through a mental health app: protocol for a prospective pilot study. JMIR Res Protoc. (2021) 10:e25775. doi: 10.2196/25775

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Jimah T, Borg H, Mehrabadi MA, Labbaf S, Guo Y. A digital health approach to promote emotional well-being in pregnant women. J Obstet Gynecol Neonatal Nurs. (2021) 50:S12–3. doi: 10.1016/j.jogn.2021.08.026

CrossRef Full Text | Google Scholar

28. Tazarv A, Labbaf S, Rahmani AM, Dutt N, Levorato M. Data collection and labeling of real-time IoT-enabled bio-signals in everyday settings for mental health improvement. Proceedings of the Conference on Information Technology for Social Good New York, NY, USA: Association for Computing Machinery (2021). p. –91.

29. Tazarv A, Labbaf S, Rahmani A, Dutt N, Levorato M. Active reinforcement learning for personalized stress monitoring in everyday settings. arXiv [Preprint] (2023). Available at: https://doi.org/10.48550/arXiv.2305.00111

30. Sattari N, Mehrabadi MA, Aqajari SAH, Zhang J, Simon K, Alzueta E, et al. 079 sleep quality prediction during the menstrual cycle based on daily sleep diary reports. Sleep. (2021) 44:A33–. doi: 10.1093/SLEEP/ZSAB072.078

CrossRef Full Text | Google Scholar

31. Niela-Vilén H, Auxier J, Ekholm E, Sarhaddi F, Asgari Mehrabadi M, Mahmoudzadeh A, et al. Pregnant women’s daily patterns of well-being before and during the COVID-19 pandemic in Finland: Longitudinal monitoring through smartwatch technology. PLoS ONE. (2021) 16:1–13. doi: 10.1371/journal.pone.0246494

CrossRef Full Text | Google Scholar

32. Rodrigues SM, Kanduri A, Nyamathi A, Dutt N, Khargonekar P, Rahmani AM. Digital health-enabled community-centered care: scalable model to empower future community health workers using human-in-the-loop artificial intelligence. JMIR Form Res. (2022) 6:e29535. doi: 10.2196/29535

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: mobile health, mHealth solution, health cybernetics, digital health services, wearable internet-of-things

Citation: Labbaf S, Abbasian M, Azimi I, Dutt N and Rahmani AM (2023) ZotCare: a flexible, personalizable, and affordable mhealth service provider. Front. Digit. Health 5:1253087. doi: 10.3389/fdgth.2023.1253087

Received: 4 July 2023; Accepted: 4 September 2023;
Published: 14 September 2023.

Edited by:

Shuhan He, Harvard Medical School, United States

Reviewed by:

Louise Corscadden, Independent Researcher, Chicago, Illinois, United States
Abdel Badih Ariss, Harvard University, United States

© 2023 Labbaf, Abbasian, Azimi, Dutt and Rahmani. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Sina Labbaf slabbaf@uci.edu

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.