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

Patient Death and Autopsy (PDA) segment — HL7v2 v2.5.1.

Contains information about a patient's death, certification, and
autopsy details.

9 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.PDA{
  autopsy_indicator: term(),
  autopsy_performed_by: term(),
  autopsy_start_and_end_date_time: term(),
  coroner_indicator: term(),
  death_cause_code: term(),
  death_certificate_signed_date_time: term(),
  death_certified_by: term(),
  death_certified_indicator: term(),
  death_location: term(),
  extra_fields: term()
}
```

---

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