Documentation Index
Fetch the complete documentation index at: https://docs.pidgeon.health/llms.txt
Use this file to discover all available pages before exploring further.
Command tier only ($50K/yr)
Self-Healing Pipeline
Deviation Types
| Type | Example |
|---|---|
| Field format change | NDC-10 → NDC-11 format |
| Segment reorder | PV1 before PID (expected PID before PV1) |
| Missing segment | EVN segment dropped after vendor upgrade |
| New field | New OBX observation type added |
| Value set change | Gender code “MALE” instead of “M” |
Remediation Rules
Rules are micro-ETL transformations applied to incoming messages:| Rule Type | Description |
|---|---|
| FieldTransform | Map field values (e.g., “MALE” → “M”) |
| SegmentReorder | Reorder segments to expected sequence |
| FieldDefault | Insert default value for missing required fields |
| ValueMap | Map between code systems |
| FormatNormalize | Normalize date/ID formats |
Review Queue
Engineers disposition healed messages through the review queue:- Approve permanently — Rule becomes permanent
- Accept temporarily (TTL) — Rule expires after N days, auto-escalates if unresolved
- Reject and investigate — Rule removed, held messages released for manual review
- Enquire with vendor — Pre-drafted email/ticket sent to vendor contact

