2.6 セキュリティ

logo fhir

HomeImplementationSecurity [security]

DSTU (v0.0.81.2382)

2.13.0 FHIR Security 「FHIR のセキュリティ」

Fast Healthcare Interoperability Resources (FHIR) is not a security protocol, nor does it define any security related functionality. However FHIR does define exchange protocols and content models that need to be used with various security protocols defined elsewhere. This section gathers all information about security in one section. A summary:

ファイア(Fast Healthcare Interoperability Resources、FHIR)の仕様自体は、セキュリティのためのプロトコルでもなければ、セキュリティに関する動作を定めているわけではありません。しかしながら、他で定義されたセキュリティに関するプロトコルが利用できるよう、必要な一般的なプロトコルやコンテンツモデルについては定義しています。セキュリティに関する必要な情報は、すべてにこのセクションに集めてあります。その概要は以下の通りです:

  • Communications Security - all exchange of production data should be secured using TLS/SSL (e.g. https)
    • 通信のセキュリティ − 医療業務に関する全てのデータ交換は TLS/SSL (たとえば https)を用いて、セキュアに行ってください。
  • Authentication - Users/Clients may be authenticated in any way desired. For web-centric use, OAuth is recommended
    • 認証 − ユーザ/クライアントの認証は、適切な方法であればどのようなものでも構いません。ウェブを中心とした仕様に関しては OAuth が推奨されます。
  • Authorization/Access Control - FHIR defines a Security Label infrastructure to support access control management. FHIR may also define a set of resources to administer access control management, but does not define any at present
    • 権限/アクセス制御 − FHIR 仕様では、セキュリティ・ラベルをアクセス制御を管理するインフラストラクチャとして定義しています。それに加えて FHIR 仕様で、アクセス制御を管理するためのリソースを定義することも考えられますが、いまのところはひとつも存在しません。
  • Audit - FHIR defines provenance and security event resources suitable for tracking the origins, authorship, history, status and access of resources
    • 監査 − FHIR は
  • Digital Signatures - FHIR includes several specifically reserved locations for digital signatures
  • Attachments - FHIR allows for binary resources and attachments. These have their own concerns
  • Labels - FHIR allows for set of security related tags that affect that way resources are handled
  • Data Management Policies - FHIR defines a set of capabilities to support data exchange. Not all the capabilities that FHIR enables may be appropriate or legal for use in some combinations of context and jurisdiction (e.g. HIPAA for exchange between institutions). It is the responsibility of implementers to ensure that relevant regulations and other requirements are met
  • Narrative - Care must be taken when displaying the narrative from FHIR resources

Time critical concerns regarding security flaws in the FHIR specification should be addressed to the FHIR email list for prompt consideration. Alternatively, issues can be raised through the community input mechanism.

Implementers should track the developing IHE IUA Profile for additional security considerations.

A production FHIR system will need some kind of security sub-system that administers users, user authentication and user-authorization. Where this sub-system fits into the deployment architecture is a matter for system design:

The consumer that is using a healthcare related system

The client application the user is using (application, mobile app, website, etc.)

The security system (authentication and access control)

The clinical/healthcare repository

In this diagram, the red lines represent FHIR interfaces. From the perspective of the FHIR API, the client (consumer of FHIR services) may either interact with a security system that manifests as a FHIR server, and which depends on a subsequent FHIR interface to provide the actual storage, or either the client or server interacts with the security system independently. In each of these 3 scenarios, the different components may be assembled into applications or network components differently, but the same logical layout applies. The FHIR specification assumes that a security system exists, and that it may be deployed in front of or behind the FHIR API.

The security system includes the following subsystems:

  • Authentication: Identifies and Authenticates the user
  • Access Control decision engine: decides whether FHIR operations are allowed
  • Audit Log: records actions to allow for subsequent review and detection of intrusion or inappropriate usage

Because there are a plethora of standards relating to the administration and functionality of the security system, FHIR does not provide user, profile, or other such administration resources. Instead, the FHIR resources are the targets of the policies expressed in these other approaches. What FHIR does specify is a way to apply security labels to resources so that a security system may use these (along with the contents of the resources if appropriate) to determine whether a user is authorized to perform a particular FHIR operation or not.

2.13.0.1 Communications

For the RESTful API, normal HTTP security rules apply. The Service Root URL will specify whether SSL is required. Client authentication may be required by the server, possibly including the requirement for client certificates.

SSL SHOULD be used for all production data exchange.

To support browser-based client applications, recommend that servers SHOULD implement cross-origin resource sharing for the REST operations.

2.13.0.2 Authentication

Other than testing systems, FHIR servers should authenticate the clients. The server may choose to authenticate the client system and trust it, or to authenticate the individual user by a variety of techniques. For web-centric use, OAuth may be used to authenticate and/or authorize the users.

2.13.0.3 Authorization/Access Control

Correctly identifying people, devices, locations and organizations is one of the foundations that any security system is built on. Most applications of security protocols, whether authentication, access control, digital signatures, etc. rely on the correct mapping between the relevant resources and the underlying systems. Note that this isn't necessary: there is nothing in FHIR that requires or relies on any security being in place, or any particular implementation. But real world usage will generally require this.

A holder of data should not allow the data to be communicated unless there is assurances that the other party is authorized to receive it. This is true for a Client creating a resource through a PUT/POST, as much as it is true for a Server returning resources on a GET. The presumption is that without proper authorization, to the satisfaction of the data holder, the data does not get communicated.

The rules behind the Access Control decision are often very complex, and potentially depends on information sourced from:

  • Client, such as User Identity, User Role, Location, level of assurance
  • Resource, such as confidentiality, sensitivity, type of data, date ranges covered by the data, author of the data
  • Patient, such as the patient identity, patient relationship to the user, patient consent policies
  • Context of the transaction, system identity, time-of-day, purpose of use, workflow state, and transport security

For one source of further information, see the IHE Access Control white paper

2.13.0.4 Audit Logging

FHIR provides a SecurityEvent resource suitable for use by FHIR clients and servers to record when a security or privacy relevant event has occurred. This form of audit logging records as much detail as reasonable at the time the event happened.

The SecurityEvent when used to record security and privacy relevant events can then be used by properly authorized applications to support audit reporting, alerting, filtering, and forwarding. This model has been developed and used in healthcare for a decade asIHE-ATNA profile. ATNA log events can be automatically converted to SecurityEvent resources, and from there, client applications are able to search the security events, or subscribe to them.

2.13.0.5 Digital Signatures

This specification recommends the use of W3C Digital Signatures for signatures.

Resources can be signed using the Provenance resource to carry a detached digital signature for the purpose of detecting subsequent changes to the resource. This signature is not suitable for non-repudiation purposes.

In addition, documents may be signed using an enveloped signature.

Neither of these definitions prohibits the use of other ways of using digital signatures.

DSTU Note: Additional work is anticipated in this area, including alignment with the IHE DSG profile.

2.13.0.6 Attachments

Several FHIR resources include attachments. Attachments can either be references to content found elsewhere, or included inline encoded in base64. Attachments represent security risks in a way that FHIR resources do not, since some attachments contain executable code. Implementers should always use caution when handling resources.

2.13.0.7 Security Labels

See Security Labels.

2.13.0.8 Narrative

FHIR resources include an XHTML narrative, so that applications can display the contents of the resource to users without having to fully and correctly process the data in the resource. However displaying HTML is associated with several known security issues that have been observed in production systems in other contexts (e.g. with CDA). For this reason, the FHIR narrative is not allowed to contain active content. However, care is still needed when displaying the narrative:

  • Validate the narrative (the standard FHIR schemas do not allow active content, and the reference implementations won't handle it). Note, though, that external references could still be included in CSS, and these are outside the scope of schemas and reference implementations.
  • Ensure that any external references to images or anchors (e.g. outside the resource) do not cause the display software to leak sensitive information in headers
  • Do not allow external links to run in a privileged context such as the EHR unless you are sure they can be trusted

Also note that the inclusion of an external reference to an image can allow the server that hosts the image to track when the resource is displayed. This may be a feature or a problem depending on the context.

© HL7.org 2011 - 2014. FHIR DSTU (v0.0.81.2382) generated on Fri, May 9, 2014 11:16+1000 から翻訳しました。