SlideShare a Scribd company logo
Health Care Workflow Process
Improvement
Process Mapping
Lecture c
This material (Comp 10 Unit 3) was developed by Duke University, funded by the Department of Health and Human Services, Office of
the National Coordinator for Health Information Technology under Award Number IU24OC000024. This material was updated by
Normandale Community College, funded under Award Number 90WT0003.
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of
this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/
Process Mapping
Learning Objectives
• Create context and data flow diagrams for
a health care system (or system
component) using appropriate Yourdon
symbols and conventions
• Choose the correct scope and detail level
for a process flowchart and data flow
diagram
2
Process Mapping
Lecture c - Topics
• Yourdon data flow diagram symbols and
conventions
• Creating data flow diagrams (DFDs) for a
given a health care scenario
3
Background
• Data flow diagrams (DFDs) provide a way to document
and visualize the movement of data through a process
• Yourdon notation was introduced in Edward Yourdon’s
1989 book
– Modern Structured Analysis
• Yourdon notation exists for three types of diagrams :
– Data flow diagrams
– State transition diagrams
– Entity-relationship diagrams
• The most commonly used in health care is the data flow
diagram covered in this lecture
4
Methods for Diagramming
Processes
Process Aspects
ISO
5807
Yourdon
data flow
Gane-
Sarson
UML
E-R
diagram
Context X X
Process steps X X X
Data flow steps X X X X
Information content text text X X
Data transformation X X X X
Flow control and state X text X
Roles involved X X X
5Table 3.3 Methods for Diagramming Processes. Nahm, M, 2012.
Use
• The most popular use of Yourdon notation is to
depict the context in which a process operates,
i.e., high level interactions among
o Major entities
o Interactions between the process and outside entities.
• Context and more detailed DFDs show
– Entities
– Processes (the data transformation part)
– Data stores
– Rather than procedural details
6
Context Diagram Example
This is an example of the Context Diagram
7
Example DFD for Patient Visit
8
Yourdon Symbols
These symbols are Yourdon Symbols
• Dataflow diagrams
consist of
processes,
data stores,
entities, and flows
9
EntitiesEntity
• Represent people, organizations, or other
things that interact with an information
processing system
– Computerized or manual
• Named with a noun or noun phrase
• Send or consume information
• Data flows can come to and from entities
only from processes
10
ProcessProcess
• Named with a single word, phrase, or
simple sentence that describes what the
process does:
– A good name consists of a verb-object phrase
o Such as assessment or assess patient
• Alternatively, a name may be a person,
group of people, computer, or mechanical
device
• It must have both inputs and outputs
11
Flow
• Represented by curved arrows
• Arrow heads on the flow indicate direction
• Name represents the meaning of the data
that moves along the flow
• The same content may have a different
meaning in different parts of the system
12
Data Store
• Represents a collection of data at rest
• Named with noun or noun phrase
• Can be computerized or non-computerized,
such as paper charts
• Data stores are passive
– Arrows to data stores mean write, update, delete
– Arrows from data stores mean read, retrieve, use
• Data flows to data stores can NOT come from
other data stores or from entities
13
Event List
• In Yourdon notation, an event list
accompanies a data flow diagram
• An event list contains things that stimulate
action from the system
• For example, for prescribing:
– A patient calls for a re-fill
– A pharmacy calls for a re-fill
– A patient presents with a problem requiring
medication
14
Conventions
• Choose meaningful names for processes, flows, stores,
and terminators
• Number the processes by placing a unique number in
the circle at the top
• Redraw the DFD as many times as necessary until it is
clear and complete
• Simplify DFDs
– A good DFD fits on one page and is not too crowded. If
additional details are needed, processes can be “exploded” on a
new page
– Everything on one page should be at the same detail level
15
Matters of Style
• Size and shape of bubbles are up to the diagram
creator and their client
• Curved or straight arrows can be used. Looks
neater with one or the other but not both
• There is no excuse for hand-drawn diagrams
today except during a white-boarding stage
• Some name the processes for the role that they
perform
• Some use color to differentiate types of entities
or flows
16
Beware of
• Black holes
– Processes that have inputs but no outputs
• Miracles
– Processes that have outputs but no inputs
• Mysteries
– Unlabeled flows and unlabeled processes
17
Leveled Diagrams
• Are encouraged
• Start with higher level (context) diagrams
to understand the scope and boundaries
• Decompose processes to lower levels of
detail when needed
• Remember the ultimate goal is an
optimized clinic process not a large
detailed set of diagrams
18
Guidance from Yourdon
“…even if our job were to ‘design the world,’ we would
have to recognize that the world is only a part of the solar
system, which is part of a small, obscure galaxy, which is
(ultimately) part of the universe.”
“…the first major model that you must develop as a
systems analyst is one that does nothing more than define
the interfaces between the system and the rest of the
universe, that is, the environment.”
-Yourdon, Just Enough Structured Analysis
19
There have been variations on
Yourdon notation
• Yourdon-Code
• Yourdon-DeMarco
• Yourdon concepts and notation have been adapted to
suit needs of individual projects
– Yourdon notation for data flow diagrams has been adapted for
health care process analysis and redesign by the Pubic Health
Informatics Institute (PHII) in their recent Common Ground
Initiative
– Agency for Healthcare Research and Quality (AHRQ) funded
initiatives
• Yourdon himself makes the point that the actual shape
chosen is not important as long as the analyst uses the
shape to consistently represent the same meaning
20
Example of a Modified Yourdon
DFD • Modifications:
• Uses one shape and
does not distinguish
between process, entity
and data store
• Calls it a context diagram
• Differentiates types of
flows
Reprinted from Cabarrus Health Alliance http://www.cabarrushealth.org/
21
Context Diagram Example – 2
• Without looking at the next slide, draw a one-
page DFD for a prescription refill process at a
primary care provider based on the following
scenario:
• Mrs. Jones takes Benecar 20mg QD for blood
pressure control. She has taken this medicine
for two years with good results. She does not
use the “auto refill” program at her local
pharmacy. Today, she called her provider, who
does not use e-prescribing, and asked if the
prescription could be called in to her pharmacy.
22
Prescription Refill Context Diagram
23
Maintenance
• Yourdon notation is a set of symbols and
conventions named for the person who
developed it, Edward Yourdon
• Yourdon notation has not been adopted as a
standard
– There is no formal maintenance organization
• Individuals use and adapt it to suit their needs
• For an adaptation to “still be” a context diagram,
it must show entities, processes and interactions
24
Process Mapping
Summary – Lecture c
• Explain two ways process diagrams are
used as models
• Distinguish the physical steps from
information flow in a health care process
involving an EHR
• Choose an appropriate process diagram to
model given aspects of a process
25
Process Mapping
References – Lecture c
References
Yourdon, E. (2006). Just Enough Structured Analysis (Rev ed.). Retrieved from Yourdon Website
Charts, Tables, and Figures
3.3 Table. Nahm, M, Methods for diagramming processes, 2012.
Images
Slide 7: Context Diagram Example. Nahm ,M., Duke University, 2012.
Slide 8: Example DFD for Patient visit. Nahm, M. Duke University, 2012.
Slide 9: Yourdon Symbols or dataflow diagrams. Nahm ,M., Duke University, 2012.
Slide 10: The "Entity" symbol in Yourdon notation. Nahm ,M., Duke University, 2012.
Slide 11: The "Process" symbol in Yourdon notation. Nahm, M., Duke University, 2012.
Slide 12: The "Flow" symbol in Yourdon notation. Nahm M., Duke University, 2012.
Slide 13: "Data Store" symbol utilization in Yourdon notation. Nahm, M., Duke University, 2012.
Slide 21: Diagram showing relationships of software processes in public health departments. Cabarrus
Health Alliance. http://www.cabarrushealth.org/
Slide 23: Example prescription refill context diagram. Nahm, M., Duke University, 2012.
26
Process Diagrams
Lecture c
This material was developed by Duke University,
funded by the Department of Health and Human
Services, Office of the National Coordinator for
Health Information Technology under Award
Number IU24OC000024. This material was
updated by Normandale Community College,
funded under Award Number 90WT0003.
27

More Related Content

What's hot

Process assessment, pattern & dfd final(no change)
Process assessment, pattern & dfd final(no change)Process assessment, pattern & dfd final(no change)
Process assessment, pattern & dfd final(no change)
Ganesh Vadulekar
 
Acca 12 (systems analysis-user-requirements)
Acca 12 (systems analysis-user-requirements)Acca 12 (systems analysis-user-requirements)
Acca 12 (systems analysis-user-requirements)
Taibah University, College of Computer Science & Engineering
 
preprocessing
preprocessingpreprocessing
Data preparation
Data preparationData preparation
Data preparation
Harry Potter
 
SSAD; TOOLS & TECHNIQUES
SSAD; TOOLS & TECHNIQUESSSAD; TOOLS & TECHNIQUES
SSAD; TOOLS & TECHNIQUESMalvika Bansal
 
Dfd mechanics
Dfd mechanicsDfd mechanics
Dfd mechanics
pushpender pandey
 
Data base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somyaData base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somya
Mukesh Jaiswal
 

What's hot (7)

Process assessment, pattern & dfd final(no change)
Process assessment, pattern & dfd final(no change)Process assessment, pattern & dfd final(no change)
Process assessment, pattern & dfd final(no change)
 
Acca 12 (systems analysis-user-requirements)
Acca 12 (systems analysis-user-requirements)Acca 12 (systems analysis-user-requirements)
Acca 12 (systems analysis-user-requirements)
 
preprocessing
preprocessingpreprocessing
preprocessing
 
Data preparation
Data preparationData preparation
Data preparation
 
SSAD; TOOLS & TECHNIQUES
SSAD; TOOLS & TECHNIQUESSSAD; TOOLS & TECHNIQUES
SSAD; TOOLS & TECHNIQUES
 
Dfd mechanics
Dfd mechanicsDfd mechanics
Dfd mechanics
 
Data base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somyaData base and data entry presentation by mj n somya
Data base and data entry presentation by mj n somya
 

Similar to Comp10 unit3c lecture_slides

Comp10 unit3a lecture_slides
Comp10 unit3a lecture_slidesComp10 unit3a lecture_slides
Comp10 unit3a lecture_slides
CMDLMS
 
Unit 3.pdf
Unit 3.pdfUnit 3.pdf
Unit 3.pdf
Manisha Shinde
 
Comp10 unit3d lecture_slides
Comp10 unit3d lecture_slidesComp10 unit3d lecture_slides
Comp10 unit3d lecture_slides
CMDLMS
 
Comp10 unit2b lecture_slides
Comp10 unit2b lecture_slidesComp10 unit2b lecture_slides
Comp10 unit2b lecture_slides
CMDLMS
 
Comp10 unit1a lecture_slides
Comp10 unit1a lecture_slidesComp10 unit1a lecture_slides
Comp10 unit1a lecture_slides
CMDLMS
 
Introducition to Data scinece compiled by hu
Introducition to Data scinece compiled by huIntroducition to Data scinece compiled by hu
Introducition to Data scinece compiled by hu
wekineheshete
 
SE2018_Lec 14_ Process Modeling and Data Flow Diagram.pptx
SE2018_Lec 14_ Process Modeling and Data Flow Diagram.pptxSE2018_Lec 14_ Process Modeling and Data Flow Diagram.pptx
SE2018_Lec 14_ Process Modeling and Data Flow Diagram.pptx
Amr E. Mohamed
 
chapter05-120827115357-phpapp01.pdf
chapter05-120827115357-phpapp01.pdfchapter05-120827115357-phpapp01.pdf
chapter05-120827115357-phpapp01.pdf
AxmedMaxamuud6
 
Chapter 5 Data and Process Modeling .pptx
Chapter 5 Data and Process Modeling .pptxChapter 5 Data and Process Modeling .pptx
Chapter 5 Data and Process Modeling .pptx
AxmedMaxamuudYoonis
 
Comp10 unit6a lecture_slides
Comp10 unit6a lecture_slidesComp10 unit6a lecture_slides
Comp10 unit6a lecture_slides
CMDLMS
 
Structure system analysis and design method -SSADM
Structure system analysis and design method -SSADMStructure system analysis and design method -SSADM
Structure system analysis and design method -SSADMFLYMAN TECHNOLOGY LIMITED
 
IPT HSC 1.5) Designing Solutions
IPT HSC 1.5) Designing SolutionsIPT HSC 1.5) Designing Solutions
IPT HSC 1.5) Designing Solutionsctedds
 
Data Flow Diagram (DFD)
Data Flow Diagram (DFD)Data Flow Diagram (DFD)
Data Flow Diagram (DFD)
Ansh Kashyap
 
AIS PPt.pptx
AIS PPt.pptxAIS PPt.pptx
AIS PPt.pptx
dereje33
 
DFDs_and_Algorithms.pptx
DFDs_and_Algorithms.pptxDFDs_and_Algorithms.pptx
DFDs_and_Algorithms.pptx
AliyahAli19
 
Chapter 3 requirements
Chapter 3 requirementsChapter 3 requirements
Chapter 3 requirements
Golda Margret Sheeba J
 
DFD and Class diagram
DFD and Class diagramDFD and Class diagram
DFD and Class diagram
Rao Faizan
 
ISAD 313-3_ MODELS.pptx
ISAD 313-3_ MODELS.pptxISAD 313-3_ MODELS.pptx
ISAD 313-3_ MODELS.pptx
Dr. Rosemarie Sibbaluca-Guirre
 
System engineering analysis and design
System engineering analysis and designSystem engineering analysis and design
System engineering analysis and design
Dr. Vardhan choubey
 

Similar to Comp10 unit3c lecture_slides (20)

Comp10 unit3a lecture_slides
Comp10 unit3a lecture_slidesComp10 unit3a lecture_slides
Comp10 unit3a lecture_slides
 
Unit 3.pdf
Unit 3.pdfUnit 3.pdf
Unit 3.pdf
 
Comp10 unit3d lecture_slides
Comp10 unit3d lecture_slidesComp10 unit3d lecture_slides
Comp10 unit3d lecture_slides
 
Comp10 unit2b lecture_slides
Comp10 unit2b lecture_slidesComp10 unit2b lecture_slides
Comp10 unit2b lecture_slides
 
Comp10 unit1a lecture_slides
Comp10 unit1a lecture_slidesComp10 unit1a lecture_slides
Comp10 unit1a lecture_slides
 
Introducition to Data scinece compiled by hu
Introducition to Data scinece compiled by huIntroducition to Data scinece compiled by hu
Introducition to Data scinece compiled by hu
 
SE2018_Lec 14_ Process Modeling and Data Flow Diagram.pptx
SE2018_Lec 14_ Process Modeling and Data Flow Diagram.pptxSE2018_Lec 14_ Process Modeling and Data Flow Diagram.pptx
SE2018_Lec 14_ Process Modeling and Data Flow Diagram.pptx
 
SAD 2nd PPT
SAD 2nd PPTSAD 2nd PPT
SAD 2nd PPT
 
chapter05-120827115357-phpapp01.pdf
chapter05-120827115357-phpapp01.pdfchapter05-120827115357-phpapp01.pdf
chapter05-120827115357-phpapp01.pdf
 
Chapter 5 Data and Process Modeling .pptx
Chapter 5 Data and Process Modeling .pptxChapter 5 Data and Process Modeling .pptx
Chapter 5 Data and Process Modeling .pptx
 
Comp10 unit6a lecture_slides
Comp10 unit6a lecture_slidesComp10 unit6a lecture_slides
Comp10 unit6a lecture_slides
 
Structure system analysis and design method -SSADM
Structure system analysis and design method -SSADMStructure system analysis and design method -SSADM
Structure system analysis and design method -SSADM
 
IPT HSC 1.5) Designing Solutions
IPT HSC 1.5) Designing SolutionsIPT HSC 1.5) Designing Solutions
IPT HSC 1.5) Designing Solutions
 
Data Flow Diagram (DFD)
Data Flow Diagram (DFD)Data Flow Diagram (DFD)
Data Flow Diagram (DFD)
 
AIS PPt.pptx
AIS PPt.pptxAIS PPt.pptx
AIS PPt.pptx
 
DFDs_and_Algorithms.pptx
DFDs_and_Algorithms.pptxDFDs_and_Algorithms.pptx
DFDs_and_Algorithms.pptx
 
Chapter 3 requirements
Chapter 3 requirementsChapter 3 requirements
Chapter 3 requirements
 
DFD and Class diagram
DFD and Class diagramDFD and Class diagram
DFD and Class diagram
 
ISAD 313-3_ MODELS.pptx
ISAD 313-3_ MODELS.pptxISAD 313-3_ MODELS.pptx
ISAD 313-3_ MODELS.pptx
 
System engineering analysis and design
System engineering analysis and designSystem engineering analysis and design
System engineering analysis and design
 

More from CMDLMS

Culture of healthcare_ week 1_ lecture_slides
Culture of healthcare_ week 1_ lecture_slidesCulture of healthcare_ week 1_ lecture_slides
Culture of healthcare_ week 1_ lecture_slides
CMDLMS
 
Why bother
Why botherWhy bother
Why bother
CMDLMS
 
Ensuring two way communications
Ensuring two way communicationsEnsuring two way communications
Ensuring two way communications
CMDLMS
 
Human Development
Human DevelopmentHuman Development
Human Development
CMDLMS
 
Lecture 11A
Lecture 11ALecture 11A
Lecture 11A
CMDLMS
 
lecture C
lecture Clecture C
lecture C
CMDLMS
 
lecture 11B
lecture 11Blecture 11B
lecture 11B
CMDLMS
 
lecture 10a
lecture 10alecture 10a
lecture 10a
CMDLMS
 
lecture 9 B
lecture 9 Blecture 9 B
lecture 9 B
CMDLMS
 
Lecture 9 A
Lecture 9 ALecture 9 A
Lecture 9 A
CMDLMS
 
Lecture 9C
Lecture 9CLecture 9C
Lecture 9C
CMDLMS
 
Lecture 8B
Lecture 8BLecture 8B
Lecture 8B
CMDLMS
 
Lecture 8A
Lecture 8ALecture 8A
Lecture 8A
CMDLMS
 
Lecture 7B
Lecture 7BLecture 7B
Lecture 7B
CMDLMS
 
Lecture C
Lecture CLecture C
Lecture C
CMDLMS
 
lecture 7A
lecture 7Alecture 7A
lecture 7A
CMDLMS
 
Lecture 6B
Lecture 6BLecture 6B
Lecture 6B
CMDLMS
 
Lecture 6A
Lecture 6ALecture 6A
Lecture 6A
CMDLMS
 
Lecture 5B
Lecture 5BLecture 5B
Lecture 5B
CMDLMS
 
Lecture 5 A
Lecture 5 A Lecture 5 A
Lecture 5 A
CMDLMS
 

More from CMDLMS (20)

Culture of healthcare_ week 1_ lecture_slides
Culture of healthcare_ week 1_ lecture_slidesCulture of healthcare_ week 1_ lecture_slides
Culture of healthcare_ week 1_ lecture_slides
 
Why bother
Why botherWhy bother
Why bother
 
Ensuring two way communications
Ensuring two way communicationsEnsuring two way communications
Ensuring two way communications
 
Human Development
Human DevelopmentHuman Development
Human Development
 
Lecture 11A
Lecture 11ALecture 11A
Lecture 11A
 
lecture C
lecture Clecture C
lecture C
 
lecture 11B
lecture 11Blecture 11B
lecture 11B
 
lecture 10a
lecture 10alecture 10a
lecture 10a
 
lecture 9 B
lecture 9 Blecture 9 B
lecture 9 B
 
Lecture 9 A
Lecture 9 ALecture 9 A
Lecture 9 A
 
Lecture 9C
Lecture 9CLecture 9C
Lecture 9C
 
Lecture 8B
Lecture 8BLecture 8B
Lecture 8B
 
Lecture 8A
Lecture 8ALecture 8A
Lecture 8A
 
Lecture 7B
Lecture 7BLecture 7B
Lecture 7B
 
Lecture C
Lecture CLecture C
Lecture C
 
lecture 7A
lecture 7Alecture 7A
lecture 7A
 
Lecture 6B
Lecture 6BLecture 6B
Lecture 6B
 
Lecture 6A
Lecture 6ALecture 6A
Lecture 6A
 
Lecture 5B
Lecture 5BLecture 5B
Lecture 5B
 
Lecture 5 A
Lecture 5 A Lecture 5 A
Lecture 5 A
 

Recently uploaded

CHAPTER 1 SEMESTER V PREVENTIVE-PEDIATRICS.pdf
CHAPTER 1 SEMESTER V PREVENTIVE-PEDIATRICS.pdfCHAPTER 1 SEMESTER V PREVENTIVE-PEDIATRICS.pdf
CHAPTER 1 SEMESTER V PREVENTIVE-PEDIATRICS.pdf
Sachin Sharma
 
Stem Cell Solutions: Dr. David Greene's Path to Non-Surgical Cardiac Care
Stem Cell Solutions: Dr. David Greene's Path to Non-Surgical Cardiac CareStem Cell Solutions: Dr. David Greene's Path to Non-Surgical Cardiac Care
Stem Cell Solutions: Dr. David Greene's Path to Non-Surgical Cardiac Care
Dr. David Greene Arizona
 
Deep Leg Vein Thrombosis (DVT): Meaning, Causes, Symptoms, Treatment, and Mor...
Deep Leg Vein Thrombosis (DVT): Meaning, Causes, Symptoms, Treatment, and Mor...Deep Leg Vein Thrombosis (DVT): Meaning, Causes, Symptoms, Treatment, and Mor...
Deep Leg Vein Thrombosis (DVT): Meaning, Causes, Symptoms, Treatment, and Mor...
The Lifesciences Magazine
 
DRAFT Ventilator Rapid Reference version 2.4.pdf
DRAFT Ventilator Rapid Reference  version  2.4.pdfDRAFT Ventilator Rapid Reference  version  2.4.pdf
DRAFT Ventilator Rapid Reference version 2.4.pdf
Robert Cole
 
PrudentRx's Function in the Management of Chronic Illnesses
PrudentRx's Function in the Management of Chronic IllnessesPrudentRx's Function in the Management of Chronic Illnesses
PrudentRx's Function in the Management of Chronic Illnesses
PrudentRx Program
 
LGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to Care
LGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to CareLGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to Care
LGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to Care
VITASAuthor
 
KEY Points of Leicester travel clinic In London doc.docx
KEY Points of Leicester travel clinic In London doc.docxKEY Points of Leicester travel clinic In London doc.docx
KEY Points of Leicester travel clinic In London doc.docx
NX Healthcare
 
Champions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdfChampions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdf
eurohealthleaders
 
How Effective is Homeopathic Medicine for Anxiety and Stress Relief.pdf
How Effective is Homeopathic Medicine for Anxiety and Stress Relief.pdfHow Effective is Homeopathic Medicine for Anxiety and Stress Relief.pdf
How Effective is Homeopathic Medicine for Anxiety and Stress Relief.pdf
Dharma Homoeopathy
 
Luxurious Spa In Ajman Chandrima Massage Center
Luxurious Spa In Ajman Chandrima Massage CenterLuxurious Spa In Ajman Chandrima Massage Center
Luxurious Spa In Ajman Chandrima Massage Center
Chandrima Spa Ajman
 
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COMHUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
priyabhojwani1200
 
Child Welfare Clinic and Well baby clinicin Sri Lanka.ppsx
Child Welfare Clinic and Well baby clinicin Sri Lanka.ppsxChild Welfare Clinic and Well baby clinicin Sri Lanka.ppsx
Child Welfare Clinic and Well baby clinicin Sri Lanka.ppsx
Sankalpa Gunathilaka
 
One Gene One Enzyme Theory.pptxvhvhfhfhfhf
One Gene One Enzyme Theory.pptxvhvhfhfhfhfOne Gene One Enzyme Theory.pptxvhvhfhfhfhf
One Gene One Enzyme Theory.pptxvhvhfhfhfhf
AbdulMunim54
 
Rate Controlled Drug Delivery Systems.pdf
Rate Controlled Drug Delivery Systems.pdfRate Controlled Drug Delivery Systems.pdf
Rate Controlled Drug Delivery Systems.pdf
Rajarambapu College of Pharmacy Kasegaon Dist Sangli
 
Professional Secrecy: Forensic Medicine Lecture
Professional Secrecy: Forensic Medicine LectureProfessional Secrecy: Forensic Medicine Lecture
Professional Secrecy: Forensic Medicine Lecture
DIVYANSHU740006
 
Top massage center in ajman chandrima Spa
Top massage center in ajman chandrima  SpaTop massage center in ajman chandrima  Spa
Top massage center in ajman chandrima Spa
Chandrima Spa Ajman
 
CANSA support - Caring for Cancer Patients' Caregivers
CANSA support - Caring for Cancer Patients' CaregiversCANSA support - Caring for Cancer Patients' Caregivers
CANSA support - Caring for Cancer Patients' Caregivers
CANSA The Cancer Association of South Africa
 
Time line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGY
Time line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGYTime line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGY
Time line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGY
DianaRodriguez639773
 
DELIRIUM BY DR JAGMOHAN PRAJAPATI.......
DELIRIUM BY DR JAGMOHAN PRAJAPATI.......DELIRIUM BY DR JAGMOHAN PRAJAPATI.......
DELIRIUM BY DR JAGMOHAN PRAJAPATI.......
DR Jag Mohan Prajapati
 
Cardiac Arrhythmias (2).pdf for nursing student
Cardiac Arrhythmias (2).pdf for nursing studentCardiac Arrhythmias (2).pdf for nursing student
Cardiac Arrhythmias (2).pdf for nursing student
fahmyahmed789
 

Recently uploaded (20)

CHAPTER 1 SEMESTER V PREVENTIVE-PEDIATRICS.pdf
CHAPTER 1 SEMESTER V PREVENTIVE-PEDIATRICS.pdfCHAPTER 1 SEMESTER V PREVENTIVE-PEDIATRICS.pdf
CHAPTER 1 SEMESTER V PREVENTIVE-PEDIATRICS.pdf
 
Stem Cell Solutions: Dr. David Greene's Path to Non-Surgical Cardiac Care
Stem Cell Solutions: Dr. David Greene's Path to Non-Surgical Cardiac CareStem Cell Solutions: Dr. David Greene's Path to Non-Surgical Cardiac Care
Stem Cell Solutions: Dr. David Greene's Path to Non-Surgical Cardiac Care
 
Deep Leg Vein Thrombosis (DVT): Meaning, Causes, Symptoms, Treatment, and Mor...
Deep Leg Vein Thrombosis (DVT): Meaning, Causes, Symptoms, Treatment, and Mor...Deep Leg Vein Thrombosis (DVT): Meaning, Causes, Symptoms, Treatment, and Mor...
Deep Leg Vein Thrombosis (DVT): Meaning, Causes, Symptoms, Treatment, and Mor...
 
DRAFT Ventilator Rapid Reference version 2.4.pdf
DRAFT Ventilator Rapid Reference  version  2.4.pdfDRAFT Ventilator Rapid Reference  version  2.4.pdf
DRAFT Ventilator Rapid Reference version 2.4.pdf
 
PrudentRx's Function in the Management of Chronic Illnesses
PrudentRx's Function in the Management of Chronic IllnessesPrudentRx's Function in the Management of Chronic Illnesses
PrudentRx's Function in the Management of Chronic Illnesses
 
LGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to Care
LGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to CareLGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to Care
LGBTQ+ Adults: Unique Opportunities and Inclusive Approaches to Care
 
KEY Points of Leicester travel clinic In London doc.docx
KEY Points of Leicester travel clinic In London doc.docxKEY Points of Leicester travel clinic In London doc.docx
KEY Points of Leicester travel clinic In London doc.docx
 
Champions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdfChampions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdf
Champions of Health Spotlight On Leaders Shaping Germany's Healthcare.pdf
 
How Effective is Homeopathic Medicine for Anxiety and Stress Relief.pdf
How Effective is Homeopathic Medicine for Anxiety and Stress Relief.pdfHow Effective is Homeopathic Medicine for Anxiety and Stress Relief.pdf
How Effective is Homeopathic Medicine for Anxiety and Stress Relief.pdf
 
Luxurious Spa In Ajman Chandrima Massage Center
Luxurious Spa In Ajman Chandrima Massage CenterLuxurious Spa In Ajman Chandrima Massage Center
Luxurious Spa In Ajman Chandrima Massage Center
 
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COMHUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
HUMAN BRAIN.pptx.PRIYA BHOJWANI@GAMIL.COM
 
Child Welfare Clinic and Well baby clinicin Sri Lanka.ppsx
Child Welfare Clinic and Well baby clinicin Sri Lanka.ppsxChild Welfare Clinic and Well baby clinicin Sri Lanka.ppsx
Child Welfare Clinic and Well baby clinicin Sri Lanka.ppsx
 
One Gene One Enzyme Theory.pptxvhvhfhfhfhf
One Gene One Enzyme Theory.pptxvhvhfhfhfhfOne Gene One Enzyme Theory.pptxvhvhfhfhfhf
One Gene One Enzyme Theory.pptxvhvhfhfhfhf
 
Rate Controlled Drug Delivery Systems.pdf
Rate Controlled Drug Delivery Systems.pdfRate Controlled Drug Delivery Systems.pdf
Rate Controlled Drug Delivery Systems.pdf
 
Professional Secrecy: Forensic Medicine Lecture
Professional Secrecy: Forensic Medicine LectureProfessional Secrecy: Forensic Medicine Lecture
Professional Secrecy: Forensic Medicine Lecture
 
Top massage center in ajman chandrima Spa
Top massage center in ajman chandrima  SpaTop massage center in ajman chandrima  Spa
Top massage center in ajman chandrima Spa
 
CANSA support - Caring for Cancer Patients' Caregivers
CANSA support - Caring for Cancer Patients' CaregiversCANSA support - Caring for Cancer Patients' Caregivers
CANSA support - Caring for Cancer Patients' Caregivers
 
Time line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGY
Time line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGYTime line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGY
Time line.ppQAWSDRFTGYUIOPÑLKIUYTREWASDFTGY
 
DELIRIUM BY DR JAGMOHAN PRAJAPATI.......
DELIRIUM BY DR JAGMOHAN PRAJAPATI.......DELIRIUM BY DR JAGMOHAN PRAJAPATI.......
DELIRIUM BY DR JAGMOHAN PRAJAPATI.......
 
Cardiac Arrhythmias (2).pdf for nursing student
Cardiac Arrhythmias (2).pdf for nursing studentCardiac Arrhythmias (2).pdf for nursing student
Cardiac Arrhythmias (2).pdf for nursing student
 

Comp10 unit3c lecture_slides

  • 1. Health Care Workflow Process Improvement Process Mapping Lecture c This material (Comp 10 Unit 3) was developed by Duke University, funded by the Department of Health and Human Services, Office of the National Coordinator for Health Information Technology under Award Number IU24OC000024. This material was updated by Normandale Community College, funded under Award Number 90WT0003. This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/
  • 2. Process Mapping Learning Objectives • Create context and data flow diagrams for a health care system (or system component) using appropriate Yourdon symbols and conventions • Choose the correct scope and detail level for a process flowchart and data flow diagram 2
  • 3. Process Mapping Lecture c - Topics • Yourdon data flow diagram symbols and conventions • Creating data flow diagrams (DFDs) for a given a health care scenario 3
  • 4. Background • Data flow diagrams (DFDs) provide a way to document and visualize the movement of data through a process • Yourdon notation was introduced in Edward Yourdon’s 1989 book – Modern Structured Analysis • Yourdon notation exists for three types of diagrams : – Data flow diagrams – State transition diagrams – Entity-relationship diagrams • The most commonly used in health care is the data flow diagram covered in this lecture 4
  • 5. Methods for Diagramming Processes Process Aspects ISO 5807 Yourdon data flow Gane- Sarson UML E-R diagram Context X X Process steps X X X Data flow steps X X X X Information content text text X X Data transformation X X X X Flow control and state X text X Roles involved X X X 5Table 3.3 Methods for Diagramming Processes. Nahm, M, 2012.
  • 6. Use • The most popular use of Yourdon notation is to depict the context in which a process operates, i.e., high level interactions among o Major entities o Interactions between the process and outside entities. • Context and more detailed DFDs show – Entities – Processes (the data transformation part) – Data stores – Rather than procedural details 6
  • 7. Context Diagram Example This is an example of the Context Diagram 7
  • 8. Example DFD for Patient Visit 8
  • 9. Yourdon Symbols These symbols are Yourdon Symbols • Dataflow diagrams consist of processes, data stores, entities, and flows 9
  • 10. EntitiesEntity • Represent people, organizations, or other things that interact with an information processing system – Computerized or manual • Named with a noun or noun phrase • Send or consume information • Data flows can come to and from entities only from processes 10
  • 11. ProcessProcess • Named with a single word, phrase, or simple sentence that describes what the process does: – A good name consists of a verb-object phrase o Such as assessment or assess patient • Alternatively, a name may be a person, group of people, computer, or mechanical device • It must have both inputs and outputs 11
  • 12. Flow • Represented by curved arrows • Arrow heads on the flow indicate direction • Name represents the meaning of the data that moves along the flow • The same content may have a different meaning in different parts of the system 12
  • 13. Data Store • Represents a collection of data at rest • Named with noun or noun phrase • Can be computerized or non-computerized, such as paper charts • Data stores are passive – Arrows to data stores mean write, update, delete – Arrows from data stores mean read, retrieve, use • Data flows to data stores can NOT come from other data stores or from entities 13
  • 14. Event List • In Yourdon notation, an event list accompanies a data flow diagram • An event list contains things that stimulate action from the system • For example, for prescribing: – A patient calls for a re-fill – A pharmacy calls for a re-fill – A patient presents with a problem requiring medication 14
  • 15. Conventions • Choose meaningful names for processes, flows, stores, and terminators • Number the processes by placing a unique number in the circle at the top • Redraw the DFD as many times as necessary until it is clear and complete • Simplify DFDs – A good DFD fits on one page and is not too crowded. If additional details are needed, processes can be “exploded” on a new page – Everything on one page should be at the same detail level 15
  • 16. Matters of Style • Size and shape of bubbles are up to the diagram creator and their client • Curved or straight arrows can be used. Looks neater with one or the other but not both • There is no excuse for hand-drawn diagrams today except during a white-boarding stage • Some name the processes for the role that they perform • Some use color to differentiate types of entities or flows 16
  • 17. Beware of • Black holes – Processes that have inputs but no outputs • Miracles – Processes that have outputs but no inputs • Mysteries – Unlabeled flows and unlabeled processes 17
  • 18. Leveled Diagrams • Are encouraged • Start with higher level (context) diagrams to understand the scope and boundaries • Decompose processes to lower levels of detail when needed • Remember the ultimate goal is an optimized clinic process not a large detailed set of diagrams 18
  • 19. Guidance from Yourdon “…even if our job were to ‘design the world,’ we would have to recognize that the world is only a part of the solar system, which is part of a small, obscure galaxy, which is (ultimately) part of the universe.” “…the first major model that you must develop as a systems analyst is one that does nothing more than define the interfaces between the system and the rest of the universe, that is, the environment.” -Yourdon, Just Enough Structured Analysis 19
  • 20. There have been variations on Yourdon notation • Yourdon-Code • Yourdon-DeMarco • Yourdon concepts and notation have been adapted to suit needs of individual projects – Yourdon notation for data flow diagrams has been adapted for health care process analysis and redesign by the Pubic Health Informatics Institute (PHII) in their recent Common Ground Initiative – Agency for Healthcare Research and Quality (AHRQ) funded initiatives • Yourdon himself makes the point that the actual shape chosen is not important as long as the analyst uses the shape to consistently represent the same meaning 20
  • 21. Example of a Modified Yourdon DFD • Modifications: • Uses one shape and does not distinguish between process, entity and data store • Calls it a context diagram • Differentiates types of flows Reprinted from Cabarrus Health Alliance http://www.cabarrushealth.org/ 21
  • 22. Context Diagram Example – 2 • Without looking at the next slide, draw a one- page DFD for a prescription refill process at a primary care provider based on the following scenario: • Mrs. Jones takes Benecar 20mg QD for blood pressure control. She has taken this medicine for two years with good results. She does not use the “auto refill” program at her local pharmacy. Today, she called her provider, who does not use e-prescribing, and asked if the prescription could be called in to her pharmacy. 22
  • 24. Maintenance • Yourdon notation is a set of symbols and conventions named for the person who developed it, Edward Yourdon • Yourdon notation has not been adopted as a standard – There is no formal maintenance organization • Individuals use and adapt it to suit their needs • For an adaptation to “still be” a context diagram, it must show entities, processes and interactions 24
  • 25. Process Mapping Summary – Lecture c • Explain two ways process diagrams are used as models • Distinguish the physical steps from information flow in a health care process involving an EHR • Choose an appropriate process diagram to model given aspects of a process 25
  • 26. Process Mapping References – Lecture c References Yourdon, E. (2006). Just Enough Structured Analysis (Rev ed.). Retrieved from Yourdon Website Charts, Tables, and Figures 3.3 Table. Nahm, M, Methods for diagramming processes, 2012. Images Slide 7: Context Diagram Example. Nahm ,M., Duke University, 2012. Slide 8: Example DFD for Patient visit. Nahm, M. Duke University, 2012. Slide 9: Yourdon Symbols or dataflow diagrams. Nahm ,M., Duke University, 2012. Slide 10: The "Entity" symbol in Yourdon notation. Nahm ,M., Duke University, 2012. Slide 11: The "Process" symbol in Yourdon notation. Nahm, M., Duke University, 2012. Slide 12: The "Flow" symbol in Yourdon notation. Nahm M., Duke University, 2012. Slide 13: "Data Store" symbol utilization in Yourdon notation. Nahm, M., Duke University, 2012. Slide 21: Diagram showing relationships of software processes in public health departments. Cabarrus Health Alliance. http://www.cabarrushealth.org/ Slide 23: Example prescription refill context diagram. Nahm, M., Duke University, 2012. 26
  • 27. Process Diagrams Lecture c This material was developed by Duke University, funded by the Department of Health and Human Services, Office of the National Coordinator for Health Information Technology under Award Number IU24OC000024. This material was updated by Normandale Community College, funded under Award Number 90WT0003. 27

Editor's Notes

  1. Welcome to Health Care Workflow Process Improvement: Process Mapping. This is Lecture c, Yourdon Notation for Data Flow Diagrams. This lecture covers Yourdon notation for data flow diagrams.
  2. The objectives for this lecture are: Create context and data flow diagrams for a health care system (or system component) using appropriate Yourdon symbols and conventions, Choose the correct scope and detail level for a process flowchart and data flow diagram,
  3. The topics covered in Lecture c are: Recognize and interpret Yourdon data flow diagram symbols and conventions, and Create data flow diagrams (DFDs) for health care scenarios.
  4. Data flow diagrams provide a way to document and visualize the movement of data through a process. As such, they document several aspects of processes that analysts and process designers are interested in. There are multiple notations for data flow diagrams, including ISO 5807 flowcharts, Yourdon notation and Gane-Sarson notation. We will only cover Yourdon notation for data flow diagrams lecture c. Yourdon notation was introduced in Edward Yourdon’s 1989 book Modern Structured Analysis. (Yourdon, 2006). Yourdon notation exists for three types of diagrams 1) data flow diagrams, 2) state transition diagrams, and 3) entity-relationship diagrams. (These are different from the entity-relationship diagrams that are logical relational data models covered in lecture e.) The most commonly used Yourdon diagram in health care is the data flow diagram.
  5. Each of the methods for diagramming a process introduced in lecture a covers certain aspects of processes. Recall that Yourdon data flow diagrams, also know as DFDs, can represent the high-level context in which a process operates, i.e., interfaces between a system and the rest of the world. Data Flow Diagrams (DFDs) can also be used to illustrate the details of entities from and to which data are received/sent, process steps, i.e., data or information transformations that occur, and data movement between entities & processes, processes and processes, and processes and data stores. Data flow diagrams do not represent information content, roles, or the logic of flow control (sequence of processes/flow can be indicated as we will see). Here we note data flow diagrams as representing data flow steps and not process steps. This is somewhat artificial; as Yourdon describes in his 2006 revision of Just Enough Structured Analysis, the data flow diagrams can be used to diagram processes. Doing so requires using flows to represent physical things such as materials or supplies and the process symbols represent operations on the materials rather than on data. (Yourdon, 2006) However, we describe DFDs as just representing data flow steps rather than process steps.
  6. We will cover two uses of data flow diagrams in this presentation: 1) a high-level version that is called a context diagram, and 2) more detailed versions called data flow diagrams. Both context diagrams and DFDs use the same notation, the only difference is that the context diagram is the 50,000 foot bird’s-eye view rather than the details. At the highest detail level, the context diagram represents an entire system as a single process and highlights the interfaces between the system and the outside world. Thus, context diagrams are helpful to document and share knowledge about what is included in a process (the scope).
  7. A context diagram (shown on the slide) is the highest level (i.e., least detail) DFD. The context diagram depicts the system or process you are modeling as one process, here private practice patient care. Entities that interact with that process are shown, here patients, payers, pharmacies, etc., as are the data stores (the EMR and an ePrescription data store), and the data flow between the entities, processes and data stores. Context diagrams are very helpful in making sure that our analysis is complete and that interactions with external entities are not forgotten.
  8. The example data flow diagram on this slide shows the data movement and transformations as a patient goes through the entire visit process. This begins with the reception/intake process where the intake data are entered or written to the administrative database that will be used for billing. After intake, the medical office assistant is given the room assignment. In the examination room the provider assesses the patient, charts clinical data and generates orders for further processes. The orders and clinical data are stored in the EHR. The EHR data are then used in the billing process to generate the claim for financial reimbursement (from the payer).
  9. Entities are origins or consumers of data (also called terminators), they are typically individuals, groups of people (for example, another department or division within the organization), external computer systems, and external organizations. Entities are referred to as “external” entities, because they are “outside” the process being analyzed, i.e., not changeable. For example in the previous diagram, the patient is not part of the receptionists intake process, but the patient’s information is an input to the process. Processes are shown by the circles, or “bubbles,” in the diagram. They represent the various individual functions or transformations that the system carries out, that is, actions or work performed on data that change them in some way, i.e., take inputs and creates different outputs (input allergies and drug order and output an allergic alert or drug-drug interaction alert). Flows are shown by curved, directional arrows. They are the connections between the processes (system functions), and they represent the information moving between processes as input and/or the information they generate as output. Yourdon refers to flows as “data in motion”. (Yourdon, 2006) Data stores represent “data at rest”. (Yourdon, 2006) They are shown by two parallel lines with a “closed end” and opposing open end. This is essentially a rectangle with one of the vertical lines missing. They show collections of data that the system must remember for a period of time. When the systems designers and programmers finish building the system, the stores will typically exist as files or databases. Yourdon published several books and papers with different people. Variations of this notation exist. We chose one here and use it consistently.
  10. Entities represent people, organizations, or other things that interact with the system, i.e. entities are “outside of the system”, they may, of course, be part of a larger workflow process, but they are EXTERNAL to the information system processing the data. Entities send or consume information, and are also called sources or sinks of information. Data flows can come to and from entities ONLY from processes. This is because entities are used to represent sources or consumers of information that are NOT a part of the system being analyzed; if flow between entities, for example, were represented on the diagrams, then that would imply that they were PART of the system being analyzed. As such, data flows to and from entities represent system interfaces (a very important thing to show).
  11. A Process should be named or described with a single word, phrase, or simple sentence that describes what the process does. A good name consists of a verb-object phrase such as assessment or assess patient. In some cases, the process will contain the name of a person, group of people, computer, or mechanical device. That is, the process sometimes describes who or what is carrying out the process, rather than describing what the process is.
  12. The process Flow is represented by curved arrows. Arrow heads on the flow indicate the direction of the movement of data, i.e., whether the data are moving into or out of a process or both. The name of the process represents the meaning of the data that moves along the flow. Importantly, the same content may have a different meaning in different parts of the system. For example, the address as given by a patient versus the address that has been matched and validated.
  13. The Data Store represents a collection of data at rest. It should be named with a noun or noun phrase, and can be computerized or non-computerized, such as paper charts. Data stores are passive, i.e., processes put data in or read data out of the data store. Arrows to data stores mean “write, update, or delete” data into the data store. Arrows from data stores mean “read, retrieve, or use” data from the data store. Data flows to data stores can not come from other data stores or from entities. As previously mentioned, a data store resembles a rectangle lacking one of the vertical lines.
  14. In Yourdon notation, an event list accompanies a data flow diagram. An event list contains things that stimulate action from the system. For example, for prescribing: a patient calls for a re-fill, a pharmacy calls for a re-fill, or a patient presents with a problem requiring medication.
  15. Yourdon notation conventions are important. The analyst should choose meaningful names for all processes, flows, stores, and terminators. Also, number the processes by placing a unique number in the circle at the top. You should redraw the DFD as many times as necessary until it is clear and complete and simplify the DFDs as much as possible. A good DFD fits on one page and is not too crowded. If additional details are needed, processes can be “exploded” on a new page. Everything on one page should be at the same detail level.
  16. Style matters in Yourdon notation and can be used by the analyst to provide additional meaning to DFDs. The size and shape of bubbles are up to the diagram creator and their client. Curved or straight arrows can be used. A diagram looks neater with one or the other but not both in the same process. There is no excuse for hand-drawn diagrams today except during a white-boarding stage. The analyst may choose to name the processes for the role that they perform, as well as use colors to differentiate the types of entities or flows in the diagrams. With all of these style options the DFDs can provide as much or as little detail as is needed to appropriately represent the process for the given audience.
  17. Beware of the following potential flaws in your process diagrams: Black holes as Yourdon calls them, are processes that have inputs but no outputs. Miracles are processes that have outputs but no inputs. Mysteries are unlabeled flows and unlabeled processes.
  18. We encourage the analyst to represent processes with leveled diagrams where necessary in order to have a diagram that is readily understood and can be provided at the appropriate level of detail for the audience. Start with higher level (context) diagrams to understand the scope and boundaries. These may be used for discussions with leadership in the health care setting. Then decompose the processes to lower levels of detail when needed. Remember the ultimate goal is an optimized clinic process, not a large detailed set of diagrams.
  19. Remember the guidance from Edward Yourdon’s 1989 work, Just Enough Structured Analysis. I quote: “…even if our job were to ‘design the world,’ we would have to recognize that the world is only a part of the solar system, which is part of a small, obscure galaxy, which is (ultimately) part of the universe.” “…the first major model that you must develop as a systems analyst is one that does nothing more than define the interfaces between the system and the rest of the universe, that is, the environment.”
  20. There have been several variations on Yourdon notation. Two of these are: Yourdon-Code and Yourdon-DeMarco. Yourdon concepts and notation have been adapted to suit the needs of individual projects. Yourdon notation for data flow diagrams has been adapted for health care process analysis and redesign by the Public Health Informatics Institute (PHII) in their recent Common Ground Initiative, and by the Agency for Healthcare Research and Quality (AHRQ) funded initiatives (Yourdon, 2006). Yourdon himself makes the point that the actual shape chosen is not important as long as the analyst uses the shape to consistently represent the same meaning. (Yourdon, 2006)
  21. Importantly, the diagram met the need for software selection and process re-design in many public health departments. The moral is, take what is useful and do not carry extra baggage.
  22. Without looking at the next slide, draw a one-page DFD for a prescription refill process at a primary care provider based on the following scenario: Mrs. Jones takes Benecar 20mg QD for blood pressure control. She has taken this medicine for two years with good results. She does not use the “auto refill” program at her local pharmacy. Today, she called her provider, who does not use e-prescribing, and asked if the prescription could be called in to her pharmacy.
  23. This example prescription refill context diagram shows the process steps and people required to refill a prescription without using a pharmacy auto-refill program or e-Prescribing through the provider.
  24. Yourdon notation is a set of symbols and conventions named for the person who developed it, Edward Yourdon. Yourdon notation has not been adopted as a standard. As such, there is no formal maintenance organization. Individuals use and adapt it to suit their needs. For an adaptation to “still be” a context diagram, it must show entities, processes and interactions.
  25. This concludes Lecture c, Process Mapping: Yourdon Notation for Data Flow Diagrams. After completion of this lecture, you should be able to: Explain two ways process diagrams are used as models, Distinguish the physical steps from information flow in a health care process involving an EHR, and Choose an appropriate process diagram to model given aspects of a process.
  26. No audio.
  27. No audio