Pyrog is a community web app which helps you standardize healthcare data to FHIR.
Using Pyrog, you can manage any data sources including medical softwares, to extract, transform and load this data in a unified standard database in FHIR. Pyrog is a user-friendly tool which makes your data processing easier and faster.
Want to see what our project looks like? Get in touch with us for a demo!
This project comprises a server
built with Prisma (GraphQL), a client
which consists of a React application. Installation instructions can be found in the README.md
in ./client
and ./server
.
Note: Pyrog is a very modular platform, you will benefit from using our dedicated modules for data retrieval (Pagai), data transformation and more on our GitHub page
We have reported several issues with the label Good first issue
which can be a good way to start! You can also join our Slack to contact us if you have trouble or questions :)
If you're enthusiastic about our project, :star: it to show your support! :heart:
pg_dump -h 51.158.119.205 -p 55432 --username=prisma --password -d prisma -n pyrog --format=c -f dump.sql
pg_restore -h localhost -p 5432 --username=prisma -d prisma -F c dump.sql