Metadata-Version: 2.1
Name: Fhire
Version: 0.0.7
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
Requires-Dist: pyyaml (>=4.2b1)
Requires-Dist: setuptools (>=60.2.0)
Requires-Dist: certifi (>=2022.6.15)
Requires-Dist: charset-normalizer (>=2.1.1)
Requires-Dist: idna (>=3.3)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: requests (>=2.28.1)
Requires-Dist: six (>=1.16.0)
Requires-Dist: urllib3 (>=1.26.12)

# Fhire

## Usage

### Parse Patient response.txt

```python
from fhire import Fhire

Fhire(my_value).parse_https_get_patient_list_response()
```
