API that utilizes FHIR records to graph information regarding patients' demographics
- FHIR Records Database: https://github.com/goshdrive/FHIRworks_2020
- FHIR Parser by greenfrogs (Ethan): https://github.com/greenfrogs/FHIR-Parser
- DemographicsUtility.py - Helper source code that contains functions for graphing and json generation
- PatientDemographicsAPI.py - The API powered by Flask
- requirements.txt - Python library version requirements for package
- templates/Demonstrator.HTML - HTML Template for the API Demonstrator
-
Run the FHIR Records Database by following the deployment guide: https://github.com/goshdrive/FHIRworks_2020/blob/master/README.md
-
Download the package and install requirements as stated in requirements.txt
-
Execute the PatientDemographicsAPI.py via Python3
- Note: Demonstrator can be accessed at http://localhost:8910/