HL7 Message Positions - HL7 Module - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

HL7 Module

Platform
OnBase
Product
HL7 Module
Release
Foundation 23.1
License
Premier
Standard
Essential

The HL7 message position refers to a syntax used to describe a specific piece of data in an HL7 message. An HL7 message is a hierarchy of data elements called segments, fields, components, and subcomponents.

  • A message includes multiple segments.

  • A segment includes multiple fields.

  • A field may include multiple components.

  • A component may include multiple subcomponents.

To describe the position of data within the HL7 message, use the following syntax:

Segment ID.Field#[.Component#[.Subcomponent#]]

Note:

Component# and SubComponent# are optional. Not every field has multiple components or subcomponents.

For example:

PID.3.1

This position refers to the first component of the third field of the PID segment.