Conference PaperPDF Available

Development a Teleconsultation Platform for Outpatients during the COVID-19 Pandemic based on Cloud Firestore and Realtime Databases

Authors:

Figures

Content may be subject to copyright.
Development a Teleconsultation Platform for
Outpatients during the COVID-19 Pandemic based on
Cloud Firestore and Realtime Databases
Khanista Namee*
Faculty of Industrial Technology and
Management
King Mongkut's University of
Technology North Bangkok
Bangkok, Thaialnd
Khanista.N@fitm.kmutnb.ac.th
Orrawan Suwittayapun
Chaophraya Abhaibhubejhr Hospital
Ministry of Public Health
Prachinburi, Thailand
Korapin Infueng
Faculty of Industrial Technology and
Management
King Mongkut's University of
Technology North Bangkok
Bangkok, Thaialnd
Phattaraporn Promsurapat
Faculty of Industrial Technology and
Management
King Mongkut's University of
Technology North Bangkok
Bangkok, Thaialnd
Jantima Polpinij
Intellect Laboratory, Department of
Computer Science
Faculty of Informatics
Mahasarakham University
Mahasarakham, Thailand
Jantima.P@msu.ac.th
Areej Meny
Collage of Applied Medical Sciences
King Saud bin Abdulaziz University for
Health Sciences
Jeddah, Saudi Arabia
Menya@ksau-hs.edu.sa
Abstract—Due to the global epidemic situation of the
Coronavirus Disease 2019 (Covid-19), in addition to serving
patients with suspected symptoms and sickness from COVID-19,
the hospital also provides services to patients outside requiring a
lot of treatment causing a large number of queues in patients. It
takes a long time to wait to see the doctor. The researcher
therefore developed a teleconsultation platform. Hence, that
patients can talk or seek advice from a doctor without the need to
go to the hospital, allow patients to schedule appointments to see a
doctor. Also, the patient can talk to the doctor via video calling
developed in the system. Moreover, doctors can dispense
medicines to patients by mail. To increase the efficiency of the
system more and to support a wide range of applications, any
devices, real-time data updates, appointment notification via
chatbot using Cloud Firestore and Realtime Databases, a NoSQL
database, and study the performance gained. The results obtained
from the test were satisfactory, with an average tracing server
response of 107 ms +0.14%, and an average handling latency in
Thailand at 108 ms.
Index Terms Teleconsultation, Cloud Firestore, Realtime
Databases, Telemedicine.
I. INTRODUCTION
At present, it can be seen that the outpatient department or
OPD (Outpatient Department) in every government hospital
including during the COVID-19 pandemic. Whether it is a small
community hospital or a large medical center hospital, it faces a
large number of outpatients. From the data collection, it was
found that in small community hospitals, the average number of
outpatients is about 150-300 people per day, for provincial
center hospitals averages about 1,200 - 2,000 people per day,
especially if it is a university hospital with a medical faculty,
there is an average of 10,000 outpatients. – 20,000 people per
day [1, 2, 3] from such a large number resulted in outpatients
who come to the hospital have to wait for a long time. From the
data collection, it was found that the waiting time for outpatients
ranged from 2-8 hours, which can be seen as a very long waiting
time because the doctor took the time to check and diagnose,
prescribe medicine, take only 3-10 minutes in total per patient
only [3].
In addition, another problem that follows is when an
outpatient comes to the hospital for treatment, about 1-2
relatives of the patient will come to help each patient causing the
number of people entering the OPD system to be enormous,
resulting in congestion, congestion, and dissatisfaction with
patients, lose mental health. As for the medical staff, stress
accumulated and not happy at work [4, 5].
This is the reason for the development of this
teleconsultation platform because hospitals in each area have a
large number of patients coming in to use the service every day,
most of whom are patients who need to undergo continuous
medical examinations and to monitor symptoms. The doctor
may make an appointment for the patient to come and check
every other month until the patient's condition stabilizes and
recovers [6]. Also, for some patients who have already improved
may not have to come to the hospital to check again. Because if
patients come to check, it may take a long time to check and will
cause patients to waste time and money in vain which the
organizer has foreseen this problem that the patient must come
to the hospital for the doctor to examine the symptoms.
Especially the group of patients who have recovered and have
recovered do not need to come to check. The organizer wants to
fix this problem, in order to allow patients to receive advice and
consultation from a doctor where the patient does not need to
come to the hospital, just the patient has internet will be able to
consult with a doctor, do not waste time and the cost of going to
The 2022 Biomedical Engineering International Conference (BMEiCON-2022)
: 978-1-6654-8903-4/22/$31.00 ©2022 IEEE
2022 14th Biomedical Engineering International Conference (BMEiCON) | 978-1-6654-8903-4/22/$31.00 ©2022 IEEE | DOI: 10.1109/BMEiCON56653.2022.10012077
Authorized licensed use limited to: King Mongkut's University of Technology North Bangkok. Downloaded on January 24,2023 at 23:46:59 UTC from IEEE Xplore. Restrictions apply.
the hospital. Including the hospital will be able to reduce the
number of patients who will go to the hospital.
The rest of this paper is organized as follows. Section II
provides a brief overview of some theory which had to be
implemented within this research. Then, in Section IV, the
system and network designs are presented in detail. The
experimental deployment is presented in Section IV to
demonstrate the design. The measurement results and
performance are presented in Section V. Finally, conclusions are
drawn in Section VI and following with acknowledgement
section.
II. BACKGROUND
A. Cloud Firestore
Cloud Firestore, one of Firebase's services, helps manage
Database by storing Document Database structure as part of
NoSql Database, making database design more convenient. It
also supports a wide variety of storage formats. Google
announced that Cloud Firestore, a serverless NoSQL document
storage service, has now entered GA state or is now generally
available [7]. Announcing additional expansions, reduced prices
for regional instances, and integration with Stackdriver for
monitoring.
Cloud Firestore is a cloud-native database system managed
by Google. It's designed for storing, syncing, and querying data
for web, mobile, and IoT apps as in Fig.1. The Cloud Firestore
design was focused on simplifying app development. The
database supports sync, work offline, and ACID transactions.
According to Google, Cloud Firestore is designed as a complete
data backend that can manage security and authentication,
infrastructure, sync, and more, and is designed to be fully
integrated with GCP and Firebase. This makes it easy to
integrate with services on both platforms [8].
Figure 1. Cloud Firestore
B. Realtime Database
Realtime Database is a NoSQL database service. It uses a
method to store data as a large JSON tree and can sync status
across clients in realtime. That is, if the same database is
connected to two locations, whenever the data is updated.
Another place will automatically update the same information.
And can work offline on Android and iOS apps [9].
Firebase is a platform that combines tools to help manage
the backend or service side, enabling the creation of mobile
apps efficiently as in Fig.2. Also reduce time and cost or data
analysis as well with both free tools and costly tools. ESP32
devices are fully compatible with firebase. It is another way to
collect data.
Advantages of Firebase Realtime Database is used in the
Realtime Database is the NoSQL database service. It uses a
method to store data in a large JSON Tree and can sync status
across clients in realtime, data update [10]. Another place will
automatically update the same information and can work
offline.
Figure 2. Realtime Database
C. Agora.io
The Agora.io Platform is a global streaming, audio, video
calling and interactive platform for mobile phones or
smartphones and computers by agora.io. The advantages of SD-
RTN™ are: Agora is the world's most widely used and smartest
RTC network dedicated to ultra-low latency with high
availability real-time audio and video both within and between
passengers. 99.995% uptime, support up to 100,000 concurrent
users per broadcast Reliability, lightweight client-side codecs
optimized for low-power devices, built for developers,
developers benefit from Agora's flexible APIs that enable high-
quality audio integration, Ultra-low latency, interactive video
and broadcast Flexible modular design, highly customizable
[11]. Pick and choose which calling or interactive broadcasting
features you want. Easy to deploy SDKs, APIs and code samples
for all popular languages and frameworks [12].
D. Bootstrap
Bootstrap is a Frontend Framework that combines HTML,
CSS and JS for web development that supports every smart
device, known as Responsive Web or Mobile First Bootstrap. It
was developed by a team from Twitter or Twitter.com, which
will see that they look very similar [9]. Currently, the core
development team has a total of 17 people. Bootstrap is a front-
end framework that allows building web applications quickly
Authorized licensed use limited to: King Mongkut's University of Technology North Bangkok. Downloaded on January 24,2023 at 23:46:59 UTC from IEEE Xplore. Restrictions apply.
and beautifully. Bootstrap itself has a wide variety of CSS
components and JavaScript plugins to run. Responsive Web,
which allows user to write a website only once, can be run
through the browser on both mobile phones, tablets and general
PCs. Without rewriting, Bootstrap was developed with a group
of developers from all over the world. It is updated all the time
to support modern work and fix various problems.
III. R
ELATED
W
ORKS
Mielczarek (2014) uses simulation (discrete-event
simulation model) to estimate the need for emergency
physicians in terms of quantity and medical costs for the patient.
The study was conducted in a hospital in Poland which is a
regional hospital [13].
Ben-Tovim et al. (2016) developed a patient flow
management system. using simulation Hospital Event
Simulation Model: Arrivals to Discharge or HES-MAD The
model captures the patient arrival characteristics of hospital case
studies in Australia. Using mathematical and statistical
principles to help analyze the simulation process. The results of
the analysis provide a visualization of the dynamic event lesion
change. Helping physicians make decisions hospital
administration staff and related persons [14].
The Kingdom of Saudi Arabia (KSA) has paid great
attention to improving the quality of service of the healthcare
sector, including outpatient clinics (Iman Almomani and Ahlam
AlSarheed, 2016). One of the main disadvantages of outpatient
clinics is waiting. Long waiting times for patients affect the level
of patient satisfaction and quality of service. This article
addresses this issue by studying outpatient management (OMS)
software and proposing a solution to reduce waiting times. Many
hospitals around the world use a solution to long wait times in
outpatient clinics such as hospitals in the US, China, Sri Lanka
and Taiwan. These clinics were successful in reducing wait
times by 15%, 78%, 60% and 50% respectively. Most of these
solutions depended on adding more human resources or making
some business or management policy changes. The solutions
presented in this article reduce wait times by improving the
software used to manage outpatient services. Both quantitative
and qualitative methods are used to understand current OMS and
monitor patient satisfaction levels [15].
The five main issues that can cause high wait times are:
Appointment type, late arrival doctor ticket numbers, early
arrival patients, and patient distribution lists. These issues are
linked to the corresponding OMS components. Such solutions
are recommended and evaluated analytically or by simulated
experiments. Evaluations show that patient wait times are
reduced. When the late doctor arrival issue is resolved, this can
reduce clinic service time by as much as 20%. However, the
solution for early arrival patients cuts 53.3%, 20% of clinic time,
and 30.3% of total waiting time Finally, a good patient
distribution list resulted in a 54.2% improvement. Improving
patient waiting times would affect patient satisfaction and
improve the quality of health care services [16].
Kamal Hussain et al. (2013) presented an idea on the role of
health information management in the context of a technology-
driven healthcare environment and management. This article
will give you an idea of health, information management and
technological change in the new era of the healthcare industry.
The adoption of technology has helped to reduce the congestion
of OPD patients in Saudi Arabia. For example, an organization
wants to go paperless, its data strategy must have the right tools
to store and access unstructured data components of medical
records, e.g. same as structured data Electronic Health
Management [17].
IV. D
ESIGN AND
I
MPLEMENTATION OF
T
ELECONSULTATION
P
LATFORM
A. System Architecture
Fig.3 is an architectural image of an online outpatient
counseling system during the COVID-19 situation. The data is
stored in Firebase where all users can view their own data on the
user's permissions display.
There are 5 groups of users in the
system, consisting of admin, doctor, pharmacist, volunteer and
patient.
Figure 3. System Architecture
B. Storage Structure in Firebase
Firebase's functions used by online outpatient counseling
systems during COVID-19 are Firebase Realtime Database and
Firebase Cloud Firestore. Used to collect patient information
and information that patients make inquiries or ask questions to
the doctor. information of the doctor's history Pharmacist history
History of volunteers, drug information, disease information.
Also, press release medical queue management Patient queuing,
medication storage, and Firebase Storage used to store patient
image files attached to questions. Keep patient's ID card image
file and image file for attaching proof of payment.
C. A schematic diagram of the operation of the
Teleconsultation Platform
Issue the Prescription is the prescription page. After the
video call is complete, the doctor will issue a
prescription to the patient in case the patient needs
medication. There will be details of the name of the
drug. and the amount of medication the patient will
receive.
Schedule Date/Time is to set the date/time schedule.
The doctor will determine the date and time to consult.
Authorized licensed use limited to: King Mongkut's University of Technology North Bangkok. Downloaded on January 24,2023 at 23:46:59 UTC from IEEE Xplore. Restrictions apply.
Book an appointment is to book an appointment where
users can choose a day and time that is convenient for
consulting with the doctor.
Pay Medical Bills is the payment page. It will be the
duty of the patient to pay for medicines and medical
expenses. Payments can be made by scanning a QR
Code and having the user enter the correct address
where the medicine can be delivered.
Figure 4. Storage structure in Firebase
Figure 5. A schematic diagram of the operation of Teleconsultation Platform
V. R
ESULTS AND
D
ISCUSSION
A. Firebase Storage
The table is an example of The Online Outpatient
Department Advisory Services System during the Covid-19
Situation of the Online Outpatient Department Advisory
Services System during the Covid-19 situation used to collect all
data within the online outpatient consultation system during the
COVID-19 situation. All data will be collected as follows: store
payment information chat archive Keep the doctor's department
information. Collect question search information. collect
questions Collect question search information. Store booking
information Store all user data store prescription information
chat archive Store access data collect statistical data and collect
information.
TABLE I.
F
IREBASE
C
LOUD
F
IRESTORE
Firebase Cloud Firestore
Data Description
blogPosts Collect various news information
Billings store payment information
Chats chat archive
Manageoption Keep the doctor's department information
Medics Store drug information in the warehouse
OrderMedic store prescription information
Question collect questions
Queues Store booking information
Users Store all user data
stats collect statistical data
B. Measuring Realtime Database Performance
Once the development of the platform is complete Next, we
want to know the performance gains when it comes to realtime
database applications. We want to know how fast this system is.
When you combine a low-latency websocket connection with
the SDK's local caching capabilities, the changes are
immediately felt.
Including we want to know How fast is our
database working for real-world users? As a good app developer,
we need to collect real-world performance data to ensure that
our real-world app experience meets user expectations. Many in
the tech industry call these field measurements Real User
Monitoring (RUM), and they are the gold standard for
measuring app performance and user experience. Firebase
Performance Monitoring is a free cross-platform service that
helps us collect and Analyze RUM data for our app or website.
TABLE II.
M
EASURING
R
EALTIME
D
ATABASE
P
ERFORMANCE
Realtime Database Performance
Parameter Values
Tracing server responses Average 107 ms
Handling latency: Thailand Average 108 ms
Handling latency: USA Average 380 ms
Handling latency: UK Average 190 ms
Handling latency: Japan Average 155 ms
Handling latency: Germany Average 176 ms
Firebase Performance Monitor automatically measures
common metrics such as initial paint time and HTTP request
performance. Because real-time databases use WebSocket
Authorized licensed use limited to: King Mongkut's University of Technology North Bangkok. Downloaded on January 24,2023 at 23:46:59 UTC from IEEE Xplore. Restrictions apply.
connections that take longer than separate HTTP requests, we
need to use Custom. Traces to monitor the efficiency of our
database operations.
VI. CONCLUSION
Due to the global epidemic situation of the coronavirus
disease 2019 (Covid-19) has a wide impact on all sectors,
especially the medical and public health systems. In addition to
serving patients who are suspected and sick from COVID-19,
the hospital also provides outpatient services that require
treatment without having to stay in the hospital to be treated in
a large number of hospitals and cause a large number of queues
in patients. It takes a long time to wait to see the doctor. The
researcher is aware of this problem. Therefore, a teleconsultation
platform has been developed. Hence, that patients can talk or
seek advice from a doctor without the need to go to the hospital.
The platform allows patients to schedule appointments to see
a doctor, know the schedule when the doctor is available. Also,
can talk to the doctor via video calling developed in the system
and doctors can dispense medicines to patients by mail. The
target group of those who will use the system is the same group
of patients who need to come to the doctor at the appointed time
and has a history of treatment at the hospital. For increase the
efficiency of the system more to support a wide range of
applications, any devices, real-time data updates, appointment
notification via chatbot using Cloud Firestore and Realtime
Databases, a NoSQL database, and study the performance
gained.
ACKNOWLEDGMENT
The work of this project is a collaboration between the
National Science and Technology Development Agency
(NSTDA) and King Mongkut’s University of Technology North
Bangkok (KMUTNB), Thailand. Contract no. JRA-CO-2563-
13727-TH. We would like to deliver our greatest appreciation
for their support.
REFERENCES
[1] A. Angelucci, D. Kuller and A. Aliverti, "A Home Telemedicine
System for Continuous Respiratory Monitoring," in IEEE Journal
of Biomedical and Health Informatics, vol. 25, no. 4, pp. 1247-
1256, April 2021, doi: 10.1109/JBHI.2020.3012621.
[2] A. Abugabah, N. Nizamuddin and A. A. Alzubi, "Decentralized
Telemedicine Framework for a Smart Healthcare Ecosystem," in
IEEE Access, vol. 8, pp. 166575-166588, 2020, doi:
10.1109/ACCESS.2020.3021823.
[3] G. Guo, G. Sun, S. Bin and F. Shao, "Design and Analysis of
Field Telemedicine Information Communication Protocol Based
on Wireless Sensor Network," in IEEE Access, vol. 7, pp. 50630-
50635, 2019, doi: 10.1109/ACCESS.2019.2908932.
[4] E. Shojaei, A. Wong, D. Rexachs, F. Epelde and E. Luque,
"Investigating Impacts of Telemedicine on Emergency
Department Through Decreasing Non-Urgent Patients in Spain,"
in IEEE Access, vol. 8, pp. 164238-164245, 2020, doi:
10.1109/ACCESS.2020.3019667.
[5] H. Yu and Z. Zhou, "Optimization of IoT-Based Artificial
Intelligence Assisted Telemedicine Health Analysis System," in
IEEE Access, vol. 9, pp. 85034-85048, 2021, doi:
10.1109/ACCESS.2021.3088262.
[6] X. Aizaga-Villon, K. Alarcon-Ballesteros, J. Cordova-Garcia, V.
S. Padilla and W. Velasquez, "FIWARE-Based Telemedicine
Apps Modeling for Patients’ Data Management," in IEEE
Engineering Management Review, vol. 50, no. 2, pp. 173-188, 1
Secondquarter,june 2022, doi: 10.1109/EMR.2022.3169991.
[7] B. Pérez-Noboa, A. Soledispa-Carrasco, V. S. Padilla and W.
Velasquez, "Teleconsultation Apps in the COVID-19 Pandemic:
The Case of Guayaquil City, Ecuador," in IEEE Engineering
Management Review, vol. 49, no. 1, pp. 27-37,
Firstquarter,march 2021, doi: 10.1109/EMR.2021.3052928.
[8] X. Ding et al., "Wearable Sensing and Telehealth Technology
with Potential Applications in the Coronavirus Pandemic," in
IEEE Reviews in Biomedical Engineering, vol. 14, pp. 48-70,
2021, doi: 10.1109/RBME.2020.2992838.
[9] Y. Sukmana and Y. Rosmansyah, "The Use of Cloud Firestore
For Handling Real-time Data Updates: An Empirical Study of
Gamified Online Quiz," 2021 2nd International Conference on
Electronics, Communications and Information Technology
(CECIT), 2021, pp. 1239-1244, doi:
10.1109/CECIT53797.2021.00220.
[10] I. Hababeh, I. Khalil and A. Khreishah, "Designing High
Performance Web-Based Computing Services to Promote
Telemedicine Database Management System," in IEEE
Transactions on Services Computing, vol. 8, no. 1, pp. 47-64,
Jan.-Feb. 2015, doi: 10.1109/TSC.2014.2300499.
[11] K. Goel and A. H. M. T. Hofstede, "Privacy-Breaching Patterns
in NoSQL Databases," in IEEE Access, vol. 9, pp. 35229-35239,
2021, doi: 10.1109/ACCESS.2021.3062034.
[12] D. Chen et al., "Real-Time or Near Real-Time Persisting Daily
Healthcare Data into HDFS and ElasticSearch Index Inside a Big
Data Platform," in IEEE Transactions on Industrial Informatics,
vol. 13, no. 2, pp. 595-606, April 2017, doi:
10.1109/TII.2016.2645606.
[13] K. Namee, and C. Pasing, “Medical devices indoor and outdoor
location identification using NB-IoT and realtime database,”
Paper presented at the ACM International Conference Proceeding
Series, 2019, pp. 110-114, doi:10.1145/3361758.3361776.
[14] H. Varshney, A. S. Allahloh and M. Sarfraz, "IoT Based eHealth
Management System Using Arduino and Google Cloud
Firestore," 2019 International Conference on Electrical,
Electronics and Computer Engineering (UPCON), 2019, pp. 1-6,
doi: 10.1109/UPCON47278.2019.8980238.
[15] K. Namee, and G. M. Albadrani, “Applying IoT, web real-time
communication and cloud computing to maximize emergency
medical service (EMS) efficiency,” Paper presented at the ACM
International Conference Proceeding Series, 2019, pp. 115-119,
doi:10.1145/3361758.3361777.
[16] W. Liu, L. Yuhang, P. Lingling and C. Na, "Design and
Implementation of Family Doctor App on Android Platform,"
2018 9th International Conference on Information Technology in
Medicine and Education (ITME), 2018, pp. 128-132, doi:
10.1109/ITME.2018.00038.
[17] J. C. S. Caballero, C. B. D. Ching, S. P. S. Co, H. O. Noble and
A. B. Barcelo, "LifeDoc: Availability and Monitoring System of
Online Medical Consultation," 2021 11th IEEE International
Conference on Control System, Computing and Engineering
(ICCSCE), 2021, pp. 103-108, doi:
10.1109/ICCSCE52189.2021.9530857.
Authorized licensed use limited to: King Mongkut's University of Technology North Bangkok. Downloaded on January 24,2023 at 23:46:59 UTC from IEEE Xplore. Restrictions apply.
ResearchGate has not been able to resolve any citations for this publication.
Article
Full-text available
This paper presents an in-depth study and exploration of the health IoT architecture and related implementation technologies from both theoretical and practical aspects, with important theoretical significance and practical application value. The research includes cloud fusion health IoT architecture, multimodal information acquisition in health IoT perception layer, multi-level service quality assurance of health IoT based on human LAN, and emotional perception and emotional interaction in health IoT. In terms of health IoT architecture, the cloud convergence health IoT architecture is proposed to deeply integrate the health cloud platform and perception layer by integrating multiple communication technologies to optimize the user experience and make health IoT applications more closely connected with people. This paper describes the basic concepts and main components of multimodal sensing information collection, the design and implementation of a health monitoring cloud robotics platform, robotics-based multimodal data sensing and aggregation, and high comfort sustainable physiological signal collection based on smart clothes. The feasibility and performance of the QoS framework proposed in this paper are verified by computer simulations. In this paper, migration learning is used to implement emotion data labeling, continuous conditional random fields to identify emotions based on data collected from smartphones and smart clothes, respectively, and finally decision layer fusion for emotion classification prediction.
Article
Full-text available
NoSQL databases disrupted the database market when first introduced. Their contemporary relevance has increased further in the era of big data due to the demands placed on (real-time) analytics. NoSQL databases are well placed to meet these demands due to their performance, availability, scalability, and storage solutions. Unfortunately, to achieve these features, compromises have been made with respect to security and privacy. Growing community awareness and unease combined with increased legislative requirements around data privacy have made such compromises less palatable, risky, or downright unacceptable. And though there is a growing body of knowledge related to data privacy in NoSQL databases, it is diverse and fragmented, and does not adequately address the challenges arising from the current environment. This paper aims to systematically examine various privacy weaknesses of NoSQL databases in the form of patterns. The patterns are shown to manifest themselves in well-known NoSQL databases and this evaluation can be used for benchmarking purposes. Through a survey it is demonstrated that the patterns have been observed in practice and are perceived as relevant. The pattern collection forms a repository of knowledge that can serve as a starting point for future privacy-related research for NoSQL databases through its identification of key problems, trade-offs, existing solution mechanisms, and its provision of terminology.
Article
Full-text available
The healthcare sector is one of the most rapidly growing sectors globally. With the ever-growing technology, patient care, regulatory compliance, and digital transformation, there is an increased need for healthcare sectors to collaborate with all stakeholders – both within the healthcare ecosystem and in concurring industries. In recent times, telemedicine has proven to provide high quality, affordable, and predominantly adapted healthcare services. However, telemedicine suffers from several risks in implementation, such as data breach, restricted access across medical fraternity, incorrect diagnosis and prescription, fraud, and abuse. In this work, introduce blockchain-based framework that would unlock the future of the healthcare sector and improved services. Our proposed solution utilizing Ethereum smart contracts to develop a transparent, tamper-proof telemedicine healthcare framework, and ensure the integrity of sensitive patient data eliminating a central administrator. Moreover, the smart contract regulates the interaction between all the parties involved in the network and keeps the patient meticulously informed about the transactions in the network.
Article
Full-text available
In this paper, a new method is presented to study the impacts of telemedicine on the performance of an emergency department in Spain. Spain’s Demographics indicate that this country is experiencing population aging, resulting in overcrowding of emergency departments and significant demand on the healthcare system. However, it has been reported that most patients visiting emergency departments are not in an urgent clinical condition, thus they causing hospital overcrowding, high medical expenses, delays in clinical service delivery and low service efficiency for urgent patients who truly need emergency care. Telemedicine and e-health are considered as solutions for remote delivery of health services to care seekers in order to decrease hospital visits for patients who are in less of an emergency condition. In this study, by using detailed computational modeling and clinical data, we have investigated the impacts of telemedicine on the performance of an emergency department through estimations of Length of Stay as a quantitative index for evaluation of quality of service in the emergency department. Specifically, an agent-based modeling and simulation system was developed and used to study the behavior of the emergency department by taking detailed modeling parameters, including varying the number of non-urgent arrivals as a result of telemedicine, into account as inputs of the model. The inputs were provided through collection and analysis of clinical data that enabled us to predict how telemedicine changes emergency department visits. Our results indicated that emergency departments would experience decreases equal to 41.14% in total Length of Stay if eliminating all non-urgent visits and decreases of up to 10.48% if restricting the non-urgent visits. The developed computational tool in this study and the corresponding results obtained can provide decision makers and health care providers with objective information on the impacts of e-health services on the efficiency of emergency department and they can have also implications for care delivery, optimizing resources, planning, and improving the quality of care.
Article
Full-text available
Coronavirus disease 2019 (COVID-19) has emerged as a pandemic with serious clinical manifestations including death. A pandemic at the large-scale like COVID-19 places extraordinary demands on the world's health systems, dramatically devastates vulnerable populations, and critically threatens the global communities in an unprecedented way. While tremendous efforts at the frontline are placed on detecting the virus, providing treatments and developing vaccines, it is also critically important to examine the technologies and systems for tackling disease emergence, arresting its spread and especially the strategy for diseases prevention. The objective of this article is to review enabling technologies and systems with various application scenarios for handling the COVID-19 crisis. The article will focus specifically on 1) wearable devices suitable for monitoring the populations at risk and those in quarantine, both for evaluating the health status of caregivers and management personnel, and for facilitating triage processes for admission to hospitals; 2) unobtrusive sensing systems for detecting the disease and for monitoring patients with relatively mild symptoms whose clinical situation could suddenly worsen in improvised hospitals; and 3) telehealth technologies for the remote monitoring and diagnosis of COVID-19 and related diseases. Finally, further challenges and opportunities for future directions of development are highlighted.
Article
Open-source technologies enable communication channels between web platforms and innovative architectures to provide reliable data distribution, in which healthcare applications can particularly benefit from them. This work presents a communication channel design to improve the user experience about telemedicine apps, especially when patients are in remote locations while assuring their information using an innovative approach. The general purpose is to avoid users having to physically go to medical facilities by the correct data management related to their appointments and medical history. By preventing the attendance to healthcare facilities, patients do not expose themselves unnecessarily to viruses and bacteria. Therefore, this research includes a data communications model based on the FIWARE platform and cloud technologies for reliable user medical information distribution. The prototype is developed based on open-source technologies and registered the evaluation of different performance metrics that included cases scenarios in which administrators of healthcare centers configured options according to the availability of assets and informatics resources. The results show the effectiveness of the communication model under realistic conditions for encouraging the acceptance of telemedicine alternatives, especially when patients and medical staff present limitations regarding mobility.
Article
The new coronavirus disease (COVID-19) has affected a large part of the worldwide population, causing more than a million deaths between the end of 2019 until now. Technological development and digital tools arise to carry out activities remotely, either for monitoring or diagnosis. Medical teleconsultation activities are not new, but due to the pandemic situation that the COVID-19 originated, it has become a popular option to avoid going to consultations physically due to the risk of contagion. This article presents an analysis of different teleconsultation services implemented during the spread of the COVID-19 in the city of Guayaquil, Ecuador, as a case study. The methodology includes a performance assessment of the teleconsultation apps used during the critical periods of the pandemic. We detailed the fundamental stages deemed to verify that the fulfillment and knowledge about telemedicine in this city are not extensive enough in terms of remote health benefits. Throughout this study, we evidenced that the population is not prepared to manage remote-care systems due to the low use of technology and the lack of support from public or private agencies for providing technological development for medical services that satisfy the needs of the inhabitants.
Article
This article presents a continuous home telemonitoring system for chronic respiratory patients using 5G connectivity developed in partnership with Vodafone as a part of the 5G Trial in Milan established by the Italian Ministry of Economic Development. The system features a wearable respiratory and activity monitor, an environmental sensor and a pulse oximeter sending the data through a 5G router to a Multi-Edge Computing server, incorporated in the Vodafone 5G infrastructure, where they are stored and accessible for visualization. In particular, activity, respiratory and environmental data are continuously streamed and collected. The solution has been tested on 18 healthy volunteers during non-supervised recordings lasting at least 48 hours. The combination of recognized activities and associated respiratory parameters provided statistically significant variations in breathing patterns between one activity and the other, thus giving more complete information to the clinicians than previously studied telemedicine systems based on spot-checks. In particular, statistically significant differences are found in tidal volume and minute ventilation between horizontal and vertical postures (p<0.001) and between vertical postures and dynamic activities (p<0.001); the respiratory rate shows statistically significant differences between horizontal and vertical postures (p<0.001). Some environmental parameters have different mean values between day and night, such as carbon dioxide (p<0.001). Trials on patients are needed to further study this telemedicine solution and make it commercially available in the future. The main further technical development suggested is the use of commercial 5G smartphones as routers, in order to make the system usable outside of home settings.