Mobile Clinic Locations
The Mobile Clinic provides convenient and confidential medical care. Clients are seen on a walk-in basis, and services offered include:
Health Illness and Injury Treatment
Blood Pressure Screenings
Sugar Screenings (for diabetes)
Adult, Adolescent, & Children Vaccinations
Tuberculosis Testing
Emergency contraception
Health Advice
Referral to Local Medical Centers
The schedule is subject to change, so please call (650) 573-2786 to confirm time and place.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datahub-smcgov/mobile-clinic-locations-wfct-ibg4\".\"mobile_clinic_locations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.