| Title: | California Assisted Living Waiver Facility Data |
|---|---|
| Description: | Provides reproducible access to prepared public administrative data on facilities participating in California's Medicaid Assisted Living Waiver. Includes 1,224 facility records across 15 counties, licensed capacity, public contact and geographic fields, county aggregates, and statewide enrollment and waitlist context from the California Department of Health Care Services. |
| Authors: | Assaf Ichaki [aut, cre] |
| Maintainer: | Assaf Ichaki <[email protected]> |
| License: | MIT + file LICENSE |
| Version: | 0.1.0 |
| Built: | 2026-07-22 20:13:10 UTC |
| Source: | https://github.com/asafichaki/californiaalw |
R access to prepared public administrative data on facilities participating in California's Medicaid Assisted Living Waiver.
Loads county-level facility counts and licensed capacity together with the statewide enrollment and waitlist context published by DHCS.
alw_counties()alw_counties()
A data frame with one row for each of the 15 ALW counties. Statewide enrollment and waitlist values repeat on every row and must not be summed.
counties <- alw_counties() counties[, c("county", "participating_facilities", "licensed_capacity_peu")]counties <- alw_counties() counties[, c("county", "participating_facilities", "licensed_capacity_peu")]
Loads prepared public administrative records for facilities participating in California's Medicaid Assisted Living Waiver.
alw_facilities()alw_facilities()
A data frame with one row per record in the source DHCS feature service. Provider numbers are character values and are not necessarily unique to a row.
facilities <- alw_facilities() nrow(facilities)facilities <- alw_facilities() nrow(facilities)
Returns the authoritative DHCS source, the prepared California Care Compass dataset page, repository, license, version and citation information.
alw_metadata()alw_metadata()
A named list containing source, prepared dataset, repository, license, version and recommended citation values.
alw_metadata()alw_metadata()