views:

231

answers:

3

I'm doing research on coding requirements for medical applications but I can't find anything useful/structured. Basically I'm looking for structured (if possible XML file) document with the list of security requirement. For example what kind of encryption they should use, what features of the app should be disabled by the default, what log info should be stored and how to store it, etc.

Of course requirements can be different for different apps and companies, i just need some general information and if possible for the US.

+5  A: 

HL7 is what you need.

Some links:

http://aurora.regenstrief.org/security/

http://www.hl7.org.au/docs/HL7-Sec.htm

CodeToGlory
+8  A: 

For the US, you can check out the HIPAA guide for web programmers.

RossFabricant
A: 

In addition, consider supporting the OWASP top ten.

jm04469