HL7v2.Segment.FHS (HL7v2 v3.10.1)

Copy Markdown View Source

File Header (FHS) segment — HL7v2 v2.5.1.

Defines the start of a batch file, analogous to MSH for a single message.

12 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.FHS{
  extra_fields: term(),
  file_control_id: term(),
  file_creation_date_time: term(),
  file_encoding_characters: term(),
  file_field_separator: term(),
  file_header_comment: term(),
  file_name_id: term(),
  file_receiving_application: term(),
  file_receiving_facility: term(),
  file_security: term(),
  file_sending_application: term(),
  file_sending_facility: term(),
  reference_file_control_id: term()
}