Skip to content
CareThread Atlas

The atlas journal

Patient timelines as a foundation for useful health AI

CareThread Atlas examines how authorized longitudinal records can support future AI summaries while preserving dates, sources and gaps in the available history.

Health questions often span more than one entry

A person preparing to review their history may need to navigate conditions, observations, medications and encounters spread across time. A startup that sees only one isolated entry can miss the context needed even to organize the right questions. Authorized longitudinal data can make that context available, provided the interface preserves what each source actually supplied.

CareThread Atlas turns returned categories into a filterable timeline. The current product supplies navigation and expandable fields; it does not generate an account of what caused an event or reconcile the record into a single authoritative story.

The useful AI idea is an evidence-linked draft

A future assistant might draft a chronological outline, retrieve entries connected to a user’s question or group candidate discussion topics. A reader should be able to open the entries supporting each statement. That is a different design goal from producing a plausible narrative that cannot be checked.

WHO’s guidance points to opportunities for summarizing health information alongside risks from false, biased or incomplete statements. For a timeline product, that makes traceability a practical requirement for evaluating a proposed feature.

Sources: WHO guidance on generative AI applications and limitations

Dates can mislead a model as easily as a reader

A missing date does not become a known event date because software must place an item somewhere. Similar labels do not prove that two records describe the same event. A future summarizer needs access to those uncertainties, rather than receiving a flattened story in which every item appears equally certain.

  1. Retain source IDs with any summary evidence.
  2. Distinguish recorded event dates from import or sync times.
  3. Keep undated entries visibly unresolved.
  4. Treat repeated-looking entries as candidates for inspection, not automatic duplicates.

The connection choice behind the timeline

CareThread Atlas uses FinchNode to obtain the authorized record categories its timeline can display. Its own code adds category navigation and chronological ordering while leaving the returned fields inspectable. That gives a future AI feature an explicit boundary between retrieved evidence and newly generated language.

Current patient connection activation is still pending, and the application does not run an AI summarizer. A new operator adding one would need to decide its scope, disclosures, data handling and evaluation before enabling it.

Sources: CareThread Atlas timeline implementation · FinchNode patient-authorized access

Access and training are different decisions

Using authorized information for a visitor’s current task is not the same as retaining it for a training corpus. A startup should state which job the data serves and what happens when access ends. The opportunity is a more useful, inspectable experience for the person who shared the record, rather than an undefined accumulation of patient data.

Questions about this guide

Does CareThread Atlas currently write AI summaries?

No. It filters, sorts and expands returned records. AI-supported outlines are a possible future direction described here.

Can the timeline prove why an event happened?

No. Chronological ordering alone does not establish a causal relationship between clinical events.

Sources and implementation

Browse all public guides →