| Literature DB >> 27274012 |
Kavishwar B Wagholikar1, Joshua C Mandel2,3, Jeffery G Klann1,4, Nich Wattanasin5, Michael Mendis5, Christopher G Chute6, Kenneth D Mandl2,3, Shawn N Murphy7.
Abstract
We have developed an interface to serve patient data from Informatics for Integrating Biology and the Bedside (i2b2) repositories in the Fast Healthcare Interoperability Resources (FHIR) format, referred to as a SMART-on-FHIR cell. The cell serves FHIR resources on a per-patient basis, and supports the "substitutable" modular third-party applications (SMART) OAuth2 specification for authorization of client applications. It is implemented as an i2b2 server plug-in, consisting of 6 modules: authentication, REST, i2b2-to-FHIR converter, resource enrichment, query engine, and cache. The source code is freely available as open source. We tested the cell by accessing resources from a test i2b2 installation, demonstrating that a SMART app can be launched from the cell that accesses patient data stored in i2b2. We successfully retrieved demographics, medications, labs, and diagnoses for test patients. The SMART-on-FHIR cell will enable i2b2 sites to provide simplified but secure data access in FHIR format, and will spur innovation and interoperability. Further, it transforms i2b2 into an apps platform.Entities:
Keywords: Database management systems; clinical decision support; information storage and retrieval; medical informatics; systems integration; user-computer interface
Mesh:
Year: 2017 PMID: 27274012 PMCID: PMC5391721 DOI: 10.1093/jamia/ocw079
Source DB: PubMed Journal: J Am Med Inform Assoc ISSN: 1067-5027 Impact factor: 4.497
Figure 1. Modular architecture. The numbers denote the typical flow of control. PM is the core project management cell, and CRC is the core data cell.
Resources supported by the SMART-on-FHIR i2b2 cell
| FHIR Resource | Description |
|---|---|
| Patient | Demographic information for a patient |
| Medication | Drug information, using RxNorm |
| Medication Prescription | Record of prescription for a particular patient, including dosage, frequency, and route, along with a reference to the medication resource |
| Observation | Laboratory information using LOINC coding, including units |
| Condition | Diagnoses in ICD9 codes |
Figure 2.XQuery-based mapping of i2b2 XML to FHIR resource, elucidating an example translation of i2b2 medication facts into medication prescription and medication resources in FHIR. Steps 1–4 show mapping of the i2b2 model to the FHIR model, and 5 denotes linking of medication to prescription; 6 is enrichment by adding RXNORM translation of the NDC code.
Example of FHIR queries that can be executed on the cell
| Get all Patients: |
Figure 3. The SMART-on-FHIR i2b2 cell allows SMART apps to run on an i2b2 data warehouse, thereby supplementing data and computing resources to an EHR system for executing SMART apps.