Metadata-Version: 2.1
Name: hl7-transform
Version: 0.1
Summary: Tool to transform HL7 messages using mapping schemes
Home-page: https://github.com/doctolib/hl7_transform
Author: Pavlo Dyban (Doctolib GmbH)
Author-email: pavlo.dyban@doctolib.com
License: MIT
Download-URL: https://github.com/doctolib/hl7_transform/archive/v.0.1.tar.gz
Description: # Introduction
        
        ``hl7_transform`` is a Python package that allows for transformation of HL7 messages
        using a field mapping dictionary.
        
        As a standard, HL7 permits different ways of implementing message interfaces
        between systems. For example two systems that exchange ADT or SIU messages often
        pass the same information in different fields.
        In a hospital, an integration engine would map one type of HL7 messages
        to another, transforming the messages on the fly as they are passed through
        the interfaces.
        This Python package allows you to test message transformation without having
        an integration engine in place. You can modify your HL7 message structure freely,
        by using a JSON-encoded mapping of fields,
        then evaluate the conformance of the newly created transformed messages
        to the target software.
        
Keywords: HL7,hospital IT,infrastructure,message,transform
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Communications
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3
Description-Content-Type: text/markdown
