Severity: Warning
Message: Undefined array key "articleIDUniqueCode"
Filename: frontend/article.php
Line Number: 189
Severity: 8192
Message: substr(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: frontend/article.php
Line Number: 189
Severity: Warning
Message: Undefined array key "articleIDUniqueCode"
Filename: frontend/article.php
Line Number: 190
Severity: 8192
Message: substr(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: frontend/article.php
Line Number: 190
Severity: Warning
Message: Undefined array key "articleIDUniqueCode"
Filename: frontend/article.php
Line Number: 213
Severity: 8192
Message: substr(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: frontend/article.php
Line Number: 213
Severity: Warning
Message: Undefined array key "articleIDUniqueCode"
Filename: frontend/article.php
Line Number: 214
Severity: 8192
Message: substr(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: frontend/article.php
Line Number: 214
We use cookies to ensure our website works properly and to personalise your experience. Cookies policy
Severity: Warning
Message: Undefined array key "articleIDUniqueCode"
Filename: frontend/article.php
Line Number: 424
1Science and Technology of Engineering and Innovation – Electrical Engineering - University of Antananarivo, Antananarivo, Madagascar
2Higher Institute of Technology of Antananarivo, Antananarivo, Madagascar
3Faculty of Medicine, University of Antananarivo, Antananarivo, Madagascar
4Equipment and Maintenance Service, Ministry of Public Health, Antananarivo, Madagascar
5Higher Polytechnic School of Antananarivo - University of Antananarivo, Antananarivo, Madagascar
This article presents the design and implementation of a biomedical remote monitoring system intended for the real-time acquisition, processing, and transmission of physiological data. The system is based on a modular architecture structured in a star topology, integrating several biomedical sensors (electrocardiograph, stethoscope, thermometer, pulse oximeter, blood pressure monitor, and heart rate sensor). Data collected by these sensors is processed locally using an Arduino MEGA 2560 board and transmitted via an Ethernet Shield module configured as an HTTP server, enabling real-time display on a web interface hosted on a computer. This setup allows for reliable remote monitoring of vital signs, paving the way for applications in telemedicine, home care, and emergency response. The results highlight the relevance of this solution in resource-constrained settings, while emphasizing the importance of incorporating robust security features and advanced connectivity in future developments.
The rapid advancement of Internet of Things (IoT) technologies and embedded systems has enabled the development of medical remote monitoring solutions that allow continuous, long-distance patient supervision. These systems rely on well-structured architectures, integrating acquisition, processing, and transmission units to ensure effective care of patients with chronic conditions [1]. A connected medical monitoring device typically consists of several core components. The acquisition unit gathers physiological signals using biomedical sensors, while the processing unit applies algorithms for analysis and filtering to extract meaningful information [2]. Finally, the transmission unit forwards the processed data to a host computer or a monitoring platform, using wireless communication technologies such as Bluetooth, Wi-Fi, LoRaWAN, or optical wireless communication [3]. However, designing such systems poses several challenges, particularly in terms of interoperability, energy efficiency, and data security. Organizational protocols play a crucial role in structuring communication between modules, ensuring secure and reliable transmission of medical data [4]. Additionally, the integration of artificial intelligence and cloud computing is increasingly leveraged to enhance decision-making and data analysis in telemonitoring systems [5]. This article provides an in-depth study of the architecture and organizational protocol of a connected medical monitoring system. It highlights key technological choices and implementation challenges, supported by case studies and practical experiments.
METHODS
The development of a connected medical monitoring system follows a rigorous methodological approach involving system architecture design, functional unit development, and implementation of the organizational protocol. This section outlines the main steps taken to ensure the reliability and efficiency of the proposed system.
System Architecture Design
The architecture adopts a modular structure composed of three main units: physiological data acquisition, signal processing, and data transmission. This design follows best practices in the field of telemonitoring systems, aiming for seamless communication and enhanced interoperability [6]. The acquisition unit integrates biomedical sensors selected based on their accuracy, low power consumption, and compatibility with existing communication standards. These sensors monitor vital signs such as heart rate, blood oxygen saturation, and body temperature [7]. The processing unit uses embedded system architecture with signal processing and anomaly detection algorithms. To optimize both energy efficiency and computational robustness, the system employs low-power microcontrollers and efficient digital signal processing techniques [8]. The transmission unit leverages wireless communication technologies suited to medical use cases, including Bluetooth Low Energy (BLE), Wi-Fi, LoRaWAN, and optical wireless communication. These technologies are chosen to ensure secure, low-latency data transfer with minimal energy usage [9], [10].
Development of the System's Organizational Protocol
The organizational protocol is designed to manage communication between the system’s various units, ensuring data synchronization and consistency. It follows a hierarchical model in which the acquisition unit sends data in real-time to the processing unit. This unit filters and classifies the data before forwarding it to the host computer or cloud platform [11]. A "publish-subscribe" communication paradigm is adopted to streamline integration with digital health platforms and to enhance scalability [12]. Moreover, encryption protocols such as AES-128 are implemented to ensure the privacy and security of transmitted medical data [13].
RESULTS
Organizational Protocol of the System
The main objective of the project is broken down into a set of operational actions aimed at ensuring the functional coverage of the telemedicine system. To this end, the organization of telemedicine services, based on the identification and interconnection of various types of links between actors, enables the design of organizational models adapted to the specific constraints of a given region. A preliminary analysis of the medical procedures that can be performed remotely helps determine the types of telemedicine relationships to be established between the various stakeholders (health professionals, patients, care facilities). Once combined, these relationships give rise to different organizational models depending on the type of care provided (teleconsultation, tele-expertise, remote monitoring, etc.). The definition of the organizational model therefore involves[14]:
The development of a formal organizational protocol, followed by its dissemination to all stakeholders, is an essential step to ensure the adoption of the system and guarantee its coherent and efficient functioning.
Table 1: Process for Implementing a Medical Teleconsultation
|
Step |
Associated Actions |
|
1. Telemedicine Act Request |
- Preparation of the medical record - Request submission to the specialist physician - Validation of the request (scheduling a timeslot) - Informing the attending physician |
|
2. Preparations Before the Session |
- Informing and obtaining consent from the patient (or legal representative) - Preparing the medical file and the teleconsultation room - Informing relatives and healthcare staff - Checking equipment and network connections - Welcoming and settling the patient - Launching the telemedicine software |
|
3. Teleconsultation Session |
- Introducing the participants - Medical interview conducted by the specialist physician - Possible additional examinations (performed by on-site staff) - Clinical discussion between the specialist and the local team (with or without the patient/family, depending on the case) - Closing the consultation by the specialist |
|
4. After the Session |
- Possible debriefing - Drafting and sending the consultation report - Reporting on the telemedicine session - Evaluating the quality of the service |
System Architecture
Overall Diagram
The overall system architecture is presented in a summarized form before the detailed description of each functional unit. The system is structured around four main components: a data acquisition unit, a processing unit, a transmission module, and a host computer responsible for data management and the user interface. The data acquisition unit collects information from various biomedical sensors. All sensors are interconnected in a star topology, converging to a central collection node. The acquired data are then transferred to the processing unit for analysis, filtering, or transformation according to the specific needs of the application. Once processed, the data are transmitted to a local HTTP server via an Ethernet Shield module. This module can be connected to the host computer either directly using a crossed RJ45 cable, or through a local network using a router and a Wi-Fi connectivity module. In the latter case, the data are transmitted wirelessly, facilitating integration into mobile or remote clinical environments. Real-time data visualization and management are ensured by a web platform hosted on the host computer. This interface allows the user to access measurements, interact with the system, and monitor the overall state of the device.
Communication between the requesting station (transmission site) and the target site (expert center) is based on satellite communication. This infrastructure comprises two distinct segments :
The ground stations include both DTH-type home receivers (Direct-To-Home) and mobile terminals integrated into the medical device, enabling robust and continuous communication even in areas with low terrestrial network coverage.
Heriniaina Mamitina Rabearison*, Fanjanirina Razafison, Nomena Razafimanjato, Manohinaina Zafintsalama, Harlin Andriatsihoarana, Architecture and Organizational Protocol of a Connected Medical Monitoring Device, Int. J. Sci. R. Tech., 2025, 2 (4), 204-216. https://doi.org/10.5281/zenodo.15191781
10.5281/zenodo.15191781