HL7v2.Segment.ACC (HL7v2 v3.10.1)

Copy Markdown View Source

Accident (ACC) segment — HL7v2 v2.5.1.

Contains accident-related information for a patient encounter. 11 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.ACC{
  accident_address: term(),
  accident_code: term(),
  accident_date_time: term(),
  accident_death_indicator: term(),
  accident_description: term(),
  accident_job_related_indicator: term(),
  accident_location: term(),
  auto_accident_state: term(),
  brought_in_by: term(),
  entered_by: term(),
  extra_fields: term(),
  police_notified_indicator: term()
}