---
title: Health insurance claim packets
description: Prepare a health insurance claim packet online, then review and mail it with PostalForm.
seotitle: Health insurance claim packets
seo-description: Prepare a health insurance claim packet online, then review and mail it with PostalForm.
group: resources
indexable: true
llms: true
schema: webpage
og-image: /forms/health-insurance-claim-packets/thumbnail
og-image-alt: Health Insurance Claim Packets generated form preview
published: 2026-04-24
updated: 2026-04-24
tags:
  - health insurance
  - insurance
  - claims
  - medical
path: /forms/health-insurance-claim-packets
---
# Health insurance claim packets

Prepare a health insurance claim packet online, then review and mail it with PostalForm.

## How it works
1. **Choose whether you are mailing a new claim, requested documents, a reprocessing request, or an accident or coordination-of-benefits follow-up.** - 
2. **Enter the patient, claim, sender, and payer mailing details.** - 
3. **Upload the claim form and supporting records, then preview the assembled packet.** - 
4. **Confirm mailing details, continue to checkout, and mail it with PostalForm.** -


## Form summary
Health Insurance Claim Packets helps patients, families, and provider billing teams turn a mailed claim submission or follow-up into a clean packet with a cover page, claim letter, summary page, exhibit index, and supporting documents in print order.

## What you need
- Patient or member name and payer details
- The claims department mailing address you want to use
- A completed claim form or insurer packet
- A short explanation of what the packet is asking the payer to do
- Claim form or insurer packet (required) — Attach the completed claim form, reimbursement form, or the insurer packet you were asked to mail.
- Itemized bills or receipts (optional) — Attach itemized provider bills, receipts, or statements that support the claim amount.
- EOBs or denial letters (optional) — Attach any explanation of benefits, denial notice, or request-for-information letter that explains the follow-up.
- Medical records or referrals (optional) — Attach chart notes, referrals, prescriptions, or other records the payer asked you to provide.
- Payer instructions or correspondence (optional) — Attach letters, portal printouts, or instructions showing where the claim packet should go and what it should include.
- Other supporting documents (optional) — Any other record you want appended behind the packet.

## Data collected
- Patient or member details, plan details, and service dates
- Health insurer, claims department, and mailing destination
- Claim or reimbursement summary, claim number, and requested action
- Claim forms, bills, EOBs or denial letters, medical records, and supporting correspondence

## Where it gets mailed
You will enter the recipient address during checkout.

## Packet order
- Cover page
- Main health insurance claim letter
- Claim summary
- Exhibit index
- Uploaded exhibits in normalized order

## Common mistakes
- Mailing to a general member-services address instead of the claims or document-review address the payer requested.
- Sending bills or records without a clear cover letter that ties them to the member, claim, and service dates.
- Leaving out the claim form, request letter, or insurer correspondence that explains why the packet is being mailed.
- Moving to checkout without reviewing the final packet first.

## Agent summary
Collect the patient, payer, claim, sender, and attachment details needed to prepare a mailed health insurance claim packet for submission, follow-up, or reprocessing.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/health-insurance-claim-packets/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: lane_initial_claim, lane_supporting_documents, lane_reprocessing_request, lane_accident_or_cob_follow_up, patient_name, member_id, provider_name, request_summary, sender_name, sender_email, sender_address_line1, sender_city_state_zip, payer_name, recipient_name, recipient_address_line1, recipient_city_state_zip
- Attachment IDs: claim_forms, itemized_bills, eobs_or_denial_letters, medical_records, payer_correspondence, other_supporting_documents
- Notes: This workflow is for one patient or member, one payer destination, and one mailed claim packet. It does not verify payer-specific filing rules for you and it is not insurance or legal advice.

## LLM field schema
```json
[
  {
    "id": "lane_initial_claim",
    "label": "New claim or reimbursement packet",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "packet_type",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "lane_supporting_documents",
    "label": "Requested supporting documents",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "packet_type",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "lane_reprocessing_request",
    "label": "Claim reprocessing or follow-up",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "packet_type",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "lane_accident_or_cob_follow_up",
    "label": "Accident or coordination-of-benefits follow-up",
    "type": "checkbox",
    "required": true,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "packet_type",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "patient_name",
    "label": "Patient or member full name",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "patient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "member_id",
    "label": "Member ID or subscriber number",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "patient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "patient_date_of_birth",
    "label": "Patient date of birth (optional)",
    "type": "date",
    "required": false,
    "meta_class": "date",
    "ui_width": "half",
    "group_id": "patient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "plan_name",
    "label": "Plan or insurer name (optional)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "patient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "claim_number",
    "label": "Claim number (if you have one)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "claim",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "request_reference",
    "label": "Payer letter date or request reference (optional)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "claim",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "provider_name",
    "label": "Provider or facility name",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "claim",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "amount_claimed",
    "label": "Claim amount or reimbursement amount (optional)",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "claim",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "service_from_date",
    "label": "Service from date (optional)",
    "type": "date",
    "required": false,
    "meta_class": "date",
    "ui_width": "half",
    "group_id": "claim",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "service_to_date",
    "label": "Service to date (optional)",
    "type": "date",
    "required": false,
    "meta_class": "date",
    "ui_width": "half",
    "group_id": "claim",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "request_summary",
    "label": "What is this packet about?",
    "type": "textarea",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "claim",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "requested_action",
    "label": "What do you want the payer to do? (optional)",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "claim",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "requested_by_date",
    "label": "Requested response or review date (optional)",
    "type": "date",
    "required": false,
    "meta_class": "date",
    "ui_width": "half",
    "group_id": "claim",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "previous_submission_details",
    "label": "What was previously submitted or requested? (optional)",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "claim",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "lane_supporting_documents",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "reprocessing_context",
    "label": "Why does the claim need review or reprocessing? (optional)",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "claim",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "lane_reprocessing_request",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "accident_or_other_insurance_details",
    "label": "Accident, COB, or other insurance details (optional)",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": null,
    "group_id": "claim",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "lane_accident_or_cob_follow_up",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "sender_name",
    "label": "Sender name",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_role",
    "label": "Sender role (optional)",
    "type": "select",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_email",
    "label": "Reply email",
    "type": "text",
    "required": true,
    "meta_class": "email",
    "ui_width": null,
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_phone",
    "label": "Reply phone (optional)",
    "type": "text",
    "required": false,
    "meta_class": "phone",
    "ui_width": null,
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_address_line1",
    "label": "Return address line 1",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_address_line2",
    "label": "Return address line 2 (optional)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "sender_city_state_zip",
    "label": "Return city, state, ZIP",
    "type": "compound",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "sender",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": [
      {
        "id": "city",
        "label": "City",
        "metaClass": "city",
        "required": true
      },
      {
        "id": "state",
        "label": "State",
        "metaClass": "state",
        "required": true
      },
      {
        "id": "zip",
        "label": "ZIP",
        "metaClass": "zip",
        "required": true
      }
    ]
  },
  {
    "id": "payer_name",
    "label": "Payer or insurer name",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_name",
    "label": "Claims department or attention line",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_address_line1",
    "label": "Mailing address line 1",
    "type": "text",
    "required": true,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_address_line2",
    "label": "Mailing address line 2 (optional)",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "recipient_city_state_zip",
    "label": "Mailing city, state, ZIP",
    "type": "compound",
    "required": true,
    "meta_class": null,
    "ui_width": null,
    "group_id": "recipient",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": [
      {
        "id": "city",
        "label": "City",
        "metaClass": "city",
        "required": true
      },
      {
        "id": "state",
        "label": "State",
        "metaClass": "state",
        "required": true
      },
      {
        "id": "zip",
        "label": "ZIP",
        "metaClass": "zip",
        "required": true
      }
    ]
  }
]
```

## Sources
- [Medicare: File a claim](https://www.medicare.gov/claims-appeals/how-do-i-file-a-claim)
- [Medicare Appeals Overview](https://www.medicare.gov/claims-appeals/how-do-i-file-an-appeal)
- [USPS Certified Mail FAQ](https://faq.usps.com/articles/Knowledge/What-is-Certified-Mail)

## Last verified
2026-04-24


## FAQs
- **Can I use this for out-of-network reimbursement claims?** Yes. The workflow can organize reimbursement claim forms, bills, records, and a cover letter into one mailed packet.
- **Can I use this if the insurer asked for more documents after I already filed?** Yes. One lane is for mailing requested supporting documents or a reprocessing follow-up tied to an existing claim.
- **Will I see the final packet before mailing?** Yes. PostalForm generates the packet PDF first so you can review the letter, summary page, exhibit index, and attachments before moving to checkout.


## Related
- [CMS-20027 - Redetermination Request Form](/forms/cms-20027)
- [CMS-20033 - Medicare Reconsideration Request](/forms/cms-20033)
- [Medical claim forms](/forms/topic/medical-claim)
- [Health insurance claim mailing guides](/health-insurance)
- [Mail accident-related health insurance claims with attachments](/health-insurance/mail-accident-related-health-insurance-claims)
- [CMS-1490S Medicare claim guide](/health-insurance/cms-1490s-medicare-claim-guide)
- [Mail a health insurance claim packet online](/health-insurance/mail-health-insurance-claim-packet-online)
