Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
/ cleaning-scripts Public archive

Cleaning scripts used in the fhir integration pipeline

License

Notifications You must be signed in to change notification settings

arkhn/cleaning-scripts

Repository files navigation

cleaning-scripts

Arkhn GitHub license

This is a repository of Python scripts used in the FHIR integration pipeline to clean input data for different external sources.

Scripts

There are 4 types of scripts:

  • scripts/custom User defined scripts to perform specific tasks like cleaning a Patient phone number for example
  • scripts/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.

Start contributing

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! ❤️