SMARTapplaunchmultiserverauthentication, published by HL7. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/bvdh/smart-multi-auth/ and changes regularly. See the Directory of published versions
Requirements
Requirements
Context
Application (Patient and Vendor) launches against EHR, discovers and connects to other FHIR servers in the network. These servers are protected by there own authentication server that have an understanding with the EHR Authorization Server.
Generic
- REQ: A seamless as possible authentication of an application to multiple servers (e.g. imaging server).
- REQ: Resources and data offered may differ for each FHIR server
- REQ: Application scopes may differ for each FHIR server
- REQ: Authentication tokens can potentially be used to access non-FHIR servers
- REQ: Authentication tokens can potentially be used to access DICOM-web servers
- REQ: Authentication tokens can potentially be used to access PACS servers using DIMSE
- REQ: The EHR Authorization Server is not responsible for authorizing access to access content to servers other than the EHR server.
- REQ: Patient scopes are allowed when accessing other FHIR servers
- REQ: EHR may place additional restrictions on data that can be accessed that has to be respected by the other servers
- REQ: The authorised clients might be managed by the EHR.
Patient App requirements
- REQ: Patient App launches from EHR and discovers other FHIR servers
- REQ: Patient App discovers authorization/authentication options for connecting to those servers
- REQ: Patient Web app authorizes with EHR and connects to other FHIR server
- REQ: Patient App shows, as part of launch process, the information the user authorizes the application to access. This has to be done securely.
Vendor App requirements
- REQ: Vendor App launches from EHR and discovers other FHIR servers
- REQ: Vendor App discovers authorization/authentication options for connecting to those servers
- REQ: Vendor Web app authorizes with EHR and connects to other FHIR server