Blog
Eligibility evidence often lives in the notes, not the codes
Ask a data warehouse for patients with a diagnosis code and a recent lab, and you get a list. Ask whether a patient's heart failure is symptomatic, why a drug was stopped, or whether disease progressed on the last scan, and the answer is often in a clinical note. Here is what studies have measured, and what to do about it.
Where does the 80 percent figure come from?
Articles on this topic often open with the claim that 80 percent of healthcare data is unstructured. The number is older and vaguer than it looks. A widely cited origin is a 1998 Merrill Lynch report about data in organizations generally, which said "some estimates run as high as 80%" with no clear source.[1] A 2019 Healthcare Informatics Research editorial repeats the figure for medical data, citing a 2015 trade article rather than a measurement.[2]
For a site, the useful question is how many of a protocol's criteria a structured query can settle alone. That has been measured.
How many eligibility criteria need a clinical note?
Two studies counted criteria directly. In a 2014 Ohio State study of chronic lymphocytic leukemia (CLL) and prostate cancer trials, unstructured data was essential to resolving 59 percent of the CLL criteria and 77 percent of the prostate cancer criteria.[3] A 2024 preprint on the COPILOT-HF heart failure trial at Brigham and Women's Hospital reports that structured EHR data could determine 5 of 6 inclusion criteria but only 5 of 17 exclusion criteria, leaving the rest to chart review by study staff.[4]
59%[3]
of CLL trial criteria needed unstructured data
77%[3]
of prostate cancer trial criteria needed unstructured data
13 of 23[4]
COPILOT-HF criteria structured EHR data could not determine (1 inclusion, 12 exclusion)
The COPILOT-HF split follows how many protocols are written. Inclusion criteria often name a diagnosis and a lab value, which are coded. Exclusions ask about history, severity and prior treatment, which are usually written in prose.
Which criteria live in the note rather than the code?
Often the structured record holds a hint and the note holds the answer.
| Criterion as written | What a structured query sees | Where the answer usually is |
|---|---|---|
| Symptomatic heart failure | A heart failure diagnosis code and an echocardiogram | Notes describing symptoms and functional class |
| ECOG performance status of 0 or 1 | Often nothing, unless the site records it as a discrete field | Oncology visit notes |
| Progression on prior platinum-based therapy | Orders for carboplatin or cisplatin | Imaging reports and oncology notes that state progression and when |
| Stopped a prior drug for intolerance, not lack of effect | An ended medication order with no reason attached | The visit note that explains why |
| No myocardial infarction within the past three months | Coded encounter dates, which may not match the event date | Discharge summaries and notes with the event date |
| Willing to use contraception | Nothing | The patient |
Some criteria, like the last one, cannot be settled from any record and belong on the pre-screening call.
What does a structured query miss?
A query built on codes, labs and medication lists fails in two directions. It flags patients whose notes rule them out, and it skips patients whose eligibility is written down but never coded.
- False positives. At Brigham and Women's Hospital, a rule-based EHR system flagged heart failure patients for guideline-directed therapy (a care program, not a trial). Of 5,460 flagged patients screened by hand, 1,754 (32.1 percent) were truly eligible. Over 38 percent of false positives came from misjudging symptomatic heart failure and medication history, and the 2024 paper calls for processing clinical notes.[5]
- Low precision. In a 2009 Columbia evaluation of 125 patients for the ACCORD trial, electronic screening excluded ineligible patients with 100 percent negative predictive accuracy, but only 13 percent of the patients it flagged were eligible.[6]
- Silent misses. A patient whose progression or prior therapy appears only in a note never matches a code-based filter, so nobody opens the chart, and the miss never reaches a screening log.
Can software reach the notes at all?
Increasingly, yes. USCDI version 1, the data set certified EHR APIs had to support, includes a Clinical Notes class with eight note types, from history and physical to pathology and imaging narratives.[7] Certified developers had until December 31, 2022 to roll out these FHIR APIs, and ONC reported in February 2023 that more than 95 percent met the deadline.[8]
A site's IT and privacy teams still decide which notes a vendor may read. The harder part is reading: tying each note to the right criterion and time window, and showing a coordinator the sentence behind each decision. The EHR recruitment guide covers interface and privacy options.
What does manual screening cost a site?
When a query cannot answer a criterion, someone reads the chart. A 2012 study that tracked screening effort at one academic cancer center found that the largest share of eligibility evaluations (35.8 percent) took 10 to 30 minutes, and more than 10 percent took 2 to 4 hours. Finding, screening and enrolling one patient took an average of 3.4 to 8.8 staff hours depending on study phase, and screening cost $129.15 to $336.48 per enrolled patient, largely nonreimbursed.[9]
What should a site do about it?
Treat the structured query as a first pass, not the screen, and plan for the notes on purpose.
- Sort each criterion into three groups: settled by coded data, by notes or reports, or only by talking to the patient.
- Build the candidate pool from the coded group, but never let a missing code exclude someone on a criterion that lives in notes.
- For each note-based criterion, name the documents that count as evidence, such as pathology reports for receptor status or imaging reports for progression.
- Track screen-failure reasons. If they cluster on criteria the notes could have answered, the pre-screen is under-reading the chart (more on screen failure).
- When evaluating software, ask to see the note sentence behind each criterion decision, not only a score.
Bring a protocol. We will walk through which of its criteria depend on notes and how Bond reads them.
Frequently asked questions
Are structured EHR queries still worth running?
Sources
- 1.Unstructured data · Wikipedia, 2024Quote: "In 1998, Merrill Lynch said "unstructured data comprises the vast majority of data found in an organization, some estimates run as high as 80%." It is unclear what the source of this number is, but nonetheless it is accepted by some."
- 2.Managing Unstructured Big Data in Healthcare System · Healthcare Informatics Research, 2019Editorial. Quote: "about 80% of medical data remains unstructured and untapped after it is created (e.g., text, image, signal, etc.)". The figure cites reference 2, a 2015 HIT Consultant article.
- 3.How essential are unstructured clinical narratives and information fusion to clinical trial recruitment? · AMIA Joint Summits on Translational Science Proceedings (Raghavan P et al., Ohio State University), 2014Quote: "Unstructured data is essential to solving 59% of the CLL trial criteria and 77% of the prostate cancer trial criteria." Abstract read from the PubMed record via NCBI E-utilities, September 2026. PMCID PMC4333685.
- 4.Retrieval Augmented Generation Enabled Generative Pre-Trained Transformer 4 (GPT-4) Performance for Clinical Trial Screening · medRxiv preprint (Unlu O et al., Brigham and Women's Hospital), 2024Quote: "Currently, structured data in the EHR can only be used to determine 5 out of 6 inclusion and 5 out of 17 exclusion criteria." Also: "set up appropriate mitigation strategies such as final clinician review before patient engagement." Abstract read from the PubMed record via NCBI E-utilities, September 2026. DOI 10.1101/2024.02.08.24302376.
- 5.Identifying Patients with Heart Failure Eligible for Guideline-Directed Medical Therapy · Population Health Management (Subramaniam S et al., Brigham and Women's Hospital), 2024Guideline-directed therapy eligibility, not trial screening. Quote: "A total 5460 patients were manually screened, of which 1754 were found to be truly eligible with an accuracy of 32.1%. An analysis of the false-positive cases showed that over 38% of the false positives were due to incorrect determination of symptomatic HF and medication history of the patients." Also: "there is a need to further optimize the system by integrating processing of clinical notes."
- 6.Electronic screening improves efficiency in clinical trial recruitment · Journal of the American Medical Informatics Association (Thadani SR et al., Columbia University), 2009Quote: "For all of these 125 patients, the performance of E-screening was compared with investigator review. E-screening achieved a negative predictive accuracy of 100% (95% CI: 98-100%), a positive predictive accuracy of 13% (95% CI: 6-13%), a sensitivity of 100% (95% CI: 45-100%), and a specificity of 84% (95% CI: 82-84%)." Abstract read from the PubMed record via NCBI E-utilities, September 2026. DOI 10.1197/jamia.M3119.
- 7.U.S. Core Data for Interoperability (USCDI) Version 1 · ASTP/ONC Interoperability Standards Platform, 2020Quote: "Clinical Notes • Consultation Note • Discharge Summary Note • History & Physical • Imaging Narrative • Laboratory Report Narrative • Pathology Report Narrative • Procedure Note • Progress Note"
- 8.Achieving a Major Milestone: Health IT Developers Certify to Cures Update · HealthIT.gov blog (ASTP/ONC), 2023Quote: "More than 95 percent of Certified Health IT developers met the compliance deadline to update and provide their customers with new technology."
- 9.Effort Required in Eligibility Screening for Clinical Trials · Journal of Oncology Practice, 2012Single academic cancer center (Virginia Commonwealth University). Quote: "The largest proportion of evaluations (35.8%) required 10 to 30 minutes, but more than 10% required between 2 to 4 hours for completion." Also: "The average number of hours spent to find, screen, and enroll a patient varied from 3.4 to 8.8 hours". Also: "The cost of eligibility screening ranged by study phase from $129.15 to $336.48 per enrolled patient." and "the largely nonreimbursed costs of eligibility screening". 2012 dollars.
- 10.Bond Health: platform overview, FAQ and pricing · Bond Health, 2026
Related pages
Identify: LLM-based EHR screening
How Bond reads notes and coded data and shows the evidence for each criterion.
ReadUsing the EHR for recruitment
Interfaces, permissions and what each EHR tool can and cannot query.
ReadUnstructured clinical data
A short definition with examples of narrative record types.
ReadCoordinator chart review checklist
A manual checklist for the criteria that live in notes.
ReadReducing screen failure
Where screen failures come from and how pre-screening can catch them.
Read