7/14/16 CTC-RI IBH Pilot Quarterly Meeting

Slides:



Advertisements
Similar presentations
Sequential Logic Circuits. Set-Reset Latch The Set-Reset latch or bistable is a simple sequential logic circuit that remembers what has happened to the.
Advertisements

Nested if-else Statements.  Should be indented to make the logic clear.  Nested statement executed only when the branch it is in is executed. For example,
Quality Tools for Process Improvement
Selection Flow Charts If statements. Flow of Control The flow of control is a concept we’ve already encountered. The concept of control relates to the.
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:
CAEL Prior Learning Assessment Process Mapping – Session 2 Facilitator – Eric Heller
Creating Flowcharts Principles Of Engineering
April 14, 2009 Jim Butler Julia Heany.  A process is a series of steps or actions performed to achieve a specific purpose.  A process can describe the.
Dr. Gary Stewardson, Raymond Boyles Hello again, Sparkey here. Slippery and I will help you explore how to create a program that simulates outputs on a.
Flow Chart.
Chapter 2- Visual Basic Schneider
Flowchart Diagram Risanuri Hidayat. What A Flow Chart is a sequential diagram that shows the steps involved in an operation or task and the decisions.
Algorithm & Flowchart.
Chapter 1 Pseudocode & Flowcharts
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.
1. Know the different types of flow block 2. Understand how problems can be broken down into smaller problems.
LESSON 8 Booklet Sections: 12 & 13 Systems Analysis.
Simple Process Mapping Techniques
Flow Charting. Goals Create Algorithms using Flow Charting procedures. Distinguish between Flow Charting and Pseudocode. Top-Down Design Bottom-up Design.
Detailed Process Mapping
1 Introduction to Flowcharting. 2 Writing a program Defining the problem –Write down what the program will do Planning –Write down the steps, draw a flowchart.
Eliminating Missed HPV Vaccination Opportunities: One Performance Improvement At A Time Toolkit Antonia Blinn Massachusetts League of Community Health.
Flowcharting A Quality Improvement Tool. Quality = Inspection Statistical methods assisted in prevention of defects – The need for inspection declined.
LO: We’re learning to demonstrate the need for breaking down problems into smaller ones.
Process Mapping A W5 Approach T. Rollefstad QI Consultant Oct 14, 2003 A W5 Approach T. Rollefstad QI Consultant Oct 14, 2003.
(C)opyright 2000 Scott/Jones Publishers Introduction to Flowcharting.
Selection Flow Charts If statements. Flow of Control The flow of control is a concept with which we’re already familiar. The concept of control relates.
Flowcharts. Learning Objectives To learn how to break down tasks How to create a flowchart.
HNC Flow Chart 1 IT Systems Analysis and Design SSADM – Design.
Learning Objective To be able to… Understand flow chart symbols Complete and correct flow chart algorithms Create a program based on a flow chart.
Problem Solving Flowcharts. Flowcharts Introduction  Flowcharts allow us to create a visual representation of a solution to a problem DRAW  With flowcharts,
Algorithms and Flowcharts
Data Flow Diagrams Start Do you want to continue? Yes End No Test on
Process Maps Eng. R. L. Nkumbwa Copperbelt University 2010.
Business Process and Functional Modeling
Creating Flowcharts Principles of Engineering
Creating a Flowchart Computer Integrated Manufacturing
ALGORITHMS AND FLOWCHARTS
WHAT IS A Process Map? Illustration of the sequence of activities, inputs and outputs to the activities, and relationship across multiple functions, or.
Creating Flowcharts Name of PowerPoint CIM Name of Lesson
Flowchart Symbols Terminal Process Input/ Output Decision
Flow Charts including Process Mapping
Programming Flowcharts
Computer Programming Flowchart.
Introduction to Flowcharting
Numbering System TODAY AND TOMORROW 11th Edition
Creating Flowcharts Principles of Engineering
Activity Diagrams Activity diagrams describe the workflow behavior of a system.  The diagrams describe the state of activities by showing the sequence.
Creating Flowcharts AIM:
Print slides for students reference
Chapter 1 Pseudocode & Flowcharts
Creating Flowcharts Principles of Engineering
Creating Flowcharts Name of PowerPoint CIM Name of Lesson
For -G7 programing language Teacher / Shamsa Hassan Alhassouni.
Chapter 2- Visual Basic Schneider
Lesson 4 Variables.
System Analysis and Design
Flow Diagrams Start End
Start or end of algorithm: Action/process step:
COMPUTATIONAL THINKING COMPUTATIONAL THINKING IN PROGRAMMING
Creating Flowcharts Name of PowerPoint CIM Name of Lesson
Welcome back to Software Development!
Creating Flowcharts Principles of Engineering
Flowcharts Some Rules.
WJEC GCSE Computer Science
Chapter 1 Pseudocode & Flowcharts
Creating Flowcharts Principles Of Engineering
Creating Flowcharts Name of PowerPoint CIM Name of Lesson
Flow Charts including Process Mapping
Introduction to Flowcharts
Presentation transcript:

7/14/16 CTC-RI IBH Pilot Quarterly Meeting Process Mapping 101 7/14/16 CTC-RI IBH Pilot Quarterly Meeting

What is process mapping? Workflow Diagram that enables improved understanding of a process Brings team together on how the work actually happens Allows team to see how work could be better

Why process mapping? Helps determine what is and what isn’t a problem Streamlines work activities Before you can improve a process you must understand it

Step 1 Determine the boundaries Where does the process begin? Where does the process end?

Step 2 List the steps Use a verb to start the task description

Step 3 Sequence the step Use post-it notes so you can move tasks around Do not draw arrows until later

Step 4 Draw appropriate symbols Ovals show input to start process or output to end process Boxes or rectangles show task or activity performed in the process Arrows show process direction flow Diamonds show points in the process where yes/no question is asked or decision is required If there are feedback arrows, make sure feedback loop is closed

Step 5 Finalize the flowchart Ask if the process is being run the way it should be Are people following the process as charted Do we have a consensus? What is redundant; add what is missing

Let’s get started

Simple process map

More complex process map

Oval is used to show the input to start process or output at end of process Box or rectangles shows a task or activity performed in the process There is usually only one arrow out of an activity box Diamond shows points in process where yes/no question asked or decision required No Yes Oval is used to show the input to start process or output at end of process

Group Time (20 min) Think about a process within current IBH pilot that could be improved Use the post-its supplied to create the building blocks of the process map as it currently operates Once post-its arranged on large white paper, designate where there is a gap or space for improvement Be prepared to share with the group once complete