HL7v2.Segment.AUT (HL7v2 v3.10.1)

Copy Markdown View Source

Authorization Information (AUT) segment — HL7v2 v2.5.1.

Defines authorization/pre-certification information for healthcare services.

10 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.AUT{
  authorization_effective_date: term(),
  authorization_expiration_date: term(),
  authorization_identifier: term(),
  authorized_number_of_treatments: term(),
  authorizing_payor_company_id: term(),
  authorizing_payor_company_name: term(),
  authorizing_payor_plan_id: term(),
  extra_fields: term(),
  process_date: term(),
  reimbursement_limit: term(),
  requested_number_of_treatments: term()
}