Process Mapping A W5 Approach T. Rollefstad QI Consultant Oct 14, 2003 A W5 Approach T. Rollefstad QI Consultant Oct 14, 2003.

Slides:



Advertisements
Similar presentations
Quality control tools
Advertisements

CS 240 Computer Programming 1
Describing Process Specifications and Structured Decisions Systems Analysis and Design, 7e Kendall & Kendall 9 © 2008 Pearson Prentice Hall.
Jim Butler QI Coach.  All improvements are a result of a change, But not all changes result in an improvement. Dr. Deming is purported to have said:
Using Dataflow Diagrams
How Do I Evaluate Workflow?
FLOWCHART BASED DESIGN A flowchart is ideal for a process that has sequential process steps. The steps will be executed in a simple order that may change.
IE673Session 5 - Process Management1 Process Management.
Workshop on Flowcharts Presented by: Larry Parker, BSMT (ASCP), MHSA, ASQ CQA American Society for Quality Central Arkansas Section 1407.
Systems Documentation Techniques
PIC Programming with Logicator
Flowcharts.
Chapter 4.
Systems Analysis and Design 9th Edition
Chapter 13 Process Tools FOCUS: This chapter details the process understanding tools and techniques.
Chapter 15 Work Flows Focus: This chapter describes the basic tools and techniques for analysis.
Flow Charts A most-detailed study on flowcharting from the creators of the Fantastic Four webpage/wiki.
Kendall & KendallCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall 9 Kendall & Kendall Systems Analysis and Design, 9e Process Specifications.
Flow Charts. Thinking Creatively Flow Charts START END Is A==6? No A = 1 Yes Print A A = A + 1.
The Program Design Phases
Review Algorithm Analysis Problem Solving Space Complexity
Data Flow Diagrams "Business process flow" not a Flow Chart.
Chapter 14 Business Process Management Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
Algorithm & Flowchart.
Scott D. Duncan, MD, MHA, FAAP. Science of Safety We cannot improve quality and safety of healthcare until we view the everyday delivery of healthcare.
The Importance and Value of Process Improvement. Rationale for Process Improvement Establishing an attitude and culture of quality improvement and continuous.
LESSON 8 Booklet Sections: 12 & 13 Systems Analysis.
Implementing Quality Improvement Introduction to PDSA cycles.
Chapter 9 Describing Process Specifications and Structured Decisions
Week 5: Business Processes and Process Modeling MIS 2101: Management Information Systems.
Coming Full Circle: AMI and Med Rec Across the Continuum Medication Reconciliation in Home Care Date: April 23 rd, 2007 Time: 10 – 11 am MDT Dial-in:
Quality Directions Australia Improving clinical risk management systems: Root Cause Analysis.
Using Process Mapping to Identify Improvement Opportunities
Describing Process Specifications and Structured Decisions Systems Analysis and Design, 7e Kendall & Kendall 9 © 2008 Pearson Prentice Hall.
Process Walk & SIPOC Define Kaizen Facilitation. Objectives Understand the process as a “system” Describe the concept of an entity and how it relates.
Software Development Cycle What is Software? Instructions (computer programs) that when executed provide desired function and performance Data structures.
SYSTEMS ANALYSIS AND DESIGN TOOLS DATA FLOW DIAGRAMS.
Describing Information Systems.  A system is a group of connected operations.  Systems can be described in several different ways including:  Structure.
Flowcharting A Quality Improvement Tool. Quality = Inspection Statistical methods assisted in prevention of defects – The need for inspection declined.
Data flow & information requirements.  Establishing IPSO  Recording information about the existing system  Identifying the problems with the system.
1 Modeling System Requirements with Use Cases. 2 Why Do We Need Use Cases? Primary challenge in a system design process –ability to elicit correct and.
Basic problem solving CSC 111.
Chapter 4 enterprise modeling
Program Design BUILDING A HOUSE. Steps to Designing a Program 1. Define the Output 2. Develop the logic to get that output 3. Write the program.
PROGRAM DEVELOPMENT CYCLE. Problem Statement: Problem Statement help diagnose the situation so that your focus is on the problem, helpful tools at this.
Structured Programming (4 Credits)
Organizational Project Management Maturity Organizational Project Management Maturity Model (OPM3) PMI-MN Breakfast sessions Improvement Planning.
Context Process0. student Data Flow Diagram Progression.
Evaluation: from Objectives to Outcomes Janet Myers, PhD MPH AIDS Education and Training Centers National Evaluation Center
Central Massachusetts Regional Library System Libraries and Lean Thinking An Overview / Workshop May 11, 2009.
THINKING MAPS EDUC 307.  Thinking Maps are eight visual-verbal learning tools, each based on a fundamental thinking process and used together as a set.
CSE 110: Programming Language I Matin Saad Abdullah UB 404.
 Problem Analysis  Coding  Debugging  Testing.
Algorithms and Flowcharts
Data Flow Diagrams Start Do you want to continue? Yes End No Test on
© 2012 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S.
Clinicalmicrosystem.org Global Aim Assessment Theme Global Aim Change Ideas Specific Aim Measures SDSA P DS A P D S A P DS A PDSA Process Mapping.
Tools Of Structured Analysis
Management & Planning Tools
Flow Charts including Process Mapping
Unified Modeling Language
7/14/16 CTC-RI IBH Pilot Quarterly Meeting
Lecture 2 Introduction to Programming
Activity Diagrams Activity diagrams describe the workflow behavior of a system.  The diagrams describe the state of activities by showing the sequence.
Unit# 9: Computer Program Development
IDEF0/Activity Model – Functional Decomposition
Chapter 11 Describing Process Specifications and Structured Decisions
How Do I Evaluate Workflow?
Scatter Diagrams Slide 1 of 4
Flow Charts including Process Mapping
Presentation transcript:

Process Mapping A W5 Approach T. Rollefstad QI Consultant Oct 14, 2003 A W5 Approach T. Rollefstad QI Consultant Oct 14, 2003

Objectives A W5 approach to process mapping w What is ‘Flow charting’ ? w When would this tool be used? w Who should be doing flow charts? w Where to start? w Why did we do this again?

Flow Charts… What? w Step-by-Step schematic pictures of a process w Boxes show the steps in the procedure arrows indicate the logical flow w Symbols have specific meanings to help understand the process

Flow Charts… What? Flowcharts can document: w Flow of information w Movement of a patient w Delivery of a service w Any combination of the above

When to Use this Tool? w Provide a Common Understanding w Identifying Root Causes w Defining Projects w Designing Remedy w Implementing w Holding the Gains

Types of Flow Charts Macro Flow Chart w Sometimes called a top down chart w Documents major steps - usually no more that 6 steps w Below each major step, list the major sub-steps Micro Flow Chart w Describes most/all of the steps w Level of detail dependant on ability to see problems on a higher level w Use sparingly w A ‘Drill’ tool into problem area of a process

Macro Flow Chart w Promotes focus on essential steps w Represents only useful work w Helps Identify what should happen w Faster/more efficient that detailed flowcharting w Used as quick overview of a new process/project

Micro Flow Charting w Includes detailed information re: every stage in process w Includes loops caused by rework w Can get lost- so define the level of detail required w Ensure all the players of the process are involved w May need to validate - peer review, TIM Study

Who should be doing Flow charts? w EVERYONE :) “How can you possibly improve something unless you know how it works?” w Include all those intimately involved in the process w Often helps ID those who should be on the team

Flow Chart Symbols

Where to Start? Tips for Flow Charting 1. Decide on level of detail up front 2. Get basic process down first 3. Chart the process the way it is now 4. Define boundaries 5. Use standard symbols - keep it simple 6. Should be only one output arrow - if more may need decision box

Where to Start? w Discuss intended use of flow diagram w Decide on desired outcome - ›what do we want to find out ›how detailed do we need to get ›Use a macro chart first ›zero in on specific area using micro chart PRN

Where to Start? w Define the boundaries of process w Document each step in sequence w Ask questions like: ›Does a decision need to be made? ›How many times does this occur? ›Does the next step involve waiting for anyone/anything? ›Do we really know or are we supposing?

Where to Start? w Use appropriate symbols w Draw process from top to bottom or left to right w Decision points - complete arms sequentially w Review completed chart w If unsure - Verify ›observe process directly ›interview knowledgeable persons ›Peer review

How’s your Brain so far?

Why did we do this again? Analysis Step 1: Examine Each Decision symbol Step 2: Examine Each Rework Loop Step 3: Examine Each Activity Symbol Step 4: Examine Each Document/Data symbol

Why did we do this again? Ask these questions: w Can it be standardized? w Does every step add value? w Is there duplication of work? w Is it possible to simplify? - forms, procedures w Can the time required to complete be reduced? w Is there accidental bureaucracy?

Flow Chart Analysis Practice Macro flow charts Micro flow charts Macro flow charts Micro flow charts

Questions? “The journey of a1000 miles begins with just one step” Tao “The journey of a1000 miles begins with just one step” Tao