Data Architecture & Privacy
IOLDx Clinical is currently deployed as a client-side web application hosted on AWS CloudFront/S3. This is an intentional architectural decision for the early-access phase:
- No patient data leaves the browser. Biometric inputs (axial length, keratometry, ACD) are processed entirely in JavaScript on the user's device.
- No backend database. Session outcomes are stored in
localStorageโ scoped to the user's browser, never transmitted. - No user accounts required. No login means no identity data collected.
- Claude Vision API is used only for biometer image parsing (Scan Report import). Images are sent to Anthropic's API via a Lambda proxy. No images are stored or logged.
โ No server-side storage
โ Images not retained
โ HTTPS enforced, TLS 1.2+
โ No PII collected
FDA Regulatory Classification
IOLDx Clinical is a clinical decision support (CDS) tool intended for use by licensed ophthalmic surgeons. Under the 21st Century Cures Act and FDA's 2019 CDS guidance, software that:
- Is not intended to replace clinical judgment
- Displays the basis for its recommendations so clinicians can independently review
- Is used by qualified healthcare professionals
...is classified as non-device CDS and does not require 510(k) clearance.
All IOL defocus curve data is sourced from FDA Summary of Safety and Effectiveness Data (SSED) or peer-reviewed literature. Sources are labeled on each IOL card.
| Regulation | Applicability | Status |
|---|---|---|
| FDA 21 CFR Part 11 (Electronic Records) | Applies to records submitted to FDA. IOLDx does not submit records to FDA. | Not Applicable |
| FDA 510(k) Medical Device | Non-device CDS under 21st Century Cures Act โ does not replace clinical judgment | Exempt |
| FDA CDS Guidance (2019) | Displays basis for recommendations; used by qualified professionals | Compliant |
| HIPAA Privacy Rule | No PHI collected or transmitted in current deployment | Not Applicable (v1) |
| HIPAA Security Rule | Required for enterprise cloud deployment with stored PHI | Roadmap |
| SOC 2 Type II | Required for enterprise SaaS with institutional contracts | Roadmap |
| GDPR (EU) | No personal data collected from EU users in current deployment | Compliant (v1) |
Scalability & Cloud Architecture Roadmap
The current deployment is intentionally lightweight for early validation. The enterprise architecture roadmap is designed to support acquisition-level scale:
โ AWS Lambda API proxy
โ Flutter Web (cross-platform)
โ Client-side only (no DB)
โ No user accounts
โ Local storage only
โ Auth0 / Supabase Auth (SSO-ready)
โ HIPAA BAA with cloud provider
โ Role-based access (surgeon/admin)
โ Practice-level outcomes dashboard
โ HL7 FHIR export capability
Clinical Data Sources & Methodology
All defocus curve data used in IOLDx Clinical is sourced from publicly available regulatory submissions and peer-reviewed literature. No proprietary or confidential manufacturer data is used.
| IOL | Data Source | Type |
|---|---|---|
| Clareon PanOptix (TFNT00) | FDA SSED PMA P930014/S131 | FDA SSED |
| Clareon Vivity (DFT015/DFW015) | FDA SSED PMA P930014/S152 | FDA SSED |
| AcrySof IQ Monofocal | FDA SSED PMA P930014 | FDA SSED |
| Clareon Monofocal | FDA SSED PMA P930014/S148 | FDA SSED |
| TECNIS Symfony (ZXR00) | FDA SSED PMA P060040/S050 | FDA SSED |
| TECNIS Synergy (DFR00V) | FDA SSED PMA P060040/S079 | FDA SSED |
| IC-8 Apthera | FDA SSED PMA P200037 | FDA SSED |
| Additional IOLs (6) | Peer-reviewed literature + manufacturer data | Generated |
Enterprise Inquiries & Compliance Documentation
For enterprise deployment, institutional licensing, HIPAA Business Associate Agreement (BAA), or Alcon integration discussions:
Optometrist & Clinical Technologist
balamuralivasudevan@gmail.com
โ Data Flow Diagram
โ Source code (on request)
โ BAA template (on request)
โ SOC 2 readiness assessment