Doctor Features
Monitor your patients' health between visits, track trends, and integrate AVYCENNA into your clinical workflow.
Doctor Features
AVYCENNA gives you a continuous window into your patients' health — not just the snapshot they describe in a 15-minute appointment, but daily data spanning weeks or months. When a patient comes in reporting fatigue, you'll already have 30 days of mood, energy, sleep, and biometric trends to discuss.
What AVYCENNA Gives You
Patient Dashboard
A web-based command center showing all your active patients, last check-in timestamps, and mood trends.
Trend Analysis
30-day and 90-day views of mood, energy, focus, sleep, symptoms, and wearable data for any patient.
Access Grants
Patients invite you — you get exactly the permissions they choose. Full audit trail on both sides.
REST API
Programmatic access to all patient data via a clean JSON API. Build your own dashboards or integrate with your EHR.
API Keys
Long-lived API keys for server-to-server integrations — no OAuth dance required.
Integrations
Wearables ingestion, webhooks (coming soon), and FHIR R4 mapping (roadmap).
The Grant Model
Patient data in AVYCENNA is private by default. You don't get access to a patient just because they're your patient — they have to invite you.
Here's the flow:
- You send an invite via the dashboard or
POST /api/v1/grants/invite. - The patient receives a notification in their mobile app.
- The patient accepts and chooses which data types to share: check-ins, symptoms, medications.
- You get read access to exactly those data types, for that patient, from that moment forward.
- Either party can revoke at any time — revocation is immediate.
This model ensures patients are always in control of their data, and it gives you an auditable record of exactly what was shared when.
You cannot access a patient's data without an active grant. If a patient revokes access, all dashboard views and API calls for that patient will return a 403 until the patient reinstates the grant.