vote up 4 vote down star
2

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.

flag

Which country are you in? – rossfabricant Apr 16 at 16:11
I would really hope that no government would mandate any particular security, and it would be up to your company to decide how to do it... but judging by the first answer here, at least Australia has taken steps down that dangerous path. So depressing. – rmeador Apr 16 at 16:13

3 Answers

vote up 7 vote down check

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

link|flag
vote up 5 vote down

HL7 is what you need.

Some links:

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

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

link|flag
vote up 0 vote down

In addition, consider supporting the OWASP top ten.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.