ex_hl7 v1.0.0 HL7.Segment.Default.IN1

6.5.6 IN1 - insurance segment

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.IN1{
  __segment__: term(),
  authorization_date: :date.t(),
  authorization_number: :string.t(),
  company_assigning_authority_id: :string.t(),
  company_id: :string.t(),
  company_id_type: :string.t(),
  plan_id: :string.t(),
  plan_name: :string.t(),
  set_id: integer()
}

Link to this section Functions

Return the segment's ID

Link to this function

new()

new() :: %HL7.Segment.Default.IN1{
  __segment__: term(),
  authorization_date: term(),
  authorization_number: term(),
  company_assigning_authority_id: term(),
  company_id: term(),
  company_id_type: term(),
  plan_id: term(),
  plan_name: term(),
  set_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