HL7v2.Segment.ERR (HL7v2 v3.10.1)

Copy Markdown View Source

Error (ERR) segment — HL7v2 v2.5.1.

Identifies errors in a received message. 12 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.ERR{
  application_error_code: term(),
  application_error_parameter: term(),
  diagnostic_information: term(),
  error_code_and_location: term(),
  error_location: term(),
  extra_fields: term(),
  help_desk_contact_point: term(),
  hl7_error_code: term(),
  inform_person_indicator: term(),
  override_reason_code: term(),
  override_type: term(),
  severity: term(),
  user_message: term()
}