Metadata-Version: 2.1
Name: collective.fhirpath
Version: 0.1.0
Summary: Plone powered provider for fhirpath
Home-page: https://github.com/collective/collective.fhirpath
Author: Md Nazrul Islam
Author-email: email2nazru@gmail.com
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.fhirpath
Project-URL: Source, https://github.com/collective/collective.fhirpath
Project-URL: Tracker, https://github.com/collective/collective.fhirpath/issues
Description: ===================
        collective.fhirpath
        ===================
        
        `fhirpath`_ implementation in Plone.
        
        
        Documentation
        -------------
        
        Full documentation for end users can be found in the "docs" folder,
        and is also available online at https://collective-fhirpath.readthedocs.io/
        
        
        Installation
        ------------
        
        Install collective.fhirpath by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.fhirpath
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.fhirpath/issues
        - Source Code: https://github.com/collective/collective.fhirpath
        - Documentation: https://docs.plone.org/foo/bar
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        We have a mailing list located at: project@example.com
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        .. _`elasticsearch`: https://www.elastic.co/products/elasticsearch
        .. _`fhirpath`: https://pypi.org/project/fhirpath/
        .. _`PostgreSQL`: https://www.postgresql.org/
        
        
        Contributors
        ============
        
        - Md Nazrul Islam, email2nazru@gmail.com
        
        
        Changelog
        =========
        
        
        0.1.0 (2019-09-06)
        ------------------
        
        - Initial release.
          [nazrulworld]
        
Keywords: Python Plone FHIR Healthcare HL7
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 5.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.6
Provides-Extra: test
Provides-Extra: docs
