ex_hl7 v1.0.0 HL7.Segment.Default.QPD

5.5.3 QPD - query parameter definition - procedure totals

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.QPD{
  __segment__: term(),
  authorizer_id: :string.t(),
  end_date: NaiveDateTime.t(),
  procedure_coding_system: :string.t(),
  procedure_id: :string.t(),
  provider_id: :string.t(),
  provider_id_type: :string.t(),
  query_id: :string.t(),
  query_name: :string.t(),
  query_tag: binary(),
  start_date: NaiveDateTime.t()
}

Link to this section Functions

Return the segment's ID

Link to this function

new()

new() :: %HL7.Segment.Default.QPD{
  __segment__: term(),
  authorizer_id: term(),
  end_date: term(),
  procedure_coding_system: term(),
  procedure_id: term(),
  provider_id: term(),
  provider_id_type: term(),
  query_id: term(),
  query_name: term(),
  query_tag: term(),
  start_date: 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