Group 6033: Informational Diagnosis Codes
Current codes (ending in 12/31/2299) in this group are informational only. They may be needed for reporting purposes, but the Oregon Health Plan's fee-for-service program does not cover them. Codes with other end dates are for historical purposes only. For specific coverage information please 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-6033-informational-diagnosis-codes-fxur-erw3\".\"group_6033_informational_diagnosis_codes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.