x12-response criteria.
Supported transaction pairs:
- 270/271 — eligibility inquiry and response
- 276/277 — claim status inquiry and response
- 278 — prior authorization request and response
How your agent connects
The X12 clearinghouse exposes a structured HTTP surface at the direct-service endpoint. Your agent submits a request body and receives the simulated clearinghouse response. During playground authoring, call/sandboxes/{sandbox_id}/clearinghouse/* with an organization API key.
Today only the 270/271 eligibility pair is wired on the HTTP surface. The
276/277 (claim status) and 278 (prior auth) pairs are listed above for
completeness but are not yet callable; check the API
reference for the current
shipped endpoints. The run-scoped
/v1/benchmark-runs/{id}/clearinghouse/*
surface is not exposed today; drive X12 interactions via the direct
/sandboxes/{id}/clearinghouse/* routes during playground authoring.Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /sandboxes/{sandbox_id}/clearinghouse/eligibility | 270 eligibility inquiry; returns a 271-style response |
Driving the rollout
Submit a 270 eligibility inquiry (direct-service path):Configuration
The X12 simulator uses configured payer behavior (which members are active, which services are covered) from the linked dataset. At create time you supply a name and optional payer metadata:Verification
Thex12-response check parses the simulated X12 response (271, 277, or 278) and asserts on segment values by path. Use it to confirm the clearinghouse returned the expected coverage, status, or decision.
Next Steps
Web Portal
Pair X12 with a payer portal simulator for full prior-auth workflows.
Criteria
Full reference for
x12-response assertions.Clearinghouse API reference
Direct-access eligibility endpoint for authoring.
Simulators overview
Lifecycle, provisioning, and configuration patterns.