Clinical Informatics Certification Electronic Health Records Management 3 — Questions and Answers
Question 1: In EHR interoperability, what does the FHIR standard primarily define?
- Encryption protocols for data at rest
- An API framework for exchanging healthcare data using web technologies (Correct answer)
- A physical network topology for hospital systems
- A coding system for nursing diagnoses
Correct answer: An API framework for exchanging healthcare data using web technologies
HL7 FHIR (Fast Healthcare Interoperability Resources) defines a RESTful API standard enabling healthcare data exchange across disparate systems.
Question 2: Which role-based access control principle ensures EHR users can only view data necessary for their job function?
- Principle of least privilege (Correct answer)
- Separation of duties
- Need-to-know override
- Break-the-glass access
Correct answer: Principle of least privilege
The principle of least privilege restricts user access rights to the minimum permissions needed to perform their assigned job functions.
Question 3: A hospital implements 'break-the-glass' access in its EHR. What scenario justifies its use?
- Routine chart review during scheduled rounds
- Emergency access to a patient record by a clinician without prior authorization (Correct answer)
- Administrative audit of billing records
- IT staff performing system maintenance
Correct answer: Emergency access to a patient record by a clinician without prior authorization
Break-the-glass access allows emergency override of normal access controls when urgent clinical need requires it, with all access logged for review.
Question 4: What is 'alert fatigue' in the context of EHR clinical decision support?
- System slowdown caused by excessive CDS queries
- Clinician desensitization to frequent alerts, leading to override of important warnings (Correct answer)
- Failure of the EHR to generate alerts for critical lab values
- Network latency reducing alert delivery speed
Correct answer: Clinician desensitization to frequent alerts, leading to override of important warnings
Alert fatigue occurs when clinicians routinely override or ignore CDS alerts due to high alert volume, reducing the effectiveness of safety interventions.
Question 5: Which HL7 message type is used to transmit laboratory results from a lab system to an EHR?
- ADT^A01
- ORU^R01 (Correct answer)
- ORM^O01
- MFN^M02
Correct answer: ORU^R01
The HL7 ORU^R01 (Observation Result Unsolicited) message type transmits laboratory and clinical observation results to receiving systems.
Question 6: What EHR feature allows a provider to reuse a previous note's content while documenting a follow-up visit?
- Snapshot archiving
- Copy-forward or cloning (Correct answer)
- Discrete data abstraction
- Template suppression
Correct answer: Copy-forward or cloning
Copy-forward (cloning) carries previous note content into a new note, but risks propagating outdated or inaccurate clinical information.
Question 7: Under the 21st Century Cures Act's information blocking rule, which entity is prohibited from unreasonably restricting access to electronic health information (EHI)?
- Only health insurance payers
- Health IT developers, HIEs, and healthcare providers (Correct answer)
- Only federal government agencies
- Only academic medical centers
Correct answer: Health IT developers, HIEs, and healthcare providers
The 21st Century Cures Act prohibits information blocking by health IT developers, health information exchanges (HIEs), and healthcare providers.
In EHR interoperability, what does the FHIR standard primarily define?