Centers

High-quality medical, dental, behavioral health, and supportive services in neighborhoods across the region.​
​WellSpace Health believes that everyone deserves to be seen, no matter who you are, where you come from, where you work or what place you call home. WellSpace operates a network of centers in local neighborhoods across the region to provide high-quality comprehensive care.
Each center offers a unique complement of care which may include medical, dental, behavioral health, or supportive services. Some centers provide confidential services or require a referral for care and therefore, may not be listed by address. All centers are Accredited by The Joint Commission and are licensed or certified as required to provide care.
Center Name
Address
Hours of Operation
Contact
Services & Programs
North Highlands Community Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am 5 pm
*closed for lunch 12 - 1 pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Dental Care
- (916) 822-8958 Option #6
Birth & Beyond Family Resource Center
- (916) 679-3925
Primary Care
- (916) 737-5555
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Dental Care for Children & Adolescents
Birth & Beyond Family Resource Center
Primary Care - Pediatric
Sweet Success
North Behavioral Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 9 am-5:30 pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Appointments & Information
- (916) 473-5764
Fax
- (916) 473-5766
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Outpatient Substance Use Disorder Treatment
Medication-Assisted Treatment
MLK Jr Village Community Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
Referral Only
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Flexible Case Management
J Street Community Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Primary Care
- (916) 737-5555
Integrated Behavioral Health / Psychiatry Ext. 4
- (916) 313-8433
Outpatient Substance Use Disorder Treatment
- (916) 313-8434
Medication-Assisted Treatment
- (916) 822-8950
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Primary Care - Adult
Integrated Behavioral Health
Infectious Diseases
Health Education
Outpatient Substance Use Disorder Treatment
Medication-Assisted Treatment
Re-Entry Services
Hiram Johnson Community Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Dental Care
- (916) 822-8958 #4
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Dental Care for Children & Adolescents
Galt Dental Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am - 5 pm
*closed for lunch 12-1pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Dental Care
- (916) 822-8958 Option #2
Fax
(209) 269-3008
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Dental Care for Children & Adolescents
Florin Community Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am - 5 pm
*closed for lunch 12-1 pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Primary Care
- (916) 737-5555
Fax
- (916) 436-5532
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Primary Care - Adult
Primary Care - Pediatric
Specialty Care - Endocrinology
Del Paso Heights Community Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Primary Care
- (916) 737-5555
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Primary Care - Adult
Primary Care - Pediatric
Specialty Care - Endocrinology
Specialty Care - Chiropractic
Boulevard Court Community Health Center
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
Referral Only
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
T3 & ICMS
Arden-Arcade Community Health Center + Immediate Care
<?php
  // Check if the repeater field has rows of data
if (have_rows('address')) :
    // Loop through the rows of data
    while (have_rows('address')) : the_row();
        // Get subfield values
        $internal_address = get_sub_field('internal');
        $external_address = get_sub_field('external');

        // Display the link
        if ($internal_address && $external_address) {
            echo '<a style="color: #005595" href="' . esc_url("https://maps.google.com/?q=" . $internal_address) . '">' . esc_html($external_address) . '</a><br>';
        }
    endwhile;
endif;

?>
#brxe-e00d33 > div:nth-child(n) > div.brxe-e08441.brxe-block > div > a:nth-child(n) {
  color: #005595;
}
<?php

// Check if the repeater field has rows of data
if (have_rows('hours_of_operation')) :
    // Loop through the rows of data
    while (have_rows('hours_of_operation')) : the_row();
        // Subfields
        $service = trim(get_sub_field('service'));
        $hours = trim(get_sub_field('hours'));

        echo esc_html($service) . " " . esc_html($hours) . "<br>";
    endwhile;
endif;

?>
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
<?php

// Check if the repeater field has rows of data
if (have_rows('contact')) :
    // Loop through the rows of data
    while (have_rows('contact')) : the_row();
        // Subfields
        $method = trim(get_sub_field('method'));
        $number = trim(get_sub_field('number'));
        $extension = trim(get_sub_field('extension'));

        echo esc_html($method) . " " . esc_html($number) . " " . esc_html($extension) . "<br>";
    endwhile;
endif;

?>
Primary Care
- (916) 737-5555
Women's Health
- (916) 392-2290
Telehealth Immediate Care
- (916) 737-5555
<?php

// Check if the repeater field has rows of data
if (have_rows('programs')) :
		$total_rows = count(get_field('programs'));
    $current_row = 0;

    // Loop through the rows of data
    while (have_rows('programs')) : the_row();
				$current_row++;
        // Subfields
        $name = trim(get_sub_field('name'));

        echo esc_html($name);

				if ($current_row < $total_rows) {
            echo ",<br>";
        }
    endwhile;
endif;

?>
Primary Care - Immediate Care
Primary Care - Adult
Primary Care - Pediatric
Integrated Behavioral Health
Psychiatry (part of Integrated Behavioral Health)
Women's Health
Assuring Neonatal Kinship and Health
CPSP Health Education
Specialty Care - Podiatry
Re-Entry Services
Facility Type
North Highlands Community Health Center
Address
6015 Watt Ave., Ste. 2
Referral Only
Hours of Operation
M-F 8 am 5 pm
*closed for lunch 12 - 1 pm
Contact
Dental Care
- (916) 822-8958 Option #6
Birth & Beyond Family Resource Center
- (916) 679-3925
Primary Care
- (916) 737-5555
Programs
Dental Care for Children & Adolescents,
Birth & Beyond Family Resource Center,
Primary Care - Pediatric,
Sweet Success
Facility Type
North Behavioral Health Center
Address
4441 Auburn Blvd., Ste. E
Hours of Operation
M-F 9 am-5:30 pm
Contact
Appointments & Information
- (916) 473-5764
Fax
- (916) 473-5766
Programs
Outpatient Substance Use Disorder Treatment,
Medication-Assisted Treatment
Facility Type
MLK Jr Village Community Health Center
Address
Hours of Operation
Contact
Programs
Flexible Case Management
Facility Type
J Street Community Health Center
Address
1820 J Street
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
Contact
Primary Care
- (916) 737-5555
Integrated Behavioral Health / Psychiatry Ext. 4
- (916) 313-8433
Outpatient Substance Use Disorder Treatment
- (916) 313-8434
Medication-Assisted Treatment
- (916) 822-8950
Programs
Primary Care - Adult,
Integrated Behavioral Health,
Infectious Diseases,
Health Education,
Outpatient Substance Use Disorder Treatment,
Medication-Assisted Treatment,
Re-Entry Services
Facility Type
Hiram Johnson Community Health Center
Address
3535 65th Street , Bldg C
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
Contact
Dental Care
- (916) 822-8958 #4
Programs
Dental Care for Children & Adolescents
Facility Type
Galt Dental Center
Address
216 N. Lincoln Way, Ste. 10
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12-1pm
Contact
Dental Care
- (916) 822-8958 Option #2
Fax
(209) 269-3008
Programs
Dental Care for Children & Adolescents
Facility Type
Florin Community Health Center
Address
4241 Florin Rd., Ste. 40
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12-1 pm
Contact
Primary Care
- (916) 737-5555
Fax
- (916) 436-5532
Programs
Primary Care - Adult,
Primary Care - Pediatric,
Specialty Care - Endocrinology
Facility Type
Del Paso Heights Community Health Center
Address
3441 Marysville Blvd.
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
Contact
Primary Care
- (916) 737-5555
Programs
Primary Care - Adult,
Primary Care - Pediatric,
Specialty Care - Endocrinology,
Specialty Care - Chiropractic
Facility Type
Boulevard Court Community Health Center
Address
Hours of Operation

Contact
Programs
T3 & ICMS
Facility Type
Arden-Arcade Community Health Center + Immediate Care
Address
2433 Marconi Ave.
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
Contact
Primary Care
- (916) 737-5555
Women's Health
- (916) 392-2290
Telehealth Immediate Care
- (916) 737-5555
Programs
Primary Care - Immediate Care,
Primary Care - Adult,
Primary Care - Pediatric,
Integrated Behavioral Health,
Psychiatry (part of Integrated Behavioral Health),
Women's Health,
Assuring Neonatal Kinship and Health,
CPSP Health Education,
Specialty Care - Podiatry,
Re-Entry Services

Featured Review

"Always extremely happy with the service I receive at this location. They are on top of it! Never have to wait long. The Doctors here listen to your concerns without rushing you. They are quick and efficient. They don’t try and cut corners. I am grateful for the care I receive at WellSpace. Dr. GoGo’s level of care and expertise is appreciated. Thank you.”
Britney M.
|
Google Review
WellSpace Health Arden-Arcade Community Health Center

Resources

24-Hour Suicide Prevention Hotline
24-Hour Suicide and Crisis Lifelines

National Talk & Text Lifeline: 9-8-8
Sacramento: (916) 368-3111
Auburn: (530) 885-2300
Roseville: (916) 773-3111
Lincoln: (916) 645-8866
24-Hour Maternal Support Line: (916) 681-2907

Crisis Chat – Visit 988lifeline.org

In-Person Immediate Care
Arden Arcade Community Health Center

Monday-Friday from 8 a.m. to 4 p.m. for walk-in patients.
Telehealth Immediate Care

Call 916-737-5555 to access the Telehealth Immediate Care.

Mon.-Fri. from 5 – 8 p.m. and on Saturday and Sunday from 8 a.m. – 8 p.m.

×Close popup