In the future, with a with the fully developed hospital simulator described in this paper it will be possible to:

Size: px
Start display at page:

Download "In the future, with a with the fully developed hospital simulator described in this paper it will be possible to:"

Transcription

1 Hospital Surge Capacity Management through Simulation Mr Nick Howden; Dr Julie Trpkovski and Mr Mark Grebler CAE Professional Services Abstract. Canada s battle with SARS revealed significant weaknesses in the Ontario healthcare system, including a limited ability to manage critical care resources across hospitals in response to a sudden spike in demand. In response to this, Ontario is running a new surge management program to help hospitals better manage spikes in demand for critical care services without affecting day to day hospital services. As part of this program, Ontario has engaged CAE to build a simulation capability to exercise surge management plans within and between hospitals. The main objective of this project is to test and exercise implementation of a principled approach to manage surge capacity and leverage critical care resources across the hospital network to ensure patients have access to care. Through participation in this program, each participating hospital will strengthen communication, improve partnerships and ensure access to critical care resources in a timely manner. In order to effectively exercise surge management plans within and between hospitals, CAE is building a simulation environment that will provide the capability to run through a range of surge scenarios at the minor, moderate and major levels. The simulation capability will be able to create exercise scenarios based around a wide range of surge events, from disease outbreaks to mass casualty events and natural disasters. The system will also support testing and analysis of hospital processes and potential future changes and enhancements. This paper describes the development and application of the simulation system. 1. INTRODUCTION In 2003, Canada s battle with SARS revealed significant weaknesses in the Ontario healthcare system, including a limited ability to manage critical care resources across hospitals in response to a sudden spike in demand. As a result, Ontario MOH launched the Surge Management Program to help Ontario hospitals better manage spikes in demand for critical care services without affecting other hospital services. As part of this Program, Ontario has commissioned CAE to produce a Hospital Surge Management Trainer (HSMT). This trainer will provide modelling and simulation capabilities that will enable visualisation of key impacts on hospital resources while different elements of patient flow are challenged. Currently, CAE is developing hospital simulation system with two distinct purposes in mind: 1. The Training Tool allows hospital personnel the opportunity to practice and rehearse surge capacity management procedures according to standardised checklists and procedures. This tool is being developed with the Ontario Ministry of Health (MOH). In the future, with a with the fully developed hospital simulator described in this paper it will be possible to: Create and test evidence-based health policy and processes. By pre-testing in simulation, policies can be confidently implemented, knowing that it will improve KPIs for hospitals and across the local hospital network. At the government level, test what the relative effectiveness is for funding within and across networks. This will help answer the question of how budgets should be allocated. Providing training and decision support for patient flow and surge scenarios through hospital modelling and simulation. Evaluate different strategies for dealing with sudden surges of patients, and then allow hospital managers to rehearse these new strategies before the emergencies occur. Discover inefficiencies and bottlenecks with the general day-to-day hospital process. Feed live hospital data into the simulation to provide an operational decision support tool. 2. The Planning Tool will be used as an operational analyses and planning tool. Currently CAE is approaching hospitals and health decision makers in Victoria to try to extend the Training Tool to be used as this Planning Tool.

2 2. BACKGROUND The goal for the surge capacity program is to ensure organisations have the methodology to manage surge events at all of the following levels of responses: minor if they can be managed within a single hospital; moderate if they require the cooperation of several hospitals across a Local Hospital Integrated Network (LHIN); and major if the response requires the combined critical care resources of several LHINs or the entire province. The key to this process is developing management behaviours that are utilized on a daily basis to manage minor surges, so that when crisis comes in the form of a larger surge, each organization is prepared to manage the event. Quality indicators aren t enough to reflect preparedness the true test comes from a live event or a simulated training scenario. Putting surge plans in place without training and testing is not effective; for behaviour to change most effectively, people must experience the plans and problems first hand, ideally in a simulated scenario. This process ensures a low risk environment for evaluation with limited risk to patients, staff and organizations. It further provides opportunity to evaluate and concentrate on process improvements, and to create systems that will manage surge events whether they occur at the hospital or LHIN levels. Lastly it allows for quality and patient safety to be maintained. Figure 1: Training Tool Architecture With this design, it is simple to remove or replace the HTML server or even the database with a different one to provide completely different functionality with minimal changes to the actual simulation functionality. 3.2 The Simulation Process Model At a high level, the hospital is modelled as a simple process flow. Patients arrive at a hospital, and progress through the various Hospital Units depending on the patient condition. The diagram below shows the current configuration of Hospital Units and possible patient flows through the hospital. The infrastructure automatically adjusts to account for any modification to the links between the Hospital Units, or even the addition or removal of the units without the need to change any of the functionality. This provides the ability to answer such questions as: what would happen if a second ward was added to the hospital?. 3. THE TRAINING TOOL ARCHITECTURE With the HSMT Training Tool, multiple players can participate in a surge training scenario. They log into a simple web page, are assigned particular roles in the scenario by the Exercise Manager and once the simulation starts, are able to control the allocations of resources in response to the scenario. 3.1 The Technical Architecture The architecture that facilitates this consists of three main components: 1. A simulation engine which contains instances of different hospital process models (left box in diagram below) 2. A HTML web-server running Django which communicates with the users web-browsers (the right box in the diagram below) 3. A database facilitates the communication between the simulation and the web-server. All of the output data from the simulation, and commands from the users to the simulation are stored in this database. In addition to communication, this database also enables easy analysis once the simulation is complete. Figure 2: The hospital process model Each Hospital Unit is defined by a more detailed process model, which contains a procedure which requires resources (personnel, equipment and space). If there are resources available, the patient can progress through the Hospital Unit, otherwise they need to wait until the resources are available. The diagram below shows some of the detail in the process model of each Hospital Unit. Figure 3: The Hospital Unit process model

3 3.3 Example Uses The HSMT tool can be used for a range of training scenarios that can range from the minor hospital surges to major state or province wide disasters. The goal is to develop behaviours that are utilized on a daily basis to manage minor surges, to ensure when crisis comes in the form of a moderate or major surge, each organization is prepared to manage the event. For minor surges, various hospital unit managers (for example, the Emergency Room or Operating Room managers) could log in individually, and respond to a pre-configured set of events and see what effects the resourcing decisions they made had on bottlenecks for the other hospital units. For a major surge scenario, hospital managers and the LHIN manager can test and refine their communication and management procedures. 3.4 The Player s Interface Dashboard The players in the scenario are given a fairly simple view of the hospital in the form of a dashboard. It is designed to show them the statistics that they would have access to in the actual hospital. The diagram below shows what the dashboard may look like. Figure 4: A sample dashboard Using the dashboard, players can see when their resources are becoming overloaded, and request transfers from other Hospital Units or other hospitals to correct the situation. The dashboard then enables them to see the effects of their request on other Hospital Units as well as their own The Floor-plan It is also possible to allow further visualisation if extra emersion is required. In the future, a floor-plan view can be enabled which will show an alternate representation of the resource usage of the hospital. Figure 5: A sample floor-plan 3.5 Deployment The framework allows the users to interact with the system through any web-browser. This means that a simulation scenario can be executed without any installation required on the client machines, or any

4 other IT infrastructure setup. The users can also be distributed anywhere around the world, as long as they have an internet connection. 4. THE PLANNING TOOL ARCHITECTURE With the Planning Tool, users can perform different types of studies from Monte Carlo and sensitivity experimentation, to activity base costing analysis, to capability studies to determine the what equipment to acquire. 4.1 The Technical Architecture The architecture for the Planning Tool utilises the development done for the Training Tool. Here, the process model described in section 3.2 communicates through a messaging service directly to a set of analysis tools that run within the simulation instance. Figure 7: Analysis Graphs Similar to the Training Tool, it is possible to perform run-time analysis using the Planning Tool. The user can experiment with the resource allocation and see the resulting effects on the waiting times. Figure 6: The Planning Tool Architecture A single user runs the simulations and is able to change variables and modify the process model to determine inefficiencies with the day-to-day running of the hospital. Using Monte-Carlo and sensitivity analysis, it is possible to determine what resources are the most constrained by the hospital, and as a result, where the hospital should be spending its money to increase patient throughput and decrease waiting times. The statistics generated can also provide robust analytical backing and visualisation to funding bids. 4.2 Analysis Tools Using this architecture, it is very simple to modify the data and resulting graphs that are produced by the simulation. The diagrams below show an example of what can be produced. 5. OTHER POTENTIAL APPLICATION AREAS As the trainees become accustomed to the using the Training Tool, they will learn how to interpret the data available in the dashboard (described in 3.4.1) and what decisions to make to correct any resourcing issues they are faced with. Given that familiarity with the dashboard, the next logical step is to feed in live data into the dashboard so the hospital staff will be able to apply what they learnt during the simulated training directly to real world events. The technical architecture of the Training Tool is compartmentalised enough that it is very simple to change to tool so that instead of having the HTML

5 server stimulated by a simulation, the real world data would be sent to the server to be seen by the hospital staff. 6. CONCLUSION Currently the Australian Government is launching a reform to tighten up the public healthcare system to reduce patient waiting times. The most cost-effective and efficient ways determining the best way of achieving this goal is through simulation. The tool described in this document will provide a way to create and test evidence-based health policy and processes. By pre-testing in simulation, policies can confidently be implemented and processes changed, knowing that it will improve KPIs for hospitals, across local networks and even for the entire state. 7. ACKNOWLEDGEMENTS The following people were involved in the development of the Hospital Surge Management Trainer: Nima Bahramifarid Jack Gao Mark Grebler Evan Harris Nick Howden Courtney Kersten Patrick Lachance Edward Robinson Andrea Scipione Julie Trpkovski (Ontario Ministry of Health) Dan Zikovitz

Utilisation Management

Utilisation Management Utilisation Management The Utilisation Management team has developed a reputation over a number of years as an authentic and clinically credible support team assisting providers and commissioners in generating

More information

Ontario s Digital Health Assets CCO Response. October 2016

Ontario s Digital Health Assets CCO Response. October 2016 Ontario s Digital Health Assets CCO Response October 2016 EXECUTIVE SUMMARY Since 2004, CCO has played an expanding role in Ontario s healthcare system, using digital assets (data, information and technology)

More information

Patient Unified Lookup System for Emergencies (PULSE) System Requirements

Patient Unified Lookup System for Emergencies (PULSE) System Requirements Patient Unified Lookup System for Emergencies (PULSE) System Requirements Submitted on: 14 July 2017 Version 1.2 Submitted to: Submitted by: California Emergency Medical Services Authority California Association

More information

Using System Dynamics to study Army Reserve deployment sustainability

Using System Dynamics to study Army Reserve deployment sustainability 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Using System Dynamics to study Army Reserve deployment sustainability

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

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

Vacancy Announcement

Vacancy Announcement Vacancy Announcement POSITION: Senior Software Engineer DEPARTMENT: Technology Development Services / Systems Development / Financial Systems REQUIREMENTS: See attached Position Description SALARY RANGE:

More information

SSF Call for Proposals: Framework Grants for Research on. Big Data and Computational Science

SSF Call for Proposals: Framework Grants for Research on. Big Data and Computational Science 2016-01-28 SSF Call for Proposals: Framework Grants for Research on Big Data and Computational Science The Swedish Foundation for Strategic Research announces SEK 200 million in a national call for proposals

More information

CWE TM COMPATIBILITY ENFORCEMENT

CWE TM COMPATIBILITY ENFORCEMENT CWE TM COMPATIBILITY ENFORCEMENT AUTOMATED SOURCE CODE ANALYSIS TO ENFORCE CWE COMPATIBILITY STREAMLINE CWE COMPATIBILITY ENFORCEMENT The Common Weakness Enumeration (CWE) compatibility enforcement module

More information

BRIGHAM AND WOMEN S EMERGENCY DEPARTMENT OBSERVATION UNIT PROCESS IMPROVEMENT

BRIGHAM AND WOMEN S EMERGENCY DEPARTMENT OBSERVATION UNIT PROCESS IMPROVEMENT BRIGHAM AND WOMEN S EMERGENCY DEPARTMENT OBSERVATION UNIT PROCESS IMPROVEMENT Design Team Daniel Beaulieu, Xenia Ferraro Melissa Marinace, Kendall Sanderson Ellen Wilson Design Advisors Prof. James Benneyan

More information

Home care clients with complex needs who received personal support service within five days

Home care clients with complex needs who received personal support service within five days Home care clients with complex needs who received personal support service within five days Resource for Indicator Standards (RIS) Health Analytics Branch, Ministry of Health and Long-Term Care Indicator

More information

Iterations and Phases. Phases. An RUP Case Study. Models and Workflows. Bringing It All Together... Workflows. Stuart Anderson

Iterations and Phases. Phases. An RUP Case Study. Models and Workflows. Bringing It All Together... Workflows. Stuart Anderson Releases s and Phases An RUP Case Study Inception Elaboration Construction Stuart Anderson Preliminary Architect. Architect. Devel. Devel. Devel. CS2 Software Engineering Note 7. An iteration is a distinct

More information

CSE255 Introduction to Databases - Fall 2007 Semester Project Overview and Phase I

CSE255 Introduction to Databases - Fall 2007 Semester Project Overview and Phase I SEMESTER PROJECT OVERVIEW In this term project, you are asked to design a small database system, create and populate this database by using MYSQL, and write a web-based application (with associated GUIs)

More information

PROGRAM FOR ENHANCEMENT OF EMERGENCY RESPONSE (PEER)

PROGRAM FOR ENHANCEMENT OF EMERGENCY RESPONSE (PEER) ASIAN DISASTER PREPAREDNESS CENTER US AID Project PROGRAM DESCRIPTION PROGRAM FOR ENHANCEMENT OF EMERGENCY RESPONSE (PEER) 1. BACKGROUND Past experience shows that well developed Search and Rescue (SAR)

More information

Enabling Health Links with a Care Coordination Tool. February 2014

Enabling Health Links with a Care Coordination Tool. February 2014 Enabling Health Links with a Care Coordination Tool February 2014 Health Links highlighted the need for a care coordination tool Health Link business plans consistently highlight how technology could enable

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

Identifying step-down bed needs to improve ICU capacity and costs

Identifying step-down bed needs to improve ICU capacity and costs www.simul8healthcare.com/case-studies Identifying step-down bed needs to improve ICU capacity and costs London Health Sciences Centre and Ivey Business School utilized SIMUL8 simulation software to evaluate

More information

ENIVD CODE OF CONDUCT for Outbreak Assistance Laboratories. CHECKLIST of major issues to address before departure and during the mission

ENIVD CODE OF CONDUCT for Outbreak Assistance Laboratories. CHECKLIST of major issues to address before departure and during the mission ENIVD CODE OF CONDUCT for Outbreak Assistance Laboratories CHECKLIST of major issues to address before departure and during the mission This document has been designed for ECDC and ENIVD-CLRN network members

More information

PMR PROJECT IMPLEMENTATION STATUS REPORT (ISR)

PMR PROJECT IMPLEMENTATION STATUS REPORT (ISR) 1. SUMMARY INFORMATION Implementing Country/Technical Partner: PMR PROJECT IMPLEMENTATION STATUS REPORT (ISR) South Africa. Reporting Period: From 1/10/2017 to 30/09/2018 Report Date: 4 October 2018 Implementing

More information

UNCLASSIFIED. UNCLASSIFIED Office of Secretary Of Defense Page 1 of 7 R-1 Line #73

UNCLASSIFIED. UNCLASSIFIED Office of Secretary Of Defense Page 1 of 7 R-1 Line #73 Exhibit R-2, RDT&E Budget Item Justification: PB 2015 Office of Secretary Of Defense Date: March 2014 0400: Research, Development, Test & Evaluation, Defense-Wide / BA 3: Advanced Technology Development

More information

SM Agent Technology For Human Operator Modelling

SM Agent Technology For Human Operator Modelling SM Agent Technology For Human Operator Modelling Mario Selvestrel 1 ; Evan Harris 1 ; Gokhan Ibal 2 1 KESEM International Mario.Selvestrel@kesem.com.au; Evan.Harris@kesem.com.au 2 Air Operations Division,

More information

6 Telecommunication Development Sector (ITU-D)

6 Telecommunication Development Sector (ITU-D) 6 Telecommunication Development Sector (ITU-D) 6.1 Situational analysis Telecommunications/information and communication technologies (ICTs) play an increasingly critical role in our economies and society.

More information

MorCare Infection Prevention prevent hospital-acquired infections proactively

MorCare Infection Prevention prevent hospital-acquired infections proactively Infection Prevention prevent hospital-acquired infections proactively Enterprise Software and Consulting Solutions for Improved Population Health s Enterprise Software and Consulting Solutions Healthcare

More information

Quality Management Program

Quality Management Program Ryan White Part A HIV/AIDS Program Las Vegas TGA Quality Management Program Team Work is Our Attitude, Excellence is Our Goal Page 1 Inputs Processes Outputs Outcomes QUALITY MANAGEMENT Ryan White Part

More information

Prevention and control of healthcare-associated infections

Prevention and control of healthcare-associated infections Prevention and control of healthcare-associated infections Quality improvement guide Issued: November 2011 NICE public health guidance 36 guidance.nice.org.uk/ph36 NHS Evidence has accredited the process

More information

A Military C2 Professional s Thoughts on Visualization

A Military C2 Professional s Thoughts on Visualization A Military C2 Professional s Thoughts on Visualization Colonel (Retired) Randy G. Alward Consulting and Audit Canada, Information Security 112 Kent St, Tower B Ottawa, Ontario K1A 0S5 CANADA 1.0 INTRODUCTION

More information

dtank Updated: Exploring Moderated Behavior in a Light-weight Synthetic Environment

dtank Updated: Exploring Moderated Behavior in a Light-weight Synthetic Environment dtank Updated: Exploring Moderated Behavior in a Light-weight Synthetic Environment Frank Ritter 1, Sue Kase 1, Damodar Bhandarkar 1, Bil Lewis 2, Mark Cohen 3 1 Pennsylvania State University College of

More information

PHEMAP Course Brochure. 11 th Inter-regional Course on Public Health and Emergency Management in Asia and the Pacific (PHEMAP-11)

PHEMAP Course Brochure. 11 th Inter-regional Course on Public Health and Emergency Management in Asia and the Pacific (PHEMAP-11) 11 th Inter-regional Course on Public Health and Emergency Management in Asia and the Pacific (PHEMAP-11) 19-30 September 2011 ADPC Thailand (exact venue to be announced) INTRODUCTION In 2001, ADPC in

More information

Canadian - Health Outcomes for Better Information and Care (C-HOBIC)

Canadian - Health Outcomes for Better Information and Care (C-HOBIC) Canadian - Health Outcomes for Better Information and Care (C-HOBIC) Kathryn Hannah, Executive Project Lead Peggy White, National Project Director NDNQI 4 th Annual Conference January 2010 1 Objectives

More information

Open Terminology Portal (TOP)

Open Terminology Portal (TOP) Open Terminology Portal (TOP) Frank Hartel, Ph.D. Associate Director, Enterprise Vocabulary Services National Cancer Institute, Center for Biomedical Informatics NCBO Scientific Council October 16, 2007

More information

An analysis of the average waiting time during the patient discharge process at Kashani Hospital in Esfahan, Iran: a case study

An analysis of the average waiting time during the patient discharge process at Kashani Hospital in Esfahan, Iran: a case study An analysis of the average waiting time during the patient discharge process at Kashani Hospital in Esfahan, Iran: a case study Sima Ajami and Saeedeh Ketabi Abstract Strategies for improving the patient

More information

CDRL A006 Training Manual User's Guide for STAT! TM EMEDS ICU Serious Medical Game. Release v November 26, 2014

CDRL A006 Training Manual User's Guide for STAT! TM EMEDS ICU Serious Medical Game. Release v November 26, 2014 CDRL A006 Training Manual User's Guide for STAT! TM EMEDS ICU Serious Medical Game Copyright 2014 Vcom3D, Inc. Release v1.0.0 - November 26, 2014 Sponsored by Air Force Research Laboratory (AFRL) Prepared

More information

Task Force on Indigent Defense Statement of Grant Award Discretionary Grant

Task Force on Indigent Defense Statement of Grant Award Discretionary Grant Grant Number: Grantee Name: Program Title: Task Force on Indigent Defense Statement of Grant Award Discretionary Grant Grant Period: 3/1/2004-4/30/2005 Grant Award Amount: $152,472 212-04-D05 Travis County

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

UNICEF s response to the Cholera Outbreak in Yemen. Terms of Reference for a Real-Time Evaluation

UNICEF s response to the Cholera Outbreak in Yemen. Terms of Reference for a Real-Time Evaluation UNICEF s response to the Cholera Outbreak in Yemen Terms of Reference for a Real-Time Evaluation Background Two years since the escalation of violence in Yemen, a second wave of fast spreading cholera

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

Building national capacity, skills and knowledge Civil Registration and Vital Statistics (CRVS) Data for Health Initiative

Building national capacity, skills and knowledge Civil Registration and Vital Statistics (CRVS) Data for Health Initiative Building national capacity, skills and knowledge Civil Registration and Vital Statistics (CRVS) Data for Health Initiative Course Prospectus August 2016 Civil Registration and Vital Statistics, Data for

More information

Safety and Quality Measures: What, Why and How? APHA Congress 2010

Safety and Quality Measures: What, Why and How? APHA Congress 2010 Safety and Quality Measures: What, Why and How? APHA Congress 2010 Chris Baggoley 19 October 2010 Harvard study 17yrs on Although much good work has been carried out there is a sense at the coalface of

More information

2.13. Training for Emergency Health Management

2.13. Training for Emergency Health Management WHO/EHA EMERGENCY HEALTH TRAINING PROGRAMME FOR AFRICA 2. TOOLS 2.13. Training for Emergency Health Management Panafrican Emergency Training Centre, Addis Ababa, July 1998 2.13. Training for Emergency

More information

Safety Measurement, Monitoring & Strategies

Safety Measurement, Monitoring & Strategies Safety Measurement, Monitoring & Strategies Jonkoping Microsystem Festival Scientific Day March 2016 Charles Vincent Professor of Psychology University of Oxford Lead Oxford AHSN Patient Safety Collaborative

More information

Precedence Privacy Policy

Precedence Privacy Policy Precedence Privacy Policy This Policy describes how Precedence Health Care Pty Ltd (Precedence), and any company which it owns or controls, manages personal information for which it is responsible, specifically

More information

MaRS 2017 Venture Client Annual Survey - Methodology

MaRS 2017 Venture Client Annual Survey - Methodology MaRS 2017 Venture Client Annual Survey - Methodology JUNE 2018 TABLE OF CONTENTS Types of Data Collected... 2 Software and Logistics... 2 Extrapolation... 3 Response rates... 3 Item non-response... 4 Follow-up

More information

2014/15 Quality Improvement Plan (QIP) Narrative

2014/15 Quality Improvement Plan (QIP) Narrative 2014/15 Quality Improvement Plan (QIP) Narrative 4/1/2014 This document is intended to provide health care organizations in Ontario with guidance as to how they can develop a quality improvement plan.

More information

Maryland Department of Health and Mental Hygiene FY 2012 Memorandum of Understanding Annual Report of Activities and Accomplishments Highlights

Maryland Department of Health and Mental Hygiene FY 2012 Memorandum of Understanding Annual Report of Activities and Accomplishments Highlights Maryland Department of Health and Mental Hygiene FY 2012 Memorandum of Understanding Annual Report of Activities and Accomplishments Highlights A Nationally Recognized Partnership Hilltop was founded on

More information

EMERGENCY PLANNING PROCESS WRAP UP SESSION

EMERGENCY PLANNING PROCESS WRAP UP SESSION EMERGENCY PLANNING PROCESS WRAP UP SESSION Learning Objectives By the end of this session, the participant should be able to: Describe the elements of emergency planning process in terms of inputs, outputs

More information

Steps for a Successful 2017 ICD-10-CM Update

Steps for a Successful 2017 ICD-10-CM Update Steps for a Successful 2017 ICD-10-CM Update Code system updates cause disruption at every level within healthcare systems. As of October 1, 2016, healthcare professionals began adapting to adjustments

More information

Matching System for Creative Projects and Freelance Workers: PaylancerHK

Matching System for Creative Projects and Freelance Workers: PaylancerHK Department of Computer Science The University of Hong Kong Final Year Project (2015/16) Matching System for Creative Projects and Freelance Workers: PaylancerHK Interim Report 24 th January, 2016 Group

More information

Emergency and Evacuation

Emergency and Evacuation SAMPLE POLICY Emergency Policy Statement Our education and care service is committed to identifying risks and hazards of emergency and evacuation situations, and planning for their reduction or minimisation,

More information

What Is CAN? How it Works

What Is CAN? How it Works What Is CAN? You may have already heard about the Coordinated Assistance Network (CAN) at conferences, community meetings or your Red Cross Chapter. Chances are that it is already being used in your community

More information

Disaster Readiness for Hospital-Based Nurses: Preparing for Uncertain Times

Disaster Readiness for Hospital-Based Nurses: Preparing for Uncertain Times Disaster Readiness for Hospital-Based Nurses: Preparing for Uncertain Times Tener Goodwin Veenema PhD MPH MS FAAN, FNAP Johns Hopkins School of Nursing Tener Consulting Group LLC 24 th Annual Medical-Surgical

More information

NHS. NHS Improvement CANCER. Discovery Interview : Hints and Tips. The Power of Stories DIAGNOSTICS HEART LUNG STROKE

NHS. NHS Improvement CANCER. Discovery Interview : Hints and Tips. The Power of Stories DIAGNOSTICS HEART LUNG STROKE NHS NHS Improvement CANCER DIAGNOSTICS Discovery Interview : Hints and Tips The Power of Stories HEART LUNG STROKE 2 Discovery Interview : Hints and Tips - The Power of Stories Introduction The Discovery

More information

THE USE OF SIMULATION TO DETERMINE MAXIMUM CAPACITY IN THE SURGICAL SUITE OPERATING ROOM. Sarah M. Ballard Michael E. Kuhl

THE USE OF SIMULATION TO DETERMINE MAXIMUM CAPACITY IN THE SURGICAL SUITE OPERATING ROOM. Sarah M. Ballard Michael E. Kuhl Proceedings of the 2006 Winter Simulation Conference L. F. Perrone, F. P. Wieland, J. Liu, B. G. Lawson, D. M. Nicol, and R. M. Fujimoto, eds. THE USE OF SIMULATION TO DETERMINE MAXIMUM CAPACITY IN THE

More information

Federal Demonstration Partnership. January 12, 2009 Michael Pellegrino

Federal Demonstration Partnership. January 12, 2009 Michael Pellegrino Federal Demonstration Partnership January 12, 2009 Michael Pellegrino Agenda Participation Update Current System Issues Real Simple Syndication (RSS Feed) Adobe Transition Build 2008 03 Request for Proposal

More information

Building and strengthening national health research systems

Building and strengthening national health research systems Council on Health Research for Development (COHRED) Review version for expert consultation. Please do not circulate without authors permission Building and strengthening national health research systems

More information

Contents... 2 ADR Introduction... 3 Postgraduate Training Quality Governance Framework... 4 ADR Process and Documentation... 6 GMC Standards for

Contents... 2 ADR Introduction... 3 Postgraduate Training Quality Governance Framework... 4 ADR Process and Documentation... 6 GMC Standards for Annual Deanery Report Guidance Version 1: 2010 Contents Contents... 2 ADR Introduction... 3 Postgraduate Training Quality Governance Framework... 4 ADR Process and Documentation... 6 GMC Standards for

More information

ONTARIO S CRITICAL CARE SURGE CAPACITY MANAGEMENT PLAN MINOR SURGE TOOLKIT

ONTARIO S CRITICAL CARE SURGE CAPACITY MANAGEMENT PLAN MINOR SURGE TOOLKIT ONTARIO S CRITICAL CARE SURGE CAPACITY MANAGEMENT PLAN MINOR SURGE TOOLKIT VERSION 2.1 (UPDATED JANUARY 2017) 1 P a g e Please Note: This document is the updated version of the previous toolkit from 2009

More information

DOH Policy on Healthcare Emergency & Disaster Management for the Emirate of Abu Dhabi

DOH Policy on Healthcare Emergency & Disaster Management for the Emirate of Abu Dhabi DOH Policy on Healthcare Emergency & Disaster Management for the Emirate of Abu Dhabi Department of Health, October 2017 Page 1 of 22 Document Title: Document Number: Ref. Publication Date: 24 October

More information

The Agency for Co-operative Housing 2015 Client Satisfaction Survey. Prepared by TNS Canada. December 21, 2015

The Agency for Co-operative Housing 2015 Client Satisfaction Survey. Prepared by TNS Canada. December 21, 2015 The Agency for Co-operative Housing 015 Client Satisfaction Survey Prepared by TNS Canada December 1, 015 Contents 1 Background and Objectives 0 Methodology 0 Detailed Results 06 Agency Client Profile

More information

Indicator-Based Information system for Public Health (IBIS-PH) Data, Information and Knowledge Management Category Executive Summary

Indicator-Based Information system for Public Health (IBIS-PH) Data, Information and Knowledge Management Category Executive Summary Indicator-Based Information system for Public Health (IBIS-PH) Data, Information and Knowledge Management Category Executive Summary The Utah Department of Health currently has a web-based data dissemination

More information

Performance. Improvement in Scheduled Care Waiting List Management TOOLKIT. An Roinn Sláinte DEPARTMENT OF HEALTH. January 2013

Performance. Improvement in Scheduled Care Waiting List Management TOOLKIT. An Roinn Sláinte DEPARTMENT OF HEALTH. January 2013 Performance TOOLKIT in Scheduled Care January 2013 Patient Toolkit Pathways Performance in Scheduled Care Setting the context and initiating whole systems change for the delivery of scheduled care and

More information

Demand and capacity models High complexity model user guidance

Demand and capacity models High complexity model user guidance Demand and capacity models High complexity model user guidance August 2018 Published by NHS Improvement and NHS England Contents 1. What is the demand and capacity high complexity model?... 2 2. Methodology...

More information

School of Nursing and Midwifery. MMedSci / PGDip General Practice Advanced Nurse Practitioner (NURT101 / NURT102)

School of Nursing and Midwifery. MMedSci / PGDip General Practice Advanced Nurse Practitioner (NURT101 / NURT102) School of Nursing and Midwifery MMedSci / PGDip General Practice Advanced Nurse Practitioner (NURT101 / NURT102) Programme Outline 2017 1 Programme lead Dr Ian Brown. Lecturer Primary Care Nursing 0114

More information

6 TH CALL FOR PROPOSALS: FREQUENTLY ASKED QUESTIONS

6 TH CALL FOR PROPOSALS: FREQUENTLY ASKED QUESTIONS 6 TH CALL FOR PROPOSALS: FREQUENTLY ASKED QUESTIONS MARCH 2018 Below are some of the most common questions asked concerning the R2HC Calls for Proposals. Please check this list of questions before contacting

More information

Terms of reference for consultancy Purpose of Project and Background

Terms of reference for consultancy Purpose of Project and Background Vietnam Delegation The International Federation of Red Cross and Red Crescent Societies (IFRC) promotes the humanitarian activities of RC/RC National Societies among vulnerable people. By coordinating

More information

Using the structured judgement review method

Using the structured judgement review method National Mortality Case Record Review Programme Using the structured judgement review method A clinical governance guide to mortality case record reviews Supported by: Commissioned by: Dr Andrew Gibson

More information

Modelling Behaviour in Spaces Optimising Built and Urban Spaces for People Movement

Modelling Behaviour in Spaces Optimising Built and Urban Spaces for People Movement Modelling Behaviour in Spaces Optimising Built and Urban Spaces for People Movement Andy Parker and Shrikant Sharma 18 th February 2013 Building a healthier south west Seminar, Plymouth Buro Happold The

More information

Grants, Contracts and Consultancies Reporting

Grants, Contracts and Consultancies Reporting Grants, Contracts and Consultancies Reporting ANU Insight User Reference Guide May 2016 The Australian National University 1 of 26 Table of Contents Background... 3 Access to the Grants Reports... 4 How

More information

COMPLIANCE WITH THIS PUBLICATION IS MANDATORY

COMPLIANCE WITH THIS PUBLICATION IS MANDATORY BY ORDER OF THE SECRETARY OF THE AIR FORCE AIR FORCE POLICY DIRECTIVE 90-16 31 AUGUST 2011 Special Management STUDIES AND ANALYSES, ASSESSMENTS AND LESSONS LEARNED COMPLIANCE WITH THIS PUBLICATION IS MANDATORY

More information

Optum Anesthesia. Completely integrated anesthesia information management system

Optum Anesthesia. Completely integrated anesthesia information management system Optum Anesthesia Completely integrated anesthesia information management system 2 Completely integrated anesthesia information management system Optum Anesthesia Information Management System (AIMS) helps

More information

Joint Staff J7 / Deputy Director for Joint Training

Joint Staff J7 / Deputy Director for Joint Training Joint Staff J7 / Deputy Director for Joint Training Joint Theater Level Simulation Global Operations Don Weter, CIV Joint Staff J7 Environment Operations Division JTLS & JCATS Program Manager M&S Analysis

More information

Taking Teaching Further. Round 1. Application guidance

Taking Teaching Further. Round 1. Application guidance Taking Teaching Further Round 1 Application guidance June 2018 1 Contents Introduction 4 Policy context 5 Overview of Taking Teaching Further 6 Programme aims 6 Programme timescales 6 What will Taking

More information

South Western Emergency Research Institute

South Western Emergency Research Institute Data Scientist South Western Emergency Research Institute POSITION DESCRIPTION Research Group: South Western Emergency Research Institute Status: Full-time for one (1) year with extension subject to funding

More information

Hospital Care and Trauma Management Nakhon Tipsunthonsak Witaya Chadbunchachai Trauma Center Khonkaen, Thailand

Hospital Care and Trauma Management Nakhon Tipsunthonsak Witaya Chadbunchachai Trauma Center Khonkaen, Thailand Hospital Care and Trauma Management Nakhon Tipsunthonsak Witaya Chadbunchachai Trauma Center Khonkaen, Thailand Health protection and disease prevention Needs Assessment Disasters usually have an unforeseen,

More information

Danielle s Dilemma Tabletop Exercise (TTX) After-Action Report/Improvement Plan

Danielle s Dilemma Tabletop Exercise (TTX) After-Action Report/Improvement Plan After-Action Report/Improvement Plan April 27, 2016 Healthcare System Overview HEALTHCARE COALITION OVERVIEW A Healthcare Coalition (HCC) is a collaborative network of healthcare organizations and their

More information

4. Hospital and community pharmacies

4. Hospital and community pharmacies 4. Hospital and community pharmacies As FIP is the international professional organisation of pharmacists, this paper emphasises the role of the pharmacist in ensuring and increasing patient safety. The

More information

Upon completion of the CDLS course, participants will be able to:

Upon completion of the CDLS course, participants will be able to: The Core Disaster Life Support (CDLS) course CDLS The National Disaster Life Support (NDLS ) courses are a series of education programs to better prepare health care professionals and emergency response

More information

Risk Communications. Focus Area 5 Asia Pacific Strategy for Emerging Infectious Diseases (APSED)

Risk Communications. Focus Area 5 Asia Pacific Strategy for Emerging Infectious Diseases (APSED) Risk Communications Focus Area 5 Asia Pacific Strategy for Emerging Infectious Diseases (APSED) Joy Rivaca Caminade Technical Officer (Risk Communications) World Health Organization Western Pacific Regional

More information

Collaborative Working Environment. Robin Biesbroek, Paul Kiernan, Ray Richardson, Heinz-Martin Behrmann

Collaborative Working Environment. Robin Biesbroek, Paul Kiernan, Ray Richardson, Heinz-Martin Behrmann Collaborative Working Environment Robin Biesbroek, Paul Kiernan, Ray Richardson, Heinz-Martin Behrmann What is a CWE? 1. A Collaborative Working Environment (CWE) supports members of a team in their individual

More information

Gaining Insight from Patient Journey Data using a Process-Oriented Analysis Approach

Gaining Insight from Patient Journey Data using a Process-Oriented Analysis Approach Proceedings of the Fifth Australasian Workshop on Health Informatics and Knowledge Management (HIKM 2012), Melbourne, Australia Gaining Insight from Patient Journey Data using a Process-Oriented Analysis

More information

Safe Harbor Vs the Statistical Method

Safe Harbor Vs the Statistical Method Safe Harbor Vs the In order to leverage protected health information (PHI) for secondary purposes, an understanding of the different deidentification mechanisms is required. Under the U.S. Health Insurance

More information

UNITED NATIONS ECONOMIC AND SOCIAL COMMISSION FOR ASIA AND THE PACIFIC UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE

UNITED NATIONS ECONOMIC AND SOCIAL COMMISSION FOR ASIA AND THE PACIFIC UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE UNITED NATIONS ECONOMIC AND SOCIAL COMMISSION FOR ASIA AND THE PACIFIC in cooperation with UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE Regional Workshop for Knowledge hubs and Networks Next Step 10-11

More information

Chapter 13. Documenting Clinical Activities

Chapter 13. Documenting Clinical Activities Chapter 13. Documenting Clinical Activities INTRODUCTION Documenting clinical activities is required for one or more of the following: clinical care of individual patients -sharing information with other

More information

Chapter 3: Business Continuity Management

Chapter 3: Business Continuity Management Chapter 3: Business Continuity Management GAO Why we did this audit: Nova Scotians rely on critical government programs and services Plans needed so critical services can continue Effective management

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

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

Intravenous Infusion Practices and Patient Safety: Insights from ECLIPSE

Intravenous Infusion Practices and Patient Safety: Insights from ECLIPSE Intravenous Infusion Practices and Patient Safety: Insights from ECLIPSE Acknowledgement and disclaimer Funding acknowledgement: This project is funded by the National Institute for Health Research Health

More information

11 th Global Forum on Tourism Statistics CALL FOR PAPERS. 14 to 16 November 2012, Reykjavík, Iceland. January 2012

11 th Global Forum on Tourism Statistics CALL FOR PAPERS. 14 to 16 November 2012, Reykjavík, Iceland. January 2012 January 2012 11 th Global Forum on Tourism Statistics 14 to 16 November 2012, Reykjavík, Iceland CALL FOR PAPERS Statistics Iceland, the Icelandic Ministry of Industry, Energy and Tourism, the Organisation

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

A SIMULATION MODEL FOR BIOTERRORISM PREPAREDNESS IN AN EMERGENCY ROOM. Lisa Patvivatsiri

A SIMULATION MODEL FOR BIOTERRORISM PREPAREDNESS IN AN EMERGENCY ROOM. Lisa Patvivatsiri Proceedings of the 2006 Winter Simulation Conference L. F. Perrone, F. P. Wieland, J. Liu, B. G. Lawson, D. M. Nicol, and R. M. Fujimoto, eds. A SIMULATION MODEL FOR BIOTERRORISM PREPAREDNESS IN AN EMERGENCY

More information

Make the most of your resources with our simulation-based decision tools

Make the most of your resources with our simulation-based decision tools CHALLENGE How to move 152 children to a new facility in a single day without sacrificing patient safety or breaking the budget. OUTCOME A simulation-based decision support tool helped CHP move coordinators

More information

Board of Health and Local Health Integration Network Engagement Guideline, 2018

Board of Health and Local Health Integration Network Engagement Guideline, 2018 Ministry of Health and Long-Term Care Board of Health and Local Health Integration Network Engagement Guideline, 2018 Population and Public Health Division, Ministry of Health and Long-Term Care Effective:

More information

UNCLASSIFIED R-1 ITEM NOMENCLATURE FY 2013 OCO

UNCLASSIFIED R-1 ITEM NOMENCLATURE FY 2013 OCO Exhibit R-2, RDT&E Budget Item Justification: PB 2013 Navy DATE: February 2012 COST ($ in Millions) FY 2011 FY 2012 Base OCO Total FY 2014 FY 2015 FY 2016 FY 2017 Cost To Complete Total Cost Total Program

More information

Guardian 2015 Full-Scale Exercise. After-Action Report

Guardian 2015 Full-Scale Exercise. After-Action Report Guardian 2015 Full-Scale Exercise After-Action Report Executive Summary The Guardian 2015 Full-Scale Exercise was conducted from June 24 th June 26 th for the US Army Reserve. All phases of the exercise

More information

Changing behaviors through education to improve patient outcomes associated with vascular access devices

Changing behaviors through education to improve patient outcomes associated with vascular access devices Changing behaviors through education to improve patient outcomes associated with vascular access devices Fiona Fullerton Clinical Nurse Consultant Vascular Access Surveillance Princess Alexandra Hospital,

More information

From Clinician. to Cabinet: The Use of Health Information Across the Continuum

From Clinician. to Cabinet: The Use of Health Information Across the Continuum From Clinician to Cabinet: The Use of Health Information Across the Continuum Better care. Improved quality and safety. More effective allocation of resources. Organizations in Canada that deliver mental

More information

A Case Study. September 2012

A Case Study. September 2012 Key Ideas. Key Solutions Implementing Effective Data Collection in the Program Development and Application Review Phases Reduces Redundancies in Federal Grant Management Portfolios: September 2012 Submitted

More information

Innovative Public Procurement of Intelligent Transport Solutions City of Copenhagen

Innovative Public Procurement of Intelligent Transport Solutions City of Copenhagen Innovative Public Procurement of Intelligent Transport Solutions City of Copenhagen About this Best Practice Case In recent years the City of Copenhagen set up numerous initiatives to achieve their goal

More information

https://www.metricsthatmatter.com/url/u.aspx?0cbf11b3e Guest Presenter Jay Bottelson

https://www.metricsthatmatter.com/url/u.aspx?0cbf11b3e Guest Presenter Jay Bottelson Defense Acquisition University Lunch n Learn Navy VAMOSC 12 April 2017 Session will start at 1230 EDT (1130 CDT). Audio will be through DCS there will be a sound check 30 minutes prior to the session.

More information

Hospital of the Future Planning a new Medicine/Telemetry Unit with confidence

Hospital of the Future Planning a new Medicine/Telemetry Unit with confidence GE Healthcare Infrastructure Solutions Hospital of the Future Planning a new Medicine/Telemetry Unit with confidence Humber River Regional Hospital The Background Humber River Regional Hospital (HRRH)

More information

PLANNING DRILLS FOR HEALTHCARE EMERGENCY AND INCIDENT PREPAREDNESS AND TRAINING

PLANNING DRILLS FOR HEALTHCARE EMERGENCY AND INCIDENT PREPAREDNESS AND TRAINING PLANNING DRILLS FOR HEALTHCARE EMERGENCY AND INCIDENT PREPAREDNESS AND TRAINING Introduction Emergencies and other critical events can create numerous headaches for hospitals and other healthcare facilities.

More information