HL7v2.Segment.BPO (HL7v2 v3.10.1)

Copy Markdown View Source

Blood Product Order (BPO) segment -- HL7v2 v2.5.1.

Contains blood product order information. 14 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.BPO{
  bp_amount: term(),
  bp_indication_for_use: term(),
  bp_informed_consent_indicator: term(),
  bp_intended_dispense_from_address: term(),
  bp_intended_dispense_from_location: term(),
  bp_intended_use_date_time: term(),
  bp_processing_requirements: term(),
  bp_quantity: term(),
  bp_requested_dispense_date_time: term(),
  bp_requested_dispense_to_address: term(),
  bp_requested_dispense_to_location: term(),
  bp_units: term(),
  bp_universal_service_id: term(),
  extra_fields: term(),
  set_id: term()
}