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
Hours of Operation
M-F 8 am 5 pm
*closed for lunch 12 - 1 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
- (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
Birth & Beyond Family Resource Center,
Primary Care - Pediatric,
Sweet Success
Facility Type
North Behavioral Health Center
Address
Hours of Operation
M-F 9 am-5:30 pm
Contact
Appointments & Information
- (916) 473-5764
Fax
- (916) 473-5766
- (916) 473-5764
Fax
- (916) 473-5766
Programs
Outpatient Substance Use Disorder Treatment,
Medication-Assisted 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
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 Ext. 4
- (916) 313-8433
Outpatient Substance Use Disorder Treatment
- (916) 313-8434
Medication-Assisted Treatment
- (916) 822-8950
- (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
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
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12 - 1 pm
*closed for lunch 12 - 1 pm
Contact
Dental Care
- (916) 822-8958 #4
- (916) 822-8958 #4
Programs
Dental Care for Children & Adolescents
Facility Type
Galt Dental Center
Address
Hours of Operation
M-F 8 am - 5 pm
*closed for lunch 12-1pm
*closed for lunch 12-1pm
Contact
Dental Care
- (916) 822-8958 Option #2
Fax
(209) 269-3008
- (916) 822-8958 Option #2
Fax
(209) 269-3008
Programs
Dental Care for Children & Adolescents
Facility Type
Florin 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
Fax
- (916) 436-5532
- (916) 737-5555
Fax
- (916) 436-5532
Programs
Primary Care - Adult,
Primary Care - Pediatric,
Specialty Care - Endocrinology
Primary Care - Pediatric,
Specialty Care - Endocrinology
Facility Type
Del Paso Heights 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
- (916) 737-5555
Programs
Primary Care - Adult,
Primary Care - Pediatric,
Specialty Care - Endocrinology,
Specialty Care - Chiropractic
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
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
Telehealth Immediate Care
- (916) 737-5555
- (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
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.”
WellSpace Health Arden-Arcade Community Health Center