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

Educational Detail (EDU) segment — HL7v2 v2.5.1.

Contains educational background information for personnel.

9 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.EDU{
  academic_degree: term(),
  academic_degree_granted_date: term(),
  academic_degree_program_date_range: term(),
  academic_degree_program_participation_date_range: term(),
  extra_fields: term(),
  major_field_of_study: term(),
  school: term(),
  school_address: term(),
  school_type_code: term(),
  set_id: term()
}
```

---

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