up vote 4 down vote favorite
5
share [g+] share [fb]

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.

link|improve this question

Which country are you in? – RossFabricant Apr 16 '09 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 '09 at 16:13
feedback

4 Answers

up vote 9 down vote accepted

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

link|improve this answer
feedback

HL7 is what you need.

Some links:

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

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

link|improve this answer
feedback

In addition, consider supporting the OWASP top ten.

link|improve this answer
feedback

For your medical applications, are they specific to images? If so, you might refer to the DICOM 3.0 standard.

Here are some chapters for references (what kind of encryption algorithms to be used, which part should be de-identified etc..)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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