Stedi · Arazzo Workflow

Stedi X12 270/271 Eligibility and Benefits Check

Version 1.0.0

Locate the right payer in the Stedi network, then run an X12 270 eligibility inquiry and read the 271 benefits response.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub EDIElectronic Data InterchangeHealthcareClearinghouseX12ClaimsEligibilityHIPAARevenue Cycle ManagementB2B IntegrationArazzoWorkflows

Provider

stedi

Workflows

eligibility-check
Find an eligibility-capable payer, then run the X12 270/271 eligibility and benefits inquiry.
Resolves the payer in the Stedi network with 270 eligibility support, then submits the X12 270 inquiry and reads the 271 benefits response.
2 steps inputs: eligibilityRequest, payerQuery outputs: benefits, payerStediId
1
findPayer
Resolve the payer in the Stedi network and confirm it supports X12 270 real-time eligibility checks.
2
checkEligibility
Submit the X12 270 eligibility inquiry and read the 271 benefits and coverage response.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Stedi X12 270/271 Eligibility and Benefits Check
  summary: Locate the right payer in the Stedi network, then run an X12 270 eligibility inquiry and read the 271 benefits response.
  description: >-
    The canonical Stedi real-time eligibility flow, encoding the X12 270/271
    transaction set for the healthcare revenue cycle. A payer is resolved from the
    Stedi payer network with its eligibility-check support confirmed, and a 270
    inquiry is submitted for the subscriber so the 271 benefits and coverage detail
    can be read back. Every step inlines its request so the flow is self-contained.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-2800.30
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-2800.30
      capability_name: Eligibility & Benefits Verification
      spec: stedi-real-time-eligibility-check-api-openapi.yml
      confidence: 0.95
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: payersApi
  url: ../openapi/stedi-payers-api-openapi.yml
  type: openapi
- name: realTimeEligibilityCheckApi
  url: ../openapi/stedi-real-time-eligibility-check-api-openapi.yml
  type: openapi
workflows:
- workflowId: eligibility-check
  summary: Find an eligibility-capable payer, then run the X12 270/271 eligibility and benefits inquiry.
  description: >-
    Resolves the payer in the Stedi network with 270 eligibility support, then
    submits the X12 270 inquiry and reads the 271 benefits response.
  inputs:
    type: object
    required:
    - payerQuery
    - eligibilityRequest
    properties:
      payerQuery:
        type: string
        description: Free-text search to resolve the payer (name or payer id) in the Stedi payer network.
      eligibilityRequest:
        type: object
        description: X12 270 eligibility inquiry packet (controlNumber, tradingPartnerServiceId, provider, subscriber, encounter).
  steps:
  - stepId: findPayer
    description: Resolve the payer in the Stedi network and confirm it supports X12 270 real-time eligibility checks.
    operationId: SearchPayers
    parameters:
    - name: query
      in: query
      value: $inputs.payerQuery
    - name: eligibilityCheck
      in: query
      value: true
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      payerStediId: $response.body#/payers/0/stediId
  - stepId: checkEligibility
    description: Submit the X12 270 eligibility inquiry and read the 271 benefits and coverage response.
    operationId: EligibilityCheck
    requestBody:
      contentType: application/json
      payload: $inputs.eligibilityRequest
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      benefits: $response.body#/benefitsInformation
  outputs:
    payerStediId: $steps.findPayer.outputs.payerStediId
    benefits: $steps.checkEligibility.outputs.benefits

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/stedi-eligibility-check-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.