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
Women's Health Campus
<?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;

?>
<?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;

?>
Women's Health
- (916) 392-2290
<?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;

?>
Women's Health
Assuring Neonatal Kinship and Health
CPSP Health Education
Sweet Success
CPSP Health Education
Withdrawal Management 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;

?>
Withdrawal Management
South Valley Community Health Campus
<?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
Dental Care
- (916) 822-8958
<?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
Integrated Behavioral Health
Health Education
Dental Care for Children & Adolescents
Sierra Gardens 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
Women's Health
- (916) 392-2290
<?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 - Pediatric
Women's Health
CPSP Health Education
San Juan 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
- (916) 313-8433 Ext. 2
<?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
Integrated Behavioral Health
Psychiatry (part of Integrated Behavioral Health)
Health Education
Roseville 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 - 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;

?>
Primary Care
- (916) 737-5555
Integrated Behavioral Health / Psychiatry
- (916) 313-8433 Ext. 1
<?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
Psychiatry
Residential Rehabilitation 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;

?>
Residential
Rancho Cordova 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
- (916) 313-8433 Option #3
Dental
- (916) 822-8958 Option #5
Women's Health
- (916) 392-2290
<?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
Integrated Behavioral Health
Women's Health
CPSP Health Education
Dental Care for Children & Adolescents
Medication-Assisted Treatment
Oak Park 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
Dental Care
- (916) 822-8958 Option #3
<?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
Infectious Diseases
Health Education
Dental Care for Children & Adolescents
Health Homes
Pathways to Health + Home
Medication-Assisted Treatment
Norwood 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
Women's Health
- (916) 392-2290
<?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
Women's Health
Assuring Neonatal Kinship and Health
CPSP Health Education
Specialty Care - Acupuncture
Facility Type
Women's Health Campus
Address
7601 Hospital Dr., Ste. 220 & 104B
7501 Hospital Dr., Ste. 204
Hours of Operation
Contact
Women's Health
- (916) 392-2290
Programs
Women's Health,
Assuring Neonatal Kinship and Health,
CPSP Health Education,
Sweet Success,
CPSP Health Education
Facility Type
Withdrawal Management Center
Address
Hours of Operation

Contact
Programs
Withdrawal Management
Facility Type
South Valley Community Health Campus
Address
8233 E. Stockton Blvd. Ste A, Sacramento, CA
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12-1 pm
Contact
Primary Care
- (916) 737-5555
Dental Care
- (916) 822-8958
Programs
Primary Care - Adult,
Primary Care - Pediatric,
Integrated Behavioral Health,
Health Education,
Dental Care for Children & Adolescents
Facility Type
Sierra Gardens Community Health Center
Address
151 N. Sunrise Ave., Ste. 1309
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
Programs
Primary Care - Pediatric,
Women's Health,
CPSP Health Education
Facility Type
San Juan Community Health Center
Address
5959 Greenback Ln., Ste. 500
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
- (916) 313-8433 Ext. 2
Programs
Primary Care - Adult,
Primary Care - Pediatric,
Integrated Behavioral Health,
Psychiatry (part of Integrated Behavioral Health),
Health Education
Facility Type
Roseville Community Health Center
Address
5 Medical Plaza Dr., Ste. 170
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12 - 1pm
Contact
Primary Care
- (916) 737-5555
Integrated Behavioral Health / Psychiatry
- (916) 313-8433 Ext. 1
Programs
Primary Care - Adult,
Integrated Behavioral Health,
Psychiatry
Facility Type
Residential Rehabilitation Center
Address
Hours of Operation

Contact
Programs
Residential
Facility Type
Rancho Cordova Community Health Center
Address
10423 Old Placerville Rd.
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
- (916) 313-8433 Option #3
Dental
- (916) 822-8958 Option #5
Women's Health
- (916) 392-2290
Programs
Primary Care - Adult,
Primary Care - Pediatric,
Integrated Behavioral Health,
Women's Health,
CPSP Health Education,
Dental Care for Children & Adolescents,
Medication-Assisted Treatment
Facility Type
Oak Park Community Health Center
Address
3415 Martin Luther King Jr. Blvd.
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
Contact
Primary Care
- (916) 737-5555
Dental Care
- (916) 822-8958 Option #3
Programs
Primary Care - Adult,
Primary Care - Pediatric,
Infectious Diseases,
Health Education,
Dental Care for Children & Adolescents,
Health Homes,
Pathways to Health + Home,
Medication-Assisted Treatment
Facility Type
Norwood Community Health Center
Address
3946 Norwood 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
Programs
Primary Care - Adult,
Women's Health,
Assuring Neonatal Kinship and Health,
CPSP Health Education,
Specialty Care - Acupuncture

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