Metadata-Version: 1.1
Name: EHRcorral
Version: 0.0.1
Summary: EHRcorral cross-matches and links electronic medical records for the purpose of de-duplication
Home-page: https://github.com/nsh87/ehrcorral
Author: Nikhil Haas
Author-email: nikhil@nikhilhaas.com
License: ISCL
Description: =========
        EHRcorral
        =========
        
        .. image:: https://img.shields.io/travis/nsh87/ehrcorral.svg
                :target: https://travis-ci.org/nsh87/ehrcorral
        
        .. image:: https://img.shields.io/pypi/v/ehrcorral.svg
                :target: https://pypi.python.org/pypi/ehrcorral
        
        EHRCorral matches, links, and de-duplicates electronic medical records for
        the purpose of creating a master patient index (MPI).
        
        * Free software: ISC license
        * Documentation: https://ehrcorral.readthedocs.org.
        
        Quick Start
        -----------
        
        
        
        
        Release Log
        -----------
        
        0.0.1 (2015-10-01)
        ^^^^^^^^^^^^^^^^^^
        
        * First release on PyPI.
           + Docs need updating and more usage.
           + Corralling is functional, but does not use nickname expansions.
           + Some tweaking of probabilities could be attempted for certain scenarios.
           + Probabilities are generated using birth year, name fields, address, and
             zip code.
        
Keywords: record linkage ehr patient matching
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
