A Design of U-Health System on Smart Phone Using ISO/IEEE PHD Standard

Size: px
Start display at page:

Download "A Design of U-Health System on Smart Phone Using ISO/IEEE PHD Standard"

Transcription

1 A Design of U-Health System on Smart Phone Using ISO/IEEE PHD Standard Dokyeong Lee, Gihyun Bang, Sejin Han and Deokjai Choi Electronics and Computer Engineering, Chonnam National University 77 Yongbong-ro, Buk-gu, Gwangju , South Korea ABSTRACT In these days, U-Health indicates that health care and medical services can be applied in real-time with the support of wired and wireless communication technology. It has emerged to give solutions for many social issues including medical expenses, aging of populations, and the absence of medical experts. In the case of Mobile, U-Health system is a service in which the mobile device provides to user an interface to interact with standalone medical devices. However, most medical devices adopt heterogeneous protocols and standards which fully depend on their manufacturers. To solve this issues, a standard ISO/IEEE PHD(Personal Health Device) has been developed by IEEE Personal Health Data Working Group. This standard provides techniques to assure compatible extensibility of the U-Health system by defining the standards which are responsible for managing and exchanging health information of the user between PHD and remote servers. For this reason, we designed a U-Health system on smart phone using the ISO/IEEE PHD standards, and secured communicate with SSL through the web interface. Then, we implemented a management application on smart phone using ISO/IEEE PHD standard in order to assure compatible extensibility among other types of PHDs from various manufacturers. Based on the result achieved from our implementation, the proposed U-Health system could be utilized as a realtime service which could be deployed in mobile environment from the reality. KEYWORDS U-Health, ISO/IEEE 11073, Personal Health Device, Smart Phone, Bluetooth, Health Device Profile 1 INTRODUCTION Ubiquitous health service is a health service which works in a ubiquitous environment using broadband and wireless mobile technologies. It enables us to receive health care services in mobile situations with or without the intervention of medical experts. Health information of a user is measured by a medical device and delivered to a remote server for analysis by medical experts. The analyzed results (e.g. prescription, disease information) are returned to the user for treatment. A mobile U-Health service is a service operating in a smart phone, wherein the device provides to the user an interface to interact with standalone medical devices and be a gateway to transfer data measured from medical devices to a remote server for analysis [1, 2]. In these days, U-Health indicates that health care and medical services can be applied in real-time with the support of wired and wireless communication technology. It has emerged to give solutions for many social issues including medical expenses, aging of the populations, and the absence of medical experts. Meanwhile, in a situation, a standard ISO/IEEE PHD (Personal Health Device) has been developed by IEEE Personal Health Data Working Group. This standard provides techniques to assure compatible extensibility of the U-Health system by defining the standards which are responsible for managing and exchanging health information of the user between Personal Health Device (PHD) and remote servers [3]. In addition, as healthy daily-life has become more important these days, many people expect to knows and manage their health information in real time. Furthermore, the smart phones have been rapidly widespread with all support the Bluetooth function which is suitable to be deployed the ISO/IEEE PHD standard [4]. ISBN: SDIWC 133

2 In this paper, we introduce a U-Health system running on a smart phone. Additionally, we implement a management application on a smart phone using ISO/IEEE PHD standard in order to assure compatible extensibility among other types of PHDs from various manufacturers. Our objective is that we attempt to provide a realtime healthcare service that can work continuously at anytime and anywhere in the mobile environment. 2 BACKGROUND In our system, smart phone manager operate based on ISO/IEEE PHD standard through the Bluetooth HDP in order to receive measured health data from PHDs. 2.1 ISO/IEEE PHD Standard Basically, the ISO/IEEE PHD standards are designed for management of health and disease. It is comprised of xx specializations for personal health devices (blood pressure monitor, thermometer) and the optimized exchange protocol [5-7]. Health Care Profile (HCP). The ISO/IEEE optimized exchange protocol defines general protocols such as managing the connections between many kinds of PHDs and the manager [7]. ASN.1 Domain Information Model Service Model Communication Model Nomenclature Figure 2. ISO/IEEE PHD Model 2.2 Bluetooth Health Device Profile Application (Source) Device Data Specializations IEEE Data Exchange Protocol (Agent) MCAP L2CAP SDP Application (Sink) Device Data Specializations IEEE Data Exchange Protocol (Manager) MCAP L2CAP SDP Source Side Sink Side Figure 3. Bluetooth HDP Protocol model Figure 1. ISO/IEEE PHD Structure. A structure of the ISO/IEEE PHD is defined protocol consider of layer 7 as shown in the Figure 1. In addition, it defines communication model, information model, and service model between portable device (Manager) and personal health device (Agent) [3, 8, 9]. The communication protocol allows for many ways to transmit such as Bluetooth HDP, \USB Personal Health Device Class (PHDC), and Zigbee In these days, every smart phone fundamentally includes Bluetooth communication function, and then Bluetooth communication have HDP(Health Device Profile) which is special profile for connecting to the PHDs. The Bluetooth HDP defines a protocol and Bluetooth connection for exchanging health data of the human, and it operates in accordance with the ISO/IEEE Personal Health Data Exchange Protocol with the xx device specialization specifications in order to provide interoperability in the application level for various PHDs. The Bluetooth HDP application is used mainly in home, mobile, and clinic. For instance, in a clinical environment, Bluetooth HDP is used to send patient s health data from the medical devices (Sources) such as glucose meter and thermometer to patient status monitoring and analysis devices (Sinks). ISBN: SDIWC 134

3 As shown in Figure 3, the source is transmitter that provides source of data, whereas a sink is receiver that receives data from the source. The source can measure user s health status, and relay data measured by one or more respective devices that wirelessly link the sink to a device as well as entity outside of Bluetooth. The sink may display received data from a source, or it may relay to other device. It can operate as a sink for one transaction, and a source for another. In addition, HDP can support to other data exchange protocols, but the ISO/IEEE can use to only data exchange protocol with Bluetooth HDP [10]. center can retrieve his patient s health information and add necessary treatment feedback to the database server. So, he can view the patient s health information using a portable device such as smart phone as illustrated in Figure 4. In the other side, the patient can monitor measured health data as well as feedback information such as prescriptions and comments from his responsible medical expert. ISO/IEEE Protocol Data Register Medical Center (Database Server) In our system, we use to Bluetooth HDP for exchanging measured health data between source (Agent) and sink (Manager). Personal Health Device (Bluetooth HDP Device) Bluetooth HDP Android Smart Phone (Patient Device) Web Server (Radius Client) 3 SYSTEM DESIGN In this section, we design a U-Health system including the architecture, access procedure to the database, service procedure. Additionally, we implement the ISO/IEEE PHD standard based smart phone manager application. 3.1 U-Health System Architecture As illustrated in Figure 4, our system consists of three parts: 1) Data measurement from PHDs such as blood pressure monitor and pulse oximeter, 2) Data delivery between PHDs and Android based smart phone through Bluetooth HDP communication, 3) Data exchange management between database and web server including RADIUS client. First, the patient needs to register his information, general settings, and selected health devices which are expected to be connected using his own smart phone. After that, the patient measures his health status using PHDs. Second, measured health data is delivered from PHD to the Android-based smart phone through the Bluetooth HDP according to the ISO/IEEE data exchange procedure. Then, the measured health data is transferred to a database server which can be located in certain institutes such as medical center. Before sending data to the database server, the portable device of patient is authenticated by a RADIUS server. Finally, expert from the medical Android Smart Phone (Doctor Device) Authentication Center (Radius Server) Figure 4. U-Health System for Personal Health Information. 3.2 Access to Database User Device (Android) Connection Request (HttpsUrlConnection) Accept-Message Data Request Data Response Radius Client Login Information (ID/Password) Reply-Message Radius Server Database Access Send Data Figure 5. Access to the Database. Database server (Medical center) The management application of the Android-based smart phone communicates with the server using wireless network such as WLAN or 3/4G. Because security and implementation issues, the socket in the android is difficult to implement the secured communication with the SSL. For that reason, we develop to use HTTPS connection in order to securely transfer the data to the database server. Through the HTTPS connections, the android management application can connect to ISBN: SDIWC 135

4 the web server and transmit the patient health data to the database server after authentication by the RADIUS. Access to the database server can be divided into two parts of procedures. The first part is authentication by the RADIUS. A user attempts to connect to the web server and provide his credential including user ID and password to the RADIUS server via a RADIUS client. The RADIUS server manages the user and RADIUS client information. If the user is successfully authenticated, user s mobile device will get the acceptance message as illustrated in the figure 5. Then, while the web server is maintaining the authentication status for the user, the device can request the web server to grant access to the database in the web interface. Then, database server can reply with the requested data for the authenticated user. 3.3 Service Procedure ISO/IEEE Protocol Bluetooth HDP Personal Health Device (Bluetooth HDP Device) Smartphone User Generate user health information and send to Medical Center User information data Measured health data Information display Receive feedback for prescription Medical Center User 1 User 2 Database Health Data User Info Health Data User Info User health information analysis Send feedback for prescription Figure 6. Service Procedure for Patient Administration. Service procedure can be divided into the patient and database server such as medical center. First, patient connects to between PHD and smart phone using Bluetooth HDP. Second, patient measures his health status such as blood pressure, glucose. Such information will be transmitted to the medical center. After that, the medical center registers and stores to patient information into the database, and then analyse the patient s health information for the prescription and feedback. Finally, the prescription and feedback information are transmitted to the patient s device. Such information is displayed on the patient s smart phone for treatment. 4 IMPLEMENTATION We utilize to a blood pressure monitor (UA- 767PBT-C) of the A&D manufacturer and a Google Nexus One mobile phone of google for our implementation Figure 7. UA-767PBT-C and Nexus one. We present the results of applying our proposed smart phone based management application for the U-health system. The management application utilizes the android operating system named ICS It displays measured patient s health data and some information, and interacts with user through a developed graphic user interface (GUI). The GUI of the management application supports essential functionalities such as user log-in, PHD registration, and PHD and medical center connections. Such all developed functionalities are described in detail as in following: User Registration: register to user ID, Password, and additional user information. Mode Selection: user can selects to operation mode for one of two including (1) connecting to health device or (2) transmitting data to the medical center. Device Selection: user can select to one of the registered PHDs. Measurement result: displaying the measured data captured from the PHDs. ISBN: SDIWC 136

5 Figure 8. The GUI of our developed Android-based Management Application Prescription: user can see the prescription information suggested by medical experts through analyzing measured health data Medical Center Information: displaying the medical center and patient s doctor information. Medical Center Transmission: Sending patient health information to the medical center. Essential information related to the medical center address should be pre-registered (e.g. IP address port number, etc.) After the configuration is finished, the management application will search for registered PHDs which are working near the mobile device and establish a Bluetooth HDP connection and IEEE association with the selected PHD. Then, the application measures patient s health data according to the individual PHD configuration. Finally, it transmits captured data to the medical center. The application displays measured health data from each PHD. And also, it can receive feedback information in terms of patient prescription, treatment feedback as well as medical center information and medical expert in charge. 5 CONCLUSIONS In a mobile environment, U-Health service is a service in which the smart phone operates to important part in terms of providing user interfaces, and relaying measured health information to a gateway or remote server. Additionally, the ISO/IEEE PHD standard provides techniques to assure compatible extensibility of the U-Health system by defining the standards which are responsible for managing and exchanging health information of the user between Personal Health Device (PHD) and remote servers. Therefore, in this study, we designed U-Health system that manages to user health information between PHDs and smart phone, and deliveries among the medical center and user smart phone. Also, we implemented a management application on smart phone using ISO/IEEE PHD standard in order to assure compatible extensibility among other types of PHDs from various manufacturers. Our further work will focus on deploying the proposed U-Health system in the real environment with the collaboration of voluntary medical centers. Acknowledgment. This research was financially supported by the Ministry of Education (MOE) ISBN: SDIWC 137

6 and National Research Foundation of Korea(NRF) through the Human Resource Training Project for Regional Innovation. 6 REFERENCES [1] Istepanian R., Laxminarayan S., and Pattichis C. S., M- health. Springer Science+ Business Media, Incorporated, [2] Istepanian R., Jovanov E., and Zhang Y. T., Guest editorial introduction to the special section on m-health: Beyond seamless mobility and global wireless healthcare connectivity, in IEEE Transactions on Information Technology in Biomedicine 8 (4), 2004, [3] Nam J. C., Seo W. K., Bae J. S., and Cho Y. Z., Design and Development of a u-health System Based on the ISO/IEEE PHD Standards, in 17 th Asia Pacific Conference on Communications (APCC), 2011, [4] Young J. M., Park J. H., Song W. C., Lee D. K. and Choi D. J., NFC-based Personal Information Management for U-Health, in International Conference on Consumer Electronics - China 2013, Oct. 3, [5] Martínez-Espronceda M., Martínez I., Escayola J., Serrano L., Trigo J., Led S., and García J., Standard- Based Homecare Challenge, in Handbook of Digital Homecare, Springer Berlin Heidelberg, 2009, [6] Carroll R., Cnossen R., Schnell M., and Simons D. Continua: An interoperable personal healthcare ecosystem, in IEEE Pervasive Computing 6 (4), 2007, [7] Clarke M., Bogia D., Hassing K., Steubesand L., Chan T., and Ayyagari D., Developing a standard for personal health devices based on 11073, in 29 th IEEE Engineering in Medicine and Biology Society (EMBS), 2007, [8] IEEE Std , Health Informatics- Personal Health Device Communication-Application Profile - Optimized Exchange Protocol, Dec [9] Lim J. H., Park C., and Park S. J., Home healthcare settop-box for senior chronic care using ISO/IEEE PHD standard, in IEEE Engineering in Medicine and Biology Society (EMBC), 2010, [10] HDP Implementation Guidance Whitepaper, DP_Implementation_WP_V10.pdf ISBN: SDIWC 138

Android & Medical systems

Android & Medical systems Android & Medical systems November 15th, 2011 Stephane Strahm, Prog. Mgr Android Center of Excellence Agenda Android in Medical too? Context Standards Use Cases It works! 2 2009 Wind River. All Rights

More information

Android & Medical system February 15th, Diego Buffa, System Engineer

Android & Medical system February 15th, Diego Buffa, System Engineer Android & Medical system February 15th, 2012 Diego Buffa, System Engineer Agenda Android in Medical too? Context Standards Use Cases It works! 2 Android devices are entering a complex environment 3 Previously...

More information

Message Processing at Integrated PHD Gateways for Servicing Various PHDs

Message Processing at Integrated PHD Gateways for Servicing Various PHDs , pp.367-374 http://dx.doi.org/10.14257/ijmue.2014.9.3.35 Message Processing at Integrated PHD Gateways for Servicing Various PHDs KeeHyun Park and Seunghyeon Lim Department of Computer Engineering, Keimyung

More information

ENHANCED COMMUNICATION PROTOCOL FOR ISO/IEEE

ENHANCED COMMUNICATION PROTOCOL FOR ISO/IEEE U.P.B. Sci. Bull., Series C, Vol. 75, Iss. 2, 2013 ISSN 2286 3540 ENHANCED COMMUNICATION PROTOCOL FOR ISO/IEEE 11073-20601 Alexandru EGNER 1, Florica MOLDOVEANU 2, Nicolae GOGA 3, Alin MOLDOVEANU 4, Victor

More information

Volume 4 / Issue 1 / Features

Volume 4 / Issue 1 / Features Volume 4 / Issue 1 / 2009 - Features Remote Cards of Patient-The Personal Health Devices Standard-ISO/IEEE 11073-20601 Malcolm Clarke is Senior Lecturer in telemedicine and ehealth Systems at Brunel University.

More information

COMMUNICATION AND INTEGRATION OF HEALTH RELATED DATA IN ELECTRONIC HEALTH RECORDS USING INTERNATIONAL MEDICAL STANDARDS

COMMUNICATION AND INTEGRATION OF HEALTH RELATED DATA IN ELECTRONIC HEALTH RECORDS USING INTERNATIONAL MEDICAL STANDARDS COMMUNICATION AND INTEGRATION OF HEALTH RELATED DATA IN ELECTRONIC HEALTH RECORDS USING INTERNATIONAL MEDICAL STANDARDS Burgsteiner H 1, Sabutsch S 1, Kollmann A 2, Morak J 2 Abstract Electronic Health

More information

Keywords ISO/IEEE 11073, IHE, Framework, CDA, HL7. 1. Introduction

Keywords ISO/IEEE 11073, IHE, Framework, CDA, HL7. 1. Introduction DEVELOPMENT AND EXTENSION OF A MODULAR, JAVA-BASED, 2 ND GENERATION ISO/IEEE 11073 MANAGER FRAMEWORK Gerbovics F 1, Frohner M 1, Urbauer P 2, Bruckner R 1, Pohn B 2, Sauermann S 1, Mense A 2 Abstract For

More information

On Pulse Sensor based u-healthcare Monitoring Application with

On Pulse Sensor based u-healthcare Monitoring Application with On Pulse Sensor based u-healthcare Monitoring Application with Arduino 1 1 Hermawan Kemis, 1 Ndibanje Bruce, 3 Hoon Jae Lee Department of Ubiquitous IT, Graduate School of Dongseo University, h.kemis@gmail.com

More information

Continua Guidelines CESL and Test Tool Development

Continua Guidelines CESL and Test Tool Development Continua Guidelines CESL and Test Tool Development Monday, February 4 th, 2013 Combined this represents over $2M worth of code that Continua has created to enable complete E2E functionality and all of

More information

ICTs for inclusive social and economic development in Japan

ICTs for inclusive social and economic development in Japan ICTs for inclusive social and economic development in Japan 3 December, 2013 Mari ICHIKAWA Ministry of Internal Affairs and Communications (MIC), Japan 1. Overview of Japan's ICT policies Basic Act on

More information

Construction of a Medication Reminder Synchronization System Based on Data Synchronization

Construction of a Medication Reminder Synchronization System Based on Data Synchronization Construction of a Medication Reminder Synchronization System Based on Data Synchronization KeeHyun Park and SeungHyeon Lim Department of Computer Engineering, Keimyung University, South Korea khp@kmu.ac.kr,

More information

Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530

Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530 SONG Aijuan, SI Guangyuan, GU Qiongchan

More information

CareVital Telehealth Solutions

CareVital Telehealth Solutions CareVital Telehealth Solutions CareNet Web-based Patient Monitoring Telehealth Monitoring and Reporting CareNet is a powerful, yet simple to use, web-based monitoring platform that combines critical information

More information

2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN:

2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 978-1-60595-415-8 Design and Implementation of a Mobile Healthcare Management Platform Based on

More information

Developing a Standard for Personal Health Devices based on 11073

Developing a Standard for Personal Health Devices based on 11073 ehealth Beyond the Horizon Get IT There S.K. Andersen et al. (Eds.) IOS Press, 2008 2008 Organizing Committee of MIE 2008. All rights reserved. 717 Developing a Standard for Personal Health Devices based

More information

Prototype X73-PHD 3-Lead ECG Device for Personal Healthcare 1

Prototype X73-PHD 3-Lead ECG Device for Personal Healthcare 1 Prototype X73-PHD 3-Lead ECG Device for Personal Healthcare 1 I.N. Korsakov, S.M. Kuptsov, D.A. Raznometov, V.V. Feklistov, and M.A. Sumskoy National Research University Higher School of Economics, Russia,

More information

Enabling Breakthroughs in Medical Electronics. Karthik Vasanth, Ph.D General Manager, Medical and High Reliability Business Unit

Enabling Breakthroughs in Medical Electronics. Karthik Vasanth, Ph.D General Manager, Medical and High Reliability Business Unit Enabling Breakthroughs in Medical Electronics Karthik Vasanth, Ph.D General Manager, Medical and High Reliability Business Unit Outline Trends driving the medical market Semiconductors in healthcare Diverse

More information

A MediNet for staying connected in a Mobile Healthcare System A.Koteswaramma #1, S. Lakshmi Soujanya *2, M.Tech

A MediNet for staying connected in a Mobile Healthcare System A.Koteswaramma #1, S. Lakshmi Soujanya *2, M.Tech A MediNet for staying connected in a Mobile Healthcare System A.Koteswaramma #1, S. Lakshmi Soujanya *2, M.Tech Abstract - A mobile healthcare system is a network includes a collection of number of components

More information

PhysioLab Product Guide

PhysioLab Product Guide co., Ltd. www.physiolab.co.kr Product Guide Biosignal measurement & monitoring Electrochemical measurement BME-KIT Experimental kit to train biosignal measurement Assemble KIT ECG-KIT PPG-KIT EMG-KIT Test

More information

& ealthcare. The dawn of 5G technology is here. Are you prepared for change?

& ealthcare. The dawn of 5G technology is here. Are you prepared for change? & ealthcare The dawn of 5G technology is here Are you prepared for change? Healthcare is poised to experience significant benefits from Unleash the full potential for your business 5G, the fifth generation

More information

Taxonomy of Current Medical Devices for POCT Applications and the Potential Acceptance of Bluetooth Technology for Secure Interoperable Applications

Taxonomy of Current Medical Devices for POCT Applications and the Potential Acceptance of Bluetooth Technology for Secure Interoperable Applications 2011 IEEE 13th International Conference on e-health Networking, Applications and Services Taxonomy of Current Medical Devices for POCT Applications and the Potential Acceptance of Bluetooth Technology

More information

ZigBee - Control Your World: ZigBee Remote Control and ZigBee Healthcare

ZigBee - Control Your World: ZigBee Remote Control and ZigBee Healthcare ZigBee - Control Your World: ZigBee Remote Control and ZigBee Healthcare ConnectivityWeek2010 Part 1: ZigBee Remote Control Vision of widespread wireless control and management systems Focus on telecommunications

More information

ISO/IEEE INTERNATIONAL STANDARD. Health informatics Personal health device communication Part 10404: Device specialization Pulse oximeter

ISO/IEEE INTERNATIONAL STANDARD. Health informatics Personal health device communication Part 10404: Device specialization Pulse oximeter INTERNATIONAL STANDARD ISO/IEEE 11073-10404 First edition 2010-05-01 Health informatics Personal health device communication Part 10404: Device specialization Pulse oximeter Informatique de santé Communication

More information

technology Catalyst For connected CARE Per Ljungberg Director, System and Technology Group Function Technology and Emerging Business Ericsson

technology Catalyst For connected CARE Per Ljungberg Director, System and Technology Group Function Technology and Emerging Business Ericsson 5G technology Catalyst For connected CARE Per Ljungberg Director, System and Technology Group Function Technology and Emerging Business Ericsson Challenges in Healthcare Communication SECURITY AVAILABILITY

More information

Real Time Applications by Using Near Field Communication Based on Security

Real Time Applications by Using Near Field Communication Based on Security ISSN 2395-1621 Real Time Applications by Using Near Field Communication Based on Security #1 Vrushali Bhand, #2 Chaitali Ghadage, #3 Sonam Khade 1 chaitu.ghadage1994@gmail.com 2 vrushalibhand@gmail.com

More information

ISSN: [ICEMESM-18] Impact Factor: 5.164

ISSN: [ICEMESM-18] Impact Factor: 5.164 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY HEALTHCARE APPOINTMENT Ms. Vaishali R. Rupnarayan 1, Ms. Shweta S. Rangari 2, Ms. Pranjali P. Moon 3 1 Department of Computer

More information

Research Article Implementation of Personal Health Device Communication Protocol Applying ISO/IEEE

Research Article Implementation of Personal Health Device Communication Protocol Applying ISO/IEEE Distributed Sensor Networks, Article ID 291295, 4 pages http://dx.doi.org/10.1155/2014/291295 Research Article Implementation of Personal Health Device Communication Protocol Applying ISO/IEEE 11073-20601

More information

Application of Android Mobile Platform in Remote Medical Monitoring System

Application of Android Mobile Platform in Remote Medical Monitoring System Application of Android Mobile Platform in Remote Medical Monitoring System Prof D Somashekara Reddy 1, Lokesh G 2 1,2 Master of Computer Applications, NHCE Bengaluru Abstract : Due to the actual demand

More information

Ammenwerth E, Hörbst A, Hayn D, Schreier G, eds. Proceedings of the ehealth2013. May 23-24; Vienna, Austria. OCG; 2013.

Ammenwerth E, Hörbst A, Hayn D, Schreier G, eds. Proceedings of the ehealth2013. May 23-24; Vienna, Austria. OCG; 2013. DEVICE ENTERPRISE COMMUNICATION FOR A SELF- DEVELOPED MOBILE ECG DEVICE WITHIN THE SCOPE OF IEEE X73 Zimmert PT 1, Lenz GM 1, Starek C 1, Forjan M 1, Mense A 2, Sauermann S 1 Abstract According to the

More information

ISO/IEEE INTERNATIONAL STANDARD

ISO/IEEE INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEEE 11073-10406 First edition 2012-12-01 Health informatics Personal health device communication Part 10406: Device specialization Basic electrocardiograph (ECG) (1- to 3-lead

More information

Global Telehealth Conference 2012

Global Telehealth Conference 2012 Telehealth is for Personal Health Records, Mobile Biosensors and Smartphones for Developing Countries Sternly K. SIMON and H. Lee SELDON Faculty of Information Science & Technology Multimedia University,

More information

Jong-Tae Park Center for U-Healthcare Convergence Network, Kyungpook National University, Korea

Jong-Tae Park Center for U-Healthcare Convergence Network, Kyungpook National University, Korea Jong-Tae Park Center for U-Healthcare Convergence Network, Kyungpook National University, Korea IoT Healthcare Devices IoT Healthcare Devices Fitbit Smart Watch (Samsung, Apple) Smart Slipper (24eight)

More information

Real Time Applications by Using Near Field Communication Based on Security

Real Time Applications by Using Near Field Communication Based on Security ISSN 2395-1621 Real Time Applications by Using Near Field Communication Based on Security #1 Vrushali Bhand, #2 Chaitali Ghadage, #3 Sonam Khade 1 chaitu.ghadage1994@gmail.com 2 vrushalibhand@gmail.com

More information

Architecture Diagram. Figure 1 : Architecture Diagram

Architecture Diagram. Figure 1 : Architecture Diagram Architecture Diagram Figure 1 : Architecture Diagram Use Case Model Survey Patient: Figure 2 : Use Case Model Survey Patients can search for doctor and make online appointments. They also can view their

More information

Real-time interactive medical consultation using a pervasive healthcare architecture

Real-time interactive medical consultation using a pervasive healthcare architecture Real-time interactive medical consultation using a pervasive healthcare architecture Bingchuan Yuan, John Herbert, Department of Computer Science, University College Cork, Ireland {by2,j.herbert}@cs.ucc.ie

More information

Portable Health Monitoring Systems using Wearable Devices

Portable Health Monitoring Systems using Wearable Devices Indian Journal of Science and Technology, Vol 9(36), DOI: 10.17485/ijst/2016/v9i36/102699, September 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Portable Health Monitoring Systems using Wearable

More information

A framework for remote ehealth device management using Continua and LwM2M protocols

A framework for remote ehealth device management using Continua and LwM2M protocols MASTER A framework for remote ehealth device management using Continua and LwM2M protocols Li, Mengye Award date: 2016 Link to publication Disclaimer This document contains a student thesis (bachelor's

More information

A Design and Implementation of U-health Diagnosis System using Expert System and Neural Network

A Design and Implementation of U-health Diagnosis System using Expert System and Neural Network International Journal of Future Generation Communication and Networking 83 A Design and Implementation of U-health Diagnosis System using Expert System and Neural Network Jang-Jae Lee, Byuong-Ho Song,

More information

The HUMANE roadmaps towards future human-machine networks Oxford, UK 21 March 2017

The HUMANE roadmaps towards future human-machine networks Oxford, UK 21 March 2017 The HUMANE roadmaps towards future human-machine networks Oxford, UK 21 March 2017 Eva Jaho, ATC e.jaho@atc.gr 1 Outline HMNs Trends: How are HMNs evolving? The need for future-thinking and roadmaps of

More information

Keywords: wearable system, flexible platform, complex bio-signal, wireless network

Keywords: wearable system, flexible platform, complex bio-signal, wireless network , pp.119-123 http://dx.doi.org/10.14257/astl.2014.51.28 Implementation of Fabric-Type Flexible Platform based Complex Bio-signal Monitoring System for Situational Awareness and Accident Prevention in Special

More information

Procedia Computer Science

Procedia Computer Science Procedia Computer Science 3 (2011) 584 588 Procedia Computer Science 00 (2010) 000 000 Procedia Computer Science www.elsevier.com/locate/procedia www.elsevier.com/locate/procedia WCIT 2010 Diagnosing internal

More information

Continua Health Alliance Testing and Certification Status

Continua Health Alliance Testing and Certification Status Continua Health Alliance Testing and Certification Status Carlos Batllés Taiwan, October 29th 2012 Spain USA Chile Taiwan AT4 wireless 2012 Index Technology Overview Current Status and Certification Process

More information

Korea Institute of Oriental Medicine, South Korea 2 Biomedical Knowledge Engineering Laboratory,

Korea Institute of Oriental Medicine, South Korea 2 Biomedical Knowledge Engineering Laboratory, A Medical Treatment System based on Traditional Korean Medicine Ontology Sang-Kyun Kim 1, SeJin Nam 2, Dong-Hun Park 1, Yong-Taek Oh 1, Hyunchul Jang 1 1 Literature & Informatics Research Division, Korea

More information

Development of Wearable Systems for Ubiquitous Healthcare Service Provisioning

Development of Wearable Systems for Ubiquitous Healthcare Service Provisioning Available online at www.sciencedirect.com ScienceDirect APCBEE Procedia 7 (2013 ) 163 168 ICBET 2013: May 19-20, 2013, Copenhagen, Denmark Development of Wearable Systems for Ubiquitous Healthcare Service

More information

M-CASEngine: A Collaborative Environment for Computer-Assisted Surgery

M-CASEngine: A Collaborative Environment for Computer-Assisted Surgery M-CASEngine: A Collaborative Environment for Computer-Assisted Surgery Hanping Lufei, Weisong Shi, and Vipin Chaudhary Wayne State University, MI, 48202 Abstract. Most computer-assisted surgery systems

More information

Creating Solutions for Health through Technology Innovation

Creating Solutions for Health through Technology Innovation Creating Solutions for Health through Technology Innovation Karthik Vasanth General Manager, Medical and High Reliability Business Unit Texas Instruments, Inc Outline Healthcare trends and opportunities

More information

Integrating a mobile health setup in a chronic disease management network

Integrating a mobile health setup in a chronic disease management network Integrating a mobile health setup in a chronic disease management network Hang Ding, Derek, Ireland, Rajiv Jayasena, Jamie Curmi, and Mohan Karunanithi. Presenter: Hang Ding (hang.ding@csiro.au) THE AUSTRALIAN

More information

mhealth (Mobile Health)

mhealth (Mobile Health) mhealth (Mobile Health) Foundational Curriculum: Cluster 6: System Connectivity Module 11: Telehealth, Telemedicine and mhealth Unit 2: mhealth (Mobile Health) 35/60 Curriculum Developers: Angelique Blake,

More information

21 ST CENTURY HEALTHCARE: MOBILE HEALTH

21 ST CENTURY HEALTHCARE: MOBILE HEALTH 21 ST CENTURY HEALTHCARE: MOBILE HEALTH HL7 WGM @ Baltimore, MD, USA Group Chairman & CEO CAL2CAL Corporation Copyright CAL2CAL Corporation Presented by: Gora Datta gora@cal2cal.com HL7 International Ambassador

More information

mhealth Making Connected Healthcare a Reality

mhealth Making Connected Healthcare a Reality CALSOFT LABS THOUGHT LEADERSHIP SERIES Date 20, May 2014 mhealth Making Connected Healthcare a Reality Somenath Nag Director ISV & Enterprise Solutions healthcare.calsoftlabs.com www.calsoftlabs.com mhealth

More information

Healthcare to go. WAC, Katarzyna, BULTS, Richard. Abstract

Healthcare to go. WAC, Katarzyna, BULTS, Richard. Abstract Article Healthcare to go WAC, Katarzyna, BULTS, Richard Abstract A combination of very local and very long-distance wireless networks is bringing remote personal health Reference WAC, Katarzyna, BULTS,

More information

M HEALTH SHARING INDUSTRIAL VISION AND EXPERIENCE. Dr Beatrice Falise Mirat COCIR Business and Innovation Committee ehealth Member Orange Healthcare

M HEALTH SHARING INDUSTRIAL VISION AND EXPERIENCE. Dr Beatrice Falise Mirat COCIR Business and Innovation Committee ehealth Member Orange Healthcare M HEALTH SHARING INDUSTRIAL VISION AND EXPERIENCE Dr Beatrice Falise Mirat COCIR Business and Innovation Committee ehealth Member Orange Healthcare M HEALTH : A REALITY Definition: Mobile health (m health)

More information

Internet of Things (IoT) CSE237A

Internet of Things (IoT) CSE237A Internet of Things (IoT) CSE237A Class Overview What ve covered until now: All material that will be on exam! Where we are going today: IoT & exam review Due today: Article on IoT HW3 at 11:59pm; upload.pdf

More information

H3 System Tele-Healthcare Solution Wearable Sensors. April. 2018

H3 System Tele-Healthcare Solution Wearable Sensors. April. 2018 H3 System Tele-Healthcare Solution Wearable Sensors April. 2018 Table of Contents I. Company Introduction II. Tele-Healthcare Solution 1. Service Delivery Model 2. Selected Customers 3. Technology Overview

More information

An Effective Device Integration Middleware in Prison IoT

An Effective Device Integration Middleware in Prison IoT 2017 International Conference on Applied Mechanics and Mechanical Automation (AMMA 2017) ISBN: 978-1-60595-471-4 An Effective Device Integration Middleware in Prison IoT Wei WEI *, Yang LIU, Huan-huan

More information

IEI Smart Healthcare Solution

IEI Smart Healthcare Solution Population aging is becoming a worldwide phenomenon, and the requirements of health-caring are increasing. The World Health Organization (WHO) reports that 90% of seniors (US population) have at least

More information

EMPOWER YOUR MARITIME COMMUNICATIONS

EMPOWER YOUR MARITIME COMMUNICATIONS EMPOWER YOUR MARITIME COMMUNICATIONS XChange, Marlink s integrated communication management platform, has been expertly designed to empower your connectivity to all satellite networks (VSAT and MSS) for

More information

Development of Smart-CITY Based Convergent Contents Platform Using Bluetooth Low Energy Beacon Sensors

Development of Smart-CITY Based Convergent Contents Platform Using Bluetooth Low Energy Beacon Sensors , pp.16-20 http://dx.doi.org/10.14257/astl.2017.145.04 Development of Smart-CITY Based Convergent Contents Platform Using Bluetooth Low Energy Beacon Sensors Jihoon Seo 1 and Kil-Hong Joo 2* 1 HI-CUBE,

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO/IEEE 11073-10406 First edition 2012-12-01 Health informatics Personal health device communication Part 10406: Device specialization Basic electrocardiograph (ECG) (1- to 3-lead

More information

mhealth MEDICAL WEARABLE DEVICES AND EQUIPMENT: DEVICE TYPES, TECHNOLOGIES & COMPONENTS

mhealth MEDICAL WEARABLE DEVICES AND EQUIPMENT: DEVICE TYPES, TECHNOLOGIES & COMPONENTS mhealth MEDICAL WEARABLE DEVICES AND EQUIPMENT: DEVICE TYPES, TECHNOLOGIES & COMPONENTS Proposed Scope SensiAn Research Research Proposal June 2014 The wearable devices market is emerging as one of the

More information

How to create an Agent in IEEE PHD

How to create an Agent in IEEE PHD How to create an Agent in IEEE-11073-PHD October 22, 2012 1 Introduction This document gives you a brief idea about how we created an IEEE-11073 compatible agent following the specification. The example

More information

An IoT-Aware Architecture for Smart

An IoT-Aware Architecture for Smart An IoT-Aware Architecture for Smart Healthcare System Presented By: Amnah Allboani Abstract Smart hospital system (SHS) relies on complementary technologies specifically RFID, WSN, and smart mobile, interoperating

More information

HEALTH KIT USER GUIDE

HEALTH KIT USER GUIDE HEALTH KIT USER GUIDE HEALTH KIT USER GUIDE Version 7.0 TABLE OF CONTENTS INTRODUCTION... 1-4 Understanding the Tablet... 2 Requesting a Call... 3-4 GETTING STARTED... 5-7 Turning on the Tablet... 5 Accepting

More information

The Implementation of Wireless Scale Based on the Bluetooth 4.0 Low-energy

The Implementation of Wireless Scale Based on the Bluetooth 4.0 Low-energy International Industrial Informatics and Computer Engineering Conference (IIICEC 2015) The Implementation of Wireless Scale Based on the Bluetooth 4.0 Low-energy Qiao Huang1, a, Kejia Chen2, b 1 Research

More information

Developing an integrated e-health system in Estonia

Developing an integrated e-health system in Estonia Developing an integrated e-health system in Estonia Box 1 What problems did the initiative seek to address? Fragmented flow of information between health providers. Poor management of the growing number

More information

CMS and ehealth. Robert Tagalicod Director, Office of ehealth Standards and Services (OESS)

CMS and ehealth. Robert Tagalicod Director, Office of ehealth Standards and Services (OESS) CMS and ehealth Robert Tagalicod Director, Office of ehealth Standards and Services (OESS) Robert Anthony Deputy Director, Health IT Initiatives Group, OESS September 16, 2013 www.cms.gov/ehealth 2 ehealth

More information

Powering the Internet of Things with MQTT

Powering the Internet of Things with MQTT Powering the Internet of Things with MQTT By Ming Fong Senior Principal Development Engineer Schneider-Electric Software, LLC. Introduction In the last ten years, devices such as smartphones, wearable

More information

The ICT for Health Perspective

The ICT for Health Perspective INTERNATIONAL ROUND TABLE: Better Brain Health Through Innovative Technology In Europe And North America The ICT for Health Perspective Pēteris Zilgalvis, J.D. Head of Unit, ICT for Health DG Information

More information

Common Service Discovery Scheme in IoT Environments

Common Service Discovery Scheme in IoT Environments , pp.28-32 http://dx.doi.org/10.14257/astl.2018.149.07 Common Service Discovery Scheme in IoT Environments Joosang Youn 1 * and TaeJin Lee 2 1 Dept. of Industrial ICT Engineering, Dong-Eui University 176,

More information

IoT Healthcare Communication System for IEEE PHD and IHE PCD-01 Integration Using CoAP

IoT Healthcare Communication System for IEEE PHD and IHE PCD-01 Integration Using CoAP KSII TRANSACTIONS ON INTERNET AND INFORMATION SYSTEMS VOL. 12, NO. 4, Apr. 2018 1396 Copyright c 2018 KSII IoT Healthcare Communication System for IEEE 11073 PHD and IHE PCD-01 Integration Using CoAP Wei

More information

Denmark On the Road to a National ecare Continuum

Denmark On the Road to a National ecare Continuum Denmark On the Road to a National ecare Continuum Niels Rossing www.medcom.dk Healthcare provision without IT is unthinkable - But remember: the goal is Rossing: ehealth Europe 2011 07-10-2011 2 Lab, Image,

More information

Cerner and Qualcomm Collaborate to Advance Remote Home Health Monitoring

Cerner and Qualcomm Collaborate to Advance Remote Home Health Monitoring Qualcomm Contacts: Emily Kilpatrick, Corporate Communications Phone: 1-858-845-5959 Email: corpcomm@qualcomm.com Jamie Eisinger, Qualcomm Life, Inc. Phone: 1-858-845-1033 Email: jeisinge@qti.qualcomm.com

More information

Intelligent Mobile Health Monitoring System (IMHMS)

Intelligent Mobile Health Monitoring System (IMHMS) Intelligent Mobile Health Monitoring System (IMHMS) Rifat Shahriyar, Md. Faizul Bari, Gourab Kundu, Sheikh Iqbal Ahamed, Md. Mostofa Akbar Department of Computer Science and Engineering, Bangladesh University

More information

Survivable and Scalable Wireless Solution for E-health and E- emergency Applications

Survivable and Scalable Wireless Solution for E-health and E- emergency Applications Survivable and Scalable Wireless Solution for E-health and E- emergency Applications Abdellah Chehri, Hussein. T. Moutah School of Information Technology and Engineering, 800 King Edward Avenue Ottawa,

More information

Health Link Frequently Asked Questions

Health Link Frequently Asked Questions Health Link Frequently Asked Questions We hope that you find our Health Link patient portal easy to use. If you have any questions or comments, please contact Health Link Support by email at healthlink@hvhs.org

More information

Select, simplify, fix: How Continua, IHE and other profiles contribute to making standards fit for purpose Michael Strübin, European Programme

Select, simplify, fix: How Continua, IHE and other profiles contribute to making standards fit for purpose Michael Strübin, European Programme Select, simplify, fix: How Continua, IHE and other profiles contribute to making standards fit for purpose Michael Strübin, European Programme Director PROGRESSIVE Workshop 19 October 2017, Brussels 1.

More information

Introduction to Mobile Ubiquitous Computing Systems

Introduction to Mobile Ubiquitous Computing Systems CPET 565 Mobile Computing Systems CPET/ITC 499 Mobile Computing Lecture 1 Introduction to Mobile Ubiquitous Computing Systems Paul I-Hai Lin, Professor Spring 2016 A Specialty Course Purdue University

More information

The Internet of Things

The Internet of Things 1 The Internet of Things The Internet of Things (IoT) is a new vision of the Internet in which any type of object or thing that generates or consumes data on the network can be connected. It is the evolution

More information

ehealth action in the EU

ehealth action in the EU ehealth action in the EU ehealth for smart and inclusive growth 13 February 2014 Jerome Boehm DG SANCO ehealth and Health Technology Assessment General Health Objectives of the EU cooperation on ehealth

More information

Data Collector by Using Wireless Technologies IEEE and Bluetooth

Data Collector by Using Wireless Technologies IEEE and Bluetooth Data Collector by Using Wireless Technologies IEEE 802.15.4 and Bluetooth KSV Pavan Kumar 1, R.Srinivasa Rao 2 1 Scholars, KITS, Khammam, India 2 Associate Professor, KITS, Khammam, India E-Mail- pavan101088@gmail.com

More information

ET16 Continuous Vital Signs Monitoring using Smartphones

ET16 Continuous Vital Signs Monitoring using Smartphones ET16 Continuous Vital Signs Monitoring using Smartphones Nazrul Anuar Nayan, Faizatul Azwa Azami Department of Electrical, Electronic and System Engineering, Faculty of Engineering and Built Environment,

More information

Integration of IEEE 1451 and HL7 Exchanging Information for Patients Sensor Data

Integration of IEEE 1451 and HL7 Exchanging Information for Patients Sensor Data J Med Syst (2010) 34:1033 1041 DOI 10.1007/s10916-009-9322-5 ORIGINAL PAPER Integration of IEEE 1451 and HL7 Exchanging Information for Patients Sensor Data Wooshik Kim & Suyoung Lim & Jinsoo Ahn & Jiyoung

More information

Smart Home Automation Using Web-Server

Smart Home Automation Using Web-Server Smart Home Automation Using Web-Server Humera Jabeen Khan 1, Dr. Baswaraj Gadgay 2, Veeresh Pujari 3 1 PG Student Dept. Of VLSI Design & Embedded Systems VTU PG Centre Kalaburagi 2 Research Guide & Professor

More information

Conference on ehealthstrategy

Conference on ehealthstrategy Conference on ehealthstrategy 18 March 2015 Chaophaya Park Hotel Bangkok, Thailand 1 Objectives and Expectations To introduce the joint WHO-ITU National ehealth Strategy To discuss the components of a

More information

Building digital societies in Asia: mobile government and m-services

Building digital societies in Asia: mobile government and m-services Building digital societies in Asia: mobile government and m-services Asia-Pacific Regional Forum on e-government, Smart Cities, and Digital Societies for Sustainable Development, August 2015 About the

More information

Bluetooth based Low Power Data Acquisition System for BAN

Bluetooth based Low Power Data Acquisition System for BAN Volume 116 No. 24 2017, 549-557 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Bluetooth based Low Power Data Acquisition System for BAN Kumaresan

More information

Mobile Health (mhealth) Solutions. Build and deploy mhealth apps with a modern Low-code approach

Mobile Health (mhealth) Solutions. Build and deploy mhealth apps with a modern Low-code approach Mobile Health (mhealth) Solutions Build and deploy mhealth apps with a modern Low-code approach mhealth Solutions Improve patient care with agile mhealth apps that drive engagement and efficiency 40m CHALLENGE

More information

Intelligent Operations Utilizing IT to Accelerate Social Innovation

Intelligent Operations Utilizing IT to Accelerate Social Innovation 324 Hitachi Review Vol. 63 (2014), No. 6 Featured Articles Operations Utilizing IT to Accelerate Social Innovation Toshiyuki Moritsu, Ph.D. Keiko Fukumoto Junji Noguchi, Ph.D. Takeshi Ishizaki Katsuya

More information

CHAPTER ONE: EXECUTIVE SUMMARY

CHAPTER ONE: EXECUTIVE SUMMARY CHAPTER ONE: EXECUTIVE SUMMARY Healthcare Industry Scope and Methodology Size and Growth of the Market Issues Facing the IT Healthcare Market Competitor CHAPTER TWO: INTRODUCTION Healthcare Industry The

More information

Secure M2M Technology for a Healthier and Safer Life

Secure M2M Technology for a Healthier and Safer Life Secure M2M Technology for a Healthier and Safer Life Manfred Kube, Director Business Development mhealth Wireless Modules GmbH 2011, All rights reserved AGENDA Secure M2M Technology for a Healthier and

More information

M2M communication: Security Surveillance System Use cases; M-Health System Use cases. Company: NEC Corporation Purpose: Approval

M2M communication: Security Surveillance System Use cases; M-Health System Use cases. Company: NEC Corporation Purpose: Approval M2M communication: Security Surveillance System Use cases; M-Health System Use cases Company: NEC Corporation Purpose: Approval IOT3-2010xx GISFI#3, Pune, India, 13 15 Dec, 2010 1 Security Surveillance

More information

Patient Portal User Guide The Patient s Guide to Using the Portal

Patient Portal User Guide The Patient s Guide to Using the Portal 2014 Patient Portal User Guide The Patient s Guide to Using the Portal Table of Contents: What is the Patient Portal?...3 Enrolling in the Patient Portal.......... 4-19 A. Enrollment Option #1: First-Time

More information

Joint Recommendation on base standards for HITSP RMON Interface #2 > IHE Ambassadors > Continua Wide Area Network (WAN) Team

Joint Recommendation on base standards for HITSP RMON Interface #2 > IHE Ambassadors > Continua Wide Area Network (WAN) Team Joint Recommendation on base standards for HITSP RMON Interface #2 > IHE Ambassadors > Continua Wide Area Network (WAN) Team 2009-08-27 The Landscape Interface #2 Nomenclature: ISO/IEEE 11073 PHD Aligns

More information

Good Health, Good Life. Mobile Healthcare Systems

Good Health, Good Life. Mobile Healthcare Systems Good Health, Good Life Mobile Healthcare Systems Good Health, Good Life Solmitech, established in 2010, has a well-defined vision and huge dream to provide unmatched quality and outstanding home appliances,

More information

Summary. Strategy at EU Level: Digital Agenda for Europe (DAE) What; Why; How ehealth and Digital Agenda. What s next. Key actions

Summary. Strategy at EU Level: Digital Agenda for Europe (DAE) What; Why; How ehealth and Digital Agenda. What s next. Key actions Summary Strategy at EU Level: Digital Agenda for Europe (DAE) What; Why; How ehealth and Digital Agenda Key actions What s next What DAE - EC Communication, adopted in May 2010 Flagship Initiative of EU

More information

A Study on the IoT Sensor Interaction Transmission System based on BigData

A Study on the IoT Sensor Interaction Transmission System based on BigData Vol.123 (SoftTech 2016), pp.220-224 http://dx.doi.org/10.14257/astl.2016.123.41 A Study on the IoT Sensor Interaction Transmission System based on BigData Jin-Tae Park 1, Gyung-Soo Phyo 1 and Il-Young

More information

Kostas Giokas MONITORING OF COMPLIANCE ON AN INDIVIDUAL TREATMENT THROUGH MOBILE INNOVATIONS

Kostas Giokas MONITORING OF COMPLIANCE ON AN INDIVIDUAL TREATMENT THROUGH MOBILE INNOVATIONS Kostas Giokas MONITORING OF COMPLIANCE ON AN INDIVIDUAL TREATMENT THROUGH MOBILE INNOVATIONS AIM RESEARCH TEAM BIOMEDICAL ENGINEERING LABORATORY NATIONAL TECHNICAL UNIVERSITY OF ATHENS WHAT IS MHEALTH?

More information

Revolutionary mobile health technology

Revolutionary mobile health technology Start Up 5 elucid Dr Farid Khan Revolutionary mobile health technology elucid mhealth Ltd is a registered UK company number 08719563 The Founders Mr. Graham Howieson CEO > 22 patents and has commercialised

More information

WHO-ITU National ehealth Strategy Toolkit

WHO-ITU National ehealth Strategy Toolkit WHO-ITU National ehealth Strategy Toolkit Context and need for a National Strategy A landscape of isolated islands of small scale applications unable to effectively communicate and to share information

More information

A QUALITY SUPPORT FOR YOUR FINAL YEAR PROJECT DEVELOPMENT & RESEARCH WORK ANDROID TOPICS RESEARCH AND CONFERENCE ORIENTED TITLES

A QUALITY SUPPORT FOR YOUR FINAL YEAR PROJECT DEVELOPMENT & RESEARCH WORK ANDROID TOPICS RESEARCH AND CONFERENCE ORIENTED TITLES A QUALITY SUPPORT FOR YOUR FINAL YEAR PROJECT DEVELOPMENT & RESEARCH WORK ANDROID TOPICS RESEARCH AND CONFERENCE ORIENTED TITLES We are experts in, CODING SUPPORT FOR FINAL YEAR PROJECT JOURNAL PREPARATION

More information