
Tenant Data Isolation: Patterns and Anti-Patterns
Explore effective patterns and pitfalls of tenant data isolation in multi-tenant systems to enhance security and compliance.
Jul 30, 2025
Read More
Building healthcare software is different. You're not just fighting for product-market fit — you're navigating HIPAA, state regulations, FDA classifications, and the consequences of getting it wrong (fines up to $1.5M per violation, plus lawsuits). But that doesn't mean health tech MVPs are impossible. It means you need to know which corners you can cut and which you absolutely cannot.
At Propelius Technologies, we've built telehealth platforms, EHR integrations, patient portals, and medical device software. This guide covers the regulatory landscape, what's required for HIPAA compliance, and how to build a compliant MVP without spending $500K.
Covered Entities (CEs): Healthcare providers, health plans, healthcare clearinghouses — directly subject to HIPAA.
Business Associates (BAs): Anyone who handles protected health information (PHI) on behalf of a CE. This includes:
Not covered: Apps that let users track their own health data without sharing with providers (fitness trackers, period trackers, meditation apps) — unless you share data with covered entities.
PHI is any health information that can identify an individual. This includes:
18 identifiers:
Plus any health information (diagnoses, medications, lab results, treatment notes).
Key point: If you can identify the person, it's PHI. Anonymization requires removing all 18 identifiers.
Cloud Providers (All HIPAA-Ready with BAA):
Databases:
Backend Frameworks:
Third-Party Services (Must Have BAAs):
Avoid (No BAA):
Must-Have (Day 1):
Should-Have (Before Launch):
Nice-to-Have (Post-Launch):
Problem: Production DB is encrypted, but nightly backups to S3 aren't.
Solution: Enable S3 bucket encryption, use AWS Backup with encryption, or encrypt backups before uploading.
Problem: Developers use production data dumps for testing.
Solution: Use synthetic data or anonymized data. Never copy production PHI to non-production environments.
Problem: Error logs contain patient names, SSNs, diagnoses.
Solution: Redact sensitive fields before logging. Log IDs, not names. Use structured logging to control what gets captured.
Problem: Marketing added GA tracking that captures PHI in URLs or forms.
Solution: Audit all third-party scripts. Use tag managers with PHI filtering. Get BAAs before tracking anything.
Problem: Appointment reminders include diagnosis or treatment details.
Solution: Send minimal info ("You have an appointment tomorrow at 2 PM") or use secure patient portals. If you must send PHI, use encrypted email.
If your software diagnoses, treats, or prevents disease, FDA may classify it as a medical device. Three classes:
Enforcement Discretion: FDA doesn't regulate most general wellness apps, health tracking, or administrative tools. Focus areas: clinical decision support, diagnostic imaging, remote patient monitoring.
If building telehealth:
You CAN skip (initially):
You CANNOT skip:
Not necessarily. Use templates for BAAs and privacy policies (many available online or from compliance services like Vanta, Drata). Consult a lawyer before signing contracts with health systems or if you're uncertain about your classification. Budget $2-5K for initial legal review.
Heroku offers BAAs on their enterprise plan. Vercel and Netlify don't typically sign BAAs. If you need them, use AWS/GCP/Azure directly. For static sites (no PHI), Vercel/Netlify are fine.
You must notify affected individuals within 60 days, and report to HHS if 500+ people affected. Media notification required if 500+. Have cyber insurance ($1M+ coverage) and an incident response plan. Fines range from $100-$50,000 per violation, up to $1.5M/year per violation category.
Not if you don't share data with covered entities. If users track their own health data privately, you're not a business associate. But if you integrate with EHRs, share data with providers, or bill insurance, you likely need HIPAA compliance. When in doubt, get legal advice.
Add 20-30% to your normal timeline for technical compliance. For a typical 12-week MVP sprint, expect 14-16 weeks. Certification (SOC 2, HITRUST) adds months and isn't needed for MVP — only for enterprise sales.
HIPAA compliance adds complexity and cost, but it's not impossible for MVPs. The key is knowing what's truly required (encryption, BAAs, access controls, audit logs) vs. what can wait (certifications, dedicated security teams).
Start secure: Encrypt everything, sign BAAs, log access. Don't skip these.
Use compliant infrastructure: AWS/GCP/Azure with BAAs, avoid services without BAAs.
Get help: Compliance platforms (Vanta, Drata) automate much of the paperwork.
At Propelius Technologies, we've built HIPAA-compliant health tech MVPs from telehealth to patient portals. Schedule a consultation to discuss your healthcare software project.
Need an expert team to provide digital solutions for your business?
Book A Free CallDive into a wealth of knowledge with our unique articles and resources. Stay informed about the latest trends and best practices in the tech industry.
View All articlesTell us about your vision. We'll respond within 24 hours with a free AI-powered estimate.
© 2026 Propelius Technologies. All rights reserved.