<% if !measures.empty? %> <% reporting_program = if measures.first.type == 'ep' 'PQRS_MU_INDIVIDUAL' else 'HQR_EHR' end -%> <% if cms_compatibility %> <% end %> QRDA Incidence Report <%== render :partial => 'record_target', :locals => {:patient => patient, :cms_compatibility => cms_compatibility} %> <% if header %> <%== render :partial=>"author", :collection=>header.authors %> <%== render :partial=>"organization", :locals=>{organization: header.custodian.organization, tag_name: "representedCustodianOrganization"} %> <% if cms_compatibility %> <% end %> <% else %> <% if cms_compatibility && reporting_program == 'HQR_EHR' %> <% else %> <% end %> Cypress Test Deck 202 Burlington Rd. Bedford MA 01730 US <% if cms_compatibility %> <% end %> <% if cms_compatibility %> <% end %> <% end %> <%== render :partial => 'providers', :locals => {:patient => patient} %> <%== render :partial => 'measures', :locals => {:measures => measures, :patient => patient} %> <%== render :partial => 'reporting_parameters', :locals => {:start_date => start_date, :end_date => end_date, :cms_compatibility => cms_compatibility} %> <%== render :partial => 'patient_data', :locals => {:measures => measures, :patient => patient, :cms_compatibility => cms_compatibility, :qrda_version => qrda_version} %> <% else %> <% end %>