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

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

sql - PostgreSQL automatically update row at specific date -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -