From 56ff6c202ce0b241c3514a79dd6c29b5d102ee58 Mon Sep 17 00:00:00 2001 From: tiffanyvu Date: Thu, 9 Jan 2025 14:28:42 -0800 Subject: [PATCH] fix(faq): Missing formal request for RAI for Waivers (#984) * add faq section * add space between bullet pts --- .../features/faq/content/oneMACFAQContent.tsx | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/react-app/src/features/faq/content/oneMACFAQContent.tsx b/react-app/src/features/faq/content/oneMACFAQContent.tsx index 36fafd957..46f59b195 100644 --- a/react-app/src/features/faq/content/oneMACFAQContent.tsx +++ b/react-app/src/features/faq/content/oneMACFAQContent.tsx @@ -1377,6 +1377,44 @@ export const oneMACFAQContent: FAQContent[] = [ ), }, + { + anchorText: "formal-request-waiver", + question: + "How do I submit a Formal Request for Additional Information (RAI) Response for a Waiver?", + answerJSX: ( +
+

When necessary, states will receive an RAI via email from CMS.

+ +

+ To respond to a Waiver RAI, select the Waiver Tab view from the Package Dashboard. +

+ +
+ ), + }, { anchorText: "withdraw-waiver-rai-response", question: "How do I Withdraw a Formal RAI Response for a Medicaid Waiver?",