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

Blood Product Dispense Status (BPX) segment -- HL7v2 v2.5.1.

Contains blood product dispense status information.
21 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.BPX{
  bc_component: term(),
  bc_donation_id: term(),
  bc_donation_type_intended: term(),
  bc_special_testing: term(),
  bp_actual_dispensed_to_address: term(),
  bp_actual_dispensed_to_location: term(),
  bp_amount: term(),
  bp_blood_group: term(),
  bp_date_time_of_status: term(),
  bp_dispense_status: term(),
  bp_dispensed_to_receiver: term(),
  bp_dispensing_individual: term(),
  bp_expiration_date_time: term(),
  bp_quantity: term(),
  bp_status: term(),
  bp_unique_id: term(),
  bp_units: term(),
  cp_commercial_product: term(),
  cp_lot_number: term(),
  cp_manufacturer: term(),
  extra_fields: term(),
  set_id: term()
}
```

---

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