Ask HN: How do you store patient information? (HIPAA Compliance)
https://news.ycombinator.com/item?id=1164073I've recently been charged with the task of figuring out how to store the medical information of patients. A client of ours is having us create online patient referral forms, and the data needs to be stored online for viewing by authorized office personal and doctors.
I know that information privacy is important, and I also know that if something messes up, I can be held personally responsible for it. That being said, how do you transmit and store data in a HIPPA compliant manner? What are some good resources on the subject?
Our development environment is PHP + MySQL if that helps at all.