PHACDataHub / data-mesh-ref-impl

Data Mesh Reference Implementation with standalone example use cases
Apache License 2.0
6 stars 3 forks source link

Uploading the data to 13 Canadian provinces and territories #60

Closed simardeep1792 closed 10 months ago

simardeep1792 commented 10 months ago

Task: Enhance Synthea Data Upload Workflow for Canadian Provinces and Territories

Approach 1: Implemented an intuitive web-based interface using Flask, JavaScript, HTML, and CSS to facilitate the data upload process. The UI allows users to select single or multiple provinces and specify the quantity of records to be uploaded to the FHIR server. Integrated health checks ensure real-time server status updates, enhancing reliability and user experience.

Approach 2: Developed and deployed robust scripts designed for efficiency in bulk data uploading. These scripts enable users to specify the target province and the number of records directly from the console, streamlining the sequential data upload process.

Also, refactoring has been performed on the scripts to improve stability and upload speed.

Requesting the approvals from @nghia71 & @lucbelliveau