Seq# | Description | Data Type | Usage | Vocabulary | Length | C.LEN | Flags |
---|---|---|---|---|---|---|---|
RCD | |||||||
1 | Segment Field Name | ST | O | [6..12] | |||
2 | HL7 Data Type | ID | O | [2..3] | |||
3 | Maximum Column Width | NM | O | [1..5] |
Components: <Segment Field Name (ST)> & <HL7 Data Type (ID)> & <Maximum Column Width (NM)>
Definition: This specifies the format of a column in terms of a segment field name, a data type, and a maximum length.
Example: This defines a column containing the value of the "last name" component of PID-5, expressed as a ST data type with a maximum width of 20.
|@PID.5.1^ST^20|
Definition: The HL7 segment field name, which identifies the field occupying the column. Refer to Section 2.A.59.1, "Segment Field Name (ST)," for segment field name definition conventions.
Definition: The two or three character HL7 data type. Refer to HL7 Table 0440 – Data Types for valid values.
Definition: The maximum width of the column, as dictated by the responding system. This may vary from the HL7-defined maximum field length.