Seq# | Description | Data Type | Usage | Vocabulary | Length | C.LEN | Flags |
---|---|---|---|---|---|---|---|
ERL | |||||||
1 | Segment ID | ST | R | [3..3] | |||
2 | Segment Sequence | SI | R | ||||
3 | Field Position | SI | C | ||||
4 | Field Repetition | SI | O | ||||
5 | Component Number | SI | C | ||||
6 | Sub-Component Number | SI | O |
Components: <Segment ID (ST)> & <Segment Sequence (SI)> & <Field Position (SI)> & <Field Repetition (SI)> & <Component Number (SI)> & <Sub-Component Number (SI)>
Definition: Specifies the 3-letter name for the segment.
Definition: Identifies the segment occurrence within the message. The first occurrence of a segment is assigned the number of 1.
Note: This number refers to the absolute position of the referenced instance of the segment type in the message – it is not synonymous with the Set-ID of the segment – for example if the referenced element is OBX in field position 5, that means it is the 5th OBX segment in the message, regardless of the number of OBR segments that may be interspersed between them, which causes a reset of the Set-ID.
Definition: Identifies the number of the field within the segment. The first field is assigned a number of 1. Field number should not be specified when referring to the entire segment. This field is conditionally required, when Component Number (ERL-5) is populated..
Definition: Identifies the repetition number of the field. The first repetition is counted as 1. If a Field Position is specified, but Field Repetition is not, Field Repetition should be assumed to be 1. If Field Position is not specified, Field Repetition should not be specified.
Definition: Identifies the number of the component within the field. The first component is assigned a number of 1. Component number should not be specified when referring to the entire field. This field is conditionally required, when Sub-Component Number (ERL-6) is populated.
Definition: Identifies the number of the sub-component within the component. The first sub-component is assigned a number of 1. Sub-component number should not be specified when referring to the entire component.