Researcher looking for query logs

Hello,

I’m a researcher working on automating data compliance analysis.

I am hoping that someone might be willing to share their database from a test instance along with accompanying EMR SQL query logs. The more realistic patterns of use the better. Select queries from these logs will be given to privacy experts to develop a ground truth dataset for testing an automated reasoner.

Thank you so much

Hi @alfredr, one idea would be to create your own test database using the easy-dev docker and import a couple thousand patients and then use something like https://playwright.dev/ to populate the logs with activity.

Thank you so much for the idea.

Are there existing playwright tests, or would these need to be developed? I quickly looked through the OpenEMR github but didn’t see any.