Metadata-Version: 2.1
Name: g3t-etl
Version: 0.0.1rc6
Summary: Commons utilities
Home-page: https://github.com/ACED-IDP/g3t_etl.git
Author: Ellrott Lab
Project-URL: Bug Reports, https://github.com/ACED-IDP/gen3_util/issues
Project-URL: Source, https://github.com/ACED-IDP/gen3_util
Keywords: gen3 bioinformatics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9, <4
Description-Content-Type: text/markdown
Requires-Dist: gen3_tracker>=0.0.2rc6
Requires-Dist: click
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: openpyxl
Requires-Dist: PyYAML
Requires-Dist: orjson


![](docs/g3t_etl-logo.png)
# g3t_etl

## Transforming Research Data to FHIR


## Use case

Measurements ([Observations](https://build.fhir.org/observation.html#10.1.1)) are a central element in healthcare, used to support diagnosis, monitor progress, determine baselines and patterns and even capture demographic characteristics, as well as capture results of tests performed on products and substances.

As a `ACED data contributor`, I have a rich set of measurements that I need to associate with several possible resources [Patient, Specimen, Procedure, Condition, etc.]

These Observations are stored in a csv file and I need to transform them into FHIR resources.

> Note: For other use cases, without a rich set of measurements, see the [adding metadata workflow](https://aced-idp.github.io/workflows/metadata/#create-metadata-files) in the ACED documentation.

### Project Overview
This project implements an the `Transform` step of the ETL (Extract, Transform, Load) pipeline for processing research into a FHIR resources.
It provides framework with robust command-line and plugin architecture. It empowers users to process diverse data, apply custom transformations, and load it into target destinations.


### Transformers

Core framework provides foundational transformations (e.g., normalization, validation, and graph construction).
Users can develop custom transformers as plugins for unique needs.

To use this project, please refer to the [project documentation](user-guide.md) for detailed instructions on how to use the project.


### Contributing
This project is open to contributions from the research community. If you are interested in contributing to the project, please contact the project team.
See the [contributing guide](CONTRIBUTING.md) for more information on how to contribute to the project.
