Abstract
Excerpt |
---|
One of the most useful aspects of an electronic medical record system is data retrieval. While OpenMRS has some mature tools for data collection and reporting, we still need a good tool for rapid perusal of patient data. Jonathan Cummins has created a Chart Search tool for Regenstrief that uses SOLR to provide powerful, sub-second Google-like searching of a patient's record. The goal of this project is to build the first version of Chart Search for the OpenMRS platform. |
Project Champions
Burke Mamlin~bmamlin
Objectives
- Create a Chart Search module for OpenMRS
- Embed Apache Lucene for indexing of documents
- Create a process to index all patient data (visits, encounter, observations)
- Create an initial UI for searching and filtering patient data
...