Metadata-Version: 2.1
Name: fhir-cli
Version: 0.11.0
Summary: DBTonFhir cli
Home-page: https://github.com/arkhn/dbtonfhir
Author: Arkhn
Author-email: engineering@arkhn.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/arkhn/dbtonfhir/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: ~=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama (==0.4.4)
Requires-Dist: dbt-postgres (==1.0.0)
Requires-Dist: dotty-dict (==1.3.0)
Requires-Dist: fire (==0.4.0)
Requires-Dist: Jinja2 (==2.11.3)
Requires-Dist: markupsafe (==2.0.1)
Requires-Dist: pre-commit (==2.15.0)
Requires-Dist: psycopg2-binary (==2.9.1)
Requires-Dist: Pygments (~=2.10.0)
Requires-Dist: python-dotenv (==0.19.1)
Requires-Dist: requests (==2.26.0)
Requires-Dist: sqlfluff (~=0.7.1)
Requires-Dist: setuptools (~=57.4.0)
Requires-Dist: typing-extensions (<=3.11)

# DBTonFHIR

## Description

The goal is to be able to map from a given source to a FHIR server without the help of a gui leveraging existing tools
such as git and DBT.

## Documentation

- [Get started](./docs/dev/getting-started.md)
- Generate the documentation
```shell
make docs
```
- Visit http://localhost:8000


