TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to develop a HIPAA compliant app?

8 pointsby boltzmannbrainover 6 years ago
Building a mobile application that will communicate personal health data between the user and a cloud service, what regulatory measures need to be taken?<p>The data is &quot;protected health information&quot; (PHI), so the app + cloud service definitely need to be HIPAA compliant. What all needs to be done to make sure the system I build passes the grade, and how would I get the system officially certified? What about FDA approval (if the PHI includes medication info)?<p>I&#x27;ve seen a few helpful sources of info like [1, 2], but is there a comprehensive checklist of requirements and best practices that I haven&#x27;t come across? Given what&#x27;s at stake and the repercussions I don&#x27;t want to leave any stone unturned!<p>[1] https:&#x2F;&#x2F;aws.amazon.com&#x2F;quickstart&#x2F;architecture&#x2F;compliance-hipaa&#x2F; [2] https:&#x2F;&#x2F;www.peerbits.com&#x2F;blog&#x2F;hipaa-compliance-mobile-app-development.html

5 comments

jrowleyover 6 years ago
One baseline to think about is SOC-II compliance. You&#x27;ll also need training for your organization and certain designated people that are responsible for security. You&#x27;ll want a third party to audit your architecture &#x2F; pentest your systems. Finally, a lot of pressure will be from whoever you may be working with (hospitals, clinics, data brokers, etc) with respect to proving your security. They&#x27;ll put you through their own IT and securitya audits. In terms of FDA clearance, you&#x27;ll want to look into the 510(k) fast track, and look for similar systems to yours. I&#x27;ve worked at an algorithm oriented HIPAA complaint startup and don&#x27;t know a ton, but would be happy to discuss my experience with you. email hn at funk.dog
jameslkover 6 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;truevault&#x2F;hipaa-compliance-developers-guide" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;truevault&#x2F;hipaa-compliance-developers-gui...</a>
dyejeover 6 years ago
I recently went through setting up a HIPAA compliant web app. The team is small and has no dedicated DevOps so I went looking for a PaaS solution. After extensive researching and trialing, I went with Healthcare Blocks. They provide a great experience and were the only company that offered a sane price point for an early stage startup. Honorable mention to Aptible, especially their Gridiron product that we will eventually use.<p>I think another viable route is hiring a contractor to build out your environment for you. We got a quote from an AWS contractor and it was reasonable for our setup, but ultimately we really wanted a PaaS. Unless you’re an expert in HIPAA and the cloud platform you’re looking at, it’s not something I would recommend tackling on your own.<p>Remember that there are a lot of non-tech parts of compliance to consider as well such as training, physical security, security assessments, etc.
评论 #18341507 未加载
评论 #18352618 未加载
Digoryover 6 years ago
FWIW, Amazon&#x27;s quickstart doesn&#x27;t reference its WorkDocs product, which is now &quot;HIPAA eligible.&quot;[0] I&#x27;m not sure about any over-and-above pricing, but the core service pricing is reasonable, if it fits into your workflow.<p>[0] <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;about-aws&#x2F;whats-new&#x2F;2017&#x2F;07&#x2F;amazon-workdocs-achieves-hipaa-eligibility-and-pci-dss-compliance&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;about-aws&#x2F;whats-new&#x2F;2017&#x2F;07&#x2F;amazon-wo...</a>
salukiover 6 years ago
I was looking at developing a HIPAA compliant app a few years ago I was going to use <a href="https:&#x2F;&#x2F;www.truevault.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.truevault.com&#x2F;</a>.<p>Ultimately I decided against doing anything that requires HIPAA compliance.
评论 #18337990 未加载