Skip to content
PaperFren

Concept

Clinical information extraction from notes

10 studies1 discoveryEvidence last moved Sep 27, 2026

Clinical information extraction turns free-text notes (pathology reports, discharge summaries, clinic letters) into structured variables such as cancer stage, seizure frequency or a symptom being present. The evidence here comes from retrospective computational studies at single health systems or public archives that compare prompted large language models, fine-tuned transformers, weak supervision and rule or code-based baselines against expert chart review.

Much of what happens to patients is only written in notes, not in billing codes, so extraction decides what research and surveillance can see. Students often assume a big chatbot simply 'reads the chart'; these studies show where it works, where it invents answers, and why a smaller fine-tuned model can still win.

Studies

10

Findings

5

13 supporting · 0 challenging · 2 qualifying citations

Open tensions

2

Latest change

Concept page published

Clinical information extraction from notes

Currently

What we know

  1. Codes undercount; the notes hold the missing cases.
  2. Prompting alone can get far on clear, well-defined variables.
  3. A small amount of labelled data plus fine-tuning remains a strong baseline.
  4. Good retrieval is part of the extraction system, not an afterthought.
  5. Errors are often confident reasoning or invention, not just misses.

Largest unresolved question

Whether prompted LLMs match fine-tuned models depends on the task and the metric: GPT-3.5 beat a fine-tuned BERT on pathology staging accuracy, but GPT-4 lost to BioClinicalBERT on exact-match clinical NER, and the NER authors argue exact matching undervalues clinically sensible LLM answers.

Common misconceptions

  • If an LLM gets 89% accuracy on one hospital's reports, it will do the same elsewhere.

    Every study here is from one health system or public archive; the haemorrhage model dropped on newer notes and the social-determinants models dropped on another hospital's ICU notes.

  • When the note says nothing, the model will answer 'unknown'.

    GPT-3.5 often invented a consistent fake case for blank reports, and the smallest Llama 2 hallucinated features, so outputs need checking.

  • Better extraction automatically means better patient care.

    These are retrospective accuracy studies; none tested whether using the extracted data improved outcomes, and the EHR prediction study explicitly calls for prospective trials.

Related