Intel Paper On BANs
Intel Paper On BANs
Intel Paper On BANs
06
Intel®
Technology
Journal
Autonomic Computing
A Self-Managing Framework
for Health Monitoring
More information, including current and past issues of Intel Technology Journal, can be found at:
http://developer.intel.com/technology/itj/index.htm
A Self-Managing Framework for Health Monitoring
Amit Baxi, Corporate Technology Group, Intel Corporation
Nagaraju Kodalapura, Corporate Technology Group, Intel Corporation
Index words: Body Area Network, Zigbee, patient monitoring, autonomic, self-management, power
management, fail-safe mechanisms, biometric authentication
INTRODUCTION
There has been a significant development in bio-medical
instrumentation over the last two decades. A number of
high-tech medical diagnostic and therapeutic systems are
used by doctors for diagnostics, for monitoring critical
patients, and for delivering treatment. Such devices detect
abnormal physiological states, and they trigger audio-
visual alarms when the limits are crossed. However, they
require frequent intervention by doctors to manage these
alarms.
If such patient monitoring systems could be equipped with
some intelligence and self-managing capabilities, the
and use a single PC to cater to the computing and results multiple patients at a central location. Each body-wearable
display requirements of multiple patients. sensor, known as a Bio-Front End device (BFE), is
composed of a sensor for bio-signal sensing, the related
A SELF-MANAGING FRAMEWORK FOR front-end hardware, a low-power microcontroller for data
HEALTH MONITORING acquisition and a wireless transceiver for data transfer to
the receiver. There can be multiple BFE devices
Architecture connected to a patient for monitoring multiple parameters.
The evolution of low-power wireless communication An aggregator (AGG) device worn by the patient performs
technologies like Zigbee (IEEE 802.15.4), low-power the function of receiving the wirelessly transmitted data
Bluetooth*, etc. has enabled the development of small, from multiple BFE devices connected to a patient and
body-wearable, wireless sensors for patient monitoring. transmits the aggregated data to a backend PC or server.
The AGG device can be a device like a Portable Digital
As shown in Figure 2, these sensors can be configured to Assistant (PDA) or a scaled down version of that without
form a Wireless Body Area Network (WBAN) [3] and a Liquid Crystal Display (LCD). The AGG and the BFE
enable monitoring of multiple bio-parameters (such as devices form a localized WBAN, with each BFE device
ECG, Pulse Oxygen saturation, Blood Pressure, etc.) of having a unique device ID.
BFE
Device
Level 1
since the required data rate and range is larger than that SELF-MANAGING THE HEALTH
for a body-area network. The AGG device also serves as MONITORING FRAMEWORK
the intermediate messaging link between the BFE device
and the PC. The flow of events in self-managing a device in the
framework is shown in Figure 4. Self-management
The Personal Computer or Server involves sensing or monitoring parameters from the
The PC is used to collect data from multiple AGG devices device or the system to be managed and then analyzing the
connected to multiple patients and process these data. The parameters to find out whether a corrective action is
PC also serves to display the physiological waveforms and required. Intelligent algorithms and decision trees are used
parameters of several patients on the screen, does further to decide if a management action is required and then to
signal processing and computation, performs feature arrive at the most effective decision to act on the inputs.
extraction, stores data, and communicates with other The decision is then executed by the execution engine in a
terminals over the Internet protocol. The PC also keeps feedback loop to effectively manage the device or the
the doctor updated on the patient status by sending the system without the need for user intervention.
patient information on his mobile phone or PDA. It also
manages resources such as printers, scanners, and other
devices, which are shared across multiple patients.
INTELLIGENCE - PLAN /
DEVICE OR SENSE / CALCULATE /
DECIDE / CHOOSE
SYSTEM MONITOR THE ANALYZE
APPROPRIATE ALTERNATIVES
SYSTEM
ACTION /
EXECUTE
INTERNET
BFE-1
PC / Server
AGG
BFE-k
Multiple patients
PDA /
BFE - Bio Front End Mobile
in a Ward AGG - Aggregator
PAN - Personal Area Network Phone
PAN of PATIENT- n
Device Self-Management
BFE-1
Physiological and Status Data
AGG Management commands from Aggregator
Management commands from PC / Server
BFE-k
Commands from remote Hand Held
Device
Alternatively, each BFE device may have the • Power management. The BFE device can
capability to autonomically identify a patient based dynamically turn OFF the idle peripherals when not in
on some biometric technique. Data packets sent by use. For example, the BFE device microcontroller can
the BFE devices to the AGG device and to the PC are turn OFF its communication ports, data acquisition,
tagged with the unique Patient-ID in order to bind and control peripherals when not in use in a particular
them to the patient’s individual database. mode of operation. Battery capacity monitoring can
be done at periodic intervals by the BFE device and
• Network association. All the BFE devices and the
the battery capacity information can be sent to the PC
AGG device connected to a patient are programmed
via the AGG device.
to have a unique PAN-ID for their network. As
mentioned above, the PAN-ID can be programmed The BFE device can reduce the clock frequency of its
into the BFE devices and AGG device before microcontroller and related peripherals if too much
connecting them to a patient. When the BFE device is computing is not required by the BFE device sensor.
turned ON, it looks for beacons sent by the AGG Very low data rate BFE devices such as body
device to check the AGG device’s PAN-ID and gets temperature sensors can enter sleep state between
itself associated with the network if it matches with its periodic measurements, whereas, the medium data
own PAN-ID. The AGG in turn identifies the newly rate devices such as SpO2 may turn OFF the wireless
joined BFE device, determines the type (i.e., ECG, transmitter’s RF circuitry between data transmissions
SpO2 etc.) of the BFE device and intimates the same in order to conserve battery power.
to the PC. The PC dynamically adjusts the Graphical
The BFE device may either execute certain power
User Interface (GUI) on its screen to effectively
management functions autonomically or execute them
optimize the screen space to display the signals from
when instructed by the PC. For example, when the
the newly networked BFE device.
battery voltage falls below a certain threshold value,
• Self-configuration. When a BFE device is turned ON the PC may instruct an ECG BFE device to reduce
it automatically configures itself to a default state. It the ECG sampling rate, and the PC may interpolate
also checks the attached sensors and re-configures the sub-sampled ECG data for proper visual
itself for its mode of operation. For example, for an representation. Alternatively, depending on the status
ECG BFE device, there are two modes of operation: of other sensors attached to the patient, the PC may
diagnostic and monitoring. In diagnostic mode a 10 instruct the ECG BFE device to reduce the number of
lead cable is used to sense the ECG signals and the ECG signals to be sampled and reduce the amount of
ECG signals are digitized at 500 samples per second wireless data transmission to conserve battery power.
per lead. However, in the monitoring mode, a 3 or 5
Near the end of battery capacity, the PC and the BFE
lead ECG cable is used to sense the ECG signals and
device may issue audio and visual alerts to inform the
the ECG signals are digitized at a sampling rate of
hospital staff to change the battery. The BFE device
200 samples per second per lead. At start-up, the BFE
also intimates to the PC its decision to turn OFF to a
device can identify the type of ECG cable connected
safe state when the battery capacity reaches 0%.
at its input and automatically adjust its mode of
operation, the number of channels to be sampled, the • Fail-safe mechanisms. It is very important for the
sampling rate per channel, and it can reserve the BFE device to have intelligent algorithms to handle
bandwidth required for the wireless data transfer. alerts in case of malfunctions and put the BFE device
in a safe state to avoid patient injury.
• Self-calibration and self-check. At power ON or
when requested by the PC, the BFE device can also Some important malfunctions could be
execute self-calibration and self-check routines to microcontroller/hardware malfunction, sensor
dynamically adjust its settings for maximum malfunction and communication failure.
accuracy. For example, an ECG device may input a
• Hardware malfunction. These types of malfunctions
fixed reference voltage to its Analog to Digital
can be induced by failure of electronic components or
Converter (ADC), convert it to a digital
can be due to effects of electromagnetic interference
representation, and then adjust its gain and offset
(EMI). EMI can cause the BFE device
errors to compensate for the errors in the ADC.
microcontroller to enter a runaway state that can be
Similarly, a SpO2 device may calibrate its optical
very dangerous. This can be mitigated by ensuring
sensor characteristics, whereas, a NiBP BFE device
that, in the case of malfunction, a watchdog timer
may calibrate its air pressure sensor and self-check its
running inside the microcontroller device either resets
air release solenoid valves and the air pump for
proper operation.
the microcontroller or puts the microcontroller and minutes using a circular memory buffer. In case of
associated hardware in a known safe state. communication failure, the BFE device keeps on
looking for the periodic beacons sent by the AGG
In the case of BFE devices such as a NiBP device, the
device in order to check the PAN-ID and re-establish
blood pressure is measured by occluding the brachial
the network connection.
artery by inflating a cuff tied to the patient’s arm. If
the air inside the cuff is not released due to hardware Communication errors may be introduced in the
malfunction, the blood flow to the patient’s hand communication link between the BFE device, the
stops and may cause serious tissue damage. Hence, it AGG device and the PC due to the presence of other
is very important to have either a redundant networks operating on the same wireless frequency. A
microcontroller or some standby mechanical devices typical example can be the interference of Wi-Fi
(such as normally open solenoid air release valves) to (802.11b) in a Zigbee (802.15.4) network since they
ensure air release even in case of power or hardware both operate in the same frequency band of 2.4 GHz.
failure. In another scenario, two patients may be connected
with BFE devices that use the same frequency
• Sensor malfunction. The BFE device also needs to
channel for communication to their respective AGG
handle situations when the sensors connected to the
device. When such patients come in close proximity,
BFE device malfunction or when they get
their networks conflict with each other causing errors
disconnected from a patient. For example, for an
in communication. The BFE-AGG body area network
ECG BFE device, the number of electrodes connected
needs to have a robust interference detection and
to a patient may vary from three to ten. The BFE
mitigation algorithm by which a conflicting BAN
device needs to continuously monitor the impedance
would dynamically sense and change its operating
of each electrode and generate an alert in case the
frequency channel in case of interference from a
electrode gets disconnected from the patient. The
similar network.
BFE device sends the sensor status to a PC
periodically, and the PC can generate an alert in case In case the BAN is not able to mitigate the
of malfunction. Apart from generating an alert it may interference, robust error detection techniques should
also be necessary to stop displaying the waveform of prevent the BFE device from executing wrong
the disconnected ECG lead to avoid the doctor commands received from either the AGG device or
misinterpreting the noise picked up by the the PC.
disconnected electrode as a valid ECG signal. The
ECG BFE device may, however, continue to monitor Self-Managing the Aggregator Device
the ECG signals from other electrodes. The AGG device serves as a communication link between
In another case, an air leak may be present in the cuff the WBAN formed by the BFE devices and the backend
tied to the patient’s arm for blood pressure PC/server. The AGG device has a low-power wireless
measurement. The NiBP BFE device needs to interface like 802.15.4 or a low-power Bluetooth to
monitor the rate of increase in cuff pressure once the network the BFE devices and also a long range, high data
air pump starts pumping air into the cuff. If the cuff rate interface like Wi-Fi to interface with the back-end
pressure does not increase at the required rate an air- PC. The AGG device may or may not have a local LCD
leak alert is transmitted to the PC. display and control keypad. A typical example for an
AGG device could be a PDA. The self-managing
• Communication failure and communication errors. capabilities of the AGG device may be similar to that of
The BFE device also needs to handle situations when the BFE devices.
the sensors and its hardware components are
functioning normally but when the communication The AGG device manages the BAN and allows BFE
link to the AGG device or the PC fails. In such cases devices to join or leave the BAN seamlessly. Automatic
the BFE device is neither able to send the BFE device discovery, device type identification, and
physiological data and its status to the PC, nor is it BAN networking are the responsibility of the AGG
able to receive autonomic control messages from the device. The AGG should have sufficient capabilities to
PC. In such a scenario, the BFE device may save the manage the BAN efficiently even in the absence of the
patient’s data in its local memory for transmission to communication link to the PC and have sufficient memory
the PC when the communication link is re- for storage of patients’ physiological and status data over
established. If the BFE device does not have extended periods of operation.
sufficient memory to store data for long periods of Another important function of the AGG device is data
disconnection, it may save the status of the last few encryption/decryption for network security.
• Network management. The PC forms a network of the • Autonomic GUIs. The PC can autonomically adjust
AGG devices and dynamically changes the network the screen space to display a number of vital signal
topology as patients get transported in and out of the waveforms and numerical data from a number of
wards for tests and operative procedures. The PC is patients. The screen can be automatically partitioned
also aware of the devices in the BAN of each AGG and re-adjusted to accommodate the data from new
device. The PC enables automatic device discovery, devices that join the network, and the screen space
device association and disassociation algorithms, and can be made free and utilized in a better manner when
automatic device-to-patient binding. Each patient is the BFE devices leave the network. When the screen
associated with a unique PAN-ID, and all devices in space is limited, and displaying all parameters from
the BAN of the same patient have the same PAN-ID. all patients is not possible, the PC should give weight
The PC binds the real-time data of each patient to the to critical parameters such as ECG readings.
patient’s respective backend database. • Managing alerts. The PC is the central computing
Apart from managing the networking of AGG and resource for the entire health-monitoring framework
BFE devices, the PC also manages the shared and needs to process alerts coming from almost all
resources on its network like printers, scanners, fax devices attached to the network.
machines, etc. Broadly, the alerts can be classified as alerts
• BFE device control. Since critical patients have generated by the patient’s physiological status, device
different monitoring requirements as compared to status, and communication errors.
non-critical patients in recovery, the PC can re- • Alerts due to patient’s physiological status. The PC
configure the BFE devices in different operating processes the physiological signals and parameter
modes and change the device settings depending on data from the patient and checks if any of the
the level of monitoring required.
programmed limits are exceeded. For example, the and configurable logic to heal itself in case of
PC computes the heart rate by identifying and component failure. The storage media and the
counting the number of ‘R’ waves in the patient’s Internet broadband link should be robust. The
ECG per minute. In case the heart rate crosses the aggregated patient data and the network status
programmed limits, the PC may request the NiBP information should also be copied in a central archive
BFE device to take frequent blood pressure so that in case of malfunction, a standby PC should be
measurements and may also power ON a defibrillator able to take over the monitoring functionality of the
machine in case the patient needs to be administered failed PC without loss of data.
an electrical shock to restore normal heart rhythm.
The PC can also intelligently identify irregular heart USAGE MODELS
rhythms called arrhythmias and keep a log of these
This self-managed digital health-monitoring framework
with a time stamp. In some critical conditions, the PC
can be applied in several use cases, some of which are
can automatically send the abnormal physiological
described below:
data to a doctor’s mobile phone/PDA for diagnosis
and also trigger audio-visual alarms locally.
Use Case 1: Remotely Monitoring Patients at
• Device status alerts. The PC monitors the status of Home
the BFE and AGG devices and manages the alerts Home monitoring involves monitoring of non-critical
generated due to low battery, sensor failure or patients, patients in the recovery stage after being
disconnection, component failure, calibration errors, discharged from hospital, proactive health monitoring, or
etc. For example, if the patient condition is not monitoring the health of the elderly within their homes or
critical, under low battery conditions the PC may care facilities.
instruct an SpO2 BFE device to intermittently
monitor the blood oxygen saturation at 1-minute Joe, 68 years old, has recovered from open heart surgery
intervals, rather than monitoring it continuously. This and has been discharged from the hospital. Lately, Joe has
allows the LEDs inside the SpO2 finger probe and the become forgetful and forgets even basic tasks like taking
associated circuitry to sleep between measurements, his medicines on time. Joe’s children are working and are
thereby extending the battery life. For sensor concerned about Joe’s health when they are at work. Dr.
disconnection the PC can raise appropriate audio- Smith wants to remotely monitor Joe’s recovery as Joe
visual alarms and/or page the hospital staff on duty. performs his daily activities to ensure that his recovering
cardiovascular system is not subject to a sudden stress. Joe
In the case of component failure or calibration errors is fitted with a wireless ECG device, a NiBP device, and a
the PC can compensate for the error by software Pulse Oximetry device for monitoring his blood oxygen
correction or instruct a device like the NiBP to saturation. The devices connected to Joe are miniature,
measure blood pressure using the redundant pressure lightweight, and they do not interfere with his daily
sensor. Once an error is detected and flagged by the activities.
PC, the PC also monitors whether the error has been
corrected and removes the error flag accordingly. Joe has a Wi-Fi-enabled desktop PC in his living room
Alternatively, the user may manually acknowledge which is also used by Joe to watch TV. The PC
the error and put the PC in a mute state for a certain continuously monitors Joe’s vital parameters in the
amount of time within which the user is expected to background and sends data to the hospital in real-time.
correct the error. Wireless webcams fitted in different rooms of his home
also send streaming video data to the PC. Joe’s PC is
• Fail-safe mechanisms. Since the PC is the central connected to the Internet using a broadband link.
computing resource for the health-monitoring
platform, it is necessary to build reliability into the While sitting at his laptop in the hospital, Dr. Smith
PC platform. Reliable hardware design, a reliable connects to Joe’s PC and runs the pre-designed protocol
low-latency hard real-time OS, a reliable networking for remotely monitoring open heart surgery patients like
stack and application software are necessary to build Joe. Dr. Smith runs the protocol and then leaves for an
a medical-grade PC. The PC should be immune to the urgent operation. The protocol remotely and
EMI generated by other medical equipment in its autonomically programs Joe’s ECG device to
vicinity and should also have low EMI emissions. The continuously monitor a 3-lead ECG, the NiBP device to
PC should have a battery backup to remain operative take a blood pressure reading once every hour, and the
in case the mains power supply fails. The PC should Oximetry device to monitor only in critical situations. The
have the capability of self-monitoring, preventive protocol automatically sends a reminder audio-visual
maintenance, and have redundant processing cores message on Joe’s PC screen asking him to undergo the
morning exercise on his home treadmill and also programs FHR, and the software automatically sends alert messages
the treadmill to limit the maximum speed to 2 miles per and FHR tracings to Dr. Willy and the chief nurse on their
hour and limit the exercise time to 10 minutes. The mobile phones. Dr. Willy is out of hospital when he
reminder message alerts Joe in the midst of his TV receives the message on his mobile phone. Dr. Willy
program. Joe starts walking on the treadmill and during immediately rings up the chief nurse and instructs her to
his exercise session, his heart rate increases to 130 beats be prepared for an emergency cesarean operation by the
per minute (bpm). The increased heart rate is monitored time he reaches the hospital. Judy undergoes an
by the PC, and the PC triggers the NiBP device to take emergency cesarean operation and delivers a healthy
frequent blood pressure measurements and it also baby. During delivery Dr. Willy notices the umbilical cord
automatically stops the treadmill as a precautionary entangled around the fetus’s neck resulting in partial
measure to prevent excessive stress. The increased heart suffocation and thereby decreasing the FHR. Dr. Willy is
rate condition also turns on the Pulse Oximetry device to thankful that the timely alerts by the central monitoring
monitor Joe’s oxygen saturation. When Joe’s heart rate system saved the baby’s life.
returns to normal after his exercise session, the NiBP
device again increases the BP measurement interval to 1 Use Case 3: Critical Patient Monitoring in an
hour while the Oximetry device turns OFF. Since Dr. Intensive Care Unit
Smith had set the mobile phone alert limit for heart rate to
Dr. Bill is a resident doctor currently managing the 16-bed
150 bpm, BP limits to 150/100 mmHg, and the SpO2 limit
ICU in a hospital. A patient, Jack, operated on via
to 94%, he was not alerted on his mobile phone since
angioplasty, is brought to Dr. Bill’s ICU. Dr. Bill tags
Joe’s vital signs were within the limits. When Dr. Smith
Jack’s admission time in ICU by using a RFID reader to
returns from his operation he examines the stored vital
read Jack’s RFID wrist strap and also wirelessly transfers
parameters of Joe and he is happy with Joe’s increased
a softcopy of Jack’s medical record file from inside the
stress-handling capability. Meanwhile, Joe’s son is also
wrist strap to the central station for study. Dr. Bill rubs the
able to remotely keep an eye on Joe from his office by
wireless patient monitoring devices on Jack’s RFID wrist
monitoring the streaming webcams and Joe’s vital
strap and connects them to his body. The wireless
parameters. Dr. Smith has remotely also fed the medicine
monitoring devices read Jack’s Patient-ID from his wrist-
schedule on Joe’s PC. Joe’s PC flashes audio-visual
strap to form a BAN and get associated to Jack’s backend
messages on its screen in a timely manner to remind Joe to
database on the central station. The computer screen of
take his medicines.
the ICU’s central monitoring station automatically re-
adjusts itself to display, monitor, and store Jack’s vital
Use Case 2: Wireless Fetal Monitoring signs along with the parameters of other patients. Dr. Bill
During Labor prepares a monitoring schedule and a drug administration
Judy is pregnant and has been admitted to the hospital for schedule for Jack using the central monitoring application
delivery. Dr. Willy expects a normal delivery but decides software. The monitoring and drug administration profile
to monitor Judy’s Uterine Contractions (UC) and Fetal for Jack is immediately transmitted to the hand-held
Heart Rate (FHR). The fetal heat rate variability is an devices given to nurses on duty in the ICU. The central
important parameter to asses fetal well being and to assess station performs periodic diagnostic tests using the
whether the fetus would be able to sustain the stress of attached wireless devices and also sends timely reminders
uterine contractions during delivery. Dr. Willy fits Judy to the nurses to administer drugs to patients, depending on
with a wireless ultrasound sensor and a uterine pressure individual patient profiles. Once a nurse administers a
sensor by means of a belt around her abdomen. The drug to a patient she mutes the generated reminder and
ultrasound sensor monitors the FHR while the pressure logs the event, which also gets logged in the central
sensor monitors Judy’s UCs and sends the data wirelessly station. The central monitor also runs intelligent
to the central server of the labor ward, where a number of algorithms on patient’s vital physiological signals and
patients are being monitored simultaneously. Judy is still generates alerts, sends alerts to doctors’ mobile phones,
not in labor and is able to take frequent walks around her and prints important events on locally connected printers.
room and in the ward, while still being closely monitored. Dr. Bill is relieved that the central monitoring station
Judy does not feel the subtle UCs, indicating the start of manages most of his mundane tasks and helps him in
labor. However, minute uterine pressure changes are effectively managing large numbers of patients.
picked up by the pressure sensor and are evident in the
graphical tracing at the central monitoring terminal. There CHALLENGES AND OPPORTUNITIES
is a sudden and steep drop in the FHR which goes
There are several challenges which need to be overcome
unnoticed by the busy hospital staff. However, the FHR
in order to realize such a digital health-monitoring
analysis software on the server detects the sudden drop in
framework:
Platform reliability. Ensuring the reliability of the entire effectively. The number of errors related to paper-based
platform is the key to the success of the proposed processes is reduced significantly in an autonomically
architecture. Reliability has to be built right from the managed framework. The proposed framework leads to
electronic component level to the OS and application better resource utilization, better resource sharing, reduces
software level. It is necessary to have fail-safe and backup doctor’s intervention, and hence makes healthcare more
mechanisms to ensure that patient monitoring is not affordable.
interrupted when parts of the network fail.
Such an open standards-based health-monitoring platform
Robust wireless communication. Wireless communication would motivate more standards-based hardware and
is the backbone of the proposed health-monitoring software designs and shift the biomedical OEMs from
framework. Robust mechanisms should be developed to proprietary hardware-centric platforms to standards-based
mitigate interference issues that result when several software-centric general-purpose PC platforms.
wireless networks co-exist. Robust error correction and
error detection algorithms should be developed to build ACKNOWLEDGMENTS
the same reliability as that of a wired link in the wireless
The authors recognize the valuable suggestions given by
interfaces.
the reviewers for improving the quality and content of this
Standardization and interoperability. The medical device paper.
OEMs need to agree on a common set of communication
protocols and standard hardware interfaces. Devices from REFERENCES
different manufacturers should be able to plug into the
[1] David Culler, Deborah Estrin, Mani Shrivastava,
system seamlessly.
“Overview of Sensor Networks,” IEEE Computer
Infrastructure and ubiquity. The health-monitoring Society, August 2004, pp. 41–49.
framework needs wireless communication infrastructure
[2] J. A. Stankovic, Q. Cao, “Wireless Sensor Networks
like Wi-Fi hot spots, routers, switches, etc. which are
for In-Home Healthcare: Potential and Challenges,”
limited to a hospital or home network. Emerging
Department of Computer Science, University of
technologies such as WiMAX can address the problem of
Virginia.
seamless wireless connectivity throughout the cities and
villages. [3] Chee-Yee Chong, Srikanta P. Kumar, “Sensor
Networks: Evolution, Opportunities and Challenges,”
Intelligent algorithms. The PC needs to run intelligent
in Proceedings of the IEEE, Vol. 91, No. 8, August
algorithms to make self-managing decisions. The
2003, pp. 1247–1256.
algorithms should be continuously evolving and patient
centric. Machine learning, artificial intelligence, and
prediction algorithms may require tweaking and clinical AUTHORS’ BIOGRAPHIES
trials until they reliably self-manage a health-monitoring Amit Baxi is a biomedical engineer working as an R&D
framework. Engineer in the Corporate Technology Group, Intel
Corporation. He has been in Intel for more than a year and
Development of miniature, ultra-low power sensors and
is responsible for architecting and building the hardware
battery technology. BFE device sensors and hardware
and software bio-medical components for Intel’s
need further miniaturization to the level of a small system-
healthcare platforms. He has more than 11 years
on-chip, and the power needs to be optimized to the
experience in the design and development of medical
microwatt level so that the sensors can operate by using
embedded systems such as Cardiac Stress Test Systems,
ambient light as the power source. Battery technology
Defibrillators, Multiparameter Patient Monitoring
such as the lithium-polymer and moldable lithylene
Systems, Spirometers, ECG monitoring and diagnostic
battery technology have to evolve further to combine high
equipment etc. His e-mail is amit.s.baxi at intel.com.
capacity, small form factor, and light weight.
Nagaraju Kodalapura is an electronics and
CONCLUSION communication engineer working as an R&D Engineer in
the Health Platforms lab of the Corporate Technology
We believe that a self-managed wireless health-
Group, Intel Corporation. He has been with Intel for about
monitoring framework can significantly improve the
six years. He is primarily responsible for the design and
quality of healthcare while providing patient comfort,
development of Wireless Embedded System Software for
mobility, and continuity of care. Such a framework does
bio medical sensors for Intel’s healthcare platforms. His
not require the doctor to be in close proximity to the
expertise is in the area of wireless embedded systems,
patient; however, it still provides the same quality of care.
device drivers, debuggers, and simulators for multicore
The doctor is enabled to monitor more patients