ex_hl7 v1.0.0 HL7.Segment.Default.ZAU

Procedure authorization information

Link to this section Summary

Functions

Return the segment's ID

Create a new segment of this type

Return the segment's specification

Link to this section Types

Link to this type

t()

t() :: %HL7.Segment.Default.ZAU{
  __segment__: term(),
  authorization_status: :string.t(),
  authorization_status_text: :string.t(),
  copay: :float.t(),
  copay_currency: :string.t(),
  payor_control_id: :string.t(),
  pre_authorization_date: Date.t(),
  pre_authorization_id: :string.t(),
  prev_authorization_id: :string.t()
}

Link to this section Functions

Return the segment's ID

Link to this function

new()

new() :: %HL7.Segment.Default.ZAU{
  __segment__: term(),
  authorization_status: term(),
  authorization_status_text: term(),
  copay: term(),
  copay_currency: term(),
  payor_control_id: term(),
  pre_authorization_date: term(),
  pre_authorization_id: term(),
  prev_authorization_id: term()
}

Create a new segment of this type

Link to this function

spec()

spec() :: %{required(HL7.Type.seq()) => HL7.Type.field_spec()}

Return the segment's specification