醫療應用的安全要求 (Security Requirements for Medical Applications)


問題描述

醫療應用的安全要求 (Security Requirements for Medical Applications)

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.

‑‑‑‑‑

參考解法

方法 1:

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

方法 2:

HL7 is what you need.

Some links:

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

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

方法 3:

In addition, consider supporting the OWASP top ten.

方法 4:

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

  • Part 15 Security Profiles ftp://medical.nema.org/medical/dicom/2009/09_15pu.pdf
  • Supp 51 Media Security ftp://medical.nema.org/medical/dicom/final/sup51_ft.pdf
  • Supp 86 Digital Signatures for Structured Reports

(by MaksimRossFabricantSrikar DoddiMcGovernTheoryGary Tsui)

參考文件

  1. Security Requirements for Medical Applications (CC BY‑SA 3.0/4.0)

#Security #medical #requirements






相關問題

只允許 oracle db 登錄到特定的應用程序? (Allowing oracle db login only to specific application?)

在桌面應用程序中保存用戶名和密碼 (Saving username & password in desktop app)

如何使用算法 RSA/ECB/PKCS1Padding 通過 JavaScript 解密加密字符串 (How to decrypt through JavaScript of encrypted string using algorithm RSA/ECB/PKCS1Padding)

wcf:將用戶名添加到消息頭是否安全? (wcf: adding username to the message header is this secure?)

沒有 .htaccess 的安全目錄密碼保護 (Secure directory password protection without .htaccess)

無法在 Oracle 表上創建簡單視圖 (Unable to create a simple view on Oracle table)

當請求來自調度程序時,無法寫入 App_Data (Cannot write in App_Data when request is from scheduler)

安全的 PHP 文件上傳 (Secure PHP file uploading)

Grails Spring 安全配置通過 xml (Grails Spring Security Configuration thru xml)

醫療應用的安全要求 (Security Requirements for Medical Applications)

如何保護 Silverlight 應用程序 (How to Secure Silverlight Application)

在使用 azure 流量管理器和 azure 應用程序網關與 WAF 時實現國家級阻止 (Achieve country level blocking while using azure traffic manager and azure application gateway with WAF)







留言討論