Oregon Medicaid Fee-for-Service Pass-Through Rates for DRG Hospitals
The outlier, interim rate and unit values assigned to each Oregon DRG hospital.
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 \"oregon-gov/oregon-medicaid-feeforservice-passthrough-rates-trd9-u2yn\".\"oregon_medicaid_feeforservice_passthrough_rates\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.