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

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c++ - Redefined variable in the other module -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -