To view this discussion on the web visit https://groups.google.com/d/msgid/worldvista-pophealth-open-source-work-group/9b2c95ca-a153-2bff-17fd-b2bba6edd25e%40earthlink.net.
To view this discussion on the web visit https://groups.google.com/d/msgid/worldvista-pophealth-open-source-work-group/CADjG4psbAyrQE5XrURws%3D4x_JyPGNqABHHDq5KviRJfnCVvJug%40mail.gmail.com.
Hi Kyu,
Are you using the CQMs for the 2023 reporting period? The measure bundle version used should be based on the 2022.
Peter
From: worldvista-pophealth-...@googlegroups.com <worldvista-pophealth-...@googlegroups.com> On Behalf Of Kyu Kim
Sent: Thursday, August 3, 2023 1:34 PM
To: nanth...@earthlink.net
Cc: Jignesh Patel <jignes...@gmail.com>; worldvista-pophealth-...@googlegroups.com
Subject: Re: [wv-pophealth-open-source-wg] Reminder: popHealth Open Source Work Group Meeting CHANGED to Wed, July 28, 2023
To view this discussion on the web visit https://groups.google.com/d/msgid/worldvista-pophealth-open-source-work-group/CADjG4psWnpj2jCUpG8%3Di%3D9MKjA%2BA0cKE%3DbxU45_tw-ikhZLpUg%40mail.gmail.com.
I’ve found similar issue from my testing. I somehow got it to import one time after I restarted the pophealth_delayed_worker, but the import did not work afterward.
I also found out that the pophealth is set to send out cqm calculation request to port 8081, but Cypress 7 cqm_execution_service is set to listen on port 8082. I had to set the following line in cqm_execution_service.rb (popHealth/config/initializers/)
Rails.application.config.ces_port = ENV['CQM_EXECUTION_SERVICE_PORT'] || '8081'
to ‘8082’ for the calculation to work.
Peter
From: Jignesh Patel <jignes...@gmail.com>
Sent: Monday, September 25, 2023 6:55 PM
To: Kyu Kim <qconsult...@gmail.com>
Cc: pclvi...@gmail.com; nanth...@earthlink.net; worldvista-pophealth-...@googlegroups.com
Subject: Re: [wv-pophealth-open-source-wg] Reminder: popHealth Open Source Work Group Meeting CHANGED to Wed, July 28, 2023
When we tried to install we got the following error
UNABLE TO IMPORT PATIENT RECORD I, [2023-09-22T15:23:00.878997 #848] INFO -- : superclass mismatch for class VendorPatient
Getting this error while import
On Thu, Aug 3, 2023 at 3:53 PM Kyu Kim <qconsult...@gmail.com> wrote:
Will do more testing.
Thanks.
Peter
From: Kyu Kim <qconsult...@gmail.com>
Sent: Tuesday, October 3, 2023 1:41 PM
To: Jignesh Patel <jignes...@gmail.com>
Cc: pclvi...@gmail.com; nanth...@earthlink.net; worldvista-pophealth-...@googlegroups.com
Subject: Re: [wv-pophealth-open-source-wg] Reminder: popHealth Open Source Work Group Meeting CHANGED to Wed, July 28, 2023
Yockler fixed the patient model.
It should work now
Q
On Mon, Sep 25, 2023 at 6:55 PM Jignesh Patel <jignes...@gmail.com> wrote:
When we tried to install we got the following error
UNABLE TO IMPORT PATIENT RECORD I, [2023-09-22T15:23:00.878997 #848] INFO -- : superclass mismatch for class VendorPatient
Getting this error while import
On Thu, Aug 3, 2023 at 3:53 PM Kyu Kim <qconsult...@gmail.com> wrote: