6

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.

Argalatyr
  • 4,639
  • 3
  • 36
  • 62
Maksim
  • 16,635
  • 27
  • 94
  • 135
  • 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

4 Answers4

10

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

RossFabricant
  • 12,364
  • 3
  • 41
  • 50
7

HL7 is what you need.

Some links:

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

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

Srikar Doddi
  • 15,499
  • 15
  • 65
  • 106
0

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..)

Gary Tsui
  • 1,755
  • 14
  • 18
0

In addition, consider supporting the OWASP top ten.

McGovernTheory
  • 6,556
  • 4
  • 41
  • 75