You are on page 1of 4

IJSRD - International Journal for Scientific Research & Development| Vol.

6, Issue 02, 2018 | ISSN (online): 2321-0613

Smart Mobile Monitoring System for Pregnancy Care using Body


Sensors
Ganeshwari D.1 Harine R.2 Harsheni G. S.3 Abirami S.4
1,2,3
UG Student 4Assistant Professor
1,2,3,4
Department of Electronics & Communication Engineering
1,2,3,4
Valliammai Engineering College, India
Abstract— The most common problems faced by the women a system that can acquire and transfer important biometric
during pregnancy is the hypertensive disorders. They cause data about the health status of pregnant women to a database,
about 10% of the maternal deaths. Although the world draw inferences based on the information, and assist the
morality rate has decreased, women are still dying every day health professionals in providing health care for pregnant
from pregnancy complications. In many rural areas, pregnant ladies[7].
women are not conscious about the balanced nutrition diet
and their health care. Timely medical attention is important II. EXISTING SYSTEM
to prevent health complications and ensure that the babies Although the currently existing system allows continuous
develop properly. Various technical resources are being used monitoring of the patient’s health status, these systems
in order to reduce the death of both mother and babies. Mobile depends on the sensors to be placed bedside monitors and as
devices with internet access have great potential to expand a result this limits the patient to her bed. In most cases, health
the action of health professionals. These devices facilitate monitoring will be done by infrastructure oriented wireless
people living in rural areas, assisting in patient monitoring networks such as commercial cellular/3g networks or
services. Information exchange anywhere and anytime wireless LANs. These systems do not limit the patient to her
between the health professionals and patients could be an bed and allow her to move around freely but requires being
important way to improve the pregnancy monitoring. Our within a specific distance from the bedside monitor [8]. Also,
project presents a pregnancy monitoring system using body the coverage of such networks changes with time or location.
sensors to identify worsens in the health status of pregnant Sometimes the coverage of wireless networks is not at all
women and seek remedial measures accordingly. available or the coverage is available but we will not be able
Key words: Hypertensive Disorders; Pregnancy; Mobile to access to the network due to lack of available bandwidth
Devices; Patient Monitoring [9]. Therefore, with these problems and restrictions
continuous health monitoring is not possible and the
I. INTRODUCTION emergency signals may not be transmitted from the patient to
This paper presents a working model which incorporates the health care providers. Hence under these conditions we
sensors to measure all the parameters like Body Temperature, cannot reach to continuous health monitoring of the pregnant
Blood Pressure, Heart Beat and Muscular activity of the women and thus it becomes difficult to help them out in
Pregnant Women and send it to the doctor so that the patient emergency situations [10]. These are the few disadvantages
condition can be monitored from anywhere[1].Thus, it of the related existing systems.
reduces the work load of the doctor and also gives more
accurate results, whenever there is an abnormality felt by the III. PROPOSED SYSTEM
patient.The device can be operated for patient monitoring In the proposed system, the physiological signals of the
from anywhere by exchanging SMS messages with the patient are acquired by the sensors attached on her body. They
remote mobile device [2]. Internet of Things (IoT) is a are then transmitted to the remote base-station and also a PC
concept in which the devices used daily by people are for storing and analysing. Cloud computing is also used in
equipped with sensors capable of capturing the aspects of real this system for the purpose of storing the data. The system
world such as temperature, blood pressure, heart beat rate, consists of an EMG (Electromyography)sensor whichis
muscular activity values etc., and send data to a repository to an electro-diagnostic medicine technique for evaluating and
receive this information and then use them in a smart way [3]. recording the electrical activity produced by skeletal
Therefore, the data which is obtained from this IoT-based muscleswhich in turn is used to detect the muscular activity
system is thus used to provide support to emergency medical in the abdomen of the pregnant women.The prototype
services. Also, a dedicated application software is required to consists of the sensors connected to the microcontroller.
manage the flow of SMS messages at the time of emergency. These systems do not require the patient to be limited to his
This research is based on the notion that physical distance bed and allow him to move around, that is without any
between pregnant women and health care services should not limitation to the distance. This adds the advantages of
be a limiting factor to the quality of health care they receive mobility. There is no need for a doctor to visit the patient
[4]. Generally, pregnant women and the babies are periodically. This assures continuous health monitoring of the
exceptionally susceptible to medical emergencies during the pregnant women. In case of any abnormality, a message is
first 500 days of life which refers to the time between the sent to the ambulance along with the current location of the
consumption and about 6 months after delivery [5]. The Fetal patient.
Electromyogram (FEMG), which is a portion of the EMG, is
a sign that produces the muscular activity of the abdomen of A. Block Diagram
the mother [6]. The main objective of this project is to design

All rights reserved by www.ijsrd.com 1143


Smart Mobile Monitoring System for Pregnancy Care using Body Sensors
(IJSRD/Vol. 6/Issue 02/2018/309)

4) EMG Sensor
EMG is an electro-diagnostic medicine technique for
evaluating and recording the electrical activity produced
by skeletal muscles.

Fig. 1: Block Diagram of the Proposed System


The Temperature, Blood Pressure and Heart Beat of the
pregnant women are continuously measured by the 5) MCP3008
Temperature, Blood Pressure and Heart Beat sensors It is a microcontroller which acts as an ADC (Analog to
respectively. The EMG sensor is used in order to monitor the Digital Converter).
muscular activity (contraction & relaxation) in the abdomen
of the pregnant women. The muscular contraction and
relaxation in the abdomen caused due to the movements of
the foetus sends out rays, which in turn leads to muscular
activities. This is measured by the electromyogram and the
corresponding waveform is produced as the output. These 6) Uart
inputs are given to the MCP3008 analog to digital converter It is a computer component that handles asynchronous serial
which converts the analog inputs to digital outputs. The communication. Every computer contains a UART to
raspberry pi-3 used here consists of many in-built modules manage the serial ports.
and provisions like Wi-Fi, general purpose input/output pins,
slot for memory card etc. These input signals are transmitted
with the help of UART which enables asynchronous
communication. At the time of emergency, that is, when the
input signals exceeds the given threshold value, an alert
message will be sent to the husband and the doctor and also 7) Raspberry PI 3
the current location of the patient will be sent to the The RaspberryPi is a credit-card-sized computer. It can
ambulance. Hence, this ensures continuous health monitoring function as a proper desktop computer or be used to build
of the pregnant women. smart devices.
B. Tools Required
1) Blood Pressure Sensor
It is a non-invasive sensor which is used to measure the blood
pressure of humans.

8) GSM
It is used to describe the protocols for
digital cellular networks used by mobile devices such as
tablets etc.
9) GPS
2) Heart Beat Sensor It is made up of satellites, ground stations, and
This heart beat sensor is designed to give a digital output of receivers. Once the receiver calculates its distance from four
the heart beat when a finger is placed on it. or more satellites, it knows exactly where you are.

IV. METHODOLOGY
By using the Internet of things (IoT) technique we are going
to represent the total health and safety monitoring of pregnant
women. IoT is a concept where the devices that are used daily
are equipped with sensors that are capable of capturing the
3) Temperature Sensor aspects of real world such as temperature, pressure, humidity
It is an electronic device which provides a voltage analogue and send those data to a repository to receive the above
of the temperature of the surface on which it is mounted. mentioned information of the patient and use them smartly.
The system consists of Heart Beat sensor, Blood Pressure
sensor, Temperature sensor and EMG sensor. The report of

All rights reserved by www.ijsrd.com 1144


Smart Mobile Monitoring System for Pregnancy Care using Body Sensors
(IJSRD/Vol. 6/Issue 02/2018/309)

the patient mainly consists of details of the Heart rate, Blood V. EXPECTED RESULTS
Pressure, Temperature and Muscular Activity. The Heart rate This system provides a cheap, affordable, reliable and
ranges from 60 to 100 beats per minute and Blood pressure is efficient smart health monitoring system. In case of
expressed in two numbers, such as 120/80. A normal body abnormality, immediately a request for the ambulance by
temperature is 98.60F (370C). If Heartbeat, BP, Muscular giving the exact location of the patient taken through GPS
contraction and Temperature is more or less than the given will be sent. Also, the report will be sent to the doctor as well
parameter, then it will be indicated with the LED and alarm, to the husband. The doctor will study the report and send the
and that report will be sent to the doctor as well as to guardian required prescription through transceiver IoT to the patient.
(husband).The doctor will study the report and send the As this system is a wireless system, it does not require the
required prescription through transceiver IoT to patient. At patient to remain in a particular place or location, allowing
the same time, the current location of the patient will also be the patient to go anywhere without any limitations. The main
sent to the ambulance service through the GPS system. The result that would be obtained is that during the case of
above achieved result demonstrates the proposed system and emergency, the current location of the pregnant woman
at the same time, it also provides remote patient monitoring would be sent to the ambulance directly. If there is any change
and immediate handling of emergency cases. This system in the health condition of the patient that is during any critical
provides a mobile solution for high-risk pregnancy condition an alert message will be sent to the doctor,
monitoring using sensor networks. This application alerts the ambulance and the husband. The doctor will study the report
health professional about any change in hypertension of the patient that is sent through the IoT and responds by
condition during pregnancy. sending the required prescription needed at that condition. As
this system is compact and designed easily, there is no need
of spending more money for buying it. The accuracy of the
system shows a good performance. It displays the percentage
of the results that are correctly identified. Thus, more accurate
the measurement process, closest is the result of the real value
measurement. The implementation is based on the frame
work of a real-time telemedicine. This system integrates
different sensors for monitoring the pregnant women from
rural area during critical conditions. It avoids early infant
death or handicapped infant delivery because of malnutrition
by providing proper precaution in regular time intervals.
Fig. 2: Sample Output of Temperature Sensor
VI. CONCLUSION
It can be concluded that this system is to develop a cheap,
affordable, reliable and efficient smart health monitoring
system. The system is based on a full time monitoring on
patient’s condition along with an emergency rescue
mechanism using SMS. The whole concept is about the
hardware implementation and software implementation. The
system generates an output that is the report of the pregnant
women and sent to both the doctor as well to the guardian
(husband).The doctor will study the report and send the
required prescription through transceiver IoT to the patient.
Fig. 3: Sample Output of Blood Pressure Sensor At the same time, if there is any abnormality the current
location of the patient will also be sent to the ambulance
service through the GPS system which inturn provides safety
by connecting pregnant women with the family members and
relatives all the time. So, this module efficiently helps the
pregnant women to avoid miscarriage and take healthy diet as
suggested by the doctor so that she can give birth to a healthy
baby without complications. Using IoT we will be able to
transfer the information at the earliest stage. Also, it becomes
compact and wearable after it is converted into a product. The
doctor can continuously monitor the patient condition
effectively.

REFERENCES
[1] WHO Media Centre, “Maternal mortality fact sheet,” pp.
Fig. 4: Prototype Image of the Proposed System 2–5, 2012.

All rights reserved by www.ijsrd.com 1145


Smart Mobile Monitoring System for Pregnancy Care using Body Sensors
(IJSRD/Vol. 6/Issue 02/2018/309)

[2] Z. Jin and Y. Chen, “Telemedicine in the cloud era:


Prospects and challenges,” IEEE Pervasive Comput.,
vol. 14, no. 1, pp. 54–61, 2015.
[3] K. Triantafyllidis, V. G. Koutkias, I. Chouvarda, and N.
Maglaveras, “A pervasive health system integrating
patient monitoring, status logging, and social sharing,”
IEEE J. Biomed. Heal. Informatics, vol. 17, no. 1, pp.
30–37, 2013.
[4] L. Catarinucci, D. De Donno, L. Mainetti, L. Palano, L.
Patrono, M. Stefanizzi, and L. Tarricone, “An IoT-
Aware Architecture for Smart Healthcare Systems,”
IEEE Internet Things J., vol. 4662, no. c, pp. 1–1, 2015.
[5] Xu, L. Da Xu, S. Member, H. Cai, C. Xie, J. Hu, and F.
Bu, “Ubiquitous Data Accessing Method in IoT-Based
Information System for Emergency Medical Services,”
vol. 10, no. 2, pp. 1578– 1586, 2014
[6] J. M. Kang, T. Yoo, and H. C. Kim, “A wrist-worn
integrated health monitoring instrument with a tele-
reporting device for telemedicine and telecare,” IEEE
Trans. Instrum. Meas., vol. 55, no. 5, pp. 1655– 1661,
2006.
[7] J. Espina, T. Falck, J. Muehlsteff, and X. Aubert,
“Wireless Body Sensor Network for Continuous Cuff-
less Blood Pressure Monitoring,” 2006 3rd IEEE/EMBS
Int. Summer Sch. Med. Devices Biosens., pp. 11–15,
2006.
[8] S. Kachroo, W. W. Melek, and C. . Kurian, “Evaluation
of predictive learners for cancer incidence and
mortality,” 4th IEEE Int. Conf. E-Health Bioeng. - EHB
2013, pp. 1–6, 2013.
[9] N. Ravindran and A. Oliver, “Stable and Critical
Gesticulation Recognition in Children and Pregnant
Women by NaIve Bayes Classification,” pp. 259–264.
[10] F. M. Parages, J. M. O’Connor, P. H. Pretorius, and J. G.
Brankov, “A Naive-Bayes model observer for a human
observer in detection, localization and assessment of
perfusion defects in SPECT,” 2013 IEEE Nucl. Sci.
Symp. Med. Imaging Conf. (2013 NSS/MIC), pp. 1– 5,
2013.
[11] Meir B. Rubinsky "Distributed Network Wireless and
Cloud Computing Enabled 3-D Ultrasound: A New
Medical Technology Paradigm" <em>PLoS ONE</em>
vol. 4 no. 11 pp.1-8-2010.
[12] Smith "Nearly Half of American Adults are Smartphone
Owners" in Report of Pew Internet & American Life
Project Mar. 2012 [online] Available:
www.pewinternet.org/2012/03/01/nearly-half-of-
american-adults-are-smartphone-owners.
[13] "Smartphone Users in the US 2010–2018" in Statista
2014 [online] Available:
www.statista.com/statistics/201182/forecast-of-
smartphone-users-in-the-us.
[14] J.-C. Hsieh M.-W. Hsu "A Cloud Computing Based 12-
Lead ECG Telemedicine Service" <em>BMC Medical
Informatics & Decision Making</em> vol. 12 no. 77 pp.
1-12-2012.
[15] C.-P. Shen et al. "Bio-Signal Analysis System Design
with Support Vector Machine Based on Cloud
Computing Service Architecture" <em>Proc. Int’l Conf.
IEEE Eng. Medical Biology Soc</em> pp. 1421-1424
2010.

All rights reserved by www.ijsrd.com 1146

You might also like