1. HL7 v2.x Encoding Characters & Delimiters
Standard separator characters defined in MSH-1 and MSH-2 segments.
| Symbol | Delimiter Name | Purpose & Description |
|---|---|---|
| | | Field Separator | Separates individual data fields within a segment (e.g., MSH, PID). |
| ^ | Component Separator | Separates sub-fields/components inside a complex field (e.g., Family^Given Name). |
| ~ | Repetition Separator | Separates multiple repeating values within a single field (e.g., Multiple Phone Numbers). |
| \ | Escape Character | Escapes special delimiter characters within text strings (e.g., \F\ for pipe). |
| & | Sub-component Separator | Separates sub-components inside a complex component structure. |