Appearance
Quick Start Guide
Get from zero to inspecting your first EDI file in under 5 minutes.
Step 1: Open EDI Paisan
Go to app.edipaisan.com in your web browser.
No email needed — drop a file. An account is only for saving your work and Pro features.
No download required — EDI Paisan runs in your browser. Works on Chrome, Firefox, Safari, and Edge.
Step 2: Upload Your File
Continue as a guest if you are asked to sign in, then drag and drop any EDI file onto the upload area, or click to browse your files.
Supported formats:
.edi,.txt,.x12— Standard EDI file extensions- Any text file containing EDI data
File size: Up to 100MB per file
File contents stay in your browser. We do record the filename, size, SHA-256 fingerprint, envelope counts, and — for 837s — control numbers, including when you continue as a guest. Privacy policy.
Step 3: Explore the File
Once uploaded, you'll see your EDI file broken down into a navigable structure:
Tree View
The default view shows your file as a collapsible tree:
- Interchange (ISA/IEA) — The outer envelope
- Functional Group (GS/GE) — Groups of related transactions
- Transaction Set (ST/SE) — Individual transactions (claims, remittances, etc.)
- Segments — The actual data (CLM, NM1, SVC, etc.)
- Transaction Set (ST/SE) — Individual transactions (claims, remittances, etc.)
- Functional Group (GS/GE) — Groups of related transactions
Click any node to expand it and see what's inside.
Raw View
Switch to Raw View to see segments in their original order, with byte offsets and delimiter highlighting. Useful for troubleshooting parsing issues or comparing with other tools.
Step 4: Find What You're Looking For
Use the Search bar to jump directly to specific data:
- Search by segment — Type
CLMto find all claim segments - Search by value — Type a patient name or claim ID
- Search by element — Type
NM1*ILto find specific qualifier patterns
Click any search result to jump to that location in the file.
Step 5: Understand Segment Details
Click on any segment to see its contents broken down by element:
NM1*IL*1*SMITH*JOHN****MI*12345678901~Becomes:
| Position | Element | Description |
|---|---|---|
| NM101 | IL | Entity Identifier Code: Insured |
| NM102 | 1 | Entity Type: Person |
| NM103 | SMITH | Last Name |
| NM104 | JOHN | First Name |
| NM108 | MI | ID Code Qualifier: Member ID |
| NM109 | 12345678901 | Member ID |
EDI Paisan uses the official X12 implementation guides to label each element with its meaning.
What's Next?
Viewing Features
- Navigating Files — Tips for exploring large files
- Search — Advanced search techniques
- Segment Reference — Common segment explanations
- Anonymizing PHI — Strip patient identifiers in the viewer (Free); download the cleaned file with Pro
Manipulation Features (Pro)
- Splitting Files — Break batch files into pieces
- Exporting Data — Preview JSON and XML for Free; download either file with Pro
Learn More About EDI
- What is EDI? — EDI fundamentals explained simply
- 837 Claims Overview — Understanding claim files
- 835 Remittance Overview — Understanding payment files
Need Help?
If you get stuck, check out our FAQ or [contact support(https://www.edipaisan.com/#contact).
