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

Product Summary Header (PSH) segment -- HL7v2 v2.5.1.

Contains product summary header information.
14 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.PSH{
  extra_fields: term(),
  number_of_product_experience_reports_filed_by_distributor: term(),
  number_of_product_experience_reports_filed_by_facility: term(),
  quantity_distributed: term(),
  quantity_distributed_comment: term(),
  quantity_distributed_method: term(),
  quantity_in_use: term(),
  quantity_in_use_comment: term(),
  quantity_in_use_method: term(),
  quantity_manufactured: term(),
  report_date: term(),
  report_form_identifier: term(),
  report_interval_end_date: term(),
  report_interval_start_date: term(),
  report_type: term()
}
```

---

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