Chapter 14 Part IV — Clinical and Consumer Technology

EHR Architecture, Devices, Mobility, Networks, and Clinical Technology

How the EHR, identity systems, networks, devices, and clinical technologies operate as a connected care environment rather than isolated products.

Chapter Orientation

Clinicians experience technology through screens, scanners, monitors, pumps, phones, and workstations. Informatics professionals must see the larger architecture behind those surfaces. A medication-administration failure may originate in the barcode, wireless network, device driver, identity service, pharmacy interface, EHR configuration, or workflow—not necessarily in the application where the failure becomes visible.

Technical literacy therefore means understanding dependencies well enough to ask the right questions, anticipate failure modes, and collaborate with infrastructure, security, biomedical engineering, application, interface, and vendor teams.

Learning Objectives

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

  1. Describe major components of an enterprise EHR environment.
  2. Explain how identity, interfaces, networks, and endpoints create clinical dependencies.
  3. Distinguish common hardware, software, and network concepts relevant to informatics.
  4. Evaluate mobile and bedside-device workflows.
  5. Explain integration issues involving smart pumps, monitors, barcode systems, and location technologies.
  6. Apply dependency mapping to troubleshooting and implementation planning.

Lesson 14.1 — The EHR Is an Ecosystem, Not One Application

  • An enterprise EHR contains many modules and services. Registration, orders, medication management, nursing documentation, laboratory, radiology, scheduling, billing, portals, analytics, and other capabilities may share a platform while depending on distinct components.

  • Identity services determine who can enter and what they can do. Authentication verifies identity; authorization determines permitted actions. Single sign-on can reduce friction, but when the identity layer fails, many otherwise healthy applications may become inaccessible at once.

  • Interfaces connect systems that do not share one native data model. Laboratory instruments, pharmacy systems, imaging platforms, external networks, and devices may exchange information through interface engines or APIs. Each connection adds potential failure points and transformation logic.

  • Environments separate change from live care. Development, testing, training, and production may have different data and integrations. Informatics planning should identify which dependencies are realistically testable outside production.

  • Architecture determines the blast radius of failure. A centralized cloud service can simplify maintenance yet create broad dependency. A local system may continue during a WAN outage yet be harder to standardize. There is no architecture without tradeoffs.

FFigure

Figure 14.1 — Clinical Technology Dependency Map

Production brief: Center the EHR. Surround with identity provider, network, interface engine/API gateway, lab, pharmacy, PACS, devices, patient portal, data warehouse, cloud services, and endpoints. Use arrows to show dependencies.
Alt text: EHR ecosystem connected to identity, network, interfaces, departmental systems, devices, patient-facing tools, analytics, and cloud services.

NI-BC Connection: Data Management and Healthcare Technology — hardware/software, clinical systems, infrastructure.

?Retrieval Checkpoint

Retrieval Checkpoint

  1. Why is it misleading to treat the EHR as one application?
  2. Distinguish authentication from authorization.
  3. How can architecture influence blast radius?
  4. Why should dependencies be identified before troubleshooting?

Lesson 14.2 — Hardware and Networks Become Clinical When Care Depends on Them

  • Endpoints include workstations, tablets, mobile devices, scanners, printers, and specialized clinical hardware. Device choice changes where documentation occurs and how much physical friction exists between care and the record.

  • Networks carry clinical transactions. Wired connections generally offer predictable performance; wireless networks support mobility but are affected by coverage, interference, capacity, roaming, and physical environment. “Wi-Fi works” is not the same as “the clinical workflow is reliably supported.”

  • Latency is delay; availability is whether a service can be used. A system can be technically available but clinically unusable if response time is excessive during medication administration or emergency workflow.

  • Redundancy reduces single points of failure. Multiple network paths, power sources, identity options, or server components can improve resilience. Redundancy still requires testing because an unused backup may fail when needed.

  • Peripheral failures can stop workflows. A missing label printer, dead scanner battery, incompatible driver, or unavailable wristband printer may halt a process even while core servers remain healthy.

EClinical Example

Clinical Example — "The EHR Is Slow"

Nurses report that the EHR freezes during medication passes. Application monitoring appears normal. Observation shows scanners frequently lose wireless connectivity at the far end of the unit, causing repeated retries. The reported application problem is actually a network-and-endpoint workflow problem.

NI-BC Connection: Data Management and Healthcare Technology — networks, hardware, peripherals, troubleshooting.

?Retrieval Checkpoint

Retrieval Checkpoint

  1. How can endpoint design affect documentation workflow?
  2. Distinguish latency from availability.
  3. Why does redundancy require testing?
  4. How can a peripheral become a clinically critical dependency?

Lesson 14.3 — Mobile Technology Changes the Location of Information Work

  • Mobility can bring information to the bedside rather than bringing the clinician to a workstation. This can reduce memory burden and duplicate transcription, but only if devices are available, charged, connected, and ergonomically usable.

  • Mobile design must account for infection prevention and physical workflow. Device cleaning, glove use, isolation precautions, carrying methods, charging, and secure storage are informatics concerns because they influence real adoption.

  • Small screens force prioritization. Interfaces designed for desktop monitors may become unusable on handheld devices. Mobile workflows should present the minimum information and actions needed at that point in care.

  • Bring-your-own-device models introduce governance questions. Personal devices can improve convenience but complicate security, privacy, support, mobile-device management, reimbursement, and separation of personal from organizational data.

  • Interruptions become more portable too. Secure messaging and mobile alerts can accelerate communication while producing constant interruption. Notification governance should distinguish urgent, actionable signals from routine information.

PInformatics in Practice

Informatics in Practice — Observe the Hands

During mobile-workflow analysis, watch what the clinician is physically doing: carrying supplies, opening doors, wearing PPE, scanning a patient, holding a device, and speaking with the patient. A workflow that requires three hands has failed before usability testing begins.

NI-BC Connection: Data Management and Healthcare Technology — mobile devices, workflow, human factors.

?Retrieval Checkpoint

Retrieval Checkpoint

  1. What operational conditions determine whether mobile technology reduces burden?
  2. Why should infection-prevention workflow be considered in device selection?
  3. What changes when a desktop workflow is moved to a small screen?
  4. How can mobility increase interruption burden?

Lesson 14.4 — Device Integration Can Remove Transcription and Introduce New Failure Modes

  • Integrated devices can transmit measurements directly into clinical systems. Bedside monitors, glucometers, ventilators, and other devices may reduce manual transcription and timestamp data more consistently.

  • Correct association is critical. A device value must be associated with the correct patient, encounter, location, and time. Automatic data transfer is dangerous if identity context is wrong.

  • Smart pumps combine medication libraries, dose limits, and connectivity. Drug libraries can reduce programming errors, but their safety depends on current content, appropriate limits, workflow compliance, and alignment between pharmacy, pump, and EHR information.

  • Barcode medication administration verifies relationships, not clinical appropriateness. Scanning can confirm that the documented patient, medication, and order align, but it does not independently determine whether the medication is clinically indicated.

  • Integration creates bidirectional dependency. When devices depend on EHR orders or networks, downtime planning must address how the device behaves when the connection disappears.

FFigure

Figure 14.2 — Closed-Loop Medication Technology

Production brief: Prescriber order → pharmacy verification → EHR medication profile → smart pump/BCMA → administration documentation → monitoring. Mark failure points and human verification points.
Alt text: Closed-loop medication workflow connecting electronic orders, pharmacy, barcode scanning, smart pumps, administration documentation, and monitoring.

NI-BC Connection: Data Management and Healthcare Technology — medical devices, barcode systems, smart technology, integration.

?Retrieval Checkpoint

Retrieval Checkpoint

  1. What risk replaces transcription error when device data are automated?
  2. Why does smart-pump safety depend on governance as well as hardware?
  3. What can barcode verification not determine?
  4. Why does device integration complicate downtime planning?

Lesson 14.5 — Location and Sensing Technologies Add Context

  • RFID and real-time location systems can identify assets, people, or workflow movement. Use cases include locating equipment, measuring turnaround time, monitoring hand hygiene, or supporting staff safety.

  • Location data are not neutral. Tracking can improve operations while creating privacy, labor, trust, and surveillance concerns. Governance should define purpose, access, retention, and prohibited secondary uses before deployment.

  • Internet of Things devices extend the attack surface. Connected sensors and clinical devices may have long lifecycles, specialized operating systems, or patching constraints. Inventory and network segmentation become important safety controls.

  • Sensor data need interpretation. A location ping or wearable reading can be wrong, delayed, or contextually misleading. Automated workflows should consider confidence and failure states rather than treating every signal as ground truth.

  • The value of sensing comes from the workflow it enables. Knowing where an infusion pump is matters only if the organization can use that information to reduce search time, improve maintenance, or support another defined objective.

AIAI in Practice

AI in Practice — Sensor Data Need Guardrails Before AI

Machine-learning systems can detect patterns across device streams, but poor device identity, missing data, drift, or weak time synchronization can produce convincing but unreliable outputs. AI does not repair weak sensing infrastructure.

NI-BC Connection: Data Management and Healthcare Technology — RFID/RTLS, IoT, emerging technologies.

?Retrieval Checkpoint

Retrieval Checkpoint

  1. What operational value can RTLS create?
  2. Why do location systems raise governance concerns?
  3. How does IoT increase cybersecurity complexity?
  4. Why should sensor signals not automatically be treated as truth?

Lesson 14.6 — Troubleshooting Should Follow the Dependency Chain

  • Start with the observed failure, not the presumed owner. “I cannot scan medications” is more useful than “IT broke the scanner.” Capture who is affected, where, when, what changed, and whether the failure is reproducible.

  • Separate local from systemic failure. One device failing suggests a different hypothesis than an entire unit, one site, or the enterprise failing. Scope narrows the dependency chain quickly.

  • Check upstream and downstream dependencies. An interface may be healthy but receiving bad source data. An application may be healthy but blocked by identity. A device may be functional but unable to reach the network.

  • Use known-good comparisons. Comparing affected and unaffected users, devices, locations, or workflows can isolate variables more efficiently than random changes.

  • Document resolution in clinical language as well as technical language. Users need to know what is restored and what workflow is safe, not merely that “service X was restarted.”

AIAI in Practice

AI in Practice — Troubleshooting Hypothesis Tree

Give an approved LLM a de-identified symptom description and ask for a dependency-based hypothesis tree: endpoint, identity, network, application, interface, data, and workflow. Use it to broaden thinking, then test hypotheses with real telemetry and expert owners.

NI-BC Connection: Data Management and Healthcare Technology — troubleshooting, systems, hardware/software integration.

?Retrieval Checkpoint

Retrieval Checkpoint

  1. Why should troubleshooting begin with the observable symptom?
  2. How does scope help narrow hypotheses?
  3. What is the purpose of a known-good comparison?
  4. Why should restoration communication include workflow status?

Chapter Case Study — The Barcode Failure That Wasn't a Barcode Failure

During evening medication pass, nurses on two floors report intermittent barcode failures. Replacement scanners behave the same way. The EHR is available, and pharmacy reports no medication-interface errors. Failures cluster in rooms at the ends of hallways. Staff have developed a workaround: scanning medications at the nurses’ station and carrying them into rooms.

The network team reports average wireless performance as normal. Security recently changed device-certificate settings, and facilities installed new metal storage cabinets on both floors.

Analyze the case

  1. What dependencies should be investigated?
  2. Why is average network performance insufficient evidence?
  3. What patient-safety risks are introduced by the workaround?
  4. How could the new cabinets or certificate change matter?
  5. What known-good comparisons would you use?
  6. What should be communicated to staff while the issue is investigated?

Chapter Synthesis

  • Clinical technology is an ecosystem of applications, identity, networks, interfaces, endpoints, and devices.
  • Technical failures should be analyzed through dependencies and scope.
  • Mobility improves access only when physical workflow, infection prevention, charging, and connectivity are solved.
  • Device integration reduces some errors while introducing identity and dependency risks.
  • Location and sensing technologies require purpose, privacy, and security governance.

Key Terminology

Authentication
Verification of a user’s or system’s identity.
Authorization
Determination of what an authenticated identity may access or do.
Endpoint
Device through which a user or system accesses a network or application.
Latency
Delay between a request/event and response.
Redundancy
Duplicate or alternate capability intended to reduce single points of failure.
BCMA
Barcode medication administration technology used to verify patient-medication-order relationships.
Smart pump
Infusion pump using medication libraries, dose limits, and potentially EHR connectivity.
RTLS
Real-time location system used to determine the location or movement of tagged assets or people.
IoT
Internet of Things; network-connected devices and sensors that exchange data.

NI-BC Chapter Mapping

Domain Blueprint area Lessons Depth
III. Data/Technology Hardware/software/networks 14.1–14.3 Applied
III. Data/Technology Medical devices/BCMA/smart technology 14.4 Applied
III. Data/Technology RFID/RTLS/IoT 14.5 Applied
III. Data/Technology Troubleshooting/infrastructure 14.6 Applied

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

An EHR is functioning, but all users lose access because the identity provider fails. What does this demonstrate?

Why?

Failure of a shared identity service can make many otherwise healthy applications unusable. That illustrates dependency risk and a large blast radius.

2

Which statement best distinguishes latency from availability?

Why?

Latency is delay in response or transmission; availability is whether the service is accessible and usable at all.

3

Which factors can affect a mobile clinical workflow?Select all that apply

Why?

Battery, connectivity, infection-control processes, screen constraints, and notification load can all determine whether a mobile clinical workflow is safe and usable.

4

What is a major risk of automatically importing bedside-device data?

Why?

Device integration can automate capture but does not remove identity and encounter-association risk; a valid measurement attached to the wrong patient is a serious safety event.

5

Barcode medication administration primarily helps verify:

Why?

Barcode medication administration helps verify relationships among the patient, ordered medication, product, timing, and administration workflow; it does not independently determine whether the medication is clinically appropriate.

6

A connected device cannot be patched easily and will remain in use for eight years. What additional control becomes especially important?

Why?

Long-lived, hard-to-patch devices require strong inventory, segmentation, access controls, monitoring, and compensating controls to limit exposure.

7

A useful first troubleshooting description includes:Select all that apply

Why?

Scope, location, onset, recent change, and reproducibility are foundational observations for isolating a technical problem before jumping to a cause.

8

Nurses report scanning failures only in rooms at the end of a unit. What should be investigated early?

Why?

Failures clustered in a physical area strongly suggest testing wireless coverage, interference, roaming, or related environmental conditions early in troubleshooting.

9

Why can RTLS raise ethical and governance concerns?

Why?

RTLS data collected for safety or logistics can be repurposed for employee surveillance, making purpose limitation and governance important.

10

Which troubleshooting technique most directly helps isolate variables?

Why?

Comparing an affected condition with a known-good user, device, location, or workflow isolates variables without introducing several new changes at once. —

Progress: 0 of 10 checked.

References and Further Reading

  • U.S. Food and Drug Administration. Medical Device Interoperability. https://www.fda.gov/medical-devices/digital-health-center-excellence/medical-device-interoperability
  • National Institute of Standards and Technology. (2018; updated 2026). Securing Wireless Infusion Pumps in Healthcare Delivery Organizations (NIST SP 1800-8). https://doi.org/10.6028/NIST.SP.1800-8
  • National Institute of Standards and Technology. (2021). IoT Device Cybersecurity Guidance for the Federal Government: Establishing IoT Device Cybersecurity Requirements (NIST SP 800-213). https://doi.org/10.6028/NIST.SP.800-213
  • Agency for Healthcare Research and Quality. Improving Electronic Health Record Usability for Patient Safety. https://digital.ahrq.gov/program-overview/research-stories/improving-electronic-health-record-usability-patient-safety
  • Assistant Secretary for Technology Policy / Office of the National Coordinator for Health Information Technology. (2025). SAFER Guides. https://healthit.gov/clinical-quality-and-safety/safer-guides
  • American Nurses Credentialing Center. (2025). Informatics Nursing Board Certification Examination: Test Content Outline. https://www.nursingworld.org/globalassets/informatics-tco_08292025-for-webposting.pdf