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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -