Medical Vault
Your complete chronological health record — every prescription, diagnosis, and treatment in one place.
Updated June 2026 6 min read
The Medical Vault is the patient's complete health timeline...
What's Stored
Each record in the Medical Vault corresponds to one prescription...
| Field | Type | Description |
|---|---|---|
| diagnosis | String | Doctor's diagnosis text |
| medicines | Array | List of medicines |
| notes | String | Doctor's notes |
| followUpDate | Date | Follow-up reminder trigger |
| rawTranscript | String | Voice transcription |
| audioUrl | String | Audio file URL |
| doctorId | ObjectId | Doctor reference |
| appointmentId | ObjectId | Appointment reference |
Accessing Records
Timeline View
The default view is a descending chronological timeline...
Family Member Records
Each family member has their own sub-vault...
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/patient/records | List all records |
| GET | /api/patient/records/:id | Single record detail |
| GET | /api/patient/family/:memberId/records | Family member records |
Follow-Up Automation
When a prescription includes a follow-up date...
Record permanence
Medical records are never deleted...