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 | 3x | import { PdfLink } from "../utils"; export const CrosswalkSystem = () => ( <div className="space-y-2"> <p> OneMAC supports all Medicaid SPAs, except SPAs submitted in MACPro. This includes CHIP SPAs, 1915(b) waiver actions, 1915(c) Appendix K waiver amendments, and 1915(b) and (c) waiver temporary extension requests. </p> <p>Check which system to submit your state plan in with this crosswalk training document.</p> <ul role="list"> <li> <PdfLink href="/onboarding/eligibility-crosswalk-paper-based-state-plan-macpro.pdf" title="Crosswalk from Paper-based State Plan to MACPro and MMDL.pdf" label="general" /> </li> </ul> </div> ); |