Skip to content
← demo

Embed Widget + API

Three lines of code. Any website becomes a screening point.

Integration Code

<script src="https://cdn.carenavigator.org/widget.js"></script>
<div id="carenavigator-widget"
  data-partner="la-county-dhs"
  data-theme="light"
  data-state="CA">
</div>
LA

LA County DHS

Patient Services Portal

HomeMy AppointmentsBenefitsContact

Financial Assistance

You may qualify for government benefits that help cover healthcare costs, food, housing, and more. Use our quick screening tool to find out in under 60 seconds.

Free, confidential screening
Results in under 60 seconds
Covers 30+ federal, state & local programs
Pre-fills your application forms

Did you know? Last year, LA County DHS patients accessed over $12M in benefits through this screening tool.

Quick Benefits Check1/3

What state do you live in?

Powered by CareNavigator

LA County DHS · 313 N Figueroa St, Los Angeles, CA 90012 · (213) 240-8101 · This is a demo — not the actual LA County DHS website

Hospitals

Patient intake and financial assistance screening

35% of uninsured patients qualify for Medi-Cal

Schools

Enrollment forms with automatic benefits check

60% of free lunch families qualify for additional programs

Nonprofits

Food banks, shelters, and community centers

$3.2M in benefits accessed per 1,000 screenings

REST API

Full programmatic access for deeper integrations

POST /api/v1/screen
{
  "state": "CA",
  "county": "Los Angeles",
  "age": 35,
  "householdSize": 3,
  "monthlyIncome": 1500,
  "hasDisability": true,
  "hasChildren": true
}

→ 200 OK
{
  "matchedPrograms": 15,
  "estimatedMonthlyBenefit": 7437,
  "topPrograms": [
    { "name": "Medi-Cal", "probability": 100, "benefit": "Varies" },
    { "name": "CalFresh", "probability": 65, "benefit": 740 },
    { "name": "SSDI", "probability": 100, "benefit": 1537 }
  ],
  "applicationUrl": "https://carenavigator.org/apply/m4x7k2"
}