Availity · Arazzo Workflow

Availity Claim Attachment (X12 275)

Version 1.0.0

Submit an X12 275 claim attachment, then poll for its processing status until the payer accepts it.

1 workflow 1 source API 1 provider
View Spec View on GitHub HealthcareClearinghouseHIPAAX12 EDIEligibilityClaimsPrior AuthorizationRevenue Cycle ManagementPayersPrice TransparencyArazzoWorkflows

Provider

availity

Workflows

claim-attachment
Submit the X12 275 claim attachment and poll until the payer accepts it.
Implements the X12 275 claim attachment sequence end to end: attachment submission and polling to the accepted processing status.
2 steps inputs: claimAttachment outputs: attachmentId, status
1
submitAttachment
Submit the X12 275 claim attachment with supporting documentation for the filed claim.
2
getAttachmentStatus
Poll the attachment until the payer reports it has been accepted.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Availity Claim Attachment (X12 275)
  summary: Submit an X12 275 claim attachment, then poll for its processing status until the payer accepts it.
  description: >-
    The canonical Availity claim attachment flow, modeled on the X12 275 patient
    information / additional information to support a health care claim
    transaction set. Supporting documentation is submitted for a filed claim and
    the attachment is polled until the payer acknowledges acceptance. Every step
    inlines its request so the flow is self-contained.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-2870.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-2870.30
      capability_name: Claim Production & Submission
      spec: availity-claim-attachments-api-openapi.yml
      confidence: 0.8
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: claimAttachmentsApi
  url: ../openapi/availity-claim-attachments-api-openapi.yml
  type: openapi
workflows:
- workflowId: claim-attachment
  summary: Submit the X12 275 claim attachment and poll until the payer accepts it.
  description: >-
    Implements the X12 275 claim attachment sequence end to end: attachment
    submission and polling to the accepted processing status.
  inputs:
    type: object
    required:
    - claimAttachment
    properties:
      claimAttachment:
        type: object
        description: The X12 275 claim attachment packet (claim identifiers, document metadata, and supporting documentation).
  steps:
  - stepId: submitAttachment
    description: Submit the X12 275 claim attachment with supporting documentation for the filed claim.
    operationId: submitClaimAttachment
    requestBody:
      contentType: application/json
      payload: $inputs.claimAttachment
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      attachmentId: $response.body#/id
  - stepId: getAttachmentStatus
    description: Poll the attachment until the payer reports it has been accepted.
    operationId: getClaimAttachmentStatus
    parameters:
    - name: id
      in: path
      value: $steps.submitAttachment.outputs.attachmentId
    successCriteria:
    - context: $response.body
      condition: $.status == "ACCEPTED"
      type: jsonpath
    outputs:
      status: $response.body#/status
  outputs:
    attachmentId: $steps.submitAttachment.outputs.attachmentId
    status: $steps.getAttachmentStatus.outputs.status

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/availity-claim-attachment-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.