EUVABECO Implementation plans

ELECTRONIC PATIENT INFORMATION LEAFLET (ePIL) - DEPLOYMENT

Project team

The project team will consist of:

Workflow

It is considered here that the ePIL documents exist as online resources, either as finalised PDF documents or as structured resources available for the assembly of a document.

The project team should then:

Determine the instantiated architecture

The team should make decisions:

The use of indirect references, for example in the case of centrally approved projects, requires that redirection servers also exist for the originating health jurisdictions. Rather than relying upon such servers provided by others, it is suggested that the redirection server should also generate the redirection maps based upon the references file of the originating health jurisdiction.

If such a reference file does not exist yet, the team could decide to temporarily create it on its own. It will not be less appropriate than the current situation and paves the way for a future compliant publication.

Implement the trusted directory of references

The trusted directory of references for a country is a single, static file that can be exposed from any robust institutional website. The implementation will consist of:

The feeding process should include a version control mechanism, allowing to identify and track the changes across successive versions of the references file.

Submitting a new file should be subject to an authentication with an accredited account. Standard authentication protocols, such as client certificates and signed identity tokens, are totally applicable.

Organise the maintenance of references

The updating of references must be a built-in process within the existing marketing authorisation process.

The reference files are in an explicit format (YAML) that can be easily edited by hand, but it could be interesting for routine use to include their update into the production tools of the NCA.

It is also possible to allow the vaccine manufacturer themselves to expose their own redirection servers and to reference these from the references file of the implementing Member State.

The organisation of the maintenance of references can then adopt several approaches:

Implement the redirection server

The redirection server replies to requests according to standardised format, such as:

https://epil.euvabeco.eu/EUE/VAC0005/1/ePIL/fr

by a redirection to the associated resource, that is either the ePIL document by itself or a standardised URL towards another redirection server.

It does not imply software development, but only the configuration of a web server with redirection rules. The redirection server does not have to expose any content on its own and avoiding such expositions will secure it against most cyberattacks.

The configuration file can be generated automatically from the references file. An example implementation generating a configuration for an Apache server is shared with the build resources.

Thus, the setup of the redirection server only requires:

Such a server has been implemented for the EUVABECO project, serving redirections from references files for Belgium, France, Luxembourg, Latvia, Poland and centrally approved vaccines with the base URL https://epil.euvabeco.eu

Implement the tools for access by the citizens

In all three access modes (from an online repository, from the vaccine package, from an administered vaccine record), the ePIL is exposed through a web browser, either integrated into the application used by the citizen or invoked from this application. This browser has to support redirection and should preferably be able to display of PDF documents.

When reading from a health record of administered or prescribed vaccines, the mapping from the codes used within the application and the vaccine product code used in the standardised reference relies upon the NUVA alignment files, also used to populate the EVC.

Listing all the vaccines from a references file and proposing links to the associated documents is a simple and straightforward process. A basic implementation has been delivered within the EUVABECO project.

Typical planning

The overall planning could thus be as follows:

Task M1 M2 M3 M4 M5 M6
Determine the instantiated architecture X          
Implement the trusted directory of references   X        
Organise the maintenance of references     X X    
Implement the tools for access by the citizens       X X X

Build resources

The EUVABECO project has exposed within a GitHub repository:

A Web site serving both as the redirection server and as a navigation portal has been deployed at https://epil.euvabeco.eu