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

Grouping/Reimbursement -- Procedure Line Item (GP2) segment -- HL7v2 v2.5.1.

Contains grouping and reimbursement information at the procedure line-item level.
14 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.GP2{
  ambulatory_payment_classification_code: term(),
  charge: term(),
  co_pay_amount: term(),
  denial_or_rejection_code: term(),
  expected_cms_payment_amount: term(),
  extra_fields: term(),
  modifier_edit_code: term(),
  number_of_service_units: term(),
  oce_edit_code: term(),
  packaging_status_code: term(),
  pay_rate_per_service_unit: term(),
  payment_adjustment_code: term(),
  reimbursement_action_code: term(),
  reimbursement_type_code: term(),
  revenue_code: term()
}
```

---

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