https://github.com/aphp/edsteva
EDS-TeVa provides a set of tools that aims at modeling the adoption over time and across space of the Electronic Health Records.
https://github.com/aphp/edsteva
Last synced: about 1 year ago
JSON representation
EDS-TeVa provides a set of tools that aims at modeling the adoption over time and across space of the Electronic Health Records.
- Host: GitHub
- URL: https://github.com/aphp/edsteva
- Owner: aphp
- License: bsd-3-clause
- Created: 2022-11-29T14:09:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T09:22:12.000Z (over 2 years ago)
- Last Synced: 2025-06-03T14:03:23.976Z (about 1 year ago)
- Language: Python
- Homepage: https://aphp.github.io/edsteva/latest/
- Size: 7.97 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# EDS-TeVa [](https://mybinder.org/v2/gh/aphp/edsteva/HEAD?labpath=notebooks%2Fsynthetic_data.ipynb)
**Documentation**: https://aphp.github.io/edsteva/latest/
**Source Code**: https://github.com/aphp/edsteva
---
EDS-TeVa provides a set of tools that aims at modeling the adoption over time and across space of the Electronic Health Records.
## Requirements
EDS-TeVa stands on the shoulders of [Spark 2.4](https://spark.apache.org/docs/2.4.8/index.html) which requires:
- Python ~3.7.1
- Java 8
## Installation
You can install EDS-TeVa through ``pip``:
```shell
pip install edsteva
```
We recommend pinning the library version in your projects, or use a strict package manager like [Poetry](https://python-poetry.org/).
```
pip install edsteva==0.2.7
```
## Example
A scientific paper is currently being written that describes extensively the use of the library on the study of quality and epidemiological indicators.
## Contributing
Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
## Acknowledgement
We would like to thank [Assistance Publique – Hôpitaux de Paris](https://www.aphp.fr/) and [AP-HP Foundation](https://fondationrechercheaphp.fr/) for funding this project.