PracticeBlogFlashcardsEspañol
All Practice Exams

100+ Free ABPM Clinical Informatics Practice Questions

Pass your ABPM Clinical Informatics Subspecialty Certification exam on the first try — instant access, no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
~80-90% first-attempt among fellowship-trained candidates (ABPM publishes annual summaries) Pass Rate
100+ Questions
100% Free
1 / 100
Question 1
Score: 0/0

In the DIKW hierarchy used in clinical informatics, which step transforms 'information' into 'knowledge'?

A
B
C
D
to track
2026 Statistics

Key Facts: ABPM Clinical Informatics Exam

~200

Total MCQ Items

ABPM/ABPath Clinical Informatics subspecialty exam

~5 hr

Total Exam Time

1-day computer-based test including tutorial and breaks

~12-15%

Interoperability Weight

Largest domain on 2026 ABPM/ABPath content outline

$2,100

2026 Initial Cert Fee

ABPM Clinical Informatics subspecialty certification

24 mo

Required Fellowship

ACGME-accredited Clinical Informatics fellowship (Practice Pathway closed 2022)

80-90%

First-Attempt Pass Rate

Fellowship-trained candidates (ABPM/ABPath summaries)

The ABPM/ABPath Clinical Informatics subspecialty exam is a 1-day computer-based test at Pearson VUE with approximately 200 single-best-answer MCQs over ~5 hours. The 2026 blueprint emphasizes interoperability and standards (~12-15%), CDS (~12-15%), EHR workflow (~12-15%), terminologies (~10-12%), privacy/security/regulation (~10-12%), fundamentals (~10-12%), data analytics/population health (~8-10%), governance/project management (~8-10%), AI/ML (~6-8%), change management (~5-7%), telehealth (~3-5%), and usability/safety (~3-5%). Initial certification fee is ~$2,100; a 24-month ACGME Clinical Informatics fellowship is required for new applicants (the Practice Pathway closed after 2022).

Sample ABPM Clinical Informatics Practice Questions

Try these sample questions to test your ABPM Clinical Informatics exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1In the DIKW hierarchy used in clinical informatics, which step transforms 'information' into 'knowledge'?
A.Capturing raw data points
B.Adding context and meaning to data
C.Synthesizing patterns, rules, and relationships across information
D.Applying judgment to act on a recommendation
Explanation: DIKW: Data → Information (data + context) → Knowledge (information + pattern/rule synthesis) → Wisdom (applied judgment). A serum K of 6.2 is data; 'this patient has hyperkalemia' is information; 'hyperkalemia in renal failure on lisinopril likely from ACEi-induced K retention' is knowledge; deciding to hold the ACEi is wisdom.
2A new troponin assay has sensitivity 95% and specificity 90%. In a population with MI prevalence of 2%, the positive predictive value is approximately:
A.16%
B.47%
C.73%
D.95%
Explanation: With 10,000 people, 200 have MI. TP = 0.95×200 = 190; FN = 10. Of 9,800 without MI, FP = 0.10×9,800 = 980; TN = 8,820. PPV = TP/(TP+FP) = 190/(190+980) ≈ 16.2%. PPV/NPV depend on prevalence; sensitivity/specificity do not.
3Which cognitive bias most directly describes a clinician anchoring on the triage diagnosis without adjusting after new information arrives?
A.Availability bias
B.Anchoring bias
C.Hindsight bias
D.Affect heuristic
Explanation: Anchoring is over-reliance on the initial piece of information (the 'anchor') with insufficient adjustment. Availability is judging probability by ease of recall (recent or vivid cases); hindsight is the 'I knew it all along' effect; affect heuristic is judgment driven by emotional reaction.
4A diagnostic test has a likelihood ratio positive (LR+) of 10. If the pre-test probability is 30%, the post-test probability after a positive result is approximately:
A.30%
B.55%
C.81%
D.95%
Explanation: Pre-test odds = 0.30/0.70 = 0.43. Post-test odds = 0.43 × 10 = 4.3. Post-test probability = 4.3/(1+4.3) ≈ 81%. This Bayesian update is the foundation of evidence-based diagnostic reasoning and underlies many CDS calculators.
5Reason's 'Swiss cheese' model of accident causation describes safety failures as resulting from:
A.A single individual's negligence
B.Random equipment failure
C.Alignment of latent and active failures across multiple system layers
D.Inadequate documentation
Explanation: Reason's model holds that defenses are layered ('slices'); each has 'holes' (latent and active failures). Harm reaches the patient only when holes momentarily align across all layers. The model underpins Just Culture and is foundational to HIT-related safety analyses (FMEA, RCA).
6Which of the Five Rights of Clinical Decision Support is MOST directly violated when a sepsis alert fires for a stable post-op patient at 3 a.m. and pages the on-call physician via the EHR's interruptive modal?
A.Right information
B.Right person
C.Right format
D.Right time in workflow
Explanation: The 'right information' is information that is actionable and accurate for THIS patient. Firing on a stable post-op patient (likely SIRS-positive but not septic) is a precision failure — the information is wrong. While format/channel/time also contribute, the root issue is a low-PPV alert that delivers the wrong information.
7Which CDS approach is BEST when the goal is to reduce duplicate lab orders without disrupting clinician workflow?
A.Hard-stop interruptive alert at order entry
B.Passive infobutton link in the order screen
C.Order-set redesign that displays the prior result inline and offers a non-interruptive duplicate-order warning with a single-click acknowledgment
D.Email summary of duplicate orders sent monthly to department chairs
Explanation: Redesigning workflow to surface the recent result inline — with a low-friction warning — addresses the root cause without alert fatigue. Hard stops drive workarounds; passive infobuttons require the user to seek the information; retrospective emails do not change in-the-moment behavior.
8CDS Hooks is BEST described as:
A.A proprietary EHR vendor extension to HL7 v2
B.An open standard that allows EHRs to call external CDS services at defined points in the workflow using FHIR
C.A Java library for executing Arden Syntax MLMs
D.A SAML-based single sign-on protocol for CDS apps
Explanation: CDS Hooks is an HL7 standard that lets the EHR invoke remote CDS services at workflow 'hooks' (e.g., patient-view, order-select, order-sign). The service returns 'cards' that are rendered in the EHR. It complements SMART on FHIR and supports vendor-agnostic, contextual CDS.
9Arden Syntax is primarily used to encode:
A.FHIR resource definitions
B.Medical Logic Modules (MLMs) representing single decision rules
C.DICOM imaging metadata
D.HIPAA audit log entries
Explanation: Arden Syntax is an HL7 standard for sharing health-knowledge bases as Medical Logic Modules — independent units that each encode a single rule (data → evaluation → action). It addressed the so-called 'curly braces problem' (vocabulary/data binding to local systems) which CDS Hooks/FHIR now help solve.
10An ICU implements a 'sepsis bundle' alert. After three months, override rate is 92% and there is no improvement in time-to-antibiotics. The MOST appropriate next step is to:
A.Convert the alert to a hard stop requiring attending sign-off
B.Disable the alert without further analysis
C.Audit alert PPV and override reasons, then refine criteria and integrate the alert into existing rounding workflow
D.Send weekly leaderboard emails to providers ranking override rates
Explanation: Standard alert-tuning practice: measure PPV and the reasons for override, then refine logic, threshold, and presentation. Hard stops and shaming leaderboards harm trust without addressing root causes. Disabling without analysis loses the chance to improve a clinically important workflow.

About the ABPM Clinical Informatics Exam

The ABPM Clinical Informatics subspecialty certification (co-sponsored by ABPM and ABPath) validates physician expertise in applying information science and technology to deliver healthcare. Domains include fundamentals (information theory, DIKW, Bayesian decision-making), clinical decision support (Five Rights, CDS Hooks, alert fatigue), EHR systems and workflow analysis (CPOE, BPMN, downtime), health information exchange and interoperability (HL7 v2, FHIR R4, USCDI v4, SMART on FHIR, IHE, TEFCA/QHINs), terminologies and standards (SNOMED CT, LOINC, RxNorm, ICD-10-CM/PCS, CPT, NDC, UMLS, VSAC), data analytics and population health (eCQMs, MIPS, EDW, registries), privacy/security (HIPAA Privacy/Security/Breach, HITECH, 21st Century Cures information-blocking), informatics leadership and governance (CMIO/CNIO, RACI, PMI), change management (Kotter, ADKAR, Rogers' Diffusion), AI/ML in healthcare (FDA SaMD, PCCP, HTI-1), telehealth (RPM, store-and-forward, originating vs distant site), and usability/human factors (Nielsen, SUS, NASA-TLX).

Questions

200 scored questions

Time Limit

1-day CBT (~5 hours including tutorial and breaks)

Passing Score

Criterion-referenced scaled score set by ABPM/ABPath (modified Angoff)

Exam Fee

~$2,100 initial certification fee (ABPM 2026) (American Board of Preventive Medicine (ABPM) — co-sponsored with the American Board of Pathology (ABPath) / Pearson VUE)

ABPM Clinical Informatics Exam Content Outline

~12-15%

Health Information Exchange & Interoperability

HL7 v2 (pipe-delimited — ADT for admit/discharge/transfer, ORM orders, ORU results, MDM documents), HL7 v3 / CDA, FHIR R4 (RESTful resources — Patient, Encounter, Observation, Condition, MedicationRequest; Bundle and SearchSet), SMART on FHIR launch flow (EHR vs standalone), USCDI v4 data classes, IHE profiles (XDS document sharing, PIX patient identity cross-referencing, PDQ patient demographics query), TEFCA and Qualified Health Information Networks (QHINs), CommonWell/Carequality, Direct secure messaging, Sequoia eHealth Exchange.

~12-15%

Clinical Decision Support

Five Rights of CDS (right information, right person, right format, right channel, right time in workflow), Arden Syntax MLMs and CDS Hooks, alert fatigue and tiered/interruptive vs passive alerting, order sets and templates, USPSTF/CMS quality measures embedded as CDS, CDS Five-Star Framework, surveillance vs assistive vs autonomous CDS, the GLIA framework, CMS Promoting Interoperability CDS measure, infobutton standard.

~12-15%

EHR Systems & Workflow Analysis

Three-tier architecture (database, application, presentation), CPOE and closed-loop medication administration with BCMA, clinical documentation (problem list, SOAP, APSO), workflow modeling (BPMN, swim-lane diagrams, value-stream mapping), gap analysis, time-motion studies, downtime planning and read-only failover, build/test/train/go-live phases, optimization sprints, Meaningful Use → Promoting Interoperability program, ONC certified EHR technology (CEHRT).

~10-12%

Terminologies, Standards & Knowledge Representation

SNOMED CT for problems/diagnoses (concept-based, hierarchical, supports post-coordination), LOINC for labs and observations, RxNorm for medication normalization, ICD-10-CM for billing diagnoses, ICD-10-PCS for inpatient procedures, CPT/HCPCS for outpatient procedures, NDC for drug products, UMLS Metathesaurus, value sets in VSAC, ontologies vs terminologies vs classifications, mapping and normalization, semantic vs syntactic interoperability.

~10-12%

Privacy, Security & Regulatory Compliance

HIPAA Privacy Rule (TPO uses without authorization, minimum necessary, Notice of Privacy Practices), Security Rule (administrative, physical, technical safeguards; required risk analysis), Breach Notification (notify affected individuals within 60 days; ≥500 → HHS OCR within 60 days), HITECH Act, 21st Century Cures Act information-blocking rule and 8 exceptions, ONC EHR certification program, NIST 800-66 and 800-53, encryption at rest and in transit, RBAC, audit logs, MFA.

~10-12%

Fundamentals: Information Science & Decision-Making

DIKW (data → information → knowledge → wisdom) hierarchy, Shannon entropy and information theory, Bayesian reasoning (pre-test probability × LR = post-test odds), sensitivity/specificity/PPV/NPV, ROC and AUC, decision trees and Markov decision-analytic models, cognitive biases (anchoring, availability, premature closure), Reason's Swiss cheese model, dual-process theory (System 1 vs System 2).

~8-10%

Data Analytics, Quality Measurement & Population Health

Enterprise data warehouse vs data lake vs lakehouse, ETL/ELT, OLTP vs OLAP, dimensional modeling (star and snowflake schemas), eCQMs and the Quality Data Model (QDM), MIPS/MVPs, qualified clinical data registries, risk stratification (HCC, ACG), social determinants screening (PRAPARE, AHC HRSN), dashboards, SPC charts (run charts vs control charts with control limits).

~8-10%

Leadership, Governance & Project Management

Informatics governance (executive sponsor, steering committee, CCB), CMIO/CNIO/CHIO roles, RACI matrices, PMI process groups (initiating, planning, executing, monitoring/controlling, closing), Agile/Scrum vs Waterfall vs hybrid, scope/schedule/cost triple constraint, risk register, vendor selection (RFI/RFP/RFQ), contracts and SLAs, total cost of ownership, benefits realization.

~6-8%

AI, Machine Learning & Predictive Analytics

Supervised vs unsupervised vs reinforcement learning, train/validation/test split, overfitting and regularization, confusion matrix metrics, AUC-ROC vs precision-recall, calibration, FDA SaMD framework and predetermined change control plans (PCCP), ONC HTI-1 final rule and Decision Support Intervention (DSI) source attributes, bias and fairness audits, model drift monitoring, shadow vs silent vs live deployment, model lifecycle (problem framing → deployment → monitoring → retirement).

~5-7%

Change Management & Sociotechnical Systems

Kotter's 8-step change model, Lewin (unfreeze-change-refreeze), ADKAR (Awareness-Desire-Knowledge-Ability-Reinforcement), PROSCI methodology, Rogers' Diffusion of Innovations adopter categories (innovators 2.5%, early adopters 13.5%, early majority 34%, late majority 34%, laggards 16%), Sittig & Singh 8-dimension sociotechnical model, unintended consequences of HIT, e-iatrogenesis.

~3-5%

Telehealth, Mobile Health & Patient Engagement

Synchronous vs asynchronous (store-and-forward) telehealth, remote patient monitoring (CPT 99453/99454/99457/99458), CMS PHE telehealth flexibilities and post-PHE rules, originating vs distant site definitions, patient portals (View/Download/Transmit), tethered vs untethered PHRs, mHealth apps, FDA SaMD and digital therapeutics.

~3-5%

Usability, Human Factors & Safety

Nielsen's 10 heuristics, System Usability Scale (SUS, ≥68 = above average), NASA-TLX (workload), think-aloud protocol, heuristic evaluation vs cognitive walkthrough, formative vs summative usability testing, copy-forward and note bloat, ONC SAFER guides, Just Culture, FMEA and RCA for HIT-related safety events.

How to Pass the ABPM Clinical Informatics Exam

What You Need to Know

  • Passing score: Criterion-referenced scaled score set by ABPM/ABPath (modified Angoff)
  • Exam length: 200 questions
  • Time limit: 1-day CBT (~5 hours including tutorial and breaks)
  • Exam fee: ~$2,100 initial certification fee (ABPM 2026)

Keys to Passing

  • Complete 500+ practice questions
  • Score 80%+ consistently before scheduling
  • Focus on highest-weighted sections
  • Use our AI tutor for tough concepts

ABPM Clinical Informatics Study Tips from Top Performers

1Memorize the CDS Five Rights cold — Right Information, Right Person, Right Format, Right Channel, Right Time in workflow. Most CDS exam vignettes turn on identifying which of the five is being violated (e.g., interruptive pop-up to a nurse for an order the prescriber must address = wrong person AND wrong channel). Pair this with knowledge of alert fatigue mitigation (tiered alerting, suppression, alert hygiene reviews).
2Know the four big standards by use case: SNOMED CT for problems and diagnoses (clinical concepts, hierarchical, supports post-coordination), LOINC for laboratory and other observations (the 'noun' for results), RxNorm for medication normalization across NDCs, ICD-10-CM for billing diagnoses, ICD-10-PCS for inpatient procedures, CPT/HCPCS for outpatient procedures, NDC for the dispensed drug product. Exam questions usually present a scenario and ask which terminology is most appropriate.
3Master FHIR R4 basics: it is a RESTful API with resources (Patient, Encounter, Observation, Condition, MedicationRequest, AllergyIntolerance), Bundles for grouped responses, and SMART on FHIR for app launch. Know the difference between EHR launch (context already established, app receives a launch token) and standalone launch (app initiates the OAuth2 flow). USCDI v4 defines the minimum data classes a certified EHR must exchange via FHIR.
4HIPAA breach math: notify affected individuals without unreasonable delay and no later than 60 days from discovery. If the breach involves ≥500 individuals, also notify HHS OCR and prominent media in the affected state within 60 days. Smaller breaches (<500) are reported to HHS in an annual log. The Privacy Rule allows TPO uses without authorization; psychotherapy notes need separate authorization. The Security Rule's risk analysis is REQUIRED, not addressable.
521st Century Cures information-blocking rule prohibits actors (providers, HIT developers, HIEs, HINs) from interfering with EHI access/exchange/use. Memorize the 8 exceptions split into two groups: (1) Not fulfilling requests — Preventing Harm, Privacy, Security, Infeasibility, Health IT Performance; (2) Procedures for fulfilling requests — Content & Manner, Fees, Licensing. ONC HTI-1 (2024) added the Decision Support Intervention (DSI) source attribute requirements for predictive AI.

Frequently Asked Questions

What is the ABPM Clinical Informatics subspecialty certification?

The Clinical Informatics subspecialty certification is jointly sponsored by the American Board of Preventive Medicine (ABPM) and the American Board of Pathology (ABPath) under ABMS. It validates physician expertise in applying information science and technology to healthcare delivery — clinical decision support, EHR workflow, interoperability (HL7 v2, FHIR R4, USCDI), terminologies (SNOMED CT, LOINC, RxNorm), data analytics, privacy/security (HIPAA, HITECH, 21st Century Cures), informatics governance and project management, change management, AI/ML and predictive analytics, telehealth, and usability/human factors. Diplomates serve as CMIOs, CRIOs, informatics fellowship faculty, and health-IT vendor leaders.

Who is eligible to take the ABPM Clinical Informatics exam?

Candidates must hold an MD, DO, or equivalent doctoral medical degree with an unrestricted medical license and an active primary specialty certification from any ABMS member board. New applicants must complete a 24-month ACGME-accredited Clinical Informatics fellowship — the Practice Pathway closed after the 2022 administration and is no longer available. Program director attestation of satisfactory fellowship completion is required for application.

What is the format of the ABPM Clinical Informatics exam?

The exam is a 1-day computer-based test administered at Pearson VUE test centers, comprising approximately 200 single-best-answer multiple-choice questions over roughly 5 hours including a tutorial and breaks. Items include vignettes requiring interpretation of FHIR resource bundles, HL7 v2 segment fields, SNOMED-LOINC-RxNorm mappings, CDS Five Rights scenarios, BPMN workflow diagrams, HIPAA breach-response decisions, AI model performance trade-offs, and informatics-governance case studies aligned to the joint ABPM/ABPath content outline.

How much does the 2026 ABPM Clinical Informatics exam cost?

The 2026 ABPM Clinical Informatics initial certification fee is approximately $2,100 (verify current figure on the ABPM site). ABPath candidates pay the equivalent fee through their primary board. Cancellation and refund policies follow ABPM's posted schedule with decreasing refunds as the exam date approaches. Continuing Certification fees apply during the 10-year cycle (ABPM is transitioning to a longitudinal assessment model). Retakes within the eligibility window require re-registration and full fee payment.

When is the 2026 exam administered?

ABPM/ABPath typically administers the Clinical Informatics subspecialty exam during a fall testing window at Pearson VUE. Application windows generally open in the spring with a submission deadline in late spring/early summer. After application approval, candidates schedule a specific appointment with Pearson VUE. Exact 2026 dates should be confirmed on the ABPM exam information page or the ABPath certification page.

How is the exam scored?

ABPM/ABPath uses criterion-referenced scoring with the passing standard set by subject-matter experts using the modified Angoff method. A candidate's pass/fail result depends on performance relative to the fixed cut-score, not on other candidates. Score reports include subdomain performance breakdown to guide future learning. Results are typically released several weeks after the testing window closes.

What are the highest-yield topics?

Highest-yield topics include: HL7 v2 message types (ADT, ORM, ORU, MDM) and FHIR R4 RESTful resources with SMART on FHIR launch flows; USCDI v4 data classes; SNOMED CT vs LOINC vs RxNorm vs ICD-10-CM/PCS use cases; CDS Five Rights and CDS Hooks; HIPAA Privacy/Security/Breach Notification timelines (≥500 → HHS OCR within 60 days); 21st Century Cures information-blocking rule and its 8 exceptions; FDA SaMD and predetermined change control plans (PCCP); ONC HTI-1 Decision Support Intervention attributes; Kotter, ADKAR, and Rogers' Diffusion adopter categories; PMI process groups and Agile vs Waterfall; eCQMs/MIPS; Nielsen's 10 heuristics and SUS interpretation.

How should I study for this exam?

Use a 9-15 month structured plan during and after fellowship. Start with the official ABPM/ABPath content outline and the Clinical Informatics Review (Finnell & Dixon, Springer) — the de facto board review text. Layer in Shortliffe & Cimino's Biomedical Informatics for foundational concepts. Read the FHIR R4 spec, USCDI v4 data classes, ONC HTI-1 final rule, and the ONC SAFER guides. Take a structured board review course (AMIA's CIBRC and others), complete high-volume MCQs with rationale, and finish with 2-3 timed full-length mock exams to calibrate pacing and weak domains.