Metadata-Version: 2.1
Name: Fhire
Version: 0.0.8
Summary: Fhire framework for Python
Home-page: https://github.com/sheikhjebran/Fhire
Author: Sheikh Jebran
Author-email: sheikhjebran@gmail.com
License: MIT License
Keywords: python Fhire HL7 H7
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >3.5.0
Description-Content-Type: text/markdown

# Fhire

## Usage

### Parse Patient response.txt

```python
from fhire import Fhire

Fhire(my_value).parse_https_get_patient_list_response()
```
