HL7v2.Segment.NTE (HL7v2 v3.10.1)

Copy Markdown View Source

Notes and Comments (NTE) segment — HL7v2 v2.5.1.

Carries free-text notes and comments attached to other segments. 4 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.NTE{
  comment: term(),
  comment_type: term(),
  extra_fields: term(),
  set_id: term(),
  source_of_comment: term()
}