Oregon Medicaid Diagnosis Codes Exempt from POA Indicator Requirements
List of diagnosis codes that are exempt from the requirement listed in Oregon Administrative Rule 410-125-0450(1)(b)(D), which states, "DRG and percentage-paid hospitals must submit a POA indicator for the principal diagnosis and every secondary diagnosis code. A valid POA indicator must be included on all inpatient hospital claims. Claims without a valid POA indicator shall be denied."
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-diagnosis-codes-exempt-from-poa-x8yp-iqqd\".\"oregon_medicaid_diagnosis_codes_exempt_from_poa\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.