Skip to content

Commit f97fc6b

Browse files
committed
feat: QPPA-10471 minor wording and formatting updates
1 parent df03d75 commit f97fc6b

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

src/app/components/guides/advanced-tutorial.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const AdvancedTutorial: React.FC<DocPageProps> = ({dataTestId}: DocPageProps) =>
1515

1616
<h3 className='tutorial-header-link' id='add-more-measures'>Add more measures to an existing measurement set</h3>
1717
<p>
18-
Here's a <code>PATCH</code> request to add more measures to an existing measurement set. You can pass an <code>Accept</code> header to specify the API version and the desired response format by using our custom mime type, <code>application/vnd.qpp.cms.gov.v1+json</code>. We support JSON by using <code>+json</code>. You can also continue to use a standard <code>application/json</code> header, which will point to the latest version.
18+
You can use a <code>PATCH</code> request to add more measures to an existing measurement set. You can pass an <code>Accept</code> header to specify the API version and the desired response format by using our custom mime type, <code>application/vnd.qpp.cms.gov.v1+json</code>. We support JSON by using <code>+json</code>. You can also continue to use a standard <code>application/json</code> header, which will point to the latest version.
1919
</p>
2020
<p>
2121
To see an example request and response, please see the <code>PATCH /measurement-sets/:id</code> section within the <ExternalLink href={`${envConfig.qppCmsPreviewUrl}/api/submissions/public/docs`} text='Interactive Docs' />.

src/app/components/references/scoring.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,8 @@ const Scoring: React.FC<DocPageProps> = ({dataTestId}: DocPageProps) => {
125125
</ul>
126126

127127
<p className='ds-text-body--lg'>
128-
eCQMs require the utilization of CEHRT and the reporting of the corresponding CMS CEHRT ID in the submission
128+
eCQMs require the utilization of CEHRT and the reporting of the corresponding CMS CEHRT ID in the submission.
129129
</p>
130-
<ul>
131-
<li>2025CXXXXXXXXXX</li>
132-
<li>XX15CXXXXXXXXXX</li>
133-
</ul>
134-
135130
</div>
136131
);
137132
};

src/app/components/topics/change-log.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ const submissionChangesTable = [
55
['08/28/2025', `Updates to Developer Documentation for Performance Year 2025 Description`, `
66
<ul>
77
<li>Simplified Scenarios for MVP Reporting in Developer Preview. See the <a href='${envConfig.cmsGithubIo}/qpp-developer-preview-docs/tutorial-special-scoring-scenarios' target='_blank' rel='noopener noreferrer'>Special Scoring Scenarios</a>.</li>
8-
<li>There is now 1 TIN and 1 Subgroup that will work when testing any MVP that is valid for the performance year.</li>
9-
<li>Negative use tests can be completed using any other TIN/Subgroup.</li>
8+
<li>There is now 1 TIN and 1 Subgroup that will work when testing any MVP that is valid for the performance year.
9+
<ul>
10+
<li>Negative use tests can be completed using any other TIN/Subgroup.</li>
11+
</ul>
12+
</li>
1013
<li>Added support for APP Plus Reporting. See the <a href='${envConfig.cmsGithubIo}/qpp-developer-preview-docs/tutorial-special-scoring-scenarios' target='_blank' rel='noopener noreferrer'>Special Scoring Scenarios</a>.</li>
1114
<li>Allowed CEHRT ID format change for Promoting Interoperability. See <a href='${envConfig.cmsGithubIo}/qpp-submissions-docs/measurement-sets' target='_blank' rel='noopener noreferrer'>Measurement Sets</a>.</li>
1215
<li>Quality eCQM reporting now requires the inclusion of a CEHRT ID.</li>

0 commit comments

Comments
 (0)