# `HL7v2.Segment.NTE`
[🔗](https://github.com/Balneario-de-Cofrentes/hl7v2/blob/v3.10.1/lib/hl7v2/segment/nte.ex#L1)

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.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
