ex_hl7 v1.0.0 HL7.Segment.Default.RF1
11.6.1 RF1 - referral information segment
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %HL7.Segment.Default.RF1{
__segment__: term(),
effective_datetime: NaiveDateTime.t(),
expiration_datetime: NaiveDateTime.t(),
originating_referral_id: :string.t(),
process_datetime: NaiveDateTime.t(),
referral_reason_id: :string.t(),
referral_status_description: :string.t(),
referral_status_id: :string.t(),
referral_type_description: :string.t(),
referral_type_id: :string.t()
}
Link to this section Functions
Return the segment's ID
Link to this function
new()
new() :: %HL7.Segment.Default.RF1{
__segment__: term(),
effective_datetime: term(),
expiration_datetime: term(),
originating_referral_id: term(),
process_datetime: term(),
referral_reason_id: term(),
referral_status_description: term(),
referral_status_id: term(),
referral_type_description: term(),
referral_type_id: term()
}
Create a new segment of this type
Return the segment's specification