Skip to content

Commit

Permalink
MDCT-3024: Content Updates for MCPAR (#11512)
Browse files Browse the repository at this point in the history
  • Loading branch information
karla-vm authored Nov 3, 2023
1 parent 5e4f6bb commit 73b2de2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
{
sectionNumber: 3,
header: "Submit the MCPAR report to CMS",
body: "Double check that everything in your MCPAR Report is accurate. You will be able to make edits if necessary and resubmit. Once you are ready, hit Review & Submit.",
body: "Double check that everything in your MCPAR Report is accurate. You won’t be able to make edits after submitting, unless you send a request to CMS to unlock your report. After compliance review, a CMS representative will contact you if there are corrections to be made. Once you are ready, hit Review & Submit.",
img: {
alt: "Image of the side navigation with review and submit selected",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,26 @@ export default {
intro: {
header: "Review & Submit",
infoHeader: "Ready to Submit?",
info: "Double check that everything in your MCPAR Report is accurate. You will be able to make edits after submitting, and resubmit. Once you’ve reviewed your report, certify that it’s in compliance with 42 CFR § 438.66(e).",
info: [
{
type: "span",
content:
"Double check that everything in your MCPAR Report is accurate. You won't be able to make edits after submitting, unless you send a request to CMS to unlock your report. After compliance review, a CMS representative will contact you if there are corrections to be made and your report status will change to “In revision” in the MCPAR dashboard. Once you’ve reviewed your report, certify that it’s in compliance with ",
},
{
type: "externalLink",
content: "42 CFR § 438.66(e)",
props: {
href: "https://www.ecfr.gov/current/title-42/chapter-IV/subchapter-C/part-438/subpart-B/section-438.66#p-438.66(e)",
target: "_blank",
"aria-label": "Learn more (link opens in new tab)",
},
},
{
type: "span",
content: ".",
},
],
},
table: {
headRow: ["Section", "Status", { hiddenName: "Actions" }],
Expand All @@ -19,7 +38,7 @@ export default {
actionButtonText: "Submit MCPAR",
closeButtonText: "Cancel",
},
body: "You will be able to make edits to this MCPAR after submitting, and resubmit.",
body: "You won’t be able to make edits after submitting unless you send a request to CMS to unlock your submission. After compliance review, a CMS representative will contact you if there are corrections to be made and your report status will change to “In revision” in the MCPAR dashboard.",
},
pageLink: {
text: "Submit MCPAR",
Expand All @@ -31,7 +50,7 @@ export default {
infoHeader: "Thank you",
additionalInfoHeader: "What happens now?",
additionalInfo:
"No further action is needed at this point. CMS will reach out if in the case they have any questions.",
"No further action is needed at this point. CMS will contact you with questions or if corrections are needed. Your MCPAR dashboard will indicate the status of this report as “Submitted”.",
},
},
alertBox: {
Expand Down

0 comments on commit 73b2de2

Please sign in to comment.