Group 1119: Diagnostic Procedure Codes
Current codes (with an end date of 12/31/2299) in this group are covered when billed with a current code from the Diagnostic Workup File (Code Group 6032). Codes with other end dates are for historical purposes only. This list does not guarantee coverage. For specific 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-1119-diagnostic-procedure-codes-74vi-r5ii\".\"group_1119_diagnostic_procedure_codes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.