I am building a health app for Android and that need to be HIPAA compliant.
Is it allowed to store user activity data in SQLite database?
I am building a health app for Android and that need to be HIPAA compliant.
Is it allowed to store user activity data in SQLite database?
HIPAA says that you must
Implement technical policies and procedures for electronic information systems that maintain electronic protected health information to allow access only to those persons or software programs that have been granted access rights […]
How do you prevent somebody who steals the device from viewing health information? At a minimum, you have to encrypt the database, and the encryption key must not be stored on the device.