MeasureAuthoringTool / health-data-standards

https://rubygems.org/gems/health-data-standards
Apache License 2.0
94 stars 93 forks source link

HealthDataStandards::Export::Cat1 #569

Open sloanroy opened 6 years ago

sloanroy commented 6 years ago

Is this class even viable anymore (in version 3.7.0)?

I have imported patients and Cat3 export functions as expected but Cat1 export fails to produce any entries in Patient Data section.

I traced the problem to the measure class having no data_criteria. So I rewrote the all_data_criteria function to return the data_criteria from the hqmf_document and got results (after fixing several errors in related .erb files)

Now I am finding various other issues with missing / incorrect entry exports. I am beginning to think that this is a dead class and I am wasting my time.

Is this the case?

dczulada commented 6 years ago

The Exporters are still supported and have been updated to include support for QRDA Category I R5. One of the difficulties with the QRDA exporters in HDS is the fact that they perform a 'Scoop and Filter' function prior to export. As a result, data element that are not referenced in the eCQM being reported will not be exported in the QRDA document.