You are here

A RESTful interface to pseudonymization services in modern web applications.

Submitted by demski on Tue, 2015/07/14 - 16:39
TitleA RESTful interface to pseudonymization services in modern web applications.
Publication TypeJournal Article
Year of Publication2015
AuthorsLablans, M, Borg, A, Ückert, F
JournalBMC Med Inform Decis Mak
Volume15
Pagination2
Date Published2015
ISSN1472-6947
Abstract

BACKGROUND: Medical research networks rely on record linkage and pseudonymization to determine which records from different sources relate to the same patient. To establish informational separation of powers, the required identifying data are redirected to a trusted third party that has, in turn, no access to medical data. This pseudonymization service receives identifying data, compares them with a list of already reported patient records and replies with a (new or existing) pseudonym. We found existing solutions to be technically outdated, complex to implement or not suitable for internet-based research infrastructures. In this article, we propose a new RESTful pseudonymization interface tailored for use in web applications accessed by modern web browsers.METHODS: The interface is modelled as a resource-oriented architecture, which is based on the representational state transfer (REST) architectural style. We translated typical use-cases into resources to be manipulated with well-known HTTP verbs. Patients can be re-identified in real-time by authorized users' web browsers using temporary identifiers. We encourage the use of PID strings for pseudonyms and the EpiLink algorithm for record linkage. As a proof of concept, we developed a Java Servlet as reference implementation.RESULTS: The following resources have been identified: Sessions allow data associated with a client to be stored beyond a single request while still maintaining statelessness. Tokens authorize for a specified action and thus allow the delegation of authentication. Patients are identified by one or more pseudonyms and carry identifying fields. Relying on HTTP calls alone, the interface is firewall-friendly. The reference implementation has proven to be production stable.CONCLUSION: The RESTful pseudonymization interface fits the requirements of web-based scenarios and allows building applications that make pseudonymization transparent to the user using ordinary web technology. The open-source reference implementation implements the web interface as well as a scientifically grounded algorithm to generate non-speaking pseudonyms.

DOI10.1186/s12911-014-0123-5
Alternate JournalBMC Med Inform Decis Mak
PubMed ID25656224
PubMed Central IDPMC4350982
Rating: 
Your rating: None Average: 5 (1 vote)
Related project(s):