Introducing claim attachments
May 2, 2025
Products
You can now use the Stedi Claim Attachment API to create and submit 275 claim attachments. API endpoints include:
When you need a claim attachment
A claim is a request you send to an insurance company or other payer, asking them to pay for care. You can submit professional (837P), dental (837D), or institutional (837I) claims using our Claim Submission API.
But sometimes, a claim isn't enough.
For some medical and dental procedures, payers want more documentation. Claim attachments show a service occurred or was needed. They can include X-rays, treatment plans, or itemized bills. The type of attachment needed depends on the payer and the service. Without these attachments, the payer may delay (pend) or deny the claim.
Solicited vs. unsolicited attachments
There are two kinds of claim attachments:
Solicited attachments: The payer asks you to send more documentation for a claim.
Unsolicited attachments: You send documentation for a claim because you expect the payer to need it – even if they didn’t ask for it.
Currently, Stedi only supports unsolicited claim attachments. These are always sent after a claim submission that references the attachment. You then submit the attachment in a separate 275 claim attachment transaction.
Payer support
While uncommon, some payers may require transaction enrollment before accepting 275 transactions.
Other payers don’t accept EDI attachments at all. They may require that attachments be sent by fax, email, or other channels instead.
Submit a claim attachment
Follow these steps to send an unsolicited claim attachment:
Check payer support.
Check the Stedi Payer Network or the Payers API to see if your payer supports unsolicited 275 claim attachment transactions.Reference the attachment in your claim.
Use one of the Claim Submission API endpoints to submit an 837P, 837I, or 837D claim to the payer.
In the claim payload, include one of the following objects. The object indicates whether the attachment is for the entire claim or a service line in the claim:Entire claim: Include the
claimInformation.claimSupplementalInformation.reportInformation
object. This object is supported by all claim types.Service line: For 837P and 837I claims, specify service line attachments in the
claimInformation.serviceLines.serviceLineSupplementalInformation
object. 837D claims don’t support service line attachments.
Inside the object, include the following properties:
attachmentControlNumber
: A unique ID that links the claim to a single attachment. Use a ULID or UUID of up to 50 characters.attachmentReportTypeCode
: Code for the type of attachment, such as an operative report or X-ray. Visit Code lists for a list of valid codes.attachmentTransmissionCode
: Set toEL
. Indicates the attachment will be sent in a separate 275 transaction.
For example, for an attachment related to an entire dental claim:
Get an attachment URL.
Call the Create Claim Attachment endpoint. Specify the attachment’scontentType
in the request body. Supported types includeapplication/pdf
,image/tiff
, andimage/jpg
.
Example for a PDF attachment:
The response returns anattachmentId
and pre-signeduploadUrl
for a Stedi S3 bucket:Upload the attachment.
Upload the attachment file by making aPUT
request to the attachment’s S3 bucket URL.Submit the claim attachment.
Call the Submit Claim Attachment (275) JSON endpoint to submit the attachment to the payer. Include the following properties:relatedTransactionId
orrelatedExecutionId
: An identifier for the 837 claim you previously submitted through Stedi. This value tells Stedi which claim is related to the attachment.attachmentId
: The attachment ID you received in the Create Claim Attachment JSON response. This value tells Stedi which file to use when generating the 275 transaction for the payer.providerAttachmentControlNumber
: The value you set in the claim’sattachmentControlNumber
property. It allows the payer to associate the attachment with the claim that’s already in their system.attachmentDetails.attachmentId
: The value you set in the claim’sproviderControlNumber
property. This property is optional. It lets you indicate the attachment should be associated with only a specific service line from the claim. This doesn’t apply to 837D claims.
Behind the scenes, Stedi sends a 275 claim attachment to the payer.If you create X12 EDI files, you can send 275 transactions directly using the Submit Claim Attachment (275) Raw X12 endpoint or through Stedi SFTP instead.
Start sending claims with Stedi
The Claim Submission API lets you send claims with attachments to thousands of payers in the Stedi network. If you’re ready to get started, book a demo or create a free sandbox.
Share
Automate healthcare transactions with developer-friendly APIs that support thousands of payers. Contact us to learn more and speak to the team.