database design - HIPAA Compliant Architecture -


I am developing a medical billing software and should have an HIPAA complaint. My current architecture is using different databases for every tenant but I need to convert it to a multi tenant architecture. So, is there any problem with HIPAA with multi tenant architecture?

Is it possible to get document / proof related to this topic?

"a database for every tenant" is a multi-tenant architecture ; On the spectrum of architecture, the other include "a schema per tenant" and "every tenant's share every table" for example, and especially see the articles linked in the end.

As far as I can tell, your source should be on the web site for proof.

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -