ex_hl7 v1.0.0 HL7.Segment.Default.PV2

3.4.4 PV2 - patient visit - additional information 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.PV2{
  __segment__: term(),
  transfer_reason_id: :string.t()
}

Link to this section Functions

Return the segment's ID

Link to this function

new()

new() :: %HL7.Segment.Default.PV2{
  __segment__: term(),
  transfer_reason_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