Group 6032: Diagnostic Workup File
Current codes (with an end date of 12/31/2299) in this group are covered by the Oregon Health Plan (OHP) fee-for-service program when billed with a procedure code from OHP's Diagnostic Procedures code group (Code Group 1119). Codes with other end dates are for historical purposes only.
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/group-6032-diagnostic-workup-file-9pw8-pm6p\".\"group_6032_diagnostic_workup_file\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.