Patient modules
Document vault
Upload pathology, genomics, and imaging reports — kept private, downloadable, and linked to events.
Documents is the file cabinet for your record. Use it for pathology reports, genomics reports, lab PDFs, imaging reports, insurance letters, and any other clinical paperwork.
How upload works
Step 1
Pick the file
Choose a PDF or image. Teloma stores it in object storage — not in the database.
Step 2
Add metadata
Document type, optional source label (e.g. lab or hospital), and the document date.
Step 3
Initialize
The app asks the API for a short-lived signed upload URL. Your file is uploaded directly to storage — the API never proxies the bytes.
Step 4
Finalize
The app tells the API the upload is complete; the API marks the document as ready.
Step 5
View / download
Reads also use signed URLs, time-limited and per-request. Raw paths are never exposed.
Linking
Documents can be linked to a TimelineEvent, a Diagnosis, or a Treatment, and can carry a 'review flag' so it's clear which ones still need a clinician's eyes.
Note
An OCR / text-extraction hook is reserved for a later phase. For now, the document is stored as-is and the summary uses the metadata + notes you provide.