Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Enterprise-CMCS/macpro-mako into mo…
Browse files Browse the repository at this point in the history
…ck-test-kafka
  • Loading branch information
thetif committed Jan 9, 2025
2 parents 28d2602 + 4c8604e commit 7916188
Showing 1 changed file with 112 additions and 0 deletions.
112 changes: 112 additions & 0 deletions react-app/src/features/faq/content/oneMACFAQContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,44 @@ export const oneMACFAQContent: FAQContent[] = [
</p>
),
},
{
anchorText: "formal-request-medicaid-spa",
question:
"How do I submit a Formal Request for Additional Information (RAI) Response for a Medicaid SPA?",
answerJSX: (
<div className="w-full space-y-3">
<p>When necessary, states will receive an RAI via email from CMS.</p>
<ul className="list-disc ml-8 space-y-2">
<li>The state will respond to the RAI through OneMAC.</li>
<li>
A Request for Additional Information (RAI) stops the 90-day clock, is a formal
request for additional information from CMS.
</li>
<li>
Packages pending an official RAI response from the state will have a Status of{" "}
<b>RAI Issued.</b>
</li>
</ul>
<p>
To respond to a Medicaid SPA RAI, select the SPA Tab view from the Package Dashboard.
</p>
<ul className="list-disc ml-8 space-y-2">
<li>
Select the link to the SPA ID. Packages which are in need of an RAI response from
the state will have a Status of <b>RAI Issued.</b>
</li>
<li>Then, under Package Actions, select the Respond to RAI link.</li>
<li>
After attaching any required files, you may include additional notes prior to
clicking on the submit button.
</li>
<li>
Check your entries, as you cannot edit the submission after you select Submit.
</li>
</ul>
</div>
),
},
{
anchorText: "withdraw-spa-rai-response",
question: "How do I Withdraw a Formal RAI Response for a Medicaid SPA?",
Expand Down Expand Up @@ -673,6 +711,42 @@ export const oneMACFAQContent: FAQContent[] = [
</div>
),
},
{
anchorText: "formal-request-chip-spa",
question:
"How do I submit a Formal Request for Additional Information (RAI) Response for a CHIP SPA?",
answerJSX: (
<div className="w-full space-y-3">
<p>When necessary, states will receive an RAI via email from CMS.</p>
<ul className="ml-8 list-disc space-y-2">
<li>The state will respond to the RAI through OneMAC.</li>
<li>
A Request for Additional Information (RAI) stops the 90-day clock, is a formal
request for additional information from CMS.
</li>
<li>
Packages pending an official RAI response from the state will have a Status of{" "}
<b>RAI Issued.</b>
</li>
</ul>
<p>To respond to a CHIP SPA RAI, select the SPA Tab view from the Package Dashboard.</p>
<ul className="ml-8 list-disc space-y-2">
<li>
Select the link to the SPA ID. Packages which are in need of an RAI response from
the state will have a Status of <b>RAI Issued.</b>
</li>
<li>Then, under Package Actions, select the Respond to RAI link.</li>
<li>
After attaching any required files, you may include additional notes prior to
clicking on the submit button.
</li>
<li>
Check your entries, as you cannot edit the submission after you select Submit.
</li>
</ul>
</div>
),
},
{
anchorText: "withdraw-chip-spa-rai-response",
question: "How do I Withdraw a Formal RAI Response for a CHIP SPA?",
Expand Down Expand Up @@ -1377,6 +1451,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: (
<div className="w-full space-y-3">
<p>When necessary, states will receive an RAI via email from CMS.</p>
<ul className="ml-8 list-disc space-y-2">
<li>The state will respond to the RAI through OneMAC.</li>
<li>
A Request for Additional Information (RAI) stops the 90-day clock, is a formal
request for additional information from CMS.
</li>
<li>
Packages pending an official RAI response from the state will have a Status of{" "}
<b>RAI Issued.</b>
</li>
</ul>
<p>
To respond to a Waiver RAI, select the Waiver Tab view from the Package Dashboard.
</p>
<ul className="ml-8 list-disc space-y-2">
<li>
Select the link to the Waiver ID. Packages which are in need of an RAI response from
the state will have a Status of <b>RAI Issued.</b>
</li>
<li>Then, under Package Actions, select the Respond to RAI link.</li>
<li>
After attaching any required files, you may include additional notes prior to
clicking on the submit button.
</li>
<li>
Check your entries, as you cannot edit the submission after you select Submit.
</li>
</ul>
</div>
),
},
{
anchorText: "withdraw-waiver-rai-response",
question: "How do I Withdraw a Formal RAI Response for a Medicaid Waiver?",
Expand Down

0 comments on commit 7916188

Please sign in to comment.