Skip to content

Export Options

EDI Paisan lets you export parsed EDI data in multiple formats — from raw EDI files to structured JSON, XML, CSV spreadsheets, and printable PDF reports.


Available Export Formats

FormatBest ForTier
EDI FileResubmission, archivalPro
JSONSystem integration, developmentPro (free preview)
XMLEnterprise integration, XSLTPro (free preview)
CSVExcel, accounting, analysisPro
PDFPrinting, patient communicationPro

All exports are generated in your browser. Your data never touches our servers.


EDI File Downloads

Download the original or modified EDI file.

What You Can Download

File TypeDescription
Original fileExact copy as uploaded
Anonymized filePHI removed for safe sharing
Split filesIndividual chunks after splitting
Line-break formattedSegments on separate lines for readability

Download Options

OptionDescription
Add line breaksInsert newline after each segment
Preserve originalKeep exact formatting
AnonymizeRemove PHI before download

Use Cases

  • Resubmission — Download corrected claims for clearinghouse
  • Archival — Save clean copies with consistent formatting
  • Sharing — Anonymize and send to vendors for support
  • Testing — Export test files for development

JSON Export

Export the complete parsed structure as JSON.

Export Types

TypeContents
Full Parse ResultComplete structure with all segments, elements, loops
Structure OnlyHierarchical outline without raw data
File SummaryStatistics, counts, validation results
Split MetadataInformation about split chunks

JSON Structure

json
{
  "fileType": "837P",
  "version": "005010X222A1",
  "interchanges": [{
    "controlNumber": "000000001",
    "sender": { "id": "SENDER123", "qualifier": "ZZ" },
    "receiver": { "id": "RECEIVER456", "qualifier": "ZZ" },
    "functionalGroups": [{
      "controlNumber": "1",
      "transactions": [{
        "controlNumber": "0001",
        "segments": [...],
        "claims": [...]
      }]
    }]
  }],
  "summary": {
    "claimCount": 47,
    "totalCharges": 125000.00,
    "serviceLineCount": 123
  },
  "validation": {
    "errors": [],
    "warnings": []
  }
}

Use Cases

  • System integration — Feed parsed data into your systems
  • Development — Test EDI processing logic
  • Analysis — Process with custom scripts
  • Debugging — Examine exact parse results

XML Export

Export the complete parsed structure as XML — same data as JSON, in an XML-native format for enterprise systems, XSLT transformations, and XML-based workflows.

Export Types

TypeContents
Full Parse ResultComplete structure with all segments, elements, loops
Structure OnlyHierarchical outline without raw data
File SummaryStatistics, counts, validation results
Split MetadataInformation about split chunks

Preview Before Download

The Full Parse Result option opens a preview modal showing the first 250 lines of generated XML. Free-tier users can inspect the output; Pro users can download the full file.

Use Cases

  • Enterprise integration — Feed into XML-native systems (HL7 adapters, ESBs)
  • XSLT transformation — Apply stylesheets for custom output formats
  • Archival — Self-describing format with metadata envelope
  • Interoperability — Exchange with XML-based trading partners

For full XML schema examples, see the XML Export reference.


CSV Export

Export structured data for Excel, databases, and accounting systems.

835 Payment Exports

ExportColumns
Claims SummaryClaim ID, patient, billed, paid, adjustments, status
Service LinesProcedure, date, charges, allowed, paid, units
AdjustmentsClaim ID, CARC, RARC, group code, amount
Check SummaryCheck #, date, amount, claim count

Sample Claims CSV

csv
Claim ID,Patient,Billed,Paid,Patient Resp,Status
CLM001,SMITH JOHN,1500.00,1200.00,150.00,Processed Primary
CLM002,JONES MARY,2300.00,0.00,0.00,Denied
CLM003,WILLIAMS BOB,875.00,700.00,100.00,Processed Primary

837 Claims Exports

ExportColumns
Claims SummaryClaim ID, patient, dates, diagnosis, charges
Service LinesProcedure, modifiers, date, units, charges
Diagnosis CodesClaim ID, ICD-10 codes, pointers

271 Eligibility Exports

ExportColumns
Coverage SummaryPatient, status, plan, effective dates
BenefitsBenefit type, service, amount, in/out network
CopaysService type, copay amount, coinsurance

Use Cases

  • Payment posting — Import ERA data into practice management
  • Reconciliation — Match payments to claims in Excel
  • Denial analysis — Track denial patterns over time
  • Reporting — Feed data into reporting tools

PDF Reports

Generate printable summaries and reports.

Available Reports

File TypeReport
835Payment Summary — check details, claims, adjustments
835Remittance Detail View — full element-level decode of every segment
271Eligibility Summary — coverage, benefits, copays
270Inquiry Summary — requested information details
837Claim Summary — patient, services, charges

Report Contents

835 Payment Summary

  • Check/EFT details (number, date, amount)
  • Claim-by-claim payment breakdown
  • Adjustment codes with descriptions
  • Denial highlights
  • Patient responsibility summary

271 Eligibility Summary

  • Patient and subscriber information
  • Coverage status and dates
  • Deductible and OOP remaining
  • Copay and coinsurance table
  • Authorization requirements
  • Limitations and notes

Customization

Select which sections to include:

  • [ ] Header/patient info
  • [ ] Summary statistics
  • [ ] Detailed breakdown
  • [ ] Adjustment codes
  • [ ] Notes and warnings

Use Cases

  • Patient estimates — Share coverage details with patients
  • Chart documentation — File with medical records
  • Billing communication — Send payment details to providers
  • Audit support — Generate records for compliance

Segment-Level Export

Export specific segments or sections of a file.

How It Works

  1. Navigate to the segment in the viewer
  2. Select the segment or loop
  3. Click Export Selection
  4. Choose format (EDI, JSON, or CSV)

What You Can Export

SelectionExport Options
Single segmentEDI, JSON
Loop (with children)EDI, JSON
TransactionEDI, JSON, CSV
Functional groupEDI, JSON
All claimsCSV
All service linesCSV

Use Cases

  • Isolate problem claims — Export just the failing transaction
  • Extract specific data — Pull just the segments you need
  • Documentation — Export examples for training

Tier Requirements

FeatureFreeProEnterprise
View parsed data
Copy segment text
Download EDI file
JSON exportPreview
XML exportPreview
CSV export
PDF reports
Batch export
API access

Free tier users can view all data and copy text. To download files and export structured data, upgrade to Pro.


Export Best Practices

Choose the Right Format

NeedRecommended Format
Resubmit to clearinghouseEDI file
Import into PMS/EHRCSV or JSON (depends on system)
Share with vendorAnonymized EDI
Print for recordsPDF report
Custom analysisJSON, XML, or CSV
Development/testingJSON or XML
Enterprise/XSLT pipelinesXML

Verify Before Using

After export:

  • Check record counts match expectations
  • Spot-check a few values
  • Validate file format if resubmitting

Keep Originals

Exports are new files. Always keep your original EDI files backed up.


Your Friend in EDI