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.
Reference attachments in a claim
Before you can submit an attachment, you must first submit a claim that references the attachment(s) in the appropriate location.
Attachment types
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
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
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.