ex_hl7 v0.3.0 HL7.Segment.PV1

3.4.3 PV1 - patient visit segment

Summary

Functions

Return the segment’s ID

Create a new segment of this type

Types

t :: %HL7.Segment.PV1{__segment__: term, admission_type: binary, admit_datetime: :calendar.datetime, assigned_patient_location: HL7.Composite.PL.t, attending_doctor: HL7.Composite.XCN.t, bad_debt_recovery_amount: float, bad_debt_transfer_amount: float, current_patient_balance: float, discharge_datetime: :calendar.datetime, discharge_diposition: binary, hospital_service: binary, patient_class: binary, readmission_indicator: binary, referring_doctor: HL7.Composite.XCN.t, set_id: integer, total_adjustments: float, total_charges: float, total_payments: float, visit_indicator: binary}

Functions

id()

Specs

Return the segment’s ID

new()

Specs

new :: t

Create a new segment of this type