Let python automatically fill in a medical form with information from a dummy patient file.
Tutorial file from the following post on medium: https://k-h-kramp.medium.com/automatic-completion-of-a-medical-form-in-python-e7ad4d4dedae
Original blog post can also be found via this link: https://medicalprogress.dev/automated-completion-of-a-form/
This repository contains two files with code:
- Jupyter Notebook version:
- Google colab version of (1). Note: Connection between google colab and your computer or electronic health record database is not verified for communicating privacy information. So don't use this file to make medical forms for real patients! Rather download version (1) on a save computer within your workenvironment and run the script or work directly in Python.