Analyzing Medical Processes

Size: px
Start display at page:

Download "Analyzing Medical Processes"

Transcription

1 Analyzing Medical Processes Bin Chen, George S. Avrunin, Lori A. Clarke, Leon J. Osterweil, University of Massachusetts, Amherst Elizabeth A. Henneman School of Nursing, University of Massachusetts, Amherst Philip L. Henneman Tufts-Baystate Medical Center, Springfield, MA

2 Problem: Medical Errors According to a 1999 IOM study, medical errors are a leading cause of death in the U.S. 5 years after the original study, no substantial reduction Resulted in many efforts to mandate and/or model critical processes Guildelines In English, with imprecise and ambiguous terminology Usually incomplete E.g. no indication of how to handle unusual situations Modeling notations Data flow diagrams Also, UML, Petri Nets, finite-state machines Again, no indication on how to handle unusual situations Some of these notations lack semantics for specifying them 2

3 Goal: Detecting and Reducing Medical Errors Hypothesis: Finite-state verification can be used to help detect defects in medical processes that are modeled using a semantically rich, rigorously defined process-definition language And to verify that efforts to remove the defects have (or have not) been successful 3

4 Approach Create detailed models of medical processes using the Little-JIL process definition language Represent medical guidelines as property specifications using the Propel property specification system Use finite-state verification techniques to detect violations of these properties by the process definitions Using FLAVERS and SPIN Working with medical professionals, modify the processes and reapply finite-state verification An approach to Continuous Process Improvement for complex, human-intensive processes 4

5 Desiderata for a Process Definition Language Well-defined semantics Support analysis Support execution Rich set of constructs for supporting (e.g.) Hierarchy Abstraction Scoping Exception handling Concurrency (synchronous and asynchronous) Iteration and conditionals Resource utilization Human-desired flexibility (E.g., choice operators) Facilities for elaboration of details Sufficient clarity to facilitate validation of process definitions by domain experts 5

6 Little-JIL Process Definition Language Three major components artifact specification resource specification coordination specification Visual Representation Supported by an Environment with capabilities for Editing Execution Analysis Static (e.g. FSV, FTA) Dynamic (e.g. discrete event simulation) 6

7 Coordination Diagram Cardinality and artifact flow Artifact flow via channels 7

8 An Example Little-JIL Process 8

9 An Example Property; Defined with Propel Example property: Once the nurse notifies the blood bank to prepare the blood product,the nurse will eventually pick up the blood product Notify_Bloodbank Pick_Up_Blood Notify_Bloodbank About 60 such were properties derived from requirements stated in standard nursing text. 9

10 Overview of our Verification Approach Construct a finite model that represents all sequences of events, relevant to the property to be evaluated, that can arise during system s execution Use reasoning methods (e.g., model checking, data flow analysis) to determine whether the property holds for all executions Used FLAVERS and SPIN represent distinct modeling and reasoning approaches Could build on our existing technology to automatically generate the models needed by them 10

11 The Verification Process Two-stage translation approach Little-JIL process definition Bandera Internal Representation (BIR) BIR Input representations of FSV tools & Optimizations 11

12 Optimizations Little-JIL process definitions yield large BIR models Optimizations needed Optimizations on BIR applicable to models derived from BIR Take advantage of the scoping rules of Little-JIL Optimizations include Alphabet refinement Abstraction Partial order reduction Resulting BIR model Usually a significant reduction in size Conservative wrt the property 12

13 Evaluation Based on Case Studies Process definition: Computer Scientists, working with teams of medical professionals, define processes in Little-JIL Process definition validation: Iterative review and refinement of definitions until full buy-in Medical Process Domains In-Patient Blood Transfusion Administration Breast Cancer Chemotherapy Administration Emergency Room Patient Treatment 13

14 The Process to be Verified (Top Level) 14

15 Elaboration of Nurse s Process take from bloodbank status channel 15

16 Now Elaborate on Blood Bank Process 16

17 Example Blood Transfusion Process (Bloodbank) Property: Once the nurse notifies the blood bank to prepare the blood product,the nurse will eventually pick up the blood product take from bloodbank status channel Error! In obtain blood product from blood bank" step the nurse could repeatedly check the blood bank status" channel for a blood product ready" message 17

18 Obtain Blood Product from Blood Bank Obtain Blood Product from Blood Bank X Look at Blood Bank Status Channel Get Blood Product Wait Blood Product Is Ready Read From Blood Bank Status Channel 18

19 Improving the Process When the patient's type and screen are not available, the blood bank is unable to prepare the blood Check List and Process Model assumed type and screen obtained prior to the transfusion order But this is not always true In real process, nurse eventually notices that the blood unit is still not available and calls the blood bank. Then the nurse does the type and screen and re-issues the blood unit request Nurses knew this problem sometimes arose, but did not know why Problems like this are one reason why the average wait time in an emergency room is 6 hours! 19

20 New Obtain Blood Product from Blood Bank Look at Blood Bank Status Channel Obtain Blood Product from Blood Bank X Get Status Read From Blood Bank Status Channel Blood Product Is Ready O_ React Blood Product Not Ready Blood Type and Screen Unknown Reorder Get Blood Product Look at Blood Bank Status Channel Type and Screen Notify Blood Bank To Prepare Blood 20

21 The rest of the story Medical professionals proposed a fix for the error: require the nurse to check for blood type and screen unknown" message and respond by drawing a blood specimen for determining type and screen and sending this as part of a new request to the blood bank Modified process introduced another problem in the process definition Sample for type and screen might not be drawn until after all of the other preparations for the transfusion have taken place, resulting in a (possibly life threatening) long delay for the patient Analysis found this problem But this might not be the best way to deal with this situation 21

22 Elaboration of Nurse s Process Verify blood type take from bloodbank status channel 22

23 The happy ending Second proposed modification: require the nurse check for the availability of the type and screen before notifying the blood bank of the transfusion order and, if necessary,draw the specimen at that time Second modification consistent with all the properties (created so far) >60 properties Just one example of a real error in a real process Paper describes another related property Demonstrates systematic support for process improvement 23

24 Observations about the analysis Rarely have a false positive Process definitions are primarily control-based No aliasing or interactions with complex data structures Optimizations crucial for the feasibility of this approach Use small configuration sizes Have encountered very few properties that can not be easily represented in Propel Apply the usual tricks (e.g. decompose the property, represent timing and state concerns as events, etc. ) 24

25 Related Work Process Modeling and Definition Property Specification Finite State Verification Improving Medical Processes Asbru language (Shahar et.al), then KIV theorem prover (tenteije et.al.) Asbru language, then SMV (Baumler, et.al.) GLARE language; Promela then SPIN (Molino, et.al.) Baysean Belief Networks, then Discrete Event Simulation (van der Gaag, et.al.) 25

26 Conclusions Current process definitions used to define medical processes are inadequate for Capturing important details Supporting rigorous analysis about safety problems Processes (and process models) too complex to be well understood Esp. with concurrency, indeterminacy, and exceptional behavior Detailed process model plus FSV can be effectively used to: Validate the model Find process problems Evaluate proposed process improvements 26

Analyzing Medical Processes

Analyzing Medical Processes Analyzing Medical Processes Bin Chen Dept. of Computer Science University of Massachusetts Amherst, MA 01003 chenbin@cs.umass.edu Lori A. Clarke Dept. of Computer Science University of Massachusetts Amherst,

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

Structured Model for Healthcare Job Processes: QMS-H

Structured Model for Healthcare Job Processes: QMS-H Munechika, Masahiko Structured Model for Healthcare Job Processes: QMS-H Munechika, M. 1, Tsuru S. 2, Iizuka Y. 3 1: Waseda University, Tokyo, Japan 2, 3: The University of Tokyo, Tokyo, Japan Summary

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

Evaluation of an Eye Tracking Device to Increase Error Recovery by Nursing Students Using Human Patient Simulation

Evaluation of an Eye Tracking Device to Increase Error Recovery by Nursing Students Using Human Patient Simulation University of Massachusetts Amherst ScholarWorks@UMass Amherst Masters Theses 1911 - February 2014 Dissertations and Theses 2010 Evaluation of an Eye Tracking Device to Increase Error Recovery by Nursing

More information

MASSACHUSETTS DEPARTMENT OF PUBLIC HEALTH POLICY ON THE RETENTION, STORAGE, AND USE OF NEWBORN SCREENING DATA AND RESIDUAL SPECIMENS DECEMBER 2015

MASSACHUSETTS DEPARTMENT OF PUBLIC HEALTH POLICY ON THE RETENTION, STORAGE, AND USE OF NEWBORN SCREENING DATA AND RESIDUAL SPECIMENS DECEMBER 2015 MASSACHUSETTS DEPARTMENT OF PUBLIC HEALTH POLICY ON THE RETENTION, STORAGE, AND USE OF NEWBORN SCREENING DATA AND RESIDUAL SPECIMENS DECEMBER 2015 I. Introduction II. Background III. Definitions IV. Rationale

More information

Proclets in Healthcare

Proclets in Healthcare Proclets in Healthcare R.S. Mans 1,2, N.C. Russell 1, W.M.P. van der Aalst 1, A.J. Moleman 2, P.J.M. Bakker 2 1 Department of Information Systems, Eindhoven University of Technology, P.O. Box 513, NL-5600

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

AAPM TG-100 : A new paradigm for quality management in radiation therapy

AAPM TG-100 : A new paradigm for quality management in radiation therapy AAPM TG-100 : A new paradigm for quality management in radiation therapy M. Saiful Huq, PhD, FAAPM, FInstP Professor and Director of Medical Physics University of Pittsburgh Cancer Institute and UPMC CancerCenter

More information

Draft National Quality Assurance Criteria for Clinical Guidelines

Draft National Quality Assurance Criteria for Clinical Guidelines Draft National Quality Assurance Criteria for Clinical Guidelines Consultation document July 2011 1 About the The is the independent Authority established to drive continuous improvement in Ireland s health

More information

A HUMAN FACTORS PERSPECTIVE OF INFORMATION FLOW IN HEALTHCARE

A HUMAN FACTORS PERSPECTIVE OF INFORMATION FLOW IN HEALTHCARE A HUMAN FACTORS PERSPECTIVE OF INFORMATION FLOW IN HEALTHCARE Sandra Garrett, Clemson University and Ashley Benedict, Purdue University Abstract Information flow in healthcare is becoming more complex

More information

United Kingdom National Release Centre and Implementation of SNOMED CT

United Kingdom National Release Centre and Implementation of SNOMED CT United Kingdom National Release Centre and Implementation of SNOMED CT Deborah Drake MSc Advanced Terminology Specialist Terminology & Classifications Delivery Service Contents NHS Overview NHS Terminology

More information

CS Mandatory Access Control, part 2. Prof. Clarkson Spring 2016

CS Mandatory Access Control, part 2. Prof. Clarkson Spring 2016 CS 5430 Mandatory Access Control, part 2 Prof. Clarkson Spring 2016 Review: MAC Mandatory access control (MAC) not Message Authentication Code (applied crypto), nor Media Access Control (networking) philosophy:

More information

Aligning Temporal Data by Sentinel Events: Discovering Patterns in Electronic Health Records

Aligning Temporal Data by Sentinel Events: Discovering Patterns in Electronic Health Records Aligning Temporal Data by Sentinel Events: Discovering Patterns in Electronic Health Records Taowei Wang, Catherine Plaisant, Alex Quinn, Roman Stanchak, Ben Shneiderman University of Maryland Shawn Murphy

More information

EFFECTIVE ROOT CAUSE ANALYSIS AND CORRECTIVE ACTION PROCESS

EFFECTIVE ROOT CAUSE ANALYSIS AND CORRECTIVE ACTION PROCESS I International Symposium Engineering Management And Competitiveness 2011 (EMC2011) June 24-25, 2011, Zrenjanin, Serbia EFFECTIVE ROOT CAUSE ANALYSIS AND CORRECTIVE ACTION PROCESS Branislav Tomić * Senior

More information

Chapter 2 Nursing Process

Chapter 2 Nursing Process Chapter 2 Nursing Process Definition of the Nursing Process Organized sequence of problem-solving steps Used to identify and manage the health problems of clients Accepted standard for clinical practice:

More information

COMPANY CONSULTING Terms of Reference Development of an Open Innovation Portal for UTFSM FSM1402 Science-Based Innovation FSM1402AT8 I.

COMPANY CONSULTING Terms of Reference Development of an Open Innovation Portal for UTFSM FSM1402 Science-Based Innovation FSM1402AT8 I. COMPANY CONSULTING Terms of Reference Development of an Open Innovation Portal for UTFSM FSM1402 Science-Based Innovation FSM1402AT8 I. BACKGROUND 1.1 General overview of the project in which the Consulting

More information

130 FERC 61,211 UNITED STATES OF AMERICA FEDERAL ENERGY REGULATORY COMMISSION

130 FERC 61,211 UNITED STATES OF AMERICA FEDERAL ENERGY REGULATORY COMMISSION 130 FERC 61,211 UNITED STATES OF AMERICA FEDERAL ENERGY REGULATORY COMMISSION Before Commissioners: Jon Wellinghoff, Chairman; Marc Spitzer, Philip D. Moeller, and John R. Norris. Mandatory Reliability

More information

General Eligibility Requirements

General Eligibility Requirements 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 Overview General Eligibility Requirements Clinical Care Program Certification (CCPC)

More information

FDP Subaward Forms Frequently Asked Questions Check back frequently for updates!

FDP Subaward Forms Frequently Asked Questions Check back frequently for updates! FDP Subaward Forms Frequently Asked Questions Check back frequently for updates! Categories of Questions (click hyperlink below): Invoicing & Final Statement of Cumulative Costs Uniform Guidance (UG) data

More information

Measure #47 (NQF 0326): Care Plan National Quality Strategy Domain: Communication and Care Coordination

Measure #47 (NQF 0326): Care Plan National Quality Strategy Domain: Communication and Care Coordination Measure #47 (NQF 0326): Care Plan National Quality Strategy Domain: Communication and Care Coordination 2017 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY MEASURE TYPE: Process DESCRIPTION: Percentage

More information

Clinical Coding Policy

Clinical Coding Policy Clinical Coding Policy Document Summary This policy document sets out the Trust s expectations on the management of clinical coding DOCUMENT NUMBER POL/002/093 DATE RATIFIED 9 December 2013 DATE IMPLEMENTED

More information

Goals of System Modeling:

Goals of System Modeling: Goals of System Modeling: 1. To focus on important system features while downplaying less important features, 2. To verify that we understand the user s environment, 3. To discuss changes and corrections

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

2018 Research Council Grant Guidelines Project year May 1, 2018 June 30, 2019

2018 Research Council Grant Guidelines Project year May 1, 2018 June 30, 2019 2018 Research Council Grant Guidelines Project year May 1, 2018 June 30, 2019 Submission Due Dates: To department chair(s): Monday, January 22, 2018, by 5:00 p.m. To dean(s): Wednesday, January 24, 2018,

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

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

Clinical Pathway Ontology for Generating Patient Specific CarePlans

Clinical Pathway Ontology for Generating Patient Specific CarePlans Clinical Pathway Ontology for Generating Patient Specific CarePlans Katrina Hurley and Syed Sibte Raza Abidi NICHE Research Group, Faculty of Computer Science, Dalhousie University, Halifax, Canada kfhurley@dal.ca

More information

ONESOURCE University Training with Session Descriptions

ONESOURCE University Training with Session Descriptions ONESOURCE INCOME TAX TY13 RECOMMENDED TRAINING SEQUENCE FOR ONESOURCE INCOME TAX RS Session Name Session Description WebSeminar Recorded Event e-learning Module Session Length Domestic Administrator Ecel

More information

Software Sustainment: Continuous Engineering to

Software Sustainment: Continuous Engineering to Software Sustainment: Continuous Engineering to Deliver Warfighter Capability Michael H. McLendon (SEI) John Stankowski (OSD) Dr. Forrest Shull (SEI) Stephany Bellomo (SEI) Software Engineering Institute

More information

Test Procedure for (c) Maintain up-to-date problem list

Test Procedure for (c) Maintain up-to-date problem list Test Procedure for 170.302 (c) Maintain up-to-date problem list This document describes the draft test procedure for evaluating conformance of complete EHRs or EHR modules 1 to the certification criteria

More information

Medicine Reconciliation FREQUENTLY ASKED QUESTIONS NATIONAL MEDICATION SAFETY PROGRAMME

Medicine Reconciliation FREQUENTLY ASKED QUESTIONS NATIONAL MEDICATION SAFETY PROGRAMME Medicine Reconciliation FREQUENTLY ASKED QUESTIONS NATIONAL MEDICATION SAFETY PROGRAMME The Process What is medicine reconciliation? Medicine reconciliation is an evidence-based process, which has been

More information

Effective Root Cause Analysis A Process

Effective Root Cause Analysis A Process Effective Root Cause Analysis A Process Henry B. (Buddy) Everage HBE Consulting Solutions, LLC 703-822-1201 beverage@hbeconsultingsolutions.com 1 Learning Objectives Improve the variance analysis process

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

March The Challenges Behind Fixing Provider Directory Data. betterdoctor.com

March The Challenges Behind Fixing Provider Directory Data. betterdoctor.com 000111010 0001110011 11100101111 100011011100 101011001010 0101001011100 1101001011110 0001011000110 010100101111 1110011100110111 1000010110111001100 110010101110011001011 1100110011011110110110 1100100011001010111001

More information

DEFINING, EVALUATING, AND IMPROVING THE PROCESS OF VERIFYING PATIENT IDENTIFIERS

DEFINING, EVALUATING, AND IMPROVING THE PROCESS OF VERIFYING PATIENT IDENTIFIERS University of Massachusetts - Amherst ScholarWorks@UMass Amherst Doctoral Dissertations May 2014 - current Dissertations and Theses Summer 2014 DEFINING, EVALUATING, AND IMPROVING THE PROCESS OF VERIFYING

More information

Being Prepared for Ongoing CPS Safety Management

Being Prepared for Ongoing CPS Safety Management Being Prepared for Ongoing CPS Safety Management Introduction This month we start a series of safety intervention articles that will consider ongoing CPS safety management functions, roles, and responsibilities.

More information

2. What is the main similarity between quality assurance and quality improvement?

2. What is the main similarity between quality assurance and quality improvement? Chapter 6 Review Questions 1. Quality improvement focuses on: a. Individual clinicians or system users b. Routine measurement of performance c. Information technology issues d. Constant training 2. What

More information

CLINICAL PROTOCOL FOR THE IDENTIFICATION OF SERVICE USERS

CLINICAL PROTOCOL FOR THE IDENTIFICATION OF SERVICE USERS CLINICAL PROTOCOL FOR THE IDENTIFICATION OF SERVICE USERS RATIONALE All Professionals/healthcare workers are personally accountable for their practice and, in the exercise of their professional accountability,

More information

Cancer Prevention & Research Institute of Texas

Cancer Prevention & Research Institute of Texas Cancer Prevention & Research Institute of Texas IA # 06-18 Internal Audit Follow-Up Procedures Report over C O N T E N T S Page Internal Audit Report Transmittal Letter to the Oversight Committee... 1

More information

SAMPLE Grant and Fellowship Program Frequently Asked Questions

SAMPLE Grant and Fellowship Program Frequently Asked Questions General Application Questions SAMPLE Grant and Fellowship Program Frequently Asked Questions Q: What kinds of research does the Foundation fund? A: The Foundation supports research that demonstrates potential

More information

Plan, do, Study, Act Cycles, as an Alternate to Action Research for Clinically Based Inquiry

Plan, do, Study, Act Cycles, as an Alternate to Action Research for Clinically Based Inquiry International Journal of Research in Nursing 4 (2): 34-39, 2013 ISSN: 1949-0194 2013 Science Publication doi:10.3844/ijrnsp.2013.34.39 Published Online 4 (2) 2013 (http://www.thescipub.com/ijrn.toc) Plan,

More information

Medication Module Tutorial

Medication Module Tutorial Medication Module Tutorial An Introduction to the Medication module Whether completing a clinic patient evaluation, a hospital admission history and physical, a discharge summary, a hospital order set,

More information

Team 3: Communication Aspects In Urban Operations

Team 3: Communication Aspects In Urban Operations Calhoun: The NPS Institutional Archive Faculty and Researcher Publications Faculty and Researcher Publications 2007-03 Team 3: Communication Aspects In Urban Operations Doll, T. http://hdl.handle.net/10945/35617

More information

Polit: Essentials of Nursing Research, 7th Edition

Polit: Essentials of Nursing Research, 7th Edition Polit: Essentials of Nursing Research, 7th Edition Chapter 1: Introduction to Nursing Research in an Evidence-Based Practice Environment Test Bank 1. Which of the following groups would be best served

More information

2017 Innovation Fund. Guidelines for completing a notice of intent and a proposal

2017 Innovation Fund. Guidelines for completing a notice of intent and a proposal Guidelines for completing a notice of intent and a proposal March 2016 TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 3 Compliance with guidelines for notice of intent and proposal preparation... 3 CHAPTER

More information

Millcreek Request for Proposals Website Design Services Due Date and Time: February 21, 2017, 5:00 p.m.

Millcreek Request for Proposals Website Design Services Due Date and Time: February 21, 2017, 5:00 p.m. Millcreek Request for Proposals Website Design Services Due Date and Time: February 21, 2017, 5:00 p.m. 1. Introduction/Background. Millcreek ( City ) was incorporated on December 27, 2016. The City s

More information

GLI Standards Composite Submission Requirements Initial Release, Version: 1.0 Release Date: August 25, 2011

GLI Standards Composite Submission Requirements Initial Release, Version: 1.0 Release Date: August 25, 2011 GLI Standards Composite Submission Requirements Initial Release, Version: 1.0 Release Date: This Page Intentionally Left Blank About These Requirements This document contains a composite view of all submission

More information

ENRS: an Object Oriented Approach. By Faris Kateb

ENRS: an Object Oriented Approach. By Faris Kateb ENRS: an Object Oriented Approach By Faris Kateb What is ENRS? ENRS( Electronic Nursing Record System) Computer-based documentation associated with nursing care It will be the cornerstone of a new way

More information

Chapter 17 EMS Quality Assurance Program February 2009

Chapter 17 EMS Quality Assurance Program February 2009 Division 05 Emergency Medical February 2009 POLICY This General Order establishes policy and procedures for the continuous evaluation and improvement of emergency medical services (EMS) provided by the

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

Quality ID #46 (NQF 0097): Medication Reconciliation Post-Discharge National Quality Strategy Domain: Communication and Care Coordination

Quality ID #46 (NQF 0097): Medication Reconciliation Post-Discharge National Quality Strategy Domain: Communication and Care Coordination Quality ID #46 (NQF 0097): Medication Reconciliation Post-Discharge National Quality Strategy Domain: Communication and Care Coordination 2018 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY MEASURE TYPE:

More information

The official manual of the Sheriff's Department of the County of Los Angeles is hereby established and is titled "Manual of Policy and Procedures.

The official manual of the Sheriff's Department of the County of Los Angeles is hereby established and is titled Manual of Policy and Procedures. VOLUME 1 - CHAPTER 1 INTRODUCTION 1-01/000.00 THE DEPARTMENT MANUAL The official manual of the Sheriff's Department of the County of Los Angeles is hereby established and is titled "Manual of Policy and

More information

Quick Guide to A3 Problem Solving

Quick Guide to A3 Problem Solving Quick Guide to A3 Problem Solving What is it? Toyota Motor Corporation is famed for its ability to relentlessly improve operational performance. Central to this ability is the training of engineers, supervisors

More information

Let s Talk Informatics

Let s Talk Informatics Let s Talk Informatics Discrete-Event Simulation Daryl MacNeil P.Eng., MBA Terry Boudreau P.Eng., B.Sc. 28 Sept. 2017 Bethune Ballroom, Halifax, Nova Scotia Please be advised that we are currently in a

More information

Introduction to the Parking Lot

Introduction to the Parking Lot Introduction to the Parking Lot In ARK Epic training sessions, The Parking Lot" is used to capture all questions for which your trainer may not have an immediate answer during session. Your ARK Epic Training

More information

Begin Implementation. Train Your Team and Take Action

Begin Implementation. Train Your Team and Take Action Begin Implementation Train Your Team and Take Action These materials were developed by the Malnutrition Quality Improvement Initiative (MQii), a project of the Academy of Nutrition and Dietetics, Avalere

More information

SAMPLE Grant and Fellowship Program Frequently Asked Questions

SAMPLE Grant and Fellowship Program Frequently Asked Questions SAMPLE Grant and Fellowship Program Frequently Asked Questions For more information, visit https://preventcancer.org/research/researcher-profiles/#awardees to view past award recipients, researcher profiles

More information

Quality ID #137 (NQF 0650): Melanoma: Continuity of Care Recall System National Quality Strategy Domain: Communication and Care Coordination

Quality ID #137 (NQF 0650): Melanoma: Continuity of Care Recall System National Quality Strategy Domain: Communication and Care Coordination Quality ID #137 (NQF 0650): Melanoma: Continuity of Care Recall System National Quality Strategy Domain: Communication and Care Coordination 2018 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY MEASURE

More information

ALICE Policy for Publications and Presentations

ALICE Policy for Publications and Presentations ALICE Policy for Publications and Presentations The Conference Committee can be contacted at alice-cc@cern.ch. The Editorial Board can be contacted at alice-editorial-board@cern.ch. The Physics Board can

More information

Horizontal Monitoring

Horizontal Monitoring ing. D.R. Utermark RE is a senior manager at KPMG Health. utermark.dennis@kpmg.nl E. Tsjapanova MSc is a senior consultant at KPMG Health. tsjapanova.eva@kpmg.nl KPMG is involved in the introduction of

More information

The University of Michigan Health System. Geriatrics Clinic Flow Analysis Final Report

The University of Michigan Health System. Geriatrics Clinic Flow Analysis Final Report The University of Michigan Health System Geriatrics Clinic Flow Analysis Final Report To: CC: Renea Price, Clinic Manager, East Ann Arbor Geriatrics Center Jocelyn Wiggins, MD, Medical Director, East Ann

More information

Seamless transition from paper to AHS EHR

Seamless transition from paper to AHS EHR Seamless transition from paper to AHS EHR February 15, 2013 Embrace the new world of healthcare Paula D. Peter Galen Certified EHR Consultant 5 yr. AHS and Galen Certified EEHR Consultant Project Manager

More information

Copyright 2005, Robust Decisions Inc.

Copyright 2005, Robust Decisions Inc. OO-OO-OO! the Sound of a Broken OODA Loop By: David G. Ullman, P.E. PhD. President, Robust Decisions Inc. Accepted for publication by CrossTalk, January 2006 Abstract The OODA Loop (Observe, Orient, Decide,

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

Entering an Electronic Proposal Routing Approval Form (epraf) Overview Understanding PantherSoft Proposals... 3 Proposal Internal Clearance...

Entering an Electronic Proposal Routing Approval Form (epraf) Overview Understanding PantherSoft Proposals... 3 Proposal Internal Clearance... Entering an Electronic Proposal Routing Approval Form (epraf) Training Guide Contents Overview... 2 Understanding PantherSoft Proposals... 3 Proposal Internal Clearance... 3 Proposal Information... 3 Proposal

More information

Institute for Science and International Security

Institute for Science and International Security Institute for Science and International Security April 11, 2008 ISIS REPORT Briefing notes from February 2008 IAEA meeting regarding Iran s nuclear program The Institute for Science and International Security

More information

Occupation Description: Responsible for providing nursing care to residents.

Occupation Description: Responsible for providing nursing care to residents. NOC: 3152 (2011 NOC is 3012) Occupation: Registered Nurse Occupation Description: Responsible for providing nursing care to residents. Key essential skills are: Document Use, Oral Communication, Problem

More information

Collaborative. Decision-making Framework: Quality Nursing Practice

Collaborative. Decision-making Framework: Quality Nursing Practice Collaborative Decision-making Framework: Quality Nursing Practice December 7, 2016 Please note: For consistency, when more than one regulatory body is being discussed in this document, the regulatory bodies

More information

Drivers of HCAHPS Performance from the Front Lines of Healthcare

Drivers of HCAHPS Performance from the Front Lines of Healthcare Drivers of HCAHPS Performance from the Front Lines of Healthcare White Paper by Baptist Leadership Group 2011 Organizations that are successful with the HCAHPS survey are highly focused on engaging their

More information

End-to-end infusion safety. Safely manage infusions from order to administration

End-to-end infusion safety. Safely manage infusions from order to administration End-to-end infusion safety Safely manage infusions from order to administration New demands and concerns 56% 7% of medication errors are IV-related. 1 of high-risk IVs are compounded in error. 2 $3.5B

More information

STATUTORY AUTHORITY: Nursing Practice Act, Section NMSA 1978 Comp. [ NMAC - Rp,

STATUTORY AUTHORITY: Nursing Practice Act, Section NMSA 1978 Comp. [ NMAC - Rp, TITLE 16 CHAPTER 12 PART 3 OCCUPATIONAL AND PROFESSIONAL LICENSING NURSING AND HEALTH CARE RELATED PROVIDERS NURSING EDUCATIONAL PROGRAMS 16.12.3.1 ISSUING AGENCY: New Mexico Board of Nursing. [16.12.3.1

More information

Complex example of CWW for Osteosarcoma Online

Complex example of CWW for Osteosarcoma Online Complex example of CWW for Osteosarcoma Online 1 Organize CWW following visuospatial-semantic groupings The goal of Tutorial C is to apply CWW to identify and repair usability problems for one of the three

More information

Measure #137 (NQF 0650): Melanoma: Continuity of Care Recall System National Quality Strategy Domain: Communication and Care Coordination

Measure #137 (NQF 0650): Melanoma: Continuity of Care Recall System National Quality Strategy Domain: Communication and Care Coordination Measure #137 (NQF 0650): Melanoma: Continuity of Care Recall System National Quality Strategy Domain: Communication and Care Coordination 2017 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY MEASURE TYPE:

More information

PART I HAWAII HEALTH SYSTEMS CORPORATION STATE OF HAWAII Class Specifications for the

PART I HAWAII HEALTH SYSTEMS CORPORATION STATE OF HAWAII Class Specifications for the PART I HAWAII HEALTH SYSTEMS CORPORATION 4.120 STATE OF HAWAII 4.121 4.122 4.123 Class Specifications for the SR-11; SR-13; SR-15; SR-17 BU:03 This series includes all classes of positions the duties of

More information

Complaint Handling and Medical Device Reporting (MDRs)

Complaint Handling and Medical Device Reporting (MDRs) Complaint Handling and Medical Device Reporting (MDRs) FDA Small Business Regulatory Education for Industry (REdI) Bethesda, MD September 26, 2013 Andrew Xiao Consumer Safety Officer, Postmarket and Consumer

More information

CROSSWALK FOR AADE S DIABETES EDUCATION ACCREDITATION PROGRAM

CROSSWALK FOR AADE S DIABETES EDUCATION ACCREDITATION PROGRAM Standard 1 Internal Structure: The provider(s) of DSME will document an organizational structure, mission statement, and goals. For those providers working within a larger organization, that organization

More information

Why is it so important to have ordering principles for primary care data and information?

Why is it so important to have ordering principles for primary care data and information? Why is it so important to have ordering principles for primary care data and information? What are the most important ordering principles for primary care that MUST be captured by a primary care classification

More information

A McKesson Perspective: ICD-10-CM/PCS

A McKesson Perspective: ICD-10-CM/PCS A McKesson Perspective: ICD-10-CM/PCS Its Far-Reaching Effect on the Healthcare Industry Executive Overview While many healthcare organizations are focused on qualifying for American Recovery & Reinvestment

More information

Uniform Patient Satisfaction Survey Questions for Home Infusion Providers

Uniform Patient Satisfaction Survey Questions for Home Infusion Providers National Home Infusion Foundation Uniform Patient Satisfaction Survey Questions for Home Infusion Providers Prepared by: Connie Sullivan, RPh, Vice President of Research and Innovation, and Danell Haines,

More information

NSERC Management Response: Evaluation of NSERC s Discovery Program

NSERC Management Response: Evaluation of NSERC s Discovery Program NSERC Response: Evaluation of NSERC s Discovery Program Discovery Grants are NSERC s leading source of funding for thousands of researchers each year. These grants account for more than one-third of NSERC

More information

Real-time adjudication: an innovative, point-of-care model to reduce healthcare administrative and medical costs while improving beneficiary outcomes

Real-time adjudication: an innovative, point-of-care model to reduce healthcare administrative and medical costs while improving beneficiary outcomes Real-time adjudication: an innovative, point-of-care model to reduce healthcare administrative and medical costs while improving beneficiary outcomes Provided by Conexia Inc Section 1: Company information

More information

A C2 Framework for Dynamic Battlespace Resource Management Based on Networking Concepts and a Post and Smart Pull Approach

A C2 Framework for Dynamic Battlespace Resource Management Based on Networking Concepts and a Post and Smart Pull Approach A C2 Framework for Dynamic Battlespace Resource Management Based on Networking Concepts and a Post and Smart Pull Approach Prof. António Grilo 1, 2, Maj. P. Nunes 3, Prof. M. Nunes 1, 2 1 INESC-ID/INOV,

More information

Patient Navigation Programs Leveraging Care Pathways. Tina Evans, RN, BS Director of Nursing,Onco-Nav

Patient Navigation Programs Leveraging Care Pathways. Tina Evans, RN, BS Director of Nursing,Onco-Nav Patient Navigation Programs Leveraging Care Pathways Tina Evans, RN, BS Director of Nursing,Onco-Nav Welcome Thank you for joining us today for our webinar. Patient navigation has become an important component

More information

29A: Hours may be used as the Base labor increment. 28Q: Are human in the loop solutions of interest for ASKE? 28A: Yes

29A: Hours may be used as the Base labor increment. 28Q: Are human in the loop solutions of interest for ASKE? 28A: Yes Artificial Intelligence Exploration (AIE) Opportunity DARPA-PA-18-02-01 Automating Scientific Knowledge Extraction (ASKE) Frequently Asked Questions (FAQs) as of 8/29/18 29Q: For DARPA-PA-18-02-01 Volume

More information

Patient Care Coordination Variance Reporting

Patient Care Coordination Variance Reporting Section 4.8 Implement Patient Care Coordination Variance Reporting This tool provides an overview of patient care coordination (CC) variances, suggestions for documenting and reporting on variances, and

More information

The 10 Building Blocks of Primary Care Building Blocks of Primary Care Assessment (BBPCA)

The 10 Building Blocks of Primary Care Building Blocks of Primary Care Assessment (BBPCA) The 10 Building Blocks of Primary Care Building Blocks of Primary Care Assessment (BBPCA) Background and Description The Building Blocks of Primary Care Assessment is designed to assess the organizational

More information

Lean startup in ehealth

Lean startup in ehealth Lean startup in ehealth 5/2015 Pauliina Smeds, Forum Virium Helsinki Jaakko Ikävalko, Forum Virium Helsinki The lean startup model aims at increasing the odds for success for startups, by reducing the

More information

Industrial Optimization Program: Feasibility Study

Industrial Optimization Program: Feasibility Study Industrial Optimization Program: Feasibility Study The Feasibility Study is a detailed study of a specific process or system within an industrial facility to fully investigate an opportunity to use natural

More information

FRAMEWORK FOR PROFESSIONAL AND ADMINISTRATIVE DEVELOPMENT OF GENERAL PRACTICE/ FAMILY MEDICINE IN EUROPE

FRAMEWORK FOR PROFESSIONAL AND ADMINISTRATIVE DEVELOPMENT OF GENERAL PRACTICE/ FAMILY MEDICINE IN EUROPE EUR/ICP/DLVR 04 01 01 ORIGINAL: ENGLISH E58474 FRAMEWORK FOR PROFESSIONAL AND ADMINISTRATIVE DEVELOPMENT OF GENERAL PRACTICE/ FAMILY MEDICINE IN EUROPE World Health Organization Regional Office for Europe

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

2001 NAACCR DATA STANDARDS 6 th Edition, Version 9.1, March 2001 PATHOLOGY LABORATORY DATA DICTIONARY

2001 NAACCR DATA STANDARDS 6 th Edition, Version 9.1, March 2001 PATHOLOGY LABORATORY DATA DICTIONARY 2001 AACCR DATA STADARDS 6 th Edition, Version 9.1, March 2001 PATHOLOGY LABORATORY DATA DICTIOARY ADDR CITY Field #14 City or Town 70 20 HL-7 ame of city in which the patient resides at the time the specimen

More information

Clinical Risk Management: Agile Development Implementation Guidance

Clinical Risk Management: Agile Development Implementation Guidance Document filename: NPFIT-FNT-TO-TOCLNSA-1306.03 CRM Agile Development Implementation Guidance v1.1 Directorate / Programme Solution Design Standards and Assurance Project Clinical Risk Management Document

More information

10/14/2014 COMMON MDS CODING ERRORS OVERVIEW OF SS/ACT SECTIONS SECTION B

10/14/2014 COMMON MDS CODING ERRORS OVERVIEW OF SS/ACT SECTIONS SECTION B COMMON MDS CODING ERRORS K AT H Y Y O S T E N, L C S W, P I P OVERVIEW OF SS/ACT SECTIONS Section B Vision, Speech, Hearing Section C Cognitive Patterns Section D Mood Section E Behaviors Section F Preferences

More information

Lean Six Sigma DMAIC Project (Example)

Lean Six Sigma DMAIC Project (Example) Lean Six Sigma DMAIC Project (Example) Green Belt Project Objective: To Reduce Clinic Cycle Time (Intake & Service Delivery) Last Updated: 1 15 14 Team: The Speeders Tom Jones (Team Leader) Steve Martin

More information

Call for Scientific Session Proposals

Call for Scientific Session Proposals Call for Scientific Session Proposals 2017 Theme: Serving Society Through Science Policy To make decisions, societies rely on knowledge and multiple perspectives. Policies both within and outside science

More information

REQUEST FOR PROPOSALS RFP# CAFTB

REQUEST FOR PROPOSALS RFP# CAFTB REQUEST FOR PROPOSALS RFP# CAFTB25092017-01 THE CHILDREN S AID FOUNDATION OF THE DISTRICT OF THUNDER BAY WEBSITE REDESIGN/DEVELOPMENT Issue Date: 25 September 2017 Closing Date: 20 October 2017 Submit

More information

Pilot Results. Beth Israel Deaconess Medical Center (BIDMC) Massachusetts ehealth Collaborative (MAeHC)

Pilot Results. Beth Israel Deaconess Medical Center (BIDMC) Massachusetts ehealth Collaborative (MAeHC) Pilot Results Beth Israel Deaconess Medical Center (BIDMC) Massachusetts ehealth Collaborative (MAeHC) 2 Pilot Objectives Test the scalability of pophealth on a large dataset (1.9 million continuity of

More information

Final Report. Karen Keast Director of Clinical Operations. Jacquelynn Lapinski Senior Management Engineer

Final Report. Karen Keast Director of Clinical Operations. Jacquelynn Lapinski Senior Management Engineer Assessment of Room Utilization of the Interventional Radiology Division at the University of Michigan Hospital Final Report University of Michigan Health Systems Karen Keast Director of Clinical Operations

More information

NUCLEAR SAFETY PROGRAM

NUCLEAR SAFETY PROGRAM Nuclear Safety Program Page 1 of 12 NUCLEAR SAFETY PROGRAM 1.0 Objective The objective of this performance assessment is to evaluate the effectiveness of the laboratory's nuclear safety program as implemented

More information