Group 6031: Conditions Not Covered
The Oregon Health Plan's fee-for-service program does not cover treatment for current codes (with end dates of 12/31/2299) on this list. Codes with other end dates are provided for historical purposes only. For specific coverage information, call Provider Services at 800-336-6016.
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-6031-conditions-not-covered-abcp-kbtb\".\"group_6031_conditions_not_covered\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.