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

Addendum (ADD) segment — HL7v2 v2.5.1.

Defines the continuation of the prior segment when there is not enough
room in that segment for the data. Used for very long text continuations.

1 field per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.ADD{
  addendum_continuation_pointer: term(),
  extra_fields: term()
}
```

---

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