Skip to main content
POST
Submit a batch of coded cases for DRG classification

Authorizations

X-API-Key
string
header
required

API key for organization authentication. Obtain from the organization settings or API key management endpoint.

Headers

Idempotency-Key
string
required

Caller-chosen key (8-128 chars) making the submission retry-safe.

Body

Request serializer for the async batch classification endpoint.

cases
object[]
required

Up to 1000 cases per submission.

Required array length: 1 - 1000 elements
source_dialect
enum<string>
default:icd10cm

Code dialect of the submitted cases. Only icd10cm is accepted today; WHO ICD-10 / ICD-11 batches are refused up front rather than mis-grouped.

  • icd10cm - icd10cm
Available options:
icd10cm
version
enum<string>
default:v40

MS-DRG version (default: v40, FY 2023)

  • v36 - v36
  • v37 - v37
  • v38 - v38
  • v39 - v39
  • v40 - v40
  • v43 - v43
Available options:
v36,
v37,
v38,
v39,
v40,
v43

Response

Idempotent replay — existing job returned