Chapter 6 Part II — The System Design Lifecycle

Project, Product, Change, and Process Improvement

How informatics organizes work, manages change, improves processes, and avoids mistaking project completion for clinical success.

Chapter Orientation

Clinical informatics work often lives inside projects, but the project’s schedule is not the same as the clinical outcome. A system can launch on time and still fail because adoption is poor, the workflow is wrong, or the problem was never solved. Informatics professionals need enough project, product, and improvement literacy to manage both delivery and value.

This chapter does not turn the reader into a project-management professional. It teaches the methods that allow an informatics nurse to plan dependencies, manage scope, coordinate stakeholders, lead change, and recognize when a process needs redesign rather than more training.

Learning Objectives

By the end of this chapter, you should be able to:

  1. Distinguish project management, product thinking, change management, and process improvement.
  2. Use scope, milestones, dependencies, risks, and decision logs in informatics work.
  3. Explain Agile concepts without treating Agile as “no planning.”
  4. Apply process-improvement methods to clinical technology problems.
  5. Diagnose common change failures.
  6. Connect high reliability and safety culture to informatics implementation.
  7. Use AI for planning, pre-mortems, communication, and risk analysis responsibly.

Lesson 6.1 — Four Different Problems: Delivery, Product, Change, and Process

  • Project management organizes temporary work toward defined deliverables. It addresses scope, schedule, resources, dependencies, risks, communication, and completion. Informatics projects include EHR upgrades, module implementations, integrations, migrations, and enterprise standardization efforts.

  • Product thinking manages an evolving capability rather than a one-time launch. A clinical documentation platform is never truly “finished.” New regulations, workflows, users, defects, and opportunities appear. Product thinking asks how the capability creates value over time, which improvements deserve priority, and what should not be built.

  • Change management focuses on people moving from current behavior to future behavior. It considers readiness, sponsorship, communication, training, local leadership, resistance, reinforcement, and identity. Change management cannot rescue a fundamentally poor workflow, but even a good design can fail without it.

  • Process improvement focuses on how work produces outcomes. Lean, PDSA, process excellence, and other methods identify waste, variation, bottlenecks, defects, and opportunities to redesign. Training is only one possible intervention; process improvement asks why the undesired behavior occurs.

FFigure

Figure 6.1 — Four Lenses on an Informatics Initiative

Visual structure: Same implementation in center, surrounded by four questions: Project—Can we deliver it? Product—Does the capability create ongoing value? Change—Can people transition? Process—Does the work itself improve?
Alt text: Four complementary management lenses around one informatics initiative.

NI-BC Connection: Foundations of Practice — management, process improvement; System Design Lifecycle — project management fundamentals.

?Retrieval Checkpoint

Retrieval Checkpoint

  1. How does product thinking differ from project management?
  2. Why can good change management not rescue a bad workflow?
  3. What kind of question belongs to process improvement rather than project delivery?
  4. Give an example where all four lenses are needed.

Lesson 6.2 — Project Fundamentals for Informatics

  • Scope defines the boundaries of commitment. A project without clear scope gradually accumulates “small” additions until testing, training, and timeline become unreliable. Scope should identify what is included, excluded, assumed, and dependent on other teams.

  • Milestones mark meaningful readiness, not just dates. “Build complete” should have a definition. “Ready for UAT” should mean prerequisites are satisfied. Milestones become misleading when dates remain fixed but the meaning of completion quietly erodes.

  • Dependencies deserve explicit tracking. Training may depend on stable build. Interface testing may depend on vendor test data. Go-live may depend on role provisioning. A project can appear on schedule until a hidden dependency becomes critical.

  • Risks are uncertain future events; issues are problems already occurring. Mixing them weakens management. A risk register should identify likelihood, impact, mitigation, trigger, and owner. An issue log should identify current consequence, decision needed, and accountable owner.

  • Decision logs protect institutional memory. Projects often revisit the same arguments because rationale was never captured. A brief record of the decision, alternatives, evidence, owner, date, and consequences reduces circular debate and supports future optimization.

AIAI in Practice

AI in Practice — Pre-Mortem Before Go-Live

Give an LLM the de-identified project plan and ask it to assume the implementation failed six months later. Have it generate plausible failure mechanisms across workflow, data, training, interfaces, staffing, governance, vendor dependency, and adoption. Convert useful items into risks, then validate them with the project team.

NI-BC Connection: System Design Lifecycle — project management fundamentals; implementation concerns.

?Retrieval Checkpoint

Retrieval Checkpoint

  1. What information should scope clarify besides what is included?
  2. Why can a milestone date be misleading?
  3. Distinguish a project risk from an issue.
  4. What information belongs in a decision log?

Lesson 6.3 — Agile Without the Myths

  • Agile is an approach to learning through iterative delivery and feedback, not an excuse to avoid requirements. The team still needs a problem definition, priorities, acceptance criteria, and architectural constraints. The difference is that work is broken into smaller increments so assumptions can be tested earlier.

  • Backlogs should represent value and learning, not a dumping ground for requests. A well-managed backlog identifies why an item matters, who benefits, dependencies, risk, and evidence. Hundreds of undifferentiated tickets are not a product strategy.

  • Iteration is valuable when feedback can change the next step. Demonstrating a prototype after all critical design choices are fixed is not meaningful iteration. Early prototypes should expose assumptions about workflow, content, and usability while change is still affordable.

  • Healthcare requires constraints that ordinary software teams may underestimate. Regulatory obligations, patient safety, data migration, validation, interface dependencies, training cycles, and downtime plans can limit how rapidly a clinical system can change. Agile principles need adaptation, not ritual imitation.

EClinical Example

Clinical Example — Iterative Admission Redesign

Instead of rebuilding a 14-screen admission workflow in one release, the team prototypes the highest-burden section with nurses from three settings. Feedback reveals that the problem is not field count but navigation between historical and current data. The team changes the information architecture before building the remaining sections. Iteration prevented a large-scale redesign around the wrong assumption.

NI-BC Connection: Foundations of Practice — Agile/process improvement; Lifecycle — design/build and project fundamentals.

?Retrieval Checkpoint

Retrieval Checkpoint

  1. What does Agile still require even when detailed design is iterative?
  2. Why is a backlog not automatically a prioritization system?
  3. When does a prototype provide useful learning?
  4. What healthcare constraints can limit rapid iteration?

Lesson 6.4 — Change Management: Adoption Is Not Obedience

  • Resistance is information before it is a behavior problem. Users may resist because they do not understand the change, because the workflow is poor, because local expertise was ignored, because workload is already high, or because the change threatens role identity or autonomy. Informatics should distinguish these mechanisms before prescribing communication or training.

  • Sponsorship is different from approval. A sponsor actively removes barriers, communicates priority, makes decisions, and reinforces the change. A leader who signs a charter but disappears during conflict is not providing effective sponsorship.

  • Readiness varies across groups. Different units may have different staffing, leadership stability, device access, prior experience, and competing initiatives. Enterprise standardization does not require pretending that every site begins from the same condition.

  • Training addresses knowledge and skill gaps; it does not fix poor design. If users know what to do but the workflow is slow, confusing, or misaligned, retraining may temporarily improve compliance while preserving the source of frustration.

  • Reinforcement must connect new behavior to visible consequences. Post-go-live leadership, local support, performance feedback, issue resolution, and recognition of valid concerns help new workflows stabilize. Change is not complete when class attendance reaches 100%.

PInformatics in Practice

Informatics in Practice — Diagnose the Barrier Before Choosing the Change Tactic

Ask whether the gap is primarily awareness, knowledge, skill, workflow fit, resource availability, leadership reinforcement, trust, or competing priorities. The intervention should match the barrier.

NI-BC Connection: Foundations of Practice — change management, communication, organizational behavior.

?Retrieval Checkpoint

Retrieval Checkpoint

  1. Why should resistance be investigated before it is managed?
  2. Distinguish sponsorship from approval.
  3. Why can readiness vary even under an enterprise standard?
  4. What kind of problem is training unable to fix?

Lesson 6.5 — Process Improvement and High Reliability

  • Improvement begins with a measurable aim. “Improve documentation” is weak. “Reduce median time from wound identification to completed assessment from 18 hours to 6 hours without increasing duplicate assessments” is testable and includes a balancing concern.

  • Measures should include outcomes, processes, and balancing measures. Outcome measures show whether the goal improved. Process measures show whether the intended mechanism occurred. Balancing measures detect harm shifted elsewhere. A faster workflow that increases missing data is not an unqualified improvement.

  • PDSA supports small tests of change. Plan the change and prediction, Do it at a limited scale, Study what occurred, and Act by adapting, adopting, or abandoning the approach. PDSA is a learning cycle, not a documentation form.

  • High reliability emphasizes sensitivity to operations and preoccupation with failure. Informatics teams should pay attention to weak signals such as workarounds, near misses, and recurring exceptions rather than waiting for a major event. Standardization supports reliability when it reduces unnecessary variation, but rigid standardization can be unsafe if local clinical differences are meaningful.

  • Root causes are often networks, not single causes. Complex failures usually involve interacting conditions. Improvement teams should avoid stopping at “user did not follow procedure” when system design, workload, training, environment, and policy also contributed.

FFigure

Figure 6.2 — Outcome, Process, and Balancing Measures

Visual structure: Three-column example for medication-reconciliation improvement showing one measure type and why each matters.
Alt text: Comparison of outcome, process, and balancing measures used together to evaluate improvement.

NI-BC Connection: Foundations of Practice — IHI, TQM, process excellence, systems thinking, high reliability.

?Retrieval Checkpoint

Retrieval Checkpoint

  1. What makes an improvement aim measurable?
  2. Why do you need a balancing measure?
  3. What is the purpose of a small PDSA test?
  4. How does high reliability change what the team pays attention to?
  5. Why is “user error” often an incomplete root-cause explanation?

Chapter Case Study — The Enterprise Medication Module Upgrade

A health system plans an enterprise medication-module upgrade across acute care, ambulatory infusion, and skilled nursing. The vendor requires completion within five months because the current version will leave standard support.

The project is technically on schedule. Pharmacy has approved core configuration. Nursing training is planned for the final three weeks. Two skilled nursing sites report that barcode scanners are unreliable. Ambulatory infusion uses a custom workflow that was not included in early design sessions. A regional nursing leader asks to postpone testing because staffing is poor. The executive sponsor believes delays are unacceptable and says, “This is mostly the same system.”

Analyze the case

  1. Which items are risks, issues, and dependencies?
  2. What milestone definitions would prevent false confidence about readiness?
  3. What change-readiness differences exist across settings?
  4. Which problems are training problems, and which are not?
  5. What balancing measures would you monitor after go-live?
  6. How could an AI-assisted pre-mortem improve the project without replacing project judgment?

Chapter Synthesis

  • Project delivery, product value, change, and process improvement are related but distinct.
  • Scope, dependencies, risks, issues, and decisions need explicit management.
  • Agile is disciplined iteration, not absence of structure.
  • Resistance should be diagnosed. Training is appropriate only when the barrier is knowledge or skill.
  • Improvement requires outcome, process, and balancing measures. High reliability makes weak signals and failure modes visible before harm becomes obvious.

Key Terminology

Project
Temporary coordinated work undertaken to produce a defined result.
Product thinking
Ongoing management of a capability to maximize value over time.
Change management
Methods used to help people and organizations transition from current to future ways of working.
Scope
Defined boundaries of what a project will and will not deliver.
Dependency
Work or condition that another task relies upon.
Risk
Uncertain future event that may affect objectives.
Issue
Problem that is already occurring.
Backlog
Prioritized collection of potential work in iterative product/project methods.
PDSA
Plan-Do-Study-Act iterative improvement cycle.
Balancing measure
Measure used to detect unintended negative consequences of an improvement.

NI-BC Chapter Mapping

Domain Blueprint area Lessons Depth
I. Foundations Management fundamentals 6.1, 6.2 Applied
I. Foundations Change/process improvement, Agile, IHI, HRO 6.3–6.5 Applied
II. Lifecycle Project management fundamentals 6.2, 6.3 Applied
II. Lifecycle Implementation concerns 6.4 Reinforced

Chapter Quiz

Answer each question, then select “Check answer” to reveal feedback. For Select All That Apply items, choose every correct option before checking. Expand “Why?” after checking to read the rationale.

1

Which statement best distinguishes project from product thinking?

Why?

A project is a temporary structure for delivering change; product thinking continues to manage value, evolution, and lifecycle after the project ends.

2

A possible vendor delay that has not occurred is a:

Why?

A possible future event is a risk. Once it has occurred and requires response, it becomes an issue.

3

Useful project milestone criteria may include:Select all that apply

Why?

A meaningful milestone reflects readiness evidence, dependencies, prerequisites, validation, and accountable approval—not merely arrival of a date.

4

Which statement about Agile is most accurate?

Why?

Agile supports iterative delivery and learning but still depends on prioritized needs, clear acceptance criteria, and disciplined decision-making.

5

Users understand a new workflow but avoid it because it takes twice as long as the old one. What is the best first response?

Why?

If users understand the workflow but it doubles task time, the first hypothesis should be poor workflow/design fit rather than lack of knowledge.

6

Which is a balancing measure for an initiative that reduces documentation time?

Why?

Missing required data is a balancing measure because it checks whether faster documentation creates a quality or safety cost.

7

Which can indicate change readiness?Select all that apply

Why?

Staffing, equipment, leadership, competing initiatives, and organizational experience can all affect readiness for change.

8

Why is a decision log useful?

Why?

A decision log preserves the rationale, alternatives, assumptions, and consequences so future teams can understand why a choice was made.

9

A PDSA cycle is most useful for:

Why?

PDSA is designed for small-cycle learning: test a change, study what happened, and adapt the next iteration.

10

A useful project pre-mortem may examine failure related to:Select all that apply

Why?

Pre-mortems deliberately imagine failure across workflow, data, training, governance, vendor, staffing, and other plausible domains before the failure occurs. —

Progress: 0 of 10 checked.

References and Further Reading

  • American Nurses Credentialing Center. (2025). Informatics Nursing Board Certification Examination: Test Content Outline. https://www.nursingworld.org/globalassets/informatics-tco_08292025-for-webposting.pdf
  • Institute for Healthcare Improvement. Model for Improvement. https://www.ihi.org/library/model-for-improvement
  • Project Management Institute. (2025). A Guide to the Project Management Body of Knowledge (PMBOK Guide)—Eighth Edition and The Standard for Project Management. PMI. https://www.pmi.org/standards/pmbok
  • Kotter, J. P. (2012). Leading Change. Harvard Business Review Press.
  • Vogus, T., Lee, M., & Mossburg, S. E. (2025). High Reliability Organization (HRO) Principles and Patient Safety. AHRQ PSNet. https://psnet.ahrq.gov/perspective/high-reliability-organization-hro-principles-and-patient-safety
  • Agency for Healthcare Research and Quality. (2022). Strategies and Approaches for Investigating Patient Safety Events. https://psnet.ahrq.gov/primer/strategies-and-approaches-investigating-patient-safety-events