HL7v2.Segment.EDU (HL7v2 v3.10.1)

Copy Markdown View Source

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

Contains educational background information for personnel.

9 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@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()
}