VA Outpatient Visits by Administrative Parent, FY2010-2014
<p>Outpatient visits by Administrative Parent. A visit is counted as a visit to one or more clinics or units within 1 calendar day at the site of care level. A patient can have multiple appointments, but is counted as only one visit if the collective appointments were within 24 hours.</p>
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-va-gov/va-outpatient-visits-by-administrative-parent-w676-2bvk\".\"va_outpatient_visits_by_administrative_parent\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.