Saltar al contenido principal

Plainly es una herramienta gratuita. No es parte de ninguna agencia del gobierno.

Planes de salud de Medicaid en Alcona service area, MI

Condados incluidos

Alcona, Alpena, Antrim, Benzie, Charlevoix, Cheboygan, Crawford, Emmet, Grand Traverse, Iosco, Kalkaska, Leelanau, Manistee, Missaukee, Montmorency, Ogemaw, Oscoda, Otsego, Presque Isle, Roscommon, Wexford

Michigan Department of Health and Human Services Obtenido el 2026-07-17

Los planes aparecen en orden alfabético. Plainly no clasifica los planes.

Blue Cross Complete of Michigan, LLC

Blue Cross Complete of Michigan

Más sobre este plan

Servicios para miembros: 1-800-228-8554

No hay calificación disponible. Ver calificaciones NCQA

  • Adult dental coverage

    Blue Cross Complete covers dental care, including dental exams, cleanings and extractions, for members ages 21 and older who have Medicaid coverage.

  • No-cost rides to appointments

    Blue Cross Complete offers transportation at no cost to medical appointments, pharmacies, durable medical equipment suppliers and more.

  • Blue365 discounts

    Your card provides programs to help you prevent and manage illnesses, such as asthma and diabetes, and exclusive discounts on healthy products and services through the Blue365 discount program.

enrollment.portal_url, enrollment.portal_name, and enrollment.phone are quote-gate verified against a captured Michigan Department of Health and Human Services (MDHHS) enrollment-broker training document (michigan.gov, "Michigan ENROLLS: Enrolling Into a Medicaid Health Plan"). enrollment.choice_window_days is left null with an honest not_found fact: the same source states the switch window as "three months" in prose rather than an exact day count, so no precise number was quote-gated (AGENTS.md rule 3, no invented figures). All 9 service area roster facts (areas.<slug>.plans) are quote-gate verified against a captured snapshot of MDHHS's own "Michigan Medicaid Health Plan Listed by County" PDF (michigan.gov MHP_Service_Area_Listing.pdf, dated 1-10-2025), which lists, on one page per county, every Medicaid Health Plan (MHP) approved to serve that county. Michigan's 83 counties were parsed from that snapshot page by page and grouped into 9 roster-distinct service areas (an unusually clean grouping: unlike most states, Michigan's per-county MHP rosters only take 9 distinct shapes nationwide, so 9 areas cover all 83 counties with no overlap or gap). Each area's single verbatim_quote anchors only that area's representative county's page header (e.g. "Alcona (01)"), never a span attempting to cover every plan the county lists, the same minimal-anchor convention NY.json's roster facts use. This is deliberate, not just cautious: the PDF's original two-column per-county layout means different text-extraction passes reflow the same page differently. A columnar-aware local extraction pass (poppler pdftotext -layout) was used to compile the actual roster in each fact's value field, county page by county page, and produced a very clean structural result -- Michigan's 83 counties collapse into exactly 9 distinct MHP roster shapes with no leftover or ambiguous county, which is itself strong evidence the extraction was faithful. The snapshot this repo actually captured and quote-gates against (via its own headless/unpdf pipeline) reflows the same two columns differently: a county's own plan blocks sometimes land partly before and partly after that county's own header string in the captured text stream (confirmed for Alger/Allegan, Clinton, and Genesee by direct inspection), which is exactly why the verbatim_quote for each area is kept to the single stable county-header string rather than any longer span -- a longer quote would be brittle against this specific extraction's reordering, while the header string itself is confirmed to appear exactly once, verbatim, in the captured snapshot. I also cross-checked the per-county pages against this same PDF's own trailing plan-by-plan "Service Area" summary table and found several counties (for example Otsego, Ogemaw, and Van Buren) where the summary table's wrapped county list did not match what that county's own dedicated page showed -- the same column-reflow artifact, not a real discrepancy in the state's underlying data -- which is why that summary table was not used as the roster source. The 9 Medicaid Health Plans and their county service areas took effect October 1, 2024 under MDHHS's Comprehensive Health Care Program contracts; each plan's carrier legal name was cross-checked against MDHHS's own April 2024 contract-award announcement (michigan.gov newsroom, cited informally, not quote-gated). Michigan runs a single Medicaid Health Plan Common Formulary used by every contracted MHP (michigan.gov/mdhhs, Medicaid Health Plan Pharmacy Benefit page), so every plan record's formulary_url points to that same state page rather than a plan-run formulary. Per-plan member_phone numbers come from the same MHP directory snapshot rather than a separate quote-gated fact, the same convention TX.json/CA.json/NY.json use for county/area rosters and per-plan phone. Provider directory URLs and extra benefits for all 9 plans were independently verified live on each plan's own official Michigan Medicaid page but are not yet cited by a quote-gated fact, so the state as a whole stays unverified, the same standing as TX.json, CA.json, and NY.json today. The enrollment portal healthcare4mi.com is not a .gov or state .us domain, so it is reported separately as a pending broker host for Kian's review; Michigan ENROLLS itself (the broker name and phone) is MDHHS's own program, fully quote-gate verified.

McLaren Health Plan, Inc.

McLaren Health Plan

Más sobre este plan

Servicios para miembros: 1-888-327-0671

No hay calificación disponible. Ver calificaciones NCQA

  • Healthy Kids Dental for children

    Children under age 21 enrolled in Medicaid are automatically enrolled into the Healthy Kids Dental program, with plan options of Blue Cross Blue Shield of Michigan or Delta Dental of Michigan.

  • Member Rewards program

    McLaren Health Plan has a Member Rewards program that rewards members for making healthy lifestyle choices.

enrollment.portal_url, enrollment.portal_name, and enrollment.phone are quote-gate verified against a captured Michigan Department of Health and Human Services (MDHHS) enrollment-broker training document (michigan.gov, "Michigan ENROLLS: Enrolling Into a Medicaid Health Plan"). enrollment.choice_window_days is left null with an honest not_found fact: the same source states the switch window as "three months" in prose rather than an exact day count, so no precise number was quote-gated (AGENTS.md rule 3, no invented figures). All 9 service area roster facts (areas.<slug>.plans) are quote-gate verified against a captured snapshot of MDHHS's own "Michigan Medicaid Health Plan Listed by County" PDF (michigan.gov MHP_Service_Area_Listing.pdf, dated 1-10-2025), which lists, on one page per county, every Medicaid Health Plan (MHP) approved to serve that county. Michigan's 83 counties were parsed from that snapshot page by page and grouped into 9 roster-distinct service areas (an unusually clean grouping: unlike most states, Michigan's per-county MHP rosters only take 9 distinct shapes nationwide, so 9 areas cover all 83 counties with no overlap or gap). Each area's single verbatim_quote anchors only that area's representative county's page header (e.g. "Alcona (01)"), never a span attempting to cover every plan the county lists, the same minimal-anchor convention NY.json's roster facts use. This is deliberate, not just cautious: the PDF's original two-column per-county layout means different text-extraction passes reflow the same page differently. A columnar-aware local extraction pass (poppler pdftotext -layout) was used to compile the actual roster in each fact's value field, county page by county page, and produced a very clean structural result -- Michigan's 83 counties collapse into exactly 9 distinct MHP roster shapes with no leftover or ambiguous county, which is itself strong evidence the extraction was faithful. The snapshot this repo actually captured and quote-gates against (via its own headless/unpdf pipeline) reflows the same two columns differently: a county's own plan blocks sometimes land partly before and partly after that county's own header string in the captured text stream (confirmed for Alger/Allegan, Clinton, and Genesee by direct inspection), which is exactly why the verbatim_quote for each area is kept to the single stable county-header string rather than any longer span -- a longer quote would be brittle against this specific extraction's reordering, while the header string itself is confirmed to appear exactly once, verbatim, in the captured snapshot. I also cross-checked the per-county pages against this same PDF's own trailing plan-by-plan "Service Area" summary table and found several counties (for example Otsego, Ogemaw, and Van Buren) where the summary table's wrapped county list did not match what that county's own dedicated page showed -- the same column-reflow artifact, not a real discrepancy in the state's underlying data -- which is why that summary table was not used as the roster source. The 9 Medicaid Health Plans and their county service areas took effect October 1, 2024 under MDHHS's Comprehensive Health Care Program contracts; each plan's carrier legal name was cross-checked against MDHHS's own April 2024 contract-award announcement (michigan.gov newsroom, cited informally, not quote-gated). Michigan runs a single Medicaid Health Plan Common Formulary used by every contracted MHP (michigan.gov/mdhhs, Medicaid Health Plan Pharmacy Benefit page), so every plan record's formulary_url points to that same state page rather than a plan-run formulary. Per-plan member_phone numbers come from the same MHP directory snapshot rather than a separate quote-gated fact, the same convention TX.json/CA.json/NY.json use for county/area rosters and per-plan phone. Provider directory URLs and extra benefits for all 9 plans were independently verified live on each plan's own official Michigan Medicaid page but are not yet cited by a quote-gated fact, so the state as a whole stays unverified, the same standing as TX.json, CA.json, and NY.json today. The enrollment portal healthcare4mi.com is not a .gov or state .us domain, so it is reported separately as a pending broker host for Kian's review; Michigan ENROLLS itself (the broker name and phone) is MDHHS's own program, fully quote-gate verified.

Molina Healthcare of Michigan, Inc.

Molina Healthcare of Michigan

Más sobre este plan

Servicios para miembros: 1-888-898-7969

No hay calificación disponible. Ver calificaciones NCQA

  • Preventive and comprehensive dental

    Molina's dental benefits include preventive and comprehensive dental services such as cleanings, fillings, and dentures.

  • Rides to appointments

    Molina covers transportation to health care appointments such as office visits, physical therapy, dialysis, or to pick up prescriptions at local pharmacies.

  • Silver&Fit fitness program

    The Silver&Fit program offers access to participating fitness centers or a Home Fitness Kit, and caregivers can be brought along to help use the fitness center's services and equipment.

enrollment.portal_url, enrollment.portal_name, and enrollment.phone are quote-gate verified against a captured Michigan Department of Health and Human Services (MDHHS) enrollment-broker training document (michigan.gov, "Michigan ENROLLS: Enrolling Into a Medicaid Health Plan"). enrollment.choice_window_days is left null with an honest not_found fact: the same source states the switch window as "three months" in prose rather than an exact day count, so no precise number was quote-gated (AGENTS.md rule 3, no invented figures). All 9 service area roster facts (areas.<slug>.plans) are quote-gate verified against a captured snapshot of MDHHS's own "Michigan Medicaid Health Plan Listed by County" PDF (michigan.gov MHP_Service_Area_Listing.pdf, dated 1-10-2025), which lists, on one page per county, every Medicaid Health Plan (MHP) approved to serve that county. Michigan's 83 counties were parsed from that snapshot page by page and grouped into 9 roster-distinct service areas (an unusually clean grouping: unlike most states, Michigan's per-county MHP rosters only take 9 distinct shapes nationwide, so 9 areas cover all 83 counties with no overlap or gap). Each area's single verbatim_quote anchors only that area's representative county's page header (e.g. "Alcona (01)"), never a span attempting to cover every plan the county lists, the same minimal-anchor convention NY.json's roster facts use. This is deliberate, not just cautious: the PDF's original two-column per-county layout means different text-extraction passes reflow the same page differently. A columnar-aware local extraction pass (poppler pdftotext -layout) was used to compile the actual roster in each fact's value field, county page by county page, and produced a very clean structural result -- Michigan's 83 counties collapse into exactly 9 distinct MHP roster shapes with no leftover or ambiguous county, which is itself strong evidence the extraction was faithful. The snapshot this repo actually captured and quote-gates against (via its own headless/unpdf pipeline) reflows the same two columns differently: a county's own plan blocks sometimes land partly before and partly after that county's own header string in the captured text stream (confirmed for Alger/Allegan, Clinton, and Genesee by direct inspection), which is exactly why the verbatim_quote for each area is kept to the single stable county-header string rather than any longer span -- a longer quote would be brittle against this specific extraction's reordering, while the header string itself is confirmed to appear exactly once, verbatim, in the captured snapshot. I also cross-checked the per-county pages against this same PDF's own trailing plan-by-plan "Service Area" summary table and found several counties (for example Otsego, Ogemaw, and Van Buren) where the summary table's wrapped county list did not match what that county's own dedicated page showed -- the same column-reflow artifact, not a real discrepancy in the state's underlying data -- which is why that summary table was not used as the roster source. The 9 Medicaid Health Plans and their county service areas took effect October 1, 2024 under MDHHS's Comprehensive Health Care Program contracts; each plan's carrier legal name was cross-checked against MDHHS's own April 2024 contract-award announcement (michigan.gov newsroom, cited informally, not quote-gated). Michigan runs a single Medicaid Health Plan Common Formulary used by every contracted MHP (michigan.gov/mdhhs, Medicaid Health Plan Pharmacy Benefit page), so every plan record's formulary_url points to that same state page rather than a plan-run formulary. Per-plan member_phone numbers come from the same MHP directory snapshot rather than a separate quote-gated fact, the same convention TX.json/CA.json/NY.json use for county/area rosters and per-plan phone. Provider directory URLs and extra benefits for all 9 plans were independently verified live on each plan's own official Michigan Medicaid page but are not yet cited by a quote-gated fact, so the state as a whole stays unverified, the same standing as TX.json, CA.json, and NY.json today. The enrollment portal healthcare4mi.com is not a .gov or state .us domain, so it is reported separately as a pending broker host for Kian's review; Michigan ENROLLS itself (the broker name and phone) is MDHHS's own program, fully quote-gate verified.

Priority Health Choice, Inc.

Priority Health Choice

Más sobre este plan

Servicios para miembros: 1-888-975-8102

No hay calificación disponible. Ver calificaciones NCQA

  • Rides through SafeRide

    Priority Health Choice Medicaid members get transportation services through partner SafeRide to get to and from doctor appointments, pick up covered medicine from a pharmacy, or travel for other covered services like physical therapy.

  • Free virtual care

    Members can see a doctor from home for free through Priority Health's virtual care benefit.

enrollment.portal_url, enrollment.portal_name, and enrollment.phone are quote-gate verified against a captured Michigan Department of Health and Human Services (MDHHS) enrollment-broker training document (michigan.gov, "Michigan ENROLLS: Enrolling Into a Medicaid Health Plan"). enrollment.choice_window_days is left null with an honest not_found fact: the same source states the switch window as "three months" in prose rather than an exact day count, so no precise number was quote-gated (AGENTS.md rule 3, no invented figures). All 9 service area roster facts (areas.<slug>.plans) are quote-gate verified against a captured snapshot of MDHHS's own "Michigan Medicaid Health Plan Listed by County" PDF (michigan.gov MHP_Service_Area_Listing.pdf, dated 1-10-2025), which lists, on one page per county, every Medicaid Health Plan (MHP) approved to serve that county. Michigan's 83 counties were parsed from that snapshot page by page and grouped into 9 roster-distinct service areas (an unusually clean grouping: unlike most states, Michigan's per-county MHP rosters only take 9 distinct shapes nationwide, so 9 areas cover all 83 counties with no overlap or gap). Each area's single verbatim_quote anchors only that area's representative county's page header (e.g. "Alcona (01)"), never a span attempting to cover every plan the county lists, the same minimal-anchor convention NY.json's roster facts use. This is deliberate, not just cautious: the PDF's original two-column per-county layout means different text-extraction passes reflow the same page differently. A columnar-aware local extraction pass (poppler pdftotext -layout) was used to compile the actual roster in each fact's value field, county page by county page, and produced a very clean structural result -- Michigan's 83 counties collapse into exactly 9 distinct MHP roster shapes with no leftover or ambiguous county, which is itself strong evidence the extraction was faithful. The snapshot this repo actually captured and quote-gates against (via its own headless/unpdf pipeline) reflows the same two columns differently: a county's own plan blocks sometimes land partly before and partly after that county's own header string in the captured text stream (confirmed for Alger/Allegan, Clinton, and Genesee by direct inspection), which is exactly why the verbatim_quote for each area is kept to the single stable county-header string rather than any longer span -- a longer quote would be brittle against this specific extraction's reordering, while the header string itself is confirmed to appear exactly once, verbatim, in the captured snapshot. I also cross-checked the per-county pages against this same PDF's own trailing plan-by-plan "Service Area" summary table and found several counties (for example Otsego, Ogemaw, and Van Buren) where the summary table's wrapped county list did not match what that county's own dedicated page showed -- the same column-reflow artifact, not a real discrepancy in the state's underlying data -- which is why that summary table was not used as the roster source. The 9 Medicaid Health Plans and their county service areas took effect October 1, 2024 under MDHHS's Comprehensive Health Care Program contracts; each plan's carrier legal name was cross-checked against MDHHS's own April 2024 contract-award announcement (michigan.gov newsroom, cited informally, not quote-gated). Michigan runs a single Medicaid Health Plan Common Formulary used by every contracted MHP (michigan.gov/mdhhs, Medicaid Health Plan Pharmacy Benefit page), so every plan record's formulary_url points to that same state page rather than a plan-run formulary. Per-plan member_phone numbers come from the same MHP directory snapshot rather than a separate quote-gated fact, the same convention TX.json/CA.json/NY.json use for county/area rosters and per-plan phone. Provider directory URLs and extra benefits for all 9 plans were independently verified live on each plan's own official Michigan Medicaid page but are not yet cited by a quote-gated fact, so the state as a whole stays unverified, the same standing as TX.json, CA.json, and NY.json today. The enrollment portal healthcare4mi.com is not a .gov or state .us domain, so it is reported separately as a pending broker host for Kian's review; Michigan ENROLLS itself (the broker name and phone) is MDHHS's own program, fully quote-gate verified.

Cómo inscribirse

Fuente: Michigan Department of Health and Human Services, obtenido el 2026-07-17

Plainly muestra cada plan de salud en su condado. Ningún plan de salud le paga a Plainly. Plainly no gana nada por inscripciones, clics o referencias. Plainly nunca clasifica los planes. Plainly no es el consejero oficial de su estado. Para ayuda oficial gratis, llame al agente de inscripción de su estado o al 211.

Plainly no es un sitio web del gobierno.

Verificado por última vez el 2026-07-17