This page is part of the PACIO Re-Assessment Timepoints Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
Security and Privacy
General Considerations
Re-assessment Timepoints involves communication of clinical information across multiple parties including who the information is about, their healthcare agents and identified advisors, and care providers. The author, whom is also the person the information is about, needs access to create, modify, remove, and share this information either directly or through an authorized third party. Users of this information, be them the appointed healthcare agents or advisors, care providers in emergency, intensive, or critical care environments, or others providing longer term care in a skilled nursing or other similar facility.
Re-assessment Timepoints contain patient specific information, which means that it needs to be protected with proper security and privacy protections to avoid malicious or unintentional exposure of such information. All Re-assessment Timepoint exchanges must be appropriately secured in transit and access limited only to authorized individuals.
Security Considerations and Guidance
All implementers of the Re-assessment Timepoints Implementation Guide (IG) SHOULD follow the FHIR Security guidance, Security and Privacy Module, and the FHIR Implementer’s Safety Checklist guidance as defined in the FHIR standard where applicable and not otherwise superseded by this Section of the Re-assessment Timepoints IG.
- The FHIR Security specification provides guidance related to communication security, authentication, authorization/access control, audit, digital signatures, attachments, labels, narrative, and input validation. The FHIR security specification is available here.
- The FHIR Security and Privacy Module describes access control and authorization considerations to protect a FHIR server, how to document permissions granted, and hot to keep records of performed events. The FHIR Security and privacy module can be found here.
- The FHIR Implementer’s Safety Checklist helps implementers be sure that they have considered all the parts of FHIR that impact their system design regarding safety. The FHIR safety check list is available here.
Security Requirements
For the purposes of Re-assessment Timepoints, additional security conformance requirements are as follows:
Exchange Security
- The exchange of AD information SHOULD use the current version and SHALL use either current or the immediately prior release of Transport Level Security (TLS) as specified by the current release of NIST guidelines (SP 800-52).
- Implementers of this Implementation Guide SHALL support SMART on FHIR App Launch Framework and MAY support SMART on FHIR Backend Services.
- Implementers of this Implementation Guide SHOULD support SMART on FHIR Authorization best practices Transport Security section found here.
- Implementers of this Implementation Guide SHOULD support mutually authenticated TLS.
- Server implementations that expect to support browser-based javascript applications SHOULD enable Cross-Origin Resource Sharing (CORS) for REST operations. Many client web-based apps use javascript for API calls which requires CORS. However, CORS could present security concerns if not implemented correctly or is not continually updated as new security issues are found and addressed. Implementers of CORS SHOULD consider advice about CORS from sources such as Enable-CORS and Moesif blog on Guide to CORS Pitfalls
Authentication and Authorization Requirements
- Implementations SHOULD consider the SMART on FHIR Best Practices in Authorization found here
- Server implementations SHALL support individual user authentication and MAY support system level authentication if access controls of the system are trusted for the scope of use.
- Implementation MAY support Health Relationship Trust Profile for User-Managed Access (HEART).
- Implementation SHALL utilize OAuth 2.0 compliant authorization protocols.
- This guide requires SMART on FHIR App Launch Framework which provides guidance on scopes
- This guide defines the following server requirements for SMART on FHIR Core Capabilities
- Launch Modes
- SHOULD support
launch-ehr
: support for SMART’s EHR Launch mode
- SHALL support
launch-standalone
: support for SMART’s Standalone Launch mode
- Client Types
- SHALL support
client-public
: support for SMART’s public client profile (no client authentication)
- SHALL support
client-confidential-symmetric
: support for SMART’s confidential client profile (symmetric client secret authentication)
- Single Sign-on
- SHALL support
sso-openid-connect
: support for SMART’s OpenID Connect profile
- Launch Context
- SHOULD support
context-banner
: support for “need patient banner” launch context (conveyed via need_patient_banner token parameter)
- MAY support
context-style
: support for “SMART style URL” launch context (conveyed via smart_style_url token parameter)
- Launch Context for EHR Launch, if
launch-ehr
is supported
- SHALL support
context-ehr-patient
: support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter)
- SHALL support
context-ehr-encounter
: support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token parameter)
- Launch Context for Standalone Launch
- SHALL support
context-standalone-patient
: support for patient-level launch context (requested by launch/patient scope, conveyed via patient token parameter)
- MAY support
context-standalone-encounter
: support for encounter-level launch context (requested by launch/encounter scope, conveyed via encounter token
- Permissions
- SHOULD support
permission-offline
: support for refresh tokens (requested by offline_access
scope)
- SHALL support, at a minimum, the following granted authorization scopes:
- openid
- fhirUser
- launch/patient
- patient/*.read
- patient/Bundle.*
- patient/DocumentReference.*
- user/Patient.read
- user/Bundle.*
- user/DocumentReference.*
Individual-Authorized Exchange
- http://hl7.org/fhir/us/davinci-pdex/Member-AuthorizedOAuth2Exchange.html
Privacy Requirement
For the purposes of Re-assessment Timepoints, privacy conformance requirements are as follows:
- Implementers SHOULD support data sharing policies with use of the Consent resource.
Audit Logging and Provenance
- Server implementations SHOULD record all IG related data access using the AuditEvent resource.