All files / react-app/src/features/faq/faqs/spa formal-request-medicaid-spa.tsx

50% Statements 1/2
100% Branches 0/0
0% Functions 0/1
50% Lines 1/2

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 303x                                                          
export const FormalRequestMedicaidSpa = () => (
  <div className="w-full space-y-2">
    <p>When necessary, states will receive an RAI via email from CMS.</p>
    <ul className="list-disc ml-7 space-y-2" role="list">
      <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-7 space-y-2" role="list">
      <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>
);