SHIP Persons With A Usual Primary Care Provider 2011-2021
Persons With A Usual Primary Care Provider - This indicator shows the percentage of people who reported that they had one person they think of as their personal doctor or healthcare provider. <a href="https://health.maryland.gov/pophealth/Documents/SHIP/SHIP%20Lite%20Data%20Details/Persons%20with%20a%20Usual%20Primary%20Care%20Provider.pdf" > Link to Data Details </a>
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 \"opendata-maryland-gov/ship-persons-with-a-usual-primary-care-provider-9and-3sqp\".\"ship_persons_with_a_usual_primary_care_provider\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.