Skip to content

Search & Validation

EDI Paisan includes built-in search and validation tools that help you find specific data and catch errors before they cause rejections.


  1. Upload any EDI file
  2. Click the search bar in the toolbar (or press / to focus)
  3. Type your search term and press Enter
  4. Results appear in a dedicated panel below the search bar

Search Capabilities

FeatureDescription
Text searchFind any text across all segments and elements
Regex supportUse regular expressions for complex patterns
Result highlightingMatching segments are highlighted in the viewer
Result countShows total number of matches
Click to navigateClick any result to jump to that segment
Debounced inputSearch waits 300ms after you stop typing, or press Enter for immediate results

Search Examples

What You NeedSearch For
Find a patientSMITH or JOHN
Find a claim by IDCLM001 or the claim number
Find a procedure code99213
Find a specific NPI1234567890
Find all denialsCLP*.*\*4 (regex: CLP with status 4)
Find adjustment codesCAS*CO*45

Tips

  • Search works across all view modes (Raw, Tree, Grid)
  • Results persist as you switch between views
  • Click Clear (X button) to reset the search
  • For large files, search is optimized to avoid blocking the UI

Validation

EDI Paisan automatically validates your file the moment it's loaded. No button to click — errors appear immediately.

Validation Layers

Layer 1: Envelope Validation

Checks the structural integrity of the EDI envelope:

CheckWhat It Validates
ISA/IEA matchingEvery ISA has a matching IEA with correct control number
GS/GE matchingEvery GS has a matching GE with correct control number
ST/SE matchingEvery ST has a matching SE with correct control number
Segment countsSE01 matches actual segment count between ST and SE
Group countsGE01 matches number of ST/SE pairs in the group
Interchange countsIEA01 matches number of GS/GE pairs in the interchange

Layer 2: Content Validation

Checks HIPAA implementation guide compliance:

CheckWhat It Validates
Required elementsMandatory fields are not empty (e.g., CLM01, NM103)
Element lengthValues meet minimum and maximum length requirements
Qualifier codesCode values exist in the HIPAA-defined code sets
NM1 name rulesPerson entities (NM102=1) have last name populated
NPI formatNPI numbers (NM108=XX) are exactly 10 digits

Validation Panel

The validation panel appears automatically when errors or warnings are found:

SeverityMeaningExample
ErrorWill be rejected by payer/clearinghouseMissing required patient name
WarningMay cause issues but some payers acceptElement shorter than minimum length
InfoInformational — not an errorUnrecognized qualifier code (may be valid but not in our dictionary)
  • Each error shows the segment ID, element position, and description
  • Click any error to jump directly to the problem segment in the viewer
  • The segment detail panel shows the specific element causing the issue
  • Error count is displayed in the toolbar

Common Validation Errors

Error CodeMeaningHow to Fix
CONTENT_REQUIRED_ELEMENTRequired field is emptyPopulate the missing element
CONTENT_NM1_NAME_REQUIREDPerson name missing in NM1Add last name (NM103) for person entities
CONTENT_INVALID_NPI_FORMATNPI is not 10 digitsVerify NPI number
CONTENT_INVALID_QUALIFIERCode not in HIPAA code setCheck the code value against the standard
CONTENT_ELEMENT_TOO_SHORTValue below minimum lengthPad or correct the value
CONTENT_ELEMENT_TOO_LONGValue exceeds maximum lengthTruncate or correct the value

Tier Requirements

FeatureFreePro
Text search
Regex search
Envelope validation
Content validation
Error navigation

Both search and validation are fully available on the Free tier.


Your Friend in EDI