Metadata-Version: 1.1
Name: hl7tersely
Version: 1.2
Summary: Lightweight HL7 parser focused on HL7 tersers
Home-page: http://github.com/flrt/hl7tersely
Author: Frederic Laurent
Author-email: UNKNOWN
License: MIT
Description: 
        Parser for HL7 messages. See http://www.hl7.org
        
        The parser delivers a dictionary. The keys are the HL7 terser expressions,
        and the value are the values in the message designed by the terser.
        Example : Patient Identifier is accessible by a simple access
        like hl7dict["PID-3-1"] if hl7dict is the result of the parsing.
        
        Released under MIT Licence.
        
Keywords: HL7,hl7,terser
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Topic :: Communications
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Software Development :: Libraries :: Python Modules
