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
Hours of Operation
Contact
Women's Health
- (916) 392-2290
- (916) 392-2290
Programs
Women's Health,
Assuring Neonatal Kinship and Health,
CPSP Health Education,
Sweet Success,
CPSP Health Education
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
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12-1 pm
*closed for lunch 12-1 pm
Contact
Primary Care
- (916) 737-5555
Dental Care
- (916) 822-8958
- (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
Primary Care - Pediatric,
Integrated Behavioral Health,
Health Education,
Dental Care for Children & Adolescents
Facility Type
Sierra Gardens Community Health Center
Hours of Operation
M-F 8 am-5 pm
*closed for lunch 12-1 pm
*closed for lunch 12-1 pm
Contact
Primary Care
- (916) 737-5555
Women's Health
- (916) 392-2290
- (916) 737-5555
Women's Health
- (916) 392-2290
Programs
Primary Care - Pediatric,
Women's Health,
CPSP Health Education
Women's Health,
CPSP Health Education
Facility Type
San Juan Community Health Center
Address
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12-1 pm
*closed for lunch 12-1 pm
Contact
Primary Care
- (916) 737-5555
Integrated Behavioral Health / Psychiatry
- (916) 313-8433 Ext. 2
- (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
Primary Care - Pediatric,
Integrated Behavioral Health,
Psychiatry (part of Integrated Behavioral Health),
Health Education
Facility Type
Roseville Community Health Center
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12 - 1pm
*closed for lunch 12 - 1pm
Contact
Primary Care
- (916) 737-5555
Integrated Behavioral Health / Psychiatry
- (916) 313-8433 Ext. 1
- (916) 737-5555
Integrated Behavioral Health / Psychiatry
- (916) 313-8433 Ext. 1
Programs
Primary Care - Adult,
Integrated Behavioral Health,
Psychiatry
Integrated Behavioral Health,
Psychiatry
Facility Type
Residential Rehabilitation Center
Address
Hours of Operation
Contact
Programs
Residential
Facility Type
Rancho Cordova Community Health Center
Address
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12 - 1 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
- (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
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
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
*closed for lunch 12 - 1 pm
Contact
Primary Care
- (916) 737-5555
Dental Care
- (916) 822-8958 Option #3
- (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
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
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
*closed for lunch 12 - 1 pm
Contact
Primary Care
- (916) 737-5555
Women's Health
- (916) 392-2290
- (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
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.”
WellSpace Health Arden-Arcade Community Health Center