Cedar is a tool for testing the strength of Electronic Clinical Quality Measure (eCQM) collection systems that receive Quality Reporting Document Architecture (QRDA) files. Please email opensource@mitre.org for more information.
8
stars
4
forks
source link
Randomizing patient information in QRDA I files, c/o a Cypress library #11
This pull request introduces functionality in the Cypress::DemographicsRandomizer library to improve randomization of QRDA Cat1 files. Prior to this commit, patient names, addresses, race and ethnicity information, and insurance payers were taken directly from the database (and by extension, the Cypress Measure Bundle). Now, those items are randomly selected from a cedar.yml file that pushes data into APP_CONFIG on server startup.
This pull request introduces functionality in the
Cypress::DemographicsRandomizer
library to improve randomization of QRDA Cat1 files. Prior to this commit, patient names, addresses, race and ethnicity information, and insurance payers were taken directly from the database (and by extension, the Cypress Measure Bundle). Now, those items are randomly selected from acedar.yml
file that pushes data intoAPP_CONFIG
on server startup.