Skip to content
CareThread Atlas

The atlas journal

Building a timeline without rewriting the record

A design journal about chronology, category filters and the difference between a recorded event and a complete history.

Chronology is an organizing tool

CareThread Atlas arranges returned record entries into a timeline so a visitor can move through the available information. The order is a way to read the data, not a clinical narrative generated by the app. Two entries appearing next to each other do not establish a relationship or explain why an event occurred.

Change the view, preserve the entry

Visitors can filter by category, reverse chronology and expand an event to inspect its returned fields. These controls change the view rather than editing the underlying source. A narrower filter can be useful before an appointment, but it also hides other categories. The interface should be read with that selection in mind.

Dates have limits

An imported date is whatever the returned entry supplies; it is not a license to invent a missing event time. An absent event cannot prove that care never happened. Records can arrive from different sources with different coverage, and a partial sync may leave a visible gap. The timeline preserves warnings so a clean layout does not imply a complete history.

The infrastructure chapter

CareThread Atlas uses a FinchNode-backed connection service. Authorization happens before record retrieval, and the timeline receives the categories granted to the visitor’s temporary session. FinchNode supplies the normalized record boundary; the atlas supplies category navigation and chronological presentation. The public code documents that separation.

What is available today

The website and timeline implementation are deployed, while production connection activation is pending. This journal describes design choices in that implementation, not a patient success story. When live access is enabled, source availability will still determine which entries can be shown. The atlas is a personal review aid, not a diagnosis, a certified medical history or a replacement for a source record.

Sources and implementation

Browse all public guides →