Blog

Tele-monitoring system for intensive care ventilators in isolation rooms | Scientific Reports

Thank you for visiting nature.com. You are using a browser version with limited support for CSS. To obtain the best experience, we recommend you use a more up to date browser (or turn off compatibility mode in Internet Explorer). In the meantime, to ensure continued support, we are displaying the site without styles and JavaScript.

Scientific Reports volume  13, Article number: 15207 (2023 ) Cite this article 7 Parameter Patient Monitor

Tele-monitoring system for intensive care ventilators in isolation rooms | Scientific Reports

The COVID-19 pandemic and discovery of new mutant strains have a devastating impact worldwide. Patients with severe COVID-19 require various equipment, such as ventilators, infusion pumps, and patient monitors, and a dedicated medical team to operate and monitor the equipment in isolated intensive care units (ICUs). Medical staff must wear personal protective equipment to reduce the risk of infection. This study proposes a tele-monitoring system for isolation ICUs to assist in the monitoring of COVID-19 patients. The tele-monitoring system consists of three parts: medical-device panel image processing, transmission, and tele-monitoring. This system can monitor the ventilator screen with obstacles, receive and store data, and provide real-time monitoring and data analysis. The proposed tele-monitoring system is compared with previous studies, and the image combination algorithm for reconstruction is evaluated using structural similarity index (SSIM) and peak signal-to-noise ratio (PSNR). The system achieves an SSIM score of 0.948 in the left side and a PSNR of 23.414 dB in the right side with no obstacles. It also reduces blind spots, with an SSIM score of 0.901 and a PSNR score of 18.13 dB. The proposed tele-monitoring system is compatible with both wired and wireless communication, making it accessible in various situations. It uses camera and performs live data monitoring, and the two monitoring systems complement each other. The system also includes a comprehensive database and an analysis tool, allowing medical staff to collect and analyze data on ventilator use, providing them a quick, at-a-glance view of the patient's condition. With the implementation of this system, patient outcomes may be improved and the burden on medical professionals may be reduced during the COVID-19 pandemic-like situations.

The COVID-19 pandemic has affected millions of people worldwide, with approximately 590 million confirmed cases to date1. Despite vaccination efforts and public health measures, the number of COVID-19 infections continues to rise, with new mutant strains being discovered2, 3. COVID-19 primarily affects the respiratory system, causing severe symptoms that often require oxygen support. Patients may experience complications, such as respiratory failure, acute respiratory distress syndrome, sepsis, and septic shock4,5,6,7. Ventilators are critical life support devices for severely ill COVID-19 patients, as their lungs are often damaged, leading to breathing difficulties8. For patients requiring intensive care, intensive care units (ICUs) equipped with mechanical ventilation and accessories, infusion pumps, and patient monitors are essential for improving their condition9, 10.

The use of multiple life support systems in the ICU is crucial for managing COVID-19 patients and improving their condition11,12,13. However, the operation of these devices in isolation ICUs requires medical staff to wear personal protective equipment (PPE) to protect themselves from the risk of infection14,15,16. Moreover, in addition to monitoring a patient, medical staff must check the devices in the isolation ICU to monitor key data that is not provided by the patient monitor.

Various image processing techniques have been used in many tasks for denoising, registration, and object detection17. Recently, in medical tele-monitoring systems, these techniques are adopted by combining a camera system for remote monitoring18, 19. The camera system enables the monitoring of patients’ condition and medical devices such as ventilator. Particularly, the ventilator panels need to be monitored in isolated ICUs.

Previous studies have proposed the use of tele-monitoring to avoid physical contact with patients and minimize the risk of staff infection. Vagvolgyi et al. developed a tele-monitoring system using a Maquet Servo-u ventilator (Getinge AB, Gothenburg, Sweden) linked to a touch screen and single camera, enabling real-time monitoring from outside the ICU20. Ng et al. monitored pressure and flow waveform data from a PB980 ventilator (Medtronic, Dublin, Ireland) and used numeric data obtained from the wave data21. Yang et al. employed a YuMi collaborative robot (ABB, Switzerland) to deliver internal ICU images to medical staff outside the ICU22. Szlavecz et al. developed CURE Soft that enabled the real-time calculation of model-based respiratory mechanics for mechanically ventilated patients. CURE Soft has following two modes of operation: (1) Online mode: real-time monitoring decision support; (2) Offline mode: for user education purposes, auditing, or reviewing patient care23. John et al. developed a tele-monitoring system using the RS232 serial communication port from a GE Datex S/5 series monitor (GE Datex Ohmeda, Helsinki, Finland); however, it lacked a database and analysis tool24. Battista proposed a novel remote monitoring system for a long-term home-based ventilation therapy, together with two configurations of the ventilation monitoring unit placed at the patient’s residence25. Seifert et al. developed a prototype of an interface tool for remote pediatric-critical-care ventilator. It allowed physicians and respiratory therapists to view real-time ventilator data26. Rehm et al. manufactured and monitored systems using mobile applications, whereas Seddik et al. developed systems using Arduino boards and IP cameras27, 28. As such, systems capable of remote monitoring from residence have also been developed.

In this study, we aimed to develop a multi-modal tele-monitoring system for ventilators in isolation ICUs. Our system used two cameras to monitor the ventilator screen and collected curve, breath, setting, and alarm channels data from the Maquet Servo-i ventilator (Getinge AB, Gothenburg, Sweden) in real time. In addition, our system included a database with access to patient data and analysis tools.

The proposed multi-modal usable tele-monitoring system for the isolation ICU consisted of three parts: a medical device panel with video image processing facilities, a transmission part with a packet that included video data and patient respiratory data, and a tele-monitoring part comprising of a real-time viewer, a database, and analysis tools. The system was connected to the ventilator, one of the most commonly used equipment in the ICU (Fig. 1).

To enable remote access, a miniPC was set up for both LAN-based (wired) and WiFi-based (wireless) communication. Dual cameras were connected to the bottom of the ventilator monitor and directly to the miniPC via a USB port. The miniPC was connected to a server computer to establish the tele-monitoring system. Figure 2 provides an overview of the components of the tele-monitoring system, including the medical device panel with dual cameras for video image processing and the transmission part with a packet that includes video data and patient respiratory data. The tele-monitoring part comprises a real-time viewer, database, and analysis tools. Medical staff outside the ICU can remotely access the data received from the miniPC through the server computer. The specifications of the cameras used in the system are listed in Supplementary Table S2.

The tele-monitoring system was developed based on the Python 3.9 programming language. For Servo-i ventilators, the external equipment can be connected via the RS232C serial interface. The ventilator supports baud rate 9600, data format ASCII or binary, and software handshake. The miniPC (PN51E1-B, ASUS, Taiwan) was manufactured by ASUS, and a CPU of AMD Ryzen 75700U with 32 GB RAM was employed. The miniPC and server computer were connected via Transmission Control Protocol/Internet Protocol (TCP/IP) communication. The miniPC transmits the image processed video of the ventilator screens captured by the dual cameras and raw data received from the ventilator to the server computer. Images were compressed by JPG to prevent data loss, and data of 800 × 600 images, such as the sizes of the image and ventilator screen, respectively, were transmitted using TCP/IP communication protocols. After image processing, image data were transmitted to the miniPC every 10 fps (100 ms), and data received from the ventilator during image processing were configured and transmitted in packets. Curve data were monitored by implementing the pressure, flow, and volume data as a real-time graph at a sampling rate of 50 Hz (20 ms). The packet was composed of image length, image data, raw data length, and raw data. Figure 3 shows a visual representation of the system.

The tele-monitoring system communicated with the ventilator through a computer interface emulator (CIE) protocol provided by Maquet. The data from the ventilator were divided into four types: curve channel with several waveform, breath channel with numeric, setting channel with ventilator numeric, and alarm channel with numeric and character types that include the time of occurrence, description, and sound. Although 180 channels could be extracted from the ventilator, only 79 major channels were required and extracted owing to data traffic limitations. The extracted data are summarized in Table 1 and the important channels are shown in bold. Experienced staff from respiratory medicine participated in selecting the important ventilator data channels. This study was approved by the Institutional Review Board of the Seoul Asan Medical Center Hospital (IRB 2021-2864). Direct data on patients were not used in the study.

To enable real-time communication, packet data were transmitted via the CIE protocol every 100 ms. The ventilator provided volume and pressure curve data only in extended mode, and the flow data in the form of curved channels were calculated in real time from the received volume data. Each channel was stored as a CSV file every minute.

The camera used in the system had a low light angle camera module (Arducam) and could capture video with a resolution of 1920 × 1080 at 30 fps. The camera is based on a 1/2.8" Sony IMX291 image sensor with a resolution of 2MP (1945H × 1109 V). Also, the camera had a field of view of 100° and focusing range of 3.3 ft to infinity. The video image processing involved four steps; each step was performed in 100 ms for real-time display, resulting in a flattened video image with minimal blind spots. As shown in Fig. 4, the processing steps include Camera Calibration and Find homography using inverse perspective transformation, Image Registration, and Add Images. The first step involves correcting the radial distortion caused by the camera lens using a check board captured from multiple perspectives to measure and correct the internal or external parameters through inverse calculation29. The Camera Calibration function provided by OpenCV was used for this purpose.

Flow chart of image processing.

In the second step, to transform the original image, an inverse perspective transformation was used. First, the four-corners of the ventilator panel in the original image (Fig. 5a) were identified and marked (Fig. 5)30. Using these corner positions, the transformed image (Fig. 5b) was generated through the application of inverse perspective transformation (as described in Eq. (1) below)31.

where \((x,y)\) are the coordinates of the original image, and \(({x}{\prime},y{\prime})\) are the moved coordinates based on the inverse perspective transformation. In the third step, we aimed to improve the precision of our image by aligning the left and right images through image registration. We employed the RANSAC (Random Sample Consensus) algorithm as our image registration method32. The algorithm analyzed the pixel values of both images and identified common features by applying the least squares method. The transformed matrix coefficients were then obtained based on these features, ensuring consistency between the positions of features at different points. In the final step, we combined the two images by multiplying each pixel value by a weight of 0.5. This resulted in the panel remaining the same; however, the differences or obstacles were obscured, thereby partially solving the issue of information loss. Figure 6 shows the results of image processing.

We created two graphical user interfaces (GUIs) to monitor and analyze data in real time. We used PyQt, a python library that allowed the Qt framework to be used in python code for developing these interfaces.

Figure 7 shows the live monitoring GUI, which is divided into two parts. The left part shows images obtained using two cameras with minimized blind spots. Each image was processed to find homography and image registration and then combined appropriately. These procedures were performed by the miniPC and then sent to the server computer at a rate of 10 fps (100 ms). The right part in Fig. 7 shows the data received via communication with the Servo-i ventilator, which is displayed in the same format as the Servo-i ventilator screen. This makes it convenient to operate the ventilator without any difficulty.

Live monitoring GUI. Numerical data, such as peak pressure, mean pressure, peep, respiratory rate, FiO2 concentration, inspiratory and expiratory ratio, expiratory minute volume, inspiratory tidal volume, expiratory tidal volume, and waveform data, can be monitored in real time.

Figure 8 shows the data analysis GUI, which allows the user to view the channels listed in bold in Table 1. The data stored in CSV format was used to check previous data. The main channels, including 26 out of 79, used for statistical analysis are listed in Table 1. To analyze the data for these channels, we required various tools, such as box plots, median, interquartile range, 90% confidence interval, minimum, and maximum. If an alarm was triggered, the user could check the time and information to determine the type of alarm.

Data analysis GUI. (a) Overview tab allows users to view stored patient data and move the slider to view the entire data. It can be used to monitor patient information, start time, and end time to save ventilator data; (b) respiratory mechanics tab shows the respiratory mechanics via boxplots; (c,d) Breath data summary tab and Setting and Alarm data summary tab, respectively, allow statistical analysis, such as determination of median, interquartile range, minimum, and maximum of the main data of stored breath and setting channels. *Hyphen indicates that no parameters that vary depending on the ventilation mode exist.

We developed a multi-modal system for tele-monitoring isolation ICUs that can be accessed in real time via both wired and wireless options. Additionally, we constructed a database in CSV format for each channel every minute, with a data analysis tool available for accessing the stored data.

Table 2 provides a comparison of our proposed system with those developed in previous studies. Although Vagvolgyi et al. used a touchscreen type ventilator with the Maquet Servo-u ventilator (Getinge AB, Gothenburg, Sweden) product, it had no knobs, and only one camera was used for monitoring. The system developed by Ng et al. could check the pressure and flow rate curve data and monitor metadata calculated based on the model. The system developed by John et al. only collected physiological data from the anesthesia monitor, GE Datex S/5. Yang et al. developed a voice and video conferencing system for telemedicine using YuMi collaborative robots. Szlavecz et al. developed CURE Soft that enables real-time calculation of model-based respiratory mechanics. CURE Soft communicated with the PB840 ventilator (Medtronic, Dublin, Ireland) through the RS-232 serial port for data collection and live monitoring. Battista proposed a novel remote monitoring system for a home-based ventilation monitoring unit placed at the patient’s residence. The system could detect various clinical events. It was developed to collect respiratory data using a machine ventilation device and monitor it through a smartphone or web page. Seifert et al. developed a prototype of an interface tool for remote pediatric-critical-care. A Pulmonetic systems LTV 1200 ventilator (Avante Health Solutions, Concord, USA) was enabled with a wireless cellular interface to make its settings and performance data accessible in real time over a secured wireless Internet connection.

To evaluate image processing, structural similarity index measure (SSIM) and peak signal-to-noise ratio (PSNR) were employed33. The SSIM score is used to measure the similarity between two images based on luminance, contrast, and structure of images and is calculated using Eq. (2) as follows:

where \({\mu }\) and \({\sigma }^{2}\) represent mean and variance of the pixel values of the two images, respectively. \({\sigma }_{xy}\) represents the covariance of the two images, whereas \({k}_{1}\) and \({k}_{2}\) have default values of 0.01 and 0.03 in Eq. (2), respectively. The SSIM score ranges from 0 to 1. The closer the value to 1, the higher the performance. The PSNR score calculation method is used to evaluate image quality loss information. The score is calculated using the mean square error of each pixel as follows:

The MAX value represents the difference between the maximum and minimum pixel values in the original image; the MSE value measures the mean square error between pixels of the original and distorted images.

We evaluated the two images combination cases to reduce the blind spots caused by obstacles. Both algorithms exhibited similar performance in terms of image overlay. For the first case, we compared a reference image that combined both side images without any obstacles to each side of the two images to measure their similarity. In the second case, we compared the same reference image with a combined image and each side of the two images with obstacles.

Table 3 lists the scores obtained in two cases. The SSIM values of the combined images in Case 1, when compared with the left and right images, exhibit good quality scores of 0.948 and 0.932 respectively, as compared to the original image. In Case 2, the left and right images exhibit SSIM values of 0.841 and 0.837, representing a difference of 0.107 and 0.095, respectively, compared to those in Case 1. Furthermore, the combined image exhibits an SSIM score of 0.901, showing approximately 4.5% improvement compared with images with and without obstacles on the left and right.

Regarding PSNR, values of 15 dB or less indicate poor quality, approximately 25 dB indicates normal quality, and 32 dB or more is considered good quality. In Case 1, the values of PSNR for the combined images, when compared with those of left and right images, are 23.042 and 23.414 dB, respectively, which are almost similar, confirming normal quality. In Case 2, the left and right images covered by obstacles exhibit PSNR values of 15.736 and 17.062 dB, respectively, indicating poor quality. These values are approximately 32.4 and 27.1% lower than those for Case 1 without obstacles. In contrast, the minimum blind spot algorithm shows improved image quality owing to restoration, with a PSNR value of 18.13 dB.

Our study was aimed to develop a flexible system that leverages the benefits of previously developed tele-monitoring systems and can be used in various medical environments. Although the developed system was limited to ventilator monitoring, it was constructed as multi-modal and expandable. A single panel could be configured for cases with or without data communication, and a dual panel could be established if each system has limitations. We suggested the use of both wired and wireless communication systems in the medical environment34. We also developed a dual camera system-based real-time system, which used the new algorithm for minimum blind spots caused by obstacles such as the hands of medical staff. The reconstructed image could help medical staff capture the field of view obscured by obstacles, such as robot or medical staff hands.

However, the developed system had several limitations. First, we used a camera with an FHD 1920 × 1080 resolution to obtain high-resolution video images. However, owing to image processing, this resolution was reduced to 800 × 600, reducing the sharpness of the images. In the future, we recommend using a camera with a higher resolution or enhancing the image sharpness through image processing techniques. Second, the ventilator led to data loss due to structural problems of sampling rate limitation, which was presumed to be an internal problem rather than related to the communication environment. To address this problem, different correction algorithms must be applied, and an accurate data loss rate must be recorded. In conclusion, our developed system has promising features for tele-monitoring systems, and it should be further assessed to determine whether this problem occurs in other equipment or only while monitoring ventilators.

We developed a tele-monitoring system that included a dual camera-based minimal blind spot panel and a real-time information collection panel. This system was adaptable to various medical settings using wired and wireless communication system. Moreover, the system allowed for various retrospective analyses and log checking via a database to monitor the patient condition. For a device without a communication output port, the camera system could be used to operate it. However, if the equipment included a communication system, it could be integrated into a single panel. This system has the potential to be used extensively for monitoring various medical equipment. In future studies, we plan to extend this system to monitor other critical medical devices, such as implantation pumps, patient monitors, and ventricular assist devices, to assess its scalability.

Direct data on patients were not used in the study. The datasets used and/or analyzed during the current study are available from the corresponding author on reasonable request.

WHO Coronavirus Disease (COVID-19) Dashboard, https://covid19.who.int/table (2020).

Lake, M. A. What we know so far: COVID-19 current clinical knowledge and research. Clin. Med. 20, 124–127. https://doi.org/10.7861/clinmed.2019-coron (2020).

Pascarella, G. et al. COVID-19 diagnosis and management: A comprehensive review. J. Intern. Med. 288, 192–206. https://doi.org/10.1111/joim.13091 (2020).

Article  CAS  PubMed  PubMed Central  Google Scholar 

Chen, S. et al. Association of septic shock with mortality in hospitalized COVID-19 patients in Wuhan China. Adv. Virol. https://doi.org/10.1155/2022/3178283 (2022).

Article  PubMed  PubMed Central  Google Scholar 

Dondorp, A. M., Hayat, M., Aryal, D., Beane, A. & Schultz, M. J. Respiratory support in COVID-19 patients, with a focus on resource-limited settings. Am. J. Trop. Med. Hygiene 102, 1. https://doi.org/10.4269/ajtmh.20-0283 (2020).

Fan, E. et al. COVID-19-associated acute respiratory distress syndrome: Is a different approach to management warranted?. Lancet Resp. Med. 8, 816–821. https://doi.org/10.1016/S2213-2600(20)30304-0 (2020).

Montrief, T., Ramzy, M., Long, B., Gottlieb, M. & Hercz, D. COVID-19 respiratory support in the emergency department setting. Am. J. Emerg. Med. 38, 2160–2168. https://doi.org/10.1016/j.ajem.2020.08.001 (2020).

Article  PubMed  PubMed Central  Google Scholar 

Iyengar, K., Bahl, S., Raju, V. & Vaish, A. Challenges and solutions in meeting up the urgent requirement of ventilators for COVID-19 patients. Diabetes Metab. Syndr. 14, 499–501. https://doi.org/10.1016/j.dsx.2020.04.048 (2020).

Article  PubMed  PubMed Central  Google Scholar 

Garzotto, F. et al. COVID-19: Ensuring our medical equipment can meet the challenge. Expert Rev. Med. Dev. 17, 483–489. https://doi.org/10.1080/17434440.2020.1772757 (2020).

McEnery, T., Gough, C. & Costello, R. W. COVID-19: respiratory support outside the intensive care unit. Lancet Respir. Med. 8, 538–539. https://doi.org/10.1016/S2213-2600(20)30176-4 (2020).

Article  CAS  PubMed  PubMed Central  Google Scholar 

Garzotto, F. et al. Preventing infectious diseases in Intensive Care Unit by medical devices remote control: Lessons from COVID-19. J. Crit. Care 61, 119–124. https://doi.org/10.1016/j.jcrc.2020.10.014 (2021).

Article  CAS  PubMed  Google Scholar 

Kipnis, E. et al. Monitoring in the intensive care. Crit. Care Res. Pract. 2012, 473507. https://doi.org/10.1155/2012/473507 (2012).

Article  PubMed  PubMed Central  Google Scholar 

Poncette, A. S. et al. Improvements in patient monitoring in the intensive care unit: Survey study. J. Med. Internet Res. 22, e19091. https://doi.org/10.2196/19091 (2020).

Article  PubMed  PubMed Central  Google Scholar 

Gan, W. H., Lim, J. W. & Koh, D. Preventing intra-hospital infection and transmission of coronavirus disease 2019 in health-care workers. Saf. Health Work 11, 241–243. https://doi.org/10.1016/j.shaw.2020.03.001 (2020).

Article  PubMed  PubMed Central  Google Scholar 

Tavakoli, M., Carriere, J. & Torabi, A. Robotics, smart wearable technologies, and autonomous intelligent systems for healthcare during the COVID‐19 pandemic: An analysis of the state of the art and future vision. Adv. Intell. Syst. 2. https://doi.org/10.1002/aisy.202000071 (2020).

Vindrola-Padros, C. et al. Perceptions and experiences of healthcare workers during the COVID-19 pandemic in the UK. BMJ Open 10, e040503. https://doi.org/10.1136/bmjopen-2020-040503 (2020).

Kirubakaran, B. & Ilangkumaran, M. Selection of optimum maintenance strategy based on FAHP integrated with GRA–TOPSIS.Ann.Pass.Res.245, 285–313 (2016).

Article  MathSciNet  MATH  Google Scholar 

Bao, K. & Bao, Y. Image processing technology in remote monitoring and intelligent medical system. J. Healthc. Eng. 2021 (2021).

Dalka, P., Szwoch, G., Szczuko, P. & Czyzewski, A. Video content analysis in the urban area telemonitoring system. Multimed. Serv. Intell. Environ. Integr. Syst. 241–261 (2010).

Vagvolgyi, B. P. et al. Telerobotic operation of intensive care unit ventilators. Front. Robot. AI 8, 612964. https://doi.org/10.3389/frobt.2021.612964 (2021).

Ng, Q. A. et al. Network data acquisition and monitoring system for intensive care mechanical ventilation treatment. IEEE Access 9, 91859–91873. https://doi.org/10.1109/access.2021.3092194 (2021).

Yang, G. et al. Keep healthcare workers safe: Application of teleoperated robot in isolation ward for COVID-19 prevention and control. Chin. J. Mech. Eng. 33. https://doi.org/10.1186/s10033-020-00464-0 (2020).

Szlavecz, A. et al. The Clinical Utilisation of Respiratory Elastance Software (CURE Soft): A bedside software for real-time respiratory mechanics monitoring and mechanical ventilation management. Biomed. Eng. Online 13, 1–14 (2014).

Karippacheril, J. G. & Ho, T. Y. Data acquisition from S/5 GE Datex anesthesia monitor using VSCapture: An open source.NET/Mono tool. J. Anaesthesiol. Clin. Pharmacol. 29, 423–424. https://doi.org/10.4103/0970-9185.117096 (2013).

Battista, L. A new system for continuous and remote monitoring of patients receiving home mechanical ventilation. Rev. Sci. Instrum. 87 (2016).

Seifert, G. J., Hedin, D. S., Dahlstrom, R. J. & Havey, G. D. in 2010 Annual International Conference of the IEEE Engineering in Medicine and Biology. 1150–1153 (IEEE).

Rehm, G. B. et al. Leveraging IoTs and machine learning for patient diagnosis and ventilation management in the intensive care unit. IEEE Pervasive Comput. 19, 68–78. https://doi.org/10.1109/mprv.2020.2986767 (2020).

Seddik , H. & Eldeib , AM in Cairo Int Biom Eng 64–67 (2016).

Wang, J., Shi, F., Zhang, J. & Liu, Y. A new calibration model of camera lens distortion. Pattern Recogn. 41, 607–615. https://doi.org/10.1016/j.patcog.2007.06.012 (2008).

Article  ADS  MATH  Google Scholar 

Mezirow, J. Perspective transformation. Adult Educ. 28, 100–110. https://doi.org/10.1177/074171367802800202 (1978).

Kim, Y. J. & Lee, J. Y. Algorithm of a perspective transform-based PDF417 barcode recognition. Wirel. Person. Commun. 89, 893–911. https://doi.org/10.1007/s11277-016-3171-6 (2016).

Derpanis, KG Overview of the RANSAC Algorithm.Imaging Rochester NY 4, 2–3 (2010).

Hore, A. & Ziou, D. in 2010 20th international conference on pattern recognition 2366–2369 (IEEE, 2010).

Song, C. et al. On the design of integrated tele-monitoring/operation system for therapeutic devices in isolation intensive care unit. IEEE Robot. Autom. Lett. 7, 8705–8712. https://doi.org/10.1109/Lra.2022.3188431 (2022).

We are grateful to medical staff for prioritizing on the significant ventilator data channels.

This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korean government (MSIT) (No. NRF-2020M3H8A111503122).

These authors contributed equally: Su Hyeon Kim and Hyo-Chang Seo.

Department of Biomedical Engineering, Asan Medical Institute of Convergence Science and Technology, Asan Medical Center, University of Ulsan College of Medicine, Seoul, Republic of Korea

Su Hyeon Kim, Sanghoon Choi & Segyeong Joo

Digital Therapeutics Research Center, Smart Healthcare Research Institute, Samsung Medical Center, Seoul, South Korea

You can also search for this author in PubMed  Google Scholar

You can also search for this author in PubMed  Google Scholar

You can also search for this author in PubMed  Google Scholar

You can also search for this author in PubMed  Google Scholar

S.H.K: methodology, software, writing- reviewing and editing. H.C.S: conceptualization, visualization, investigation, writing—reviewing and editing. S.H.C: image processing, writing—reviewing, editing. S.J: supervision, writing—reviewing and editing, validation. S.H.K and H.C.S. contributed equally to this work.

The authors declare no competing interests.

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

Kim, S.H., Seo, HC., Choi, S. et al. Tele-monitoring system for intensive care ventilators in isolation rooms. Sci Rep 13, 15207 (2023). https://doi.org/10.1038/s41598-023-42229-4

DOI: https://doi.org/10.1038/s41598-023-42229-4

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

By submitting a comment you agree to abide by our Terms and Community Guidelines. If you find something abusive or that does not comply with our terms or guidelines please flag it as inappropriate.

Scientific Reports (Sci Rep) ISSN 2045-2322 (online)

Tele-monitoring system for intensive care ventilators in isolation rooms | Scientific Reports

health monitoring system Sign up for the Nature Briefing newsletter — what matters in science, free to your inbox daily.