A Context-aware Reminding System for Daily Activities of Dementia Patients

Size: px
Start display at page:

Download "A Context-aware Reminding System for Daily Activities of Dementia Patients"

Transcription

1 A Context-aware Reminding System for Daily Activities of Dementia Patients Hua Si Seung Jin Kim Nao Kawanishi Hiroyuki Morikawa Department of Frontier Informatics, The University of Tokyo Kashiwanoha 5-1-5, Kashiwa-shi, Chiba, Japan {sihua, nayaksj, river24, Abstract Older people with dementia often decline in short-term memory and forget what to do next to complete their activities of daily living (ADLs), such as tea-making and toothbrushing. Therefore, they need caregivers to remind they what to do to complete these activities. However, the steady growth of aging population makes the (relatively) shortage of traditional care resources more and more serious. In this paper, we propose a prototype called CoReDA (Contextaware Reminding system for Daily Activities) to help elderly with dementia complete different ADLs instead of caregivers. By using the wireless sensor node - PAVENET, CoReDA can obtain elderly people s information of tool usage in different ADLs. Based on this information, CoReDA uses TD (λ) Q-Learning technique to provide elderly people their personalized guidance to complete ADLs Related works There have been several guidance systems that support ADL completion for elderly with dementia. Boger et al. [1] have developed a planning system to assist hand washing based on Markov Decision Process (MDP), and use a video camera to track user s hands. Pollack et al. [3] uses dynamic Bayesian networks as an underlying model to coordinate preplanned events to ensure the scheduled tasks are executed without interfering. Philipose et al. [2] recognize elderly people s ADLs by using the RFID and probabilistic inference technologies. However, such systems suffer from two problems. First, they are based solely on pre-planned routines of ADLs, without considering different users preferences. Second, these systems are designed for special ADLs, which are difficult to be generalized to new ones Design criteria 1. Introduction The steady growth of aging population and the (relatively) shortage of traditional care resources are placing an unprecedented demand on the emerging technology of ubiquitous computing to help elderly through their activities of daily living (ADLs). One big opportunity is the ubiquitous guidance system assisting elderly with dementia to complete their ADLs. Older people with dementia often decline in short-term memory, and forget how to complete activities, such as tea-making, tooth-brushing and so on. When they encounters difficulties in ADL completion, s/he need caregivers to prompt the next step to progress in the activity. If the level of dementia worsens, caregivers experience greater feelings of burden as a result of increasing demands of caregiving duties. With the assistance of ubiquitous guidance system which can remind elderly instead of them, caregivers burden will be significantly reduced. In order to thoroughly understand the needs of caregivers and care recipients, we cooperate with NPO Nenrin Support, which provides cares to 25 dementia patients, whose ages range from 72 to 91. During our interviews with specialists, caregivers and observations of care recipients, we found two important principles of dementia patients care: 1) keep the dementia patients do ADLs as they did before. Therefore, a guidance system must have the capability to learn different patients routines of ADLs. 2) only minimal prompts should be provided to them. This guarantee the elderly with dementia will try their best to exercise their brains and delay the deterioration of their dementia. Another requirement from caregiver is that the explicit feedback from caregivers and care recipients are not desirable. According to the problems of previous works and the requirements of caregivers, we consider the following criteria are important for designing of our system: It should detect the user s process through their ADLs.

2 It should learn and provide personalized guidance to different users. It should provide the minimal prompt the user need. Time (s) ADL Step Reminding 0 It should easily generalize to other ADLs. It should operate without explicit feedback from care recipients or caregivers Overview of CoReDA (1) (4) 1. "Please use electronic-pot." 2. Red LED on teacup 3. Green LED on pot 4. Image of pot is shown. According to the five criteria mentioned above, we propose a ubiquitous ADL guidance system called CoReDA (Context-aware Reminding system for Daily Activities) to help elderly with dementia complete different ADLs instead of caregivers. CoReDA can obtain elderly people s information of tool usage in the process through their ADLs by using the wireless sensor node - PAVENET [5], which can easily generalize to other ADLs. Based on the tool usage information, CoReDA uses TD (λ) Q-Learning technique to learn different users routines of ADLs and provide elderly personalized and minimal guidance for ADL completion. Since Q-Learning has a reward mechanism, it does not require explicit feedback from care recipients or caregivers. For elderly with dementia, a typical scenario of CoReDA is shown in Figure 1. Mr. Tanaka always makes tea in four steps: 1) takes tea-leaf from tea-box and puts them into kettle, 2) pours hot water from electronic-pot into kettle, 3) pours tea into tea-cup and 4) drinks a cup of tea. CoReDA monitors his usage of tools in each step by analyzing sensor data from PAVENET, which is attached to every tool. Based on the tool usage information, CoReDA uses Q- Learning technique to learn Tanaka s personalized routine of tea-making. When Tanaka s dementia becomes worse, he may incorrectly take the tea-cup after 1) putting tea-leaf into kettle. In this case, CoReDA will prompt him to pour hot water from electronic-pot by using the four methods shown in Figure 1 (Time: 13s). When Mr. Tanaka correctly use the electronic-pot, he will be praised (Time: 23s). If he forgets what to do after 3) pours tea into tea-cup, and does not do anything for 30 seconds 1, CoReDA will prompt him to drink a cup of tea by using the three methods shown in Figure 1 (Time: 71s). For different users and ADLs, CoReDA can learn different routines of them. The rest of this paper is organized as following: the architecture and implementation of CoReDA is explained in section 2. The preliminary evaluation of CoReDA is discussed in section 3. Conclusions and future work will be given in section s is just an example here. This time should be determined from the statistical data of how long a user will use this tool (2) (3) Do not do anything for 30s (4) 1. "Excellent!" 1. "Please use teacup" 2. Green LED on teacup 3. Image of teacup is shown. 1. "Excellent!" Figure 1. A typical scenario of CoReDA 2. Architecture of CoReDA As depicted in Figure 2, CoReDA consists of three subsystems: sensing, planning and reminding Sensing subsystem The sensing subsystem extracts user s current step of ADLs by detecting the usage of tools from sensor nodes attached to them. For instance, in the tea-making scenario, we attach PAVENET with 3-axis accelerometer to tea-box, kettle and tea-cup, and PAVENET with pressure sensor to electronic-pot. When a tool is used, its ID will be sent to the server, from which we can extract StepID, which indicates the current step of ADL. The sequence of StepID is stored for planning subsystem. We implement sensing subsystem on PAVENET (Table

3 Sensing Subsystem Current Tool ID Tool Usage History Data Tool ID Sensor Data Planning Subsystem (Q-Learning) Forget Next Step? Reminding Subsystem Next Tool ID Reminding Level LED Blinking Text Message Tool Picture Table 1. Hardware of PAVENET CPU Microchip PIC18LF4620 RAM 4 KB ROM 64 KB Wireless ChipCon CC1000 I/O UART, GPIO,I 2 C Peripherals Four LEDs, Real Time Clock, External EEPROM(16 KB) Sensors 3-axis accelerometer, Pressure, Brightness, Temperature, Motion The Care Recipient The Process of Tea-making Figure 2. Architecture of CoReDA Wireless Sensor Node (PAVENET module) 1), which is attached to each tool. For each tool, its ID and the usage information are the most important. We use the uid (unique ID) of PAVENET as the ID of the tool which it is attached to. The StepID is defined as the ID of the tool which is mainly used in this step. We also define a StepID 0 to indicate nothing is done for a long time. The usage of tool is detected from sensor data of PAVENET. Table 2 shows the sensors and tools used in two ADLs: Toothbrushing and Tea-making. The sampling rate of each sensor is 10 times in one second. If three of these 10 samples surpass a pre-defined threshold, the tool will be considered is using, and its ID will be sent to the server. We use this mechanism to protect detection against accidental operation. Since the programs on different PAVENETs are almost the same, it is very convenient to generalize the sensing subsystem to other ADLs. What we need do is only attach one PAVENET to a tool, and configure its uid as the tool ID Planning subsystem The planning subsystem learns a user s routines of ADLs from the results of sensing subsystem, and gives appropriate prompts to reminding subsystem based on the user s routines and his current step of ADL. In CoReDA, we compose a series of <StepID i 1, StepID i > (i is the index of StepID sequence) as the input of planning subsystem, which is from sensing subsystem. Then we use Q-Learning algorithm [6] to learn the routine of an ADL, which is called policy in the literature on Q-Learning. We start from a random policy. The more Table 2. Sensor and tool of ADL Step ADL ADL Step Sensors & Tools Tooth- Put toothpaste on the brush Acce. on paste tube brushing Brush the teeth Acce. on brush Gargle with water Acce. on cup Drywithatowel Acce. on towel Tea- Put tea-leaf into kettle Acce. on teabox making Pour hot water into kettle Pressure on pot Pour tea into tea cup Acce. on kettle Drink a cup of tea Acce. on teacup the input series is learned, the more precise the policy becomes, in accord with the user s routine of this ADL. When the learning converges 2, the planning subsystem will obtain the user s personalized routine of an ADL. After that, planning subsystem can predict the user s next step of an ADL based on his policy and current step. As output of planning subsystem, prompts are sent to reminding subsystem, which include the tool ID that should be used in the next step and the reminding level (minimal or specific). We use the TD (λ) Q-Learning algorithm in Reinforcement Learning (RL) Toolbox 2.0 [4] to implement our planning subsystem. A RL model consists of three components: a set of states S, a set of actions A, and a set of scalar rewards R : S A R. If the system perceives its state s i and takes action a i, it will transition to future state s i+1 with a probability P (s i,a i,s i+1 ), and receive a reward R(s i,a i,s i+1 ). In our system, a state s i =<StepID i 1, StepID i > is the pair of the current and previous StepID. An action a i =<ToolID i+1,level i+1 > is the prompt that will be sent to the reminding subsystem, which includes the tool ID that should be used in the next step and the reminding level. The learning procedure is depicted in Figure 3. Suppose the system is at the state s i =<StepID i 1, StepID i >, according to the current policy, an action a i =<ToolID i+1, Level i+1 > (a prompt in our system) should be send to the reminding subsystem (1 2 3). The user receives the prompts and changes to Step i+1,so 2 A discussion will be given in section 3.2.

4 si ai si Policy 1 2 Agent 3 4 si+1 Planning Subsystem ai si+1 <si, ai, si+1> 5 Update policy 6 Learner Reward Function The reminding subsystem receives prompts from planning subsystem, which include the tool ID that should be used in the next step and the reminding level (minimal or specific), and informs users what to do next. The reminding subsystem has three methods to inform users: text message, tool picture and LED blinking. Text message and tool picture are shown on a display. LED blinking is implemented on PAVENET attached to the tool. The green LED indicates the tool should be used. The red LED indicates the tool is incorrectly used. There are two situations which will trigger reminding: 1) the user does not use the tool s/he should use for a certain moment, 2) the user incorrectly uses another tool. In the first case, the picture of the tool that should be used and a text message will be shown on a display in front of him/her, and the green LED on that tool will blink. In the second case, the picture, text message and green LED will still be given, and the red LED on the tool that the user is using will blink. Two reminding levels are provided: minimal gives short message (e.g., use tea-cup ) and less blinks; specific gives long message (e.g., Mr. Kim, use the black tea-box in front of you. ) and more blinks. Reminding Subsystem and the User The user changes his ADL step in accord with the prompt from Reminding Subsystem. Figure 3. Learning procedure the state changes to s i+1 =<StepID i, StepID i+1 > (4). The learner receives this information, and computes a reward r i = R(s i,a i,s i+1 ) from Reward Function(5). At last the policy is updated(6). The system starts from a random policy, and the more it learns, the more precise the policy is. The Reward Function plays an important role in learning procedure, because the goal of Q-Learning is to find a policy which maximizes the cumulative reward R = n i=1 βi r i (r i denotes the reward of step i, and β is a converge factor). By designing a proper Reward Function, we can learn user s routines of ADLs and the minimal prompts s/he need without explicit feedback. We define our Reward Function as follows: For terminal step of an ADL, a large reward 1000 is given to encourage the completion of ADL. For intermediate steps, a bigger reward 100 is given when a minimal reminding is provided, and a smaller reward 50 is given when a specific reminding is provided. This promotes the user to exercise his/her brain instead of depending on the system Reminding subsystem 3. Preliminary Evaluation of CoReDA In order to examine the usability of our system, we implemented two simple scenarios, Tooth-brushing and Teamaking, as mentioned in section 2, and preliminarily evaluated CoReDA on three aspects: 1) extract precision of tool usage, which examines the accuracy of detecting tool usage information from the raw sensor data; 2) learning curve, which shows the properties of TD (λ) Q-Learning algorithm; 3) predict precision of ADL step, which examines whether the results of prediction are practically accurate enough Extract precision of tool usage Using the sensors and tools mentioned in section 2.1, we collected 320 samples of two ADLs, averagely 40 samples for each tool used. One sample is like this: when we pick up tea-box and take tea-leaf from it, whether it can be extracted as the ADL step put tea-leaf into kettle. Table 3 shows the result of our experiment. Table 3. Extract Precision of ADL Step ADL ADL Step Extract Precision Tooth- Put toothpaste on the brush 90% brushing Brush the teeth 100% Gargle with water 100% Drywithatowel 85% Tea- Put tea-leaf into kettle 100% making Pour hot water into kettle 80% Pour tea into tea cup 100% Drink a cup of tea 90% From Table 3, we can find the the precisions of Dry with a towel and Pour hot water into kettle are relatively low.

5 It is because the duration of these two steps are relatively shorter than other steps Learning curve We collected 120 training samples of each ADL for TD (λ) Q-Learning algorithm. One training sample is a complete process of an ADL. For instance, for the Tea-making ADL, one training sample consists of the continuous four steps: 1) takes tea-leaf from tea-box and puts them into kettle, 2) pours hot water from electronic-pot into kettle, 3) pours tea into tea-cup and 4) drinks a cup of tea. The result of our experiments is shown in Figure 4. It is running on IBM ThinkPad X32 with Pentium(R) M 1.8GHz CPU and 1.5G RAM. Figure 4. Learning curve From Figure 4, we can find that setting the converging condition to 95%, the TD (λ) Q-Learning algorithm for Tooth-brushing will converge after 49 iterations, and 56 iterations for Tea-making. Setting the converging condition to 98%, it is 91 for Tooth-brushing and 98 for Tea-making. Actually, we can set the parameters(converging condition, learning rate, etc.) to make the learning update all the while instead of converging. By doing this, CoReDA can always learn the newest routines of a user, but obviously it is not proper for elderly whose dementia will become worse Predict precision After learning the user s routines, we need to verify the correctness of reminding. There are two situations which will trigger reminding: 1) the user does not use the tool s/he should use for a certain moment, 2) the user incorrectly uses another tool. We collected 30 test samples for each ADL, in which the two situations are equally examined. Table 4 shows the result of our experiments. Table 4. Predict Precision of ADL Step ADL ADL Step Predict Precision Tooth- Put toothpaste on the brush brushing Brush the teeth 100% Gargle with water 100% Drywithatowel 100% Tea- Put tea-leaf into kettle making Pour hot water into kettle 100% Pour tea into tea cup 100% Drink a cup of tea 100% From Table 4, we can find that we do not have results for predicting the first step of each ADL. It is because we need them to trigger the start of prediction. 4. Conclusions In this paper, we presented a prototype called CoReDA (Context-aware Reminding system for Daily Activities) to help elderly with dementia complete their ADLs. By using the wireless sensor node - PAVENET, CoReDA can obtain elderly people s information of tool usage in different ADLs. Based on this information, CoReDA uses TD (λ) Q-Learning technique to provide elderly their personalized and minimal guidance for ADL completion. There are still several challenges we have to deal with. 1) multi-routine plan, for every elderly people, our system can only learn one routine for each of his/her ADLs. However, for some ADLs, such as dressing, one user may have multiple routines to complete it. Therefore, the multiroutine are necessary for even only one user. 2) fast learning, our system spends a relatively long time to learn the routine. However, for a practical system, the elderly may be not so patient to wait for it. Therefore, we need improve our learning algorithm to make it more faster. 3) elderlyfriendly design, since elderly with dementia are quite different from general users, a lot of design must be considered for a practical system. References [1] J. Boger and J. Hoey. A planning system based on markov decision processes to guide people with dementia through activities of daily living. Transactions on Information Technology in Biomedicine, 10(2): , [2] M. Philipose and K. P. Fishkin. Inferring activities from interactions with objects. Pervasive Computing, 3(1):50 57, Oct.- Dec

6 [3] M. Pollack. Autominder: An intelligent cognitive orthotic system for people with memory impairment. Robot Auton. Syst., 44(3): , [4] Rl toolbox [5] S. Saruwatari and T. Kashima. Pavenet: A hardware and software framework for wireless sensor networks. Trans. Society of Instrument and Control Engineers, E(1):74 84, [6] R. Sutton and A. Barto. Reinforcement Learning. MIT Press, 1998.

Proposed Architecture for U-Healthcare Systems

Proposed Architecture for U-Healthcare Systems , pp. 213-218 http://dx.doi.org/10.14257/ijseia.2015.9.7.22 Proposed Architecture for U-Healthcare Systems Regin Joy Conejar 1 and Haeng-Kon Kim 1* 1 School of Information Technology, Catholic University

More information

CANoE: A Context-Aware Notification Model to Support the Care of Older Adults in a Nursing Home

CANoE: A Context-Aware Notification Model to Support the Care of Older Adults in a Nursing Home Sensors 2012, 12, 11477-11504; doi:10.3390/s120911477 Article OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors CANoE: A Context-Aware Notification Model to Support the Care of Older Adults

More information

Sensor Assisted Care. Medical Automation Conference December 12, 2008

Sensor Assisted Care. Medical Automation Conference December 12, 2008 Sensor Assisted Care Medical Automation Conference December 12, 2008 Healthcare Overview Largest Segment of US Economy $1.8 Trillion in 2004 (15% of GDP) $4,178 per capita Pending Crisis Retiring Baby

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 32

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  32 Real Time Patient Monitoring System Via Ecg Signal Using GSM Network: A Preliminary Study Mohammed F. Alsharekh 1, Anwar Hassan Ibrahim 2, Muhammad Islam 3, Asim Aziz 4 1 Electical Engineering, Unaizah

More information

RTLS and the Built Environment by Nelson E. Lee 10 December 2010

RTLS and the Built Environment by Nelson E. Lee 10 December 2010 The purpose of this paper is to discuss the value and limitations of Real Time Locating Systems (RTLS) to understand the impact of the built environment on worker productivity. RTLS data can be used for

More information

RFID-based Hospital Real-time Patient Management System. Abstract. In a health care context, the use RFID (Radio Frequency

RFID-based Hospital Real-time Patient Management System. Abstract. In a health care context, the use RFID (Radio Frequency RFID-based Hospital Real-time Patient Management System Abstract In a health care context, the use RFID (Radio Frequency Identification) technology can be employed for not only bringing down health care

More information

WARFIGHTER ANALYTICS USING SMARTPHONES FOR HEALTH (WASH) Angelos Keromytis. Proposer s Day 16 May 2017

WARFIGHTER ANALYTICS USING SMARTPHONES FOR HEALTH (WASH) Angelos Keromytis. Proposer s Day 16 May 2017 WARFIGHTER ANALYTICS USING SMARTPHONES FOR HEALTH (WASH) Angelos Keromytis Proposer s Day 16 May 2017 WARFIGHTER ANALYTICS USING SMARTPHONES FOR HEALTH (WASH) PROGRAM GOALS Develop algorithms that use

More information

The following list of research topics is not exhaustive; researcher-initiated proposals are invited in any of these or other topic areas.

The following list of research topics is not exhaustive; researcher-initiated proposals are invited in any of these or other topic areas. v. Everyday Technologies for Alzheimer Care (ETAC) Grants Established in 2003 as a cooperative research initiative between the Alzheimer s Association and Intel Corporation, the Alzheimer s Association

More information

Smart Technology for Gesture Recognition using Accelerometer

Smart Technology for Gesture Recognition using Accelerometer IJIRST - International Journal for Innovative Research in Science & Technology Volume 2 Issue 12 May 2016 ISSN (online): 2349-6010 Smart Technology for Gesture Recognition using Accelerometer Nimish Bendre

More information

Nicolas H. Malloy Systems Engineer

Nicolas H. Malloy Systems Engineer Integrating STAMP-Based Hazard Analysis with MIL-STD-882E Functional Hazard Analysis A Consistent and Coordinated Process Approach to MIL- STD-882E Functional Hazard Analysis Nicolas H. Malloy Systems

More information

and going to medical appointments. 1 This inability to adequately perform ADLs can necessitate institutionalization. In this paper, we describe Automi

and going to medical appointments. 1 This inability to adequately perform ADLs can necessitate institutionalization. In this paper, we describe Automi Autominder: A Planning, Monitoring, and Reminding Assistive Agent Martha E. Pollack Λ Colleen E. McCarthy y Ioannis Tsamardinos z Sailesh Ramakrishnan Λ Laura Brown Λ Steve Carrion Λ Dirk Colbry Λ Cheryl

More information

IoT-Based Emotion Recognition Robot to Enhance Sense of Community in Nursing Home

IoT-Based Emotion Recognition Robot to Enhance Sense of Community in Nursing Home The 2018 AAAI Spring Symposium Series IoT-Based Emotion Recognition Robot to Enhance Sense of Community in Nursing Home Shintaro Nagama, Masayuki Numao Department of Communication Engineering and Informatics

More information

Introduction FUJITSU APPROACH FOR TACKLING THE TECHNICAL CHALLENGES RELATED TO THE MANAGEMENT OF EHR

Introduction FUJITSU APPROACH FOR TACKLING THE TECHNICAL CHALLENGES RELATED TO THE MANAGEMENT OF EHR 6/8/2018 FUJITSU APPROACH FOR TACKLING THE TECHNICAL CHALLENGES RELATED TO THE MANAGEMENT OF EHR By Albert Mercadal, Head of Advanced Analytics, Fujitsu EMEIA 0 Copyright 2018 FUJITSU Introduction 1 Introduction

More information

Trends in Family Caregiving and Why It Matters

Trends in Family Caregiving and Why It Matters Trends in Family Caregiving and Why It Matters Brenda C. Spillman The Urban Institute Purpose Provide an overview of trends in disability and informal caregiving Type of disability accommodation Type of

More information

Process analysis on health care episodes by ICPC-2

Process analysis on health care episodes by ICPC-2 MEETING OF WHO COLLABORATING CENTRES FOR THE FAMILY OF INTERNATIONAL CLASSIFICATIONS Document Tunis, Tunisia 29 Oct. - 4 Nov. 2006 Shinsuke Fujita 1)2), Takahiro Suzuki 3), Katsuhiko Takabayashi 3). 1)WONCA

More information

AI venture company ExaWizards and INCJ announce investment agreement with the goal of establishing care based on scientifically-backed AI technology

AI venture company ExaWizards and INCJ announce investment agreement with the goal of establishing care based on scientifically-backed AI technology News Release AI venture company ExaWizards and INCJ announce investment agreement with the goal of establishing care based on scientifically-backed AI technology Strengthening efforts to solve social issues

More information

The Verification for Mission Planning System

The Verification for Mission Planning System 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 The Verification for Mission Planning System Lin ZHANG *, Wei-Ming CHENG and Hua-yun

More information

UNCLASSIFIED. UNCLASSIFIED Army Page 1 of 10 R-1 Line #10

UNCLASSIFIED. UNCLASSIFIED Army Page 1 of 10 R-1 Line #10 Exhibit R-2, RDT&E Budget Item Justification: PB 2015 Army Date: March 2014 2040: Research, Development, Test & Evaluation, Army / BA 2: Applied Research COST ($ in Millions) Prior Years FY 2013 FY 2014

More information

Medication Adherence. Office Staff Training

Medication Adherence. Office Staff Training Medication Adherence Office Staff Training 2018. All rights Learning Objectives The participant will be able to: Describe the lifestyle of seniors. Identify the challenges of medication adherence. Utilize

More information

Initial Pool Process: Resident Interview

Initial Pool Process: Resident Interview Initial Pool Process: Resident Interview Care Area Probes Response Options Choices Are you able to make choices about your daily life that are important to you? I d like to talk to you about your choices.

More information

Research on Key Technology of Smart Transportation Based on Internet of Things

Research on Key Technology of Smart Transportation Based on Internet of Things 2017 International Conference on Manufacturing Construction and Energy Engineering (MCEE 2017) ISBN: 978-1-60595-483-7 Research on Key Technology of Smart Transportation Based on Internet of Things Hong

More information

MEDICAL_MAS: an Agent-Based System for Medical Diagnosis

MEDICAL_MAS: an Agent-Based System for Medical Diagnosis MEDICAL_MAS: an Agent-Based System for Medical Diagnosis University Petroleum-Gas of Ploiesti, Department of Informatics, Bdul Bucuresti Nr. 39, Ploiesti, 100680, Romania Abstract The paper describes an

More information

Mission Command. Lisa Heidelberg. Osie David. Chief, Mission Command Capabilities Division. Chief Engineer, Mission Command Capabilities Division

Mission Command. Lisa Heidelberg. Osie David. Chief, Mission Command Capabilities Division. Chief Engineer, Mission Command Capabilities Division UNCLASSIFIED //FOR FOR OFFICIAL OFFICIAL USE USE ONLY ONLY Distribution Statement C: Distribution authorized to U.S. Government Agencies and their contractors (Critical Technology) 31 March 2016. Other

More information

An Intelligent Knowledge-Based and Customizable Home Care System Framework with Ubiquitous Patient Monitoring and Alerting Techniques

An Intelligent Knowledge-Based and Customizable Home Care System Framework with Ubiquitous Patient Monitoring and Alerting Techniques Sensors 2012, 12, 11154-11186; doi:10.3390/s120811154 Article OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors An Intelligent Knowledge-Based and Customizable Home Care System Framework

More information

Needs-based population segmentation

Needs-based population segmentation Needs-based population segmentation David Matchar, MD, FACP, FAMS Duke Medicine (General Internal Medicine) Duke-NUS Medical School (Health Services and Systems Research) Service mismatch: Many beds filled

More information

Servant Leadership and Technology Approaches within Long-Term Care that Promote Independence

Servant Leadership and Technology Approaches within Long-Term Care that Promote Independence Servant Leadership and Technology Approaches within Long-Term Care that Promote Independence Daphne Glenn, MPT, MBA, MHSA, LNHA Administrator Daniel Drake Center SNF and Bridgeway Pointe Assisted Living

More information

REQUEST FOR WHITE PAPERS BAA TOPIC 4.2.1: ADAPTIVE INTELLIGENT TRAINING TECHNOLOGIES Research and Development for Multi-Agent Tutoring Approaches

REQUEST FOR WHITE PAPERS BAA TOPIC 4.2.1: ADAPTIVE INTELLIGENT TRAINING TECHNOLOGIES Research and Development for Multi-Agent Tutoring Approaches BROAD AGENCY ANNOUNCEMENT W911NF-12-R-0011-03 SOURCES SOUGHT NOTICE REQUEST FOR WHITE PAPERS BAA TOPIC 4.2.1: ADAPTIVE INTELLIGENT TRAINING TECHNOLOGIES Research and Development for Multi-Agent Tutoring

More information

What are ADLs and IADLs?

What are ADLs and IADLs? What are ADLs and IADLs? Introduction: In this module you will learn about ways you can help a consumer with everyday activities while supporting his/her independence and helping the consumer keep a sense

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 5, May -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Patient Health

More information

Critique of a Nurse Driven Mobility Study. Heather Nowak, Wendy Szymoniak, Sueann Unger, Sofia Warren. Ferris State University

Critique of a Nurse Driven Mobility Study. Heather Nowak, Wendy Szymoniak, Sueann Unger, Sofia Warren. Ferris State University Running head: CRITIQUE OF A NURSE 1 Critique of a Nurse Driven Mobility Study Heather Nowak, Wendy Szymoniak, Sueann Unger, Sofia Warren Ferris State University CRITIQUE OF A NURSE 2 Abstract This is a

More information

ICT Use in Family Caregiving of Elderly and Disabled Subjects

ICT Use in Family Caregiving of Elderly and Disabled Subjects ICT Use in Family Caregiving of Elderly and Disabled Subjects Mia Hautala 1,2, Niina S. Keränen 1,2, Eeva Leinonen 3, Maarit Kangas 1,2, and Timo Jämsä 1,2,4 1 Research Unit of Medical Imaging, Physics

More information

SMS in Hospitals. Communicate with all your stakeholders to improve the efficiency and effectiveness of the care you provide

SMS in Hospitals. Communicate with all your stakeholders to improve the efficiency and effectiveness of the care you provide SMS in Hospitals Communicate with all your stakeholders to improve the efficiency and effectiveness of the care you provide Australian hospitals are an essential resource within our healthcare system.

More information

Lessons in Innovation: The SSBN Tactical Control System Upgrade

Lessons in Innovation: The SSBN Tactical Control System Upgrade Lessons in Innovation: The SSBN Tactical Control System Upgrade By Captain John Zimmerman ** In late 2013, the Submarine Force decided to modernize the 1990's combat systems on OHIO- Class submarines.

More information

Avicena Clinical processes driven by an ontology

Avicena Clinical processes driven by an ontology Avicena Clinical processes driven by an ontology Process Management Systems for Health Care Alfonso Díez BET Value Fuentes 10 2D 28013 Madrid +34 91 547 26 06 www.betvalue.com What is Avicena? Avicena

More information

COMPUTER ASSISTED MEDICAL HEALTH SYSTEM FOR THE BENEFIT OF HARD TO REACH RURAL AREA

COMPUTER ASSISTED MEDICAL HEALTH SYSTEM FOR THE BENEFIT OF HARD TO REACH RURAL AREA COMPUTER ASSISTED MEDICAL HEALTH SYSTEM FOR THE BENEFIT OF HARD TO REACH RURAL AREA Priti Kalode, Onkar Kemkar and D.A.Deshpande PCD ICSR, VMV College Campus, Wardhaman Nagar, Nagpur (MS), India Abstract

More information

Development and Promotion of Nursing-Care Robots

Development and Promotion of Nursing-Care Robots July, 16, 2017 Development and Promotion of Nursing-Care Robots Japan Robot Revolution Policy and its Impact on the Application of Robots in Elderly Care Takeshi Kobayashi Senior Officer for welfare equipment

More information

Health Score Prediction using Low-Invasive Sensors

Health Score Prediction using Low-Invasive Sensors Health Score Prediction using Low-Invasive Sensors Masamichi Shimosaka, Shinya Masuda, Kazunari Takeichi, Rui Fukui and Tomomasa Sato The University of Tokyo 7-3-1 Hongo, Bunkyo-ku, Tokyo, JAPAN {simosaka,

More information

HEALTH WORKFORCE SUPPLY AND REQUIREMENTS PROJECTION MODELS. World Health Organization Div. of Health Systems 1211 Geneva 27, Switzerland

HEALTH WORKFORCE SUPPLY AND REQUIREMENTS PROJECTION MODELS. World Health Organization Div. of Health Systems 1211 Geneva 27, Switzerland HEALTH WORKFORCE SUPPLY AND REQUIREMENTS PROJECTION MODELS World Health Organization Div. of Health Systems 1211 Geneva 27, Switzerland The World Health Organization has long given priority to the careful

More information

SHIP Project: Simulation and FMEA Results

SHIP Project: Simulation and FMEA Results SHIP Project: Simulation and FMEA Results Care of an EVD patient was simulated using a standardized patient in an EVD care unit. Teams (n=4) of two healthcare workers wearing high-level personal protection

More information

Fall 2005 Final Project Electronic Etch-A-Sketch

Fall 2005 Final Project Electronic Etch-A-Sketch UNIVERSITY OF CALIFORNIA AT BERKELEY COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE Fall 2005 Electronic Etch-A-Sketch 1.0 Objectives The primary goal of this project

More information

Computer Science Undergraduate Scholarship

Computer Science Undergraduate Scholarship Computer Science Undergraduate Scholarship Regulations The Computer Science Department at the University of Waikato runs an annual Scholarship examination. Up to 10 Scholarships are awarded on the basis

More information

Will the Robots take care of Grandma? Jerry A. Jacobs University of Pennsylvania June 2018

Will the Robots take care of Grandma? Jerry A. Jacobs University of Pennsylvania June 2018 Will the Robots take care of Grandma? Jerry A. Jacobs University of Pennsylvania June 2018 Thanks To Tina Wu, U. Penn and NYU Stern School of Business The Institute for Women s Policy Research To the Mack

More information

Billing, Coding and Reimbursement Guide

Billing, Coding and Reimbursement Guide Billing, Coding and Reimbursement Guide Revised June 2016 Disclaimer: The information in this document has been compiled for your convenience and is not intended to provide specific coding or legal advice.

More information

FUNCTIONAL DISABILITY AND INFORMAL CARE FOR OLDER ADULTS IN MEXICO

FUNCTIONAL DISABILITY AND INFORMAL CARE FOR OLDER ADULTS IN MEXICO FUNCTIONAL DISABILITY AND INFORMAL CARE FOR OLDER ADULTS IN MEXICO Mariana López-Ortega National Institute of Geriatrics, Mexico Flavia C. D. Andrade Dept. of Kinesiology and Community Health, University

More information

Methicillin resistant Staphylococcus aureus transmission reduction using Agent-Based Discrete Event Simulation

Methicillin resistant Staphylococcus aureus transmission reduction using Agent-Based Discrete Event Simulation Methicillin resistant Staphylococcus aureus transmission reduction using Agent-Based Discrete Event Simulation Sean Barnes PhD Student, Applied Mathematics and Scientific Computation Department of Mathematics

More information

CNA OnSite Series Overview: Understanding Restorative Care Part 1 - Introduction to Restorative Care

CNA OnSite Series Overview: Understanding Restorative Care Part 1 - Introduction to Restorative Care Series Overview: Understanding Restorative Care Part 1 - Introduction to Restorative Care Administering the Program Read the Guide View the Video Review the Suggested Questions Complete Post-Test Answer

More information

Real ROI: Using RTLS to Improve IV Pump Utilization & Save $1M

Real ROI: Using RTLS to Improve IV Pump Utilization & Save $1M Real ROI: Using RTLS to Improve IV Pump Utilization & Save $1M Session # 82, March 6, 2018 Dave Dickey, MS, FACHE, CHC, CCE, CHTM Vice President McLaren Health Care Clinical Engineering 1 Conflict of Interest

More information

Choosing a Memory Care Provider Checklist (Part I- Comparing Communities)

Choosing a Memory Care Provider Checklist (Part I- Comparing Communities) Choosing a Memory Care Provider Checklist (Part I- Comparing Communities) We know the process of choosing a memory care community for your loved one can be stressful and confusing. Here is a helpful tool

More information

Utkarsha Kumbhar *, Vaidehi Gadkari, Rohan Waichal, Prashant Patil ABSTRACT I. INTRODUCTION

Utkarsha Kumbhar *, Vaidehi Gadkari, Rohan Waichal, Prashant Patil ABSTRACT I. INTRODUCTION International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2017 IJSRCSEIT Volume 2 Issue 3 ISSN : 2456-3307 Patient Health Monitoring System Using IOT Utkarsha

More information

Component Description Unit Topics 1. Introduction to Healthcare and Public Health in the U.S. 2. The Culture of Healthcare

Component Description Unit Topics 1. Introduction to Healthcare and Public Health in the U.S. 2. The Culture of Healthcare Component Description (Each certification track is tailored for the exam and will only include certain components and units and you can find these on your suggested schedules) 1. Introduction to Healthcare

More information

SMART HEALTH MONITORING SYSTEM

SMART HEALTH MONITORING SYSTEM SMART HEALTH MONITORING SYSTEM Neha 1, Poonam Kumari 2, H.P.S Kang 3 1 M.Tech Student, UCIM/SAIF/CIL, Panjab University, Chandigarh, India 2 Assistant Professor, UCIM/SAIF/CIL, Panjab University, Chandigarh,

More information

Contents. Introduction 3. Required knowledge and skills 4. Section One: Knowledge and skills for all nurses and care staff 6

Contents. Introduction 3. Required knowledge and skills 4. Section One: Knowledge and skills for all nurses and care staff 6 Decision-making frameworks in advanced dementia: Links to improved care project. Page 2 of 17 Contents Introduction 3 Required knowledge and skills 4 Section One: Knowledge and skills for all nurses and

More information

Army Ground-Based Sense and Avoid for Unmanned Aircraft

Army Ground-Based Sense and Avoid for Unmanned Aircraft Army Ground-Based Sense and Avoid for Unmanned Aircraft Dr. Rodney E. Cole 27 October, 2015 This work is sponsored by the Army under Air Force Contract #FA8721-05-C-0002. Opinions, interpretations, recommendations

More information

A wireless arrhythmia detection system, preliminary results from pre-clinical trials

A wireless arrhythmia detection system, preliminary results from pre-clinical trials A wireless arrhythmia detection system, preliminary results from pre-clinical trials Rune Fensli a, Einar Gunnarson b, Torstein Gundersen c a Agder University College, Faculty of Engineering and Science,

More information

Acute Care Workflow Solutions

Acute Care Workflow Solutions Acute Care Workflow Solutions 2016 North American General Acute Care Workflow Solutions Product Leadership Award The Philips IntelliVue Guardian solution provides general floor, medical-surgical units,

More information

1. When will physicians who are not "meaningful" EHR users start to see a reduction in payments?

1. When will physicians who are not meaningful EHR users start to see a reduction in payments? CPPM Chapter 7 Review Questions 1. When will physicians who are not "meaningful" EHR users start to see a reduction in payments? a. January 1, 2013 b. January 1, 2015 c. January 1, 2016 d. January 1, 2017

More information

Inteligencia Artificial. Revista Iberoamericana de Inteligencia Artificial ISSN:

Inteligencia Artificial. Revista Iberoamericana de Inteligencia Artificial ISSN: Inteligencia Artificial. Revista Iberoamericana de Inteligencia Artificial ISSN: 1137-3601 revista@aepia.org Asociación Española para la Inteligencia Artificial España Moreno, Antonio; Valls, Aïda; Bocio,

More information

Invivo Essential. MRI Patient Monitor

Invivo Essential. MRI Patient Monitor Invivo Essential MRI Patient Monitor When quality patient care is simply essential. During MRI sedation studies, providing quality care for your patients throughout the entire process is vital. Easily

More information

Invivo Expression. MRI Patient Monitoring Systems

Invivo Expression. MRI Patient Monitoring Systems Invivo Expression MRI Patient Monitoring Systems Safer. Smarter. Simpler. The only thing easier than using Expression is choosing one. Invivo MRI patient monitoring systems are completely upgradeable,

More information

A TELEMATIC SYSTEM FOR ONCOLOGY BASED ON ELECTRONIC HEALTH AND PATIENT RECORDS

A TELEMATIC SYSTEM FOR ONCOLOGY BASED ON ELECTRONIC HEALTH AND PATIENT RECORDS A TELEMATIC SYSTEM FOR ONCOLOGY BASED ON ELECTRONIC HEALTH AND PATIENT RECORDS A. James, Y. Wilcox and R.N.G. Naguib, Senior Member, IEEE School of Mathematical and Information Sciences Coventry University

More information

Software Requirements Specification

Software Requirements Specification Software Requirements Specification Co-op Evaluation System Senior Project 2014-2015 Team Members: Tyler Geery Maddison Hickson Casey Klimkowsky Emma Nelson Faculty Coach: Samuel Malachowsky Project Sponsors:

More information

GE Healthcare. B40 Patient Monitor Connecting intelligence and care

GE Healthcare. B40 Patient Monitor Connecting intelligence and care GE Healthcare B40 Patient Monitor Connecting intelligence and care Simple. The B40 Monitor provides versatile clinical capabilities to help you monitor a wide range of patients. From ambulatory surgery

More information

TSE Chun Yan Chairman, HA Clinical Ethics Committee

TSE Chun Yan Chairman, HA Clinical Ethics Committee TSE Chun Yan Chairman, HA Clinical Ethics Committee Framework of my talk Brief description on the development of AD in Hong Kong. Three issues for discussion: Whether HK should enact specific legislation

More information

A REVIEW OF NURSING HOME RESIDENT CHARACTERISTICS IN OHIO: TRACKING CHANGES FROM

A REVIEW OF NURSING HOME RESIDENT CHARACTERISTICS IN OHIO: TRACKING CHANGES FROM A REVIEW OF NURSING HOME RESIDENT CHARACTERISTICS IN OHIO: TRACKING CHANGES FROM 1994-2004 Shahla Mehdizadeh Robert Applebaum Scripps Gerontology Center Miami University March 2005 This report was funded

More information

Remote Healthcare Monitoring System

Remote Healthcare Monitoring System Remote Healthcare Monitoring System Avajinath Lahamage, Shivendu Dabake, Dinesh Kharat, Abhishek Gharat Prof. Nikita Kulkarni Abstract- This paper deals with design and developed for remote healthcare

More information

Request for Applications DIGIBIOMARKERS TECHNOLOGY AWARD

Request for Applications DIGIBIOMARKERS TECHNOLOGY AWARD Request for Applications DIGIBIOMARKERS TECHNOLOGY AWARD Application Submission: November 12, 2018 Please note that you will be submitting through the Indiana CTSI s grants management software WebCAMP.

More information

Emergency-Departments Simulation in Support of Service-Engineering: Staffing, Design, and Real-Time Tracking

Emergency-Departments Simulation in Support of Service-Engineering: Staffing, Design, and Real-Time Tracking Emergency-Departments Simulation in Support of Service-Engineering: Staffing, Design, and Real-Time Tracking Yariv N. Marmor Advisor: Professor Mandelbaum Avishai Faculty of Industrial Engineering and

More information

UNCLASSIFIED. UNCLASSIFIED Air Force Page 1 of 15 R-1 Line #32

UNCLASSIFIED. UNCLASSIFIED Air Force Page 1 of 15 R-1 Line #32 Exhibit R-2, RDT&E Budget Item Justification: PB 2015 Air Force Date: March 2014 3600: Research, Development, Test & Evaluation, Air Force / BA 4: Advanced Component Development & Prototypes (ACD&P) COST

More information

Development of an Emergency C-Section Facilitator Using a Human-Machine Systems Engineering Approach

Development of an Emergency C-Section Facilitator Using a Human-Machine Systems Engineering Approach Development of an Emergency C-Section Facilitator Using a Human-Machine Systems Engineering Approach Shiwoo Lee Kenneth Funk II Robin Feuerbacher Yu-Chih Hsiao Industrial and Manufacturing Engineering

More information

Hospital Bed Occupancy Prediction

Hospital Bed Occupancy Prediction Vrije Universiteit Amsterdam Master Thesis Business Analytics Hospital Bed Occupancy Prediction Developing and Implementing a predictive analytics decision support tool to relate Operation Room usage to

More information

DEEP LEARNING FOR PATIENT FLOW MALCOLM PRADHAN, CMO

DEEP LEARNING FOR PATIENT FLOW MALCOLM PRADHAN, CMO DEEP LEARNING FOR PATIENT FLOW MALCOLM PRADHAN, CMO OVERVIEW Why are smart machines are important for health care The emergence of deep learning Deep learning vs existing methods Some early results Practical

More information

The Patriot Missile Failure

The Patriot Missile Failure The Patriot Missile Failure GAO United States General Accounting Office Washington, D.C. 20548 Information Management and Technology Division B-247094 February 4, 1992 The Honorable Howard Wolpe Chairman,

More information

Statistical Portrait of Caregivers in the US Part III: Caregivers Physical and Emotional Health; Use of Support Services and Technology

Statistical Portrait of Caregivers in the US Part III: Caregivers Physical and Emotional Health; Use of Support Services and Technology Statistical Portrait of Caregivers in the US Part III: Caregivers Physical and Emotional Health; Use of Support Services and Technology [Note: This fact sheet is the third in a three-part FCA Fact Sheet

More information

The Nomad Digital Pen

The Nomad Digital Pen The Nomad Digital Pen ENSC 440/305 School of Engineering Science Simon Fraser University 2009.05.15 Copyright 2009 - TechStyles Inc. 1 Outline The TechStyles Team Roles in the Project Team Dynamic Motivation

More information

Inpatient Bed Need Planning-- Back to the Future?

Inpatient Bed Need Planning-- Back to the Future? The Academy Journal, v5, Oct. 2002: Inpatient Bed Need Planning--Back to the Future? Inpatient Bed Need Planning-- Back to the Future? Margaret Woodruff Principal The Bristol Group National inpatient bed

More information

I. SUBJECT: PORTABLE VIDEO RECORDING SYSTEM

I. SUBJECT: PORTABLE VIDEO RECORDING SYSTEM MODESTO POLICE DEPARTMENT GENERAL ORDER Number 12.17 Date: I. SUBJECT: PORTABLE VIDEO RECORDING SYSTEM II. PURPOSE A. To provide policy and procedures for use of the portable video recording system (PVRS),

More information

What Remains? : A Persuasive Story Telling Game to facilitate Alzheimer patient intake in care homes

What Remains? : A Persuasive Story Telling Game to facilitate Alzheimer patient intake in care homes What Remains? : A Persuasive Story Telling Game to facilitate Alzheimer patient intake in care homes Alessia Cadamuro and Valentijn Visch Abstract What Remains? is a prototype that facilitates the intake

More information

Verification of Specifications Data Flow Diagrams (DFD) Summary. Specification. Miaoqing Huang University of Arkansas Spring / 28

Verification of Specifications Data Flow Diagrams (DFD) Summary. Specification. Miaoqing Huang University of Arkansas Spring / 28 1 / 28 Specification Miaoqing Huang University of Arkansas Spring 2010 2 / 28 Outline 1 2 3 / 28 Outline 1 2 How to verify a specification? Specification itself has to be correct Verification methods Observe

More information

Implementation of Automated Knowledge-based Classification of Nursing Care Categories

Implementation of Automated Knowledge-based Classification of Nursing Care Categories Implementation of Automated Knowledge-based Classification of Nursing Care Categories Shihong Huang, Subhomoy Dass, Sam Hsu, Abhijit Pandya Department of Computer & Electrical Engineering and Computer

More information

Health Technology for Tomorrow

Health Technology for Tomorrow Diagnostic Evidence Co-operative Oxford Health Technology for Tomorrow Seminar 1: The potential for wearable technology in ambulatory care: Isansys Patient Status Engine 25 November 2016 Somerville College,

More information

Running Head: READINESS FOR DISCHARGE

Running Head: READINESS FOR DISCHARGE Running Head: READINESS FOR DISCHARGE Readiness for Discharge Quantitative Review Melissa Benderman, Cynthia DeBoer, Patricia Kraemer, Barbara Van Der Male, & Angela VanMaanen. Ferris State University

More information

Moving from Sentinel SuperPro to Sentinel LDK Migration Guide

Moving from Sentinel SuperPro to Sentinel LDK Migration Guide Moving from Sentinel SuperPro to Sentinel LDK Migration Guide Copyrights and Trademarks Copyright 2013 SafeNet, Inc. All rights reserved. HARDLOCK, HASP, SENTINEL, SUPERPRO and ULTRAPRO are registered

More information

An overview of the support given by and to informal carers in 2007

An overview of the support given by and to informal carers in 2007 Informal care An overview of the support given by and to informal carers in 2007 This report describes a study of the help provided by and to informal carers in the Netherlands in 2007. The study was commissioned

More information

Active Stabilization of Firearms by Optical Target Tracking

Active Stabilization of Firearms by Optical Target Tracking U.S. Army Research, Development and Engineering Command Active Stabilization of Firearms by Optical Target Tracking Terence F. Rice, Project Management Engineer US ARMY RDECOM (RDAR-EIJ) JSSAP Program

More information

C4ISR-Med Battlefield Medical Demonstrations and Experiments

C4ISR-Med Battlefield Medical Demonstrations and Experiments C4ISR-Med Battlefield Medical Demonstrations and Experiments Lockheed Martin ATL January, 2012 PoC: Susan Harkness Regli susan.regli@lmco.com Overview Lockheed Martin (LM) has built a demonstration prototype

More information

Dental Public Health Activity Descriptive Report

Dental Public Health Activity Descriptive Report Dental Public Health Activity Descriptive Report Practice Number: 54010 Submitted By: Washington Dental Service Foundation Submission Date: January 2016 Last Reviewed: January 2016 Last Updated: January

More information

Care Plan. I want to be communicated to in a way I can understand. I would like to be able to express my needs and wants

Care Plan. I want to be communicated to in a way I can understand. I would like to be able to express my needs and wants Name: Katie Devaney My preferred name: Kate Care Plan My Birthday is: 16 th January My Room number is: 12 I am allergic to aspirin I am at risk of falls Social History: I grew up in a country town west

More information

Implementing Monitoring System for Alzheimer in Nigeria: Wireless Sensor Network (WSN) Knowledge Based Perspective

Implementing Monitoring System for Alzheimer in Nigeria: Wireless Sensor Network (WSN) Knowledge Based Perspective International Journal of Science and Engineering Investigations vol. 4, issue 43, August 2015 ISSN: 2251-8843 Implementing Monitoring System for Alzheimer in Nigeria: Wireless Sensor Network (WSN) Knowledge

More information

Advance Care Planning: Goals of Care - Calgary Zone

Advance Care Planning: Goals of Care - Calgary Zone Advance Care Planning: Goals of Care - Calgary Zone LOOKING BACK AND MOVING FORWARD PRESENTERS: BEV BERG, COORDINATOR CHANDRA VIG, EDUCATION CONSULTANT TRACY LYNN WITYK-MARTIN, QUALITY IMPROVEMENT SPECIALIST

More information

LTSS INNOVATIONS IN THE CURRENT ENVIRONMENT

LTSS INNOVATIONS IN THE CURRENT ENVIRONMENT NASDDDS National Association of State Directors of Developmental Disabilities Services LTSS INNOVATIONS IN THE CURRENT ENVIRONMENT March 8, 2018 INTRODUCTIONS Barbara Selter Sharon Lewis Camille Dobson

More information

CareTracker. Assisted Living. Point of Care Workflow Family Communications ADLs

CareTracker. Assisted Living. Point of Care Workflow Family Communications ADLs CareTracker Assisted Living Point of Care Workflow Family Communications ADLs CareTracker Eliminates Paper Documentation: Improved Accuracy Copying, missed entries, and misinformation are common issues

More information

Table of Contents. Foundation: Understand the Basics 4. Tools: Put the Pieces Together 21. Solve: Learn by Example 38. Printable Tools 56

Table of Contents. Foundation: Understand the Basics 4. Tools: Put the Pieces Together 21. Solve: Learn by Example 38. Printable Tools 56 Foundation: Understand the Basics 4 Restorative Overview and Quick Facts 5 Restorative Nursing Programs 6 Tools: Put the Pieces Together 21 Common Barriers (and Solutions) to Successful Programs 22 Potential

More information

The Concept of C2 Communication and Information Support

The Concept of C2 Communication and Information Support The Concept of C2 Communication and Information Support LTC. Ludek LUKAS Military Academy/K-302 Kounicova str.65, 612 00 Brno, Czech Republic tel.: +420 973 444834 fax:+420 973 444832 e-mail: ludek.lukas@vabo.cz

More information

1 Publishable summary. 1.1 Description. CAALYX-MV objective is to widely validate an innovative and efficient ICT-based solution focused

1 Publishable summary. 1.1 Description. CAALYX-MV objective is to widely validate an innovative and efficient ICT-based solution focused 1 Publishable summary 1.1 Description CAALYX-MV objective is to widely validate an innovative and efficient ICT-based solution focused independently at home, by monitoring and controlling their social

More information

For Fusion '98 Conference Proceedings

For Fusion '98 Conference Proceedings For Fusion '98 Conference Proceedings Use of Biometrics and Biomedical Imaging in Support of Battlefield Diagnosis Joyce D. Williams Lockheed Martin Advanced Technology Laboratories 1 Federal Street, A&E

More information

A web-based service for improving conformance to medication treatment and patient-physician relationship

A web-based service for improving conformance to medication treatment and patient-physician relationship A web-based service for improving conformance to medication treatment and patient-physician relationship Nikolaos Riggos, Ilias Skalkidis, George Karkalis, Maria Haritou, Dimitris Biomedical Engineering

More information

Deployment of assistive living technology in a nursing home environment: methods and lessons learned

Deployment of assistive living technology in a nursing home environment: methods and lessons learned Aloulou et al. BMC Medical Informatics and Decision Making 2013, 13:42 RESEARCH ARTICLE Open Access Deployment of assistive living technology in a nursing home environment: methods and lessons learned

More information

QAPI Making An Improvement

QAPI Making An Improvement Preparing for the Future QAPI Making An Improvement Charlene Ross, MSN, MBA, RN Objectives Describe how to use lessons learned from implementing the comfortable dying measure to improve your care Use the

More information

REMOTE PATIENT MONITORING SYSTEM WITH DECISION SUPPORT

REMOTE PATIENT MONITORING SYSTEM WITH DECISION SUPPORT Proceedings of the IASTED International Conference Biomedical Engineering (Biomed 2011) February 16-18, 2011 Innsbruck, Austria REMOTE PATIENT MONITORING SYSTEM WITH DECISION SUPPORT Jaakko Lähteenmäki

More information

Patient Room of the Future

Patient Room of the Future Patient Room of the Future Transforming Patient Care & Nursing Practice using Innovative Technology & Human-Centered Design Michelle Y. Williams, RN, MSN Nursing Practice Leader, Innovation & Advanced

More information