Claim attachments
Claim attachments are additional documents that help justify or validate a claim. They’re typically required when the claim alone doesn’t provide enough information for the payer to make a decision, such as when a procedure is unusual, high-cost, or uses an unlisted code.
Attachments can include medical records, treatment plans, radiographs, photographs, itemized bills, and letters from providers - the type required for each claim depends on the services listed and the payer’s rules. For example, a claim for a dental crown may require X-rays, while a claim for a surgery may require an operative report.
There are two steps to sending 275 claim attachments through Stedi:
- Submit a claim that references the attachment(s) in the appropriate properties.
- Submit the attachment(s) with the required information to link them to the claim.
The payer will then process the claim and attachment(s) together.
Transaction enrollment
Some payers require enrollment before allowing providers to submit 275 attachments. This enrollment process is separate from the transaction enrollment process for 837 claims.
The Payer Network lists which payers require transaction enrollment for 275 attachments. Visit Transaction Enrollment for details about the transaction enrollment process.
Solicited vs. unsolicited attachments
There are two types of claim attachments:
- Solicited: The payer requests attachments for a submitted claim in a Request for Additional Information (277 RFA) transaction. In these cases, you must submit the attachment(s) in a separate 275 transaction that references the 277 RFA.
- Unsolicited: The provider proactively sends attachments at their discretion without a prior request from the payer. In these cases, you must reference the attachment(s) in the claim submission and then submit the attachment as a separate 275 transaction.
You can only submit unsolicited attachments through Stedi APIs and SFTP. Check the Payer Network to determine which payers support attachments.
Reference attachments in a claim
Before you can submit an unsolicited attachment, you must first submit a claim that references the attachment(s) in the appropriate location.
Attachment level
You can specify attachments that relate to the entire claim or to a specific service line.
-
Entire claim: For all claim types, you can specify claim-level attachments in the
claimInformation.claimSupplementalInformation.reportInformation
object. This object corresponds to segmentPWK
inLoop 2300
.API reference docs: professional | dental | institutional
-
Service line: For professional and institutional claims, you can specify service line attachments in the
claimInformation.serviceLines.serviceLineSupplementalInformation
object. This object corresponds to segmentPWK
inLoop 2400
.API reference docs: professional | institutional
Required properties
Both claim and service line attachments require the following properties to inform the payer that an attachment will follow the claim submission.
attachmentReportTypeCode
: This code identifies the type of report or document you plan to submit as an attachment. Visit Code lists for a complete list of valid codes.attachmentTransmissionCode
: Set toEL
when submitting attachments through Stedi. This property indicates the attachment will be sent in a separate, electronic 275 transaction.attachmentControlNumber
: This is a unique identifier for the attachment. The payer uses this identifier to match the attachment to the claim. We recommend using a ULID or UUID of up to 50 characters.
Submit claim attachments (275)
Once you submit the claim, you can submit the attachment to the payer in a separate 275 transaction. The process for submitting claim attachments depends on whether you want to submit them in JSON or X12 EDI format.
JSON
You can submit unsolicited attachments through Stedi JSON APIs.
Submitting claim attachments in JSON requires three steps:
- Call the Create Claim Attachment (275) JSON endpoint to receive a pre-signed URL that you can use to upload the attachment file to Stedi.
- Use a
PUT
request to upload the attachment file to the pre-signed URL. - Call the Submit Claim Attachment (275) JSON endpoint to submit the attachment to the payer.
Stedi generates the X12 EDI 275 transaction, sends it to the payer, and returns summary information about the submission.
Stedi stores uploaded files for 45 days. After that, you must reupload the attachment file before you can submit it to the payer.
X12 EDI
You can submit unsolicited attachments in X12 EDI format.
We recommend this approach when you have an existing system that generates X12 EDI files and you want to send them through Stedi. When you send the attachment in X12 EDI format, you don’t need to upload it to Stedi first - you can send the entire 275 transaction directly to the payer.
You can submit claim attachments in X12 EDI format in two ways:
- Call the Submit Claim Attachment (275) X12 EDI endpoint with a payload in 275 X12 EDI format. Stedi sends the 275 transaction to the payer and returns summary information about the submission. The size limit for attachments submitted in a single API request is 6MB. If you need to submit larger attachment files, you must submit them through Stedi SFTP.
- Submit the 275 transaction to the payer through Stedi SFTP. This is ideal if you have attachments that are larger than 6MB.
Payer responses
The payer processes claims and claim attachments together. When you submit a claim attachment, you’ll receive the same 277CA and 835 ERA responses for the claim as you would for a regular claim submission.
If a claim is rejected, pended, or denied due to issues with attachments, you’ll likely receive error codes in the 277CA response that indicate the issue. However, the exact error codes used depend on the payer’s system and how they handle attachments.