-
Question
-
Resolution: Answered
-
Blocker
-
AdultImmunizationStatus-0.0.016.cql
-
Not able to test AdultImmunizationStatus-0.0.016.cql due to lack of Patient and other related input data.
I am trying to get a QDM based Patient data sample that would work with AIS Measure CQL,
In order to get that I tried to load AdultImmunizationStatus-0.0.016.cql in the New Measure Screen, but i get an error asking me to use https://bonnie-qdm.healthit.gov/ link instead. When i go to that link it says the Bonnie-QDM has been shut down as of June 1, 2019. I am trying to use and test NCQA published AdultImmunizationStatus-0.0.016.cql which is based on QDM.
Pls. provide any information that can help with creating a Patient for above scenario. Or if there is any other references from where I can get sample Patient JSON data (and corresponding value sets) supporting QDM based AdultImmunizationStatus-0.0.016.cql measure.
Ganesh,
You are correct, Bonnie-QDM, the version of Bonnie used to test QDM-based measure logic has been shut down as of June 1, 2019. The current versions of Bonnie https://bonnie.healthit.gov and https://bonnie-prior.healthit.gov/ can be used for testing CQL-based logic with
QDM-5.4 andQDM-5.3 based patients respectively. Based on your description, it sounds like you are trying to test a measure that uses CQL-based logic. This can be done on either https://bonnie.healthit.gov or https://bonnie-prior.healthit.gov/ depending on what version of CQL and QDM the measure was written in.If you are interested in programmatically creating QDM-based patients, you should checkout the cqm-models repository https://github.com/projecttacoma/cqm-models. Specifically, you should look at the patient generation script https://github.com/projecttacoma/cqm-models/blob/master/lib/generate_patients.rb which creates a patient object containing QDM data elements, these patients can be used to calculate against measures using the cqm-execution repository https://github.com/projecttacoma/cqm-execution/.
-Matt