This is a repository of Python scripts used in the FHIR integration pipeline to clean input data for different external sources.
There are 4 types of scripts:
scripts/custom
User defined scripts to perform specific tasks like cleaning a Patient phone number for examplescripts/utils
Basic scripts (like capitalize, test if empty, etc.)scripts/logic
(Beta) Scripts that operate like logic statement and take other scripts as argument
scripts/custom
can be extended by users, either by completing new scripts or by adding new ones when no one is addressing their needs. This is done using the API.
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, ⭐ it to show your support! ❤️