WorldVistA adopted popHealth from OSEHRA when it closed in 2020 and some dedicated volunteers have been keeping it alive as a certified, open source project for reporting quality measures. It was originally donated by Mitre to OSEHRA and now from OSEHRA to WorldVistA. It is a derivative of Cypress, the quality reporting testing tool for EHRs.
We need about 15 minutes of help from someone who is good with Mongo DB command line as we need to clean up some data to export with the command line to maintain certification.
We certainly would appreciate it if someone would volunteer to help out. You can reply to my email or nancy at earthlink do net or call my cell.
Thanks for listening!
--
Nancy Anthracite
Here is the command we need help modifying:
mongosh localhost:27017/pophealth-development --quiet --eval
'db.getCollection("logs").find({created_at:{$gte:ISODate("2024-01-01"),
$lt:ISODate("2025-01-01")}})'
It is exporting things that are not needed.
--
Nancy Anthracite
Never mind! We figured out how to do it. Thanks for listening!
--
Nancy Anthracite
On Thursday, February 20, 2025 4:51:01 PM EST Nancy Anthracite wrote:
> Here is the command we need help modifying:
>
> mongosh localhost:27017/pophealth-development --quiet --eval
> 'db.getCollection("logs").find({created_at:{$gte:ISODate("2024-01-01"),
> $lt:ISODate("2025-01-01")}})'
>
> It is exporting things that are not needed.
>
> > WorldVistA adopted popHealth from OSEHRA when it closed in 2020 and some