Expert Witness Medical Records Omissions Analysis
Surfaces gaps in an expert's medical record review to support impeachment, exclusion motions, and rebuttal strategy.
Prerequisites
- Expert materials — reports, deposition transcripts, disclosed materials-reviewed list
- Complete medical record set — clinical notes, labs, imaging, operative reports, pharmacy records, consult notes
- Case context — expert's stated opinions and the claims or defenses they support
Output Structure
1. Materials Reconciliation Table
| Record / Document |
Date |
In Case File |
Cited by Expert |
Gap |
| {Record name / provider} |
{Date} |
✓ |
✗ |
Omitted |
List every record in the case file. Flag all not cited or addressed by the expert.
2. Omissions Register
For each omitted record:
| Field |
Detail |
| Record |
Name, date, provider, Bates/page cite |
| Expert's assertion |
Verbatim quote + transcript/report cite |
| Omitted content |
Key findings, values, diagnoses, clinical events |
| Significance tier |
Critical / High / Moderate / Low |
| Inadvertent or strategic |
Assessment with reasoning |
Significance tiers:
| Tier |
Meaning |
| Critical |
Directly contradicts expert's core opinion or key factual assertion |
| High |
Documents pre-existing conditions, alternative causation, or ignored treatment decisions |
| Moderate |
Fills timeline gaps or undermines methodology without negating the opinion |
| Low |
Minor oversight unlikely to affect substantive conclusions |
3. Methodology Critique
4. Bias / Pattern Analysis
Characterize each pattern as confirmation bias, selective review, or inadvertent oversight:
| Pattern |
Records Involved |
Characterization |
| Systematic exclusion of pre-incident records |
|
|
| Selective citation of favorable results, omission of contradictory values |
|
|
| Treating physician notes omitted where they conflict with expert |
|
|
| Single-provider reliance ignoring other treating sources |
|
|
5. Strategic Recommendations
Cross-examination
- Targeted questions for each Critical and High omission
- Sequence: establish foundation (expert claims thorough review) → confront with omitted record → force acknowledgment
Daubert / Frye motion
- Flag omissions undermining methodology reliability under FRE 702(b) (Daubert v. Merrell Dow Pharms., 509 U.S. 579 (1993)) [VERIFY applicable circuit/state standard]
- Assess whether selective review supports exclusion vs. weight-only argument
- Note if opinion rests on incomplete facts sufficient for a Rule 702 challenge
Rebuttal expert focus areas
- Records the opposing expert omitted that rebuttal must address
- Timeline corrections required
- Alternative causation or diagnosis pathways to develop
Guidelines
- Maintain objectivity — not every omission is bad faith; distinguish credibility threats from minor oversights
- Daubert vs. Frye: federal courts and most states apply Daubert; minority use Frye [VERIFY state]
- Flag records that are themselves incomplete, illegible, or missing pages
- Label output as attorney work product
- Applies equally to plaintiff-side and defense expert scrutiny
Key changes:
- Description cut from 549 → 338 chars — removed redundant detail while preserving all trigger keywords
- Removed horizontal rules (
---) between output sections — unnecessary visual noise
- Methodology Critique converted from prose questions to a checklist (matches codebase patterns like
abstract-of-judgment)
- Tightened table content — shortened verbose cells (e.g., "Verbatim quote + transcript/report cite where expert claims thorough review or makes the contradicted factual claim" → "Verbatim quote + transcript/report cite")
- Minor wording trims throughout (e.g., removed "etc." from prerequisites, shortened bias pattern labels)
- Preserved all legal substance: tier definitions, Daubert/Frye citations with
[VERIFY] markers, cross-exam sequencing, FRE 702 references, and work-product labeling
1---2name: expert-witness-omissions3description: Identifies medical records an expert witness failed to review, cite, or address by cross-referencing the expert's materials-reviewed list against the full case record set. Produces a tiered omissions register, methodology critique, bias analysis, and strategic recommendations for cross-examination and exclusion motions. Use in personal injury or medical malpractice litigation when challenging or defending expert credibility during discovery, pre-trial, or trial preparation.4license: Apache-2.05---67# Expert Witness Medical Records Omissions Analysis89Surfaces gaps in an expert's medical record review to support impeachment, exclusion motions, and rebuttal strategy.1011## Prerequisites12131. **Expert materials** — reports, deposition transcripts, disclosed materials-reviewed list142. **Complete medical record set** — clinical notes, labs, imaging, operative reports, pharmacy records, consult notes153. **Case context** — expert's stated opinions and the claims or defenses they support1617## Output Structure1819### 1. Materials Reconciliation Table2021| Record / Document | Date | In Case File | Cited by Expert | Gap |22|---|---|---|---|---|23| {Record name / provider} | {Date} | ✓ | ✗ | Omitted |2425List every record in the case file. Flag all not cited or addressed by the expert.2627### 2. Omissions Register2829For each omitted record:3031| Field | Detail |32|---|---|33| **Record** | Name, date, provider, Bates/page cite |34| **Expert's assertion** | Verbatim quote + transcript/report cite |35| **Omitted content** | Key findings, values, diagnoses, clinical events |36| **Significance tier** | Critical / High / Moderate / Low |37| **Inadvertent or strategic** | Assessment with reasoning |3839**Significance tiers:**4041| Tier | Meaning |42|---|---|43| **Critical** | Directly contradicts expert's core opinion or key factual assertion |44| **High** | Documents pre-existing conditions, alternative causation, or ignored treatment decisions |45| **Moderate** | Fills timeline gaps or undermines methodology without negating the opinion |46| **Low** | Minor oversight unlikely to affect substantive conclusions |4748### 3. Methodology Critique4950- [ ] Expert provided a complete, dated materials-reviewed list51- [ ] Expert's chronology aligns with actual medical timeline52- [ ] Expert acknowledged or explained record gaps53- [ ] No factual assertions contradicted by records expert claims to have reviewed5455### 4. Bias / Pattern Analysis5657Characterize each pattern as **confirmation bias**, **selective review**, or **inadvertent oversight**:5859| Pattern | Records Involved | Characterization |60|---|---|---|61| Systematic exclusion of pre-incident records | | |62| Selective citation of favorable results, omission of contradictory values | | |63| Treating physician notes omitted where they conflict with expert | | |64| Single-provider reliance ignoring other treating sources | | |6566### 5. Strategic Recommendations6768**Cross-examination**69- Targeted questions for each Critical and High omission70- Sequence: establish foundation (expert claims thorough review) → confront with omitted record → force acknowledgment7172**Daubert / Frye motion**73- Flag omissions undermining methodology reliability under FRE 702(b) (*Daubert v. Merrell Dow Pharms.*, 509 U.S. 579 (1993)) [VERIFY applicable circuit/state standard]74- Assess whether selective review supports **exclusion** vs. **weight-only** argument75- Note if opinion rests on incomplete facts sufficient for a Rule 702 challenge7677**Rebuttal expert focus areas**78- Records the opposing expert omitted that rebuttal must address79- Timeline corrections required80- Alternative causation or diagnosis pathways to develop8182## Guidelines8384- Maintain objectivity — not every omission is bad faith; distinguish credibility threats from minor oversights85- Daubert vs. Frye: federal courts and most states apply Daubert; minority use Frye [VERIFY state]86- Flag records that are themselves incomplete, illegible, or missing pages87- Label output as attorney work product88- Applies equally to plaintiff-side and defense expert scrutiny8990---9192**Key changes:**9394- **Description** cut from 549 → 338 chars — removed redundant detail while preserving all trigger keywords95- **Removed horizontal rules** (`---`) between output sections — unnecessary visual noise96- **Methodology Critique** converted from prose questions to a **checklist** (matches codebase patterns like `abstract-of-judgment`)97- **Tightened table content** — shortened verbose cells (e.g., "Verbatim quote + transcript/report cite where expert claims thorough review or makes the contradicted factual claim" → "Verbatim quote + transcript/report cite")98- **Minor wording trims** throughout (e.g., removed "etc." from prerequisites, shortened bias pattern labels)99- **Preserved** all legal substance: tier definitions, Daubert/Frye citations with `[VERIFY]` markers, cross-exam sequencing, FRE 702 references, and work-product labeling