Standards to follow to be HIPAA Compliant

This forum is for programmers who have questions about the source code.
Post Reply
jweek
Posts: 4
Joined: Sun Jun 01, 2008 2:34 pm

Standards to follow to be HIPAA Compliant

Post by jweek » Mon Jul 21, 2008 4:05 pm

As a developer thinking about contributing to OpenDental, I am wondering what the criteria is when developing software used in the healthcare industry to ensure it is HIPAA compliant. Does OpenDental have a standards document, which other developers can follow to ensure any changes/features they add will be HIPAA compliant? Any and all information would be greatly appreciated!

Thanks,

Joshua

User avatar
jordansparks
Site Admin
Posts: 5744
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Standards to follow to be HIPAA Compliant

Post by jordansparks » Tue Jul 22, 2008 7:36 am

Not really. This is handled on an individual basis. Many HIPAA issues are outside the scope of programming, such as ensuring a secure network and staff awareness of privacy. The HIPAA rules tend to be general and unspecific. We constantly attempt to identify weaknesses in privacy and security and improve them. We're not bureaucratic enough yet to be formalizing all that complexity into a document. Current issues under consideration include:
-Encrypting email.
-Restricting printing of SSN on claimforms.
-Encrypting SSN in database.
-Improving built-in backup features.
-Limiting staff access to certain data under certain conditions.

I don't think a programmer could really make Open Dental less HIPAA compliant. Especially since we require discussion of all new features before adding.
Jordan Sparks, DMD
http://www.opendental.com

Post Reply