diff --git a/src/app/components/resources-and-support/frequently-asked-questions.tsx b/src/app/components/resources-and-support/frequently-asked-questions.tsx index 94db4339..84390cfd 100644 --- a/src/app/components/resources-and-support/frequently-asked-questions.tsx +++ b/src/app/components/resources-and-support/frequently-asked-questions.tsx @@ -28,6 +28,8 @@ const tableData1 = { `, + 'How do I report SubGroups?': 'We will be updating the Developer Preview environment again at the end of September to add subgroup identifier capability. A Tutorial will be added at that time.', + 'PI Electronic Prescribing Objective Exclusion Reweighting': `The exclusions for PI_EP_2 (PI_EP_2_EX_1, PI_EP_2_EX_2, PI_EP_2_EX_3) are not reweighing to PI_EP_1. It is incorrectly reweighing to next objective healthInformationExchange. We are currently working on a fix.`, }; const FrequentlyAskedQuestions = () => { diff --git a/src/app/components/topics/change-log.tsx b/src/app/components/topics/change-log.tsx index 19e4cd96..aceebac1 100644 --- a/src/app/components/topics/change-log.tsx +++ b/src/app/components/topics/change-log.tsx @@ -3,6 +3,9 @@ import React from 'react'; import envConfig from '../../../envConfig'; const submissionChangesTable = [ + ['08/31/2023', `Fields added to the Submission Response`, ` + 3 fields have been added to the Submission Response: caseCount, performanceRateNumerator and performanceRateDenominator. + `], ['10/05/2022', `Updates to Strata validation for QCDR measures`, ` Validation has been added for QCDR measures to ensure that the strata name is valid and that the appropriate number of strata are included in the submission. For example, if there are 3 strata defined for the measure, then 3 valid strata need to be submitted. `], @@ -208,7 +211,7 @@ const buildTableBody = (data: string[][]) => const ChangeLog = () => { return ( <> -

Last Updated: 10/05/2022

{/* IMPORTANT: update this Last-Updated value if you have made any changes to this page's content. */} +

Last Updated: 08/31/2023

{/* IMPORTANT: update this Last-Updated value if you have made any changes to this page's content. */}

Change Log

The Change log is updated with each significant change to the API with the details that you need to be aware of.