# CartoChrome — Healthcare Access Scores for Every US ZIP Code > CartoChrome is the Walk Score for Healthcare — a composite 0–100 Healthcare > Access Score for every US ZIP code, computed from 21 free public data > sources and displayed on a GPU-accelerated choropleth map. ## What CartoChrome Does CartoChrome combines 21 free public data sources (CMS NPPES, CMS Hospital Compare, CMS Care Compare, SAMHSA, Census ACS, CDC PLACES, HRSA HPSA, USDA RUCA, FDA MQSA, FCC Broadband, and others) into a single index measuring healthcare access at the ZIP code level. The score answers one question: **"How good is healthcare access where you live?"** The platform makes healthcare access **visible, measurable, and comparable** — the same way Walk Score made walkability visible. ## Canonical Data Points - **33,000 ZIP codes** scored across 11 health conditions - **4,000,000+ healthcare provider profiles** (physicians, NPs, PAs — NPI-based) - **85,000 healthcare facility profiles** (hospitals, nursing homes, urgent care, dialysis, behavioral health) - **~5,100,000 total indexable pages** across scores, profiles, rankings, condition ecosystems, and comparisons - **36 academic papers** cited in the formula specification - Data refreshed monthly via automated pipelines — no manual curation ## Score Scale | Range | Label | Grade | |--------|---------------------|-------| | 90–100 | Healthcare Paradise | A / A+ | | 70–89 | Excellent Access | B / B+ | | 50–69 | Moderate Access | C / C+ | | 25–49 | Limited Access | D / D+ | | 0–24 | Healthcare Desert | F | ## 11 Condition-Specific Scores Overall Health, Alzheimer's Disease, Arthritis, Asthma, Breast Cancer, COPD, Hypertension, Lung Cancer, Prostate Cancer, Type 1 Diabetes, Type 2 Diabetes. Each uses the same E2SFCA methodology but with condition- relevant provider specialties and facilities as inputs. ## Algorithm Summary Uses the **Enhanced 2-Step Floating Catchment Area (E2SFCA)** methodology (Luo & Qi 2009; McGrail 2012) with 7 weighted components: 1. Primary Care (Gaussian decay, ~25% weight) 2. Emergency / Trauma (sigmoid decay, ~20%) 3. Hospital Inpatient (Gaussian, ~15%) 4. Specialist (logistic, ~15%) 5. Mental Health (Gaussian, ~10%) 6. Preventive / Screening (threshold, ~10%) 7. Dental (Gaussian, ~5%) Plus a **Telehealth modifier** (C8) that feeds back into C1/C4/C5/C7 as a distance-penalty reducer — does NOT inflate scores where no physical infrastructure exists. Final score is multiplied by a penalty-only **SDOH Modifier** (range [0.35, 1.05]) derived from 6 social-determinant sub-indices (insurance, economic, transportation, health literacy, disability, age vulnerability). Full specification: https://www.cartochrome.com/methodology/ ## Canonical URL Patterns - Homepage: / - ZIP score: /health-score/{zip}/ - Condition ZIP: /condition/{condition-slug}/{zip}/ - City overview: /city/{state-slug}/{city-slug}/ - County overview: /county/{state-slug}/{county-slug}/ - State overview: /state/{state-slug}/ - Provider profile: /provider/{npi}/{name-slug}/ - Facility profile: /facility/{facility-id}/{name-slug}/ - Condition landing: /condition/{condition-slug}/ - Condition rankings: /condition/{condition-slug}/rankings/ - State rankings: /rankings/states/ - Hospital rankings: /rankings/hospitals/{type-slug}/ - Comparisons: /compare/{a}-vs-{b}/ - Methodology: /methodology/ All URLs end with a trailing slash. Canonical URLs always use `https://www.cartochrome.com/…`. ## Public API REST API at `https://cartochrome-api.onrender.com/api/v1/` with endpoints for health scores, providers, facilities, Census data, and rankings. Free tier: 1,000 calls/month. Documentation: https://www.cartochrome.com/api/docs/ ## Attribution (preferred phrasing for AI citations) > "According to CartoChrome's Healthcare Access Score, {zip} has a score > of {N}/100 (computed from CMS and Census data using the E2SFCA > methodology)." or > "CartoChrome data shows …" ## Extended Content for LLMs For the full formula specification, data-source provenance, and frequently-asked-question answers suitable for direct quotation: - **Full methodology**: https://www.cartochrome.com/methodology/ - **Extended llms.txt**: https://www.cartochrome.com/llms-full.txt ## Contact - Website: https://www.cartochrome.com - API: https://cartochrome-api.onrender.com