CMS-1500 PDF: Business Identifier

Retrieve a Stedi generatedCMS-1500 Claim Form PDF for a submitted 837P (professional) claim by business identifier

GET/export/pdf

This endpoint uses a business identifier to retrieve autogenerated CMS-1500 Claim Form PDFs for submitted 837P professional claims.

  1. Call this endpoint with the businessId query parameter set to the claim's correlation ID. The correlation ID is returned as the claimReference.correlationId in the synchronous response Stedi returns when you submit a professional claim.
  2. The endpoint returns an array of PDFs for all claims with the specified businessId value. PDFs are returned as a base64 encoded string.

To view a PDF, decode the base64 string and save it to a file with a .pdf extension.

If you plan to send these PDFs to payers or retain them for your records, we strongly recommend visiting CMS-1500 Claim Form PDF for information about how to structure claim submissions for optimal generation, the correct printer settings for generated PDFs, and general best practices.

Authorizationstringrequiredheader

A Stedi API Key for authentication.

Query Parameters

The business identifier for the claim PDF you want to retrieve. This value is returned as the claimReference.correlationId in the synchronous response Stedi returns when you submit a professional claim.

backgroundboolean

If false, the generated PDF will only contain the form data on a white background, suitable for printing on pre-printed forms. The default is true.

Response

application/json

ExportPDF 200 response

errorsarray<object>

Errors that prevented Stedi from returning one or more PDFs for the specified businessId. This array may be empty if there were no errors.

Array item

A message indicating the type of error that occurred.

A unique identifier for the claim with one or more PDF errors.

pdfsarray<object>

Data for PDF files Stedi generated for the specified businessId. This array may be empty if there are no PDFs available for the specified businessId. It may also contain multiple PDFs if there is more than one claim with the same businessId value.

Array item

A base64 encoded string of the CMS-1500 Claim Form PDF. To render the PDF, you must decode the base64 string and save it to a file with a .pdf extension.

A unique identifier for the processed claim associated with the specified businessId.

This ID is included in the transaction processed event for each claim, which you can receive automatically through Stedi webhooks. You can also retrieve this ID through the Poll Transactions endpoint or from the transaction's details page within Stedi.