HL7v2.Segment.RXE (HL7v2 v3.10.1)

Copy Markdown View Source

Pharmacy/Treatment Encoded Order (RXE) segment — HL7v2 v2.5.1.

Contains the encoded (machine-processable) form of a pharmacy/treatment order. 44 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.RXE{
  controlled_substance_schedule: term(),
  deliver_to_address: term(),
  deliver_to_location: term(),
  deliver_to_patient_location: term(),
  dispense_amount: term(),
  dispense_package_method: term(),
  dispense_package_size: term(),
  dispense_package_size_unit: term(),
  dispense_units: term(),
  dispensing_pharmacy: term(),
  dispensing_pharmacy_address: term(),
  dt_of_most_recent_refill: term(),
  extra_fields: term(),
  formulary_status: term(),
  give_amount_maximum: term(),
  give_amount_minimum: term(),
  give_code: term(),
  give_dosage_form: term(),
  give_drug_strength_volume: term(),
  give_drug_strength_volume_units: term(),
  give_indication: term(),
  give_per_time_unit: term(),
  give_rate_amount: term(),
  give_rate_units: term(),
  give_strength: term(),
  give_strength_units: term(),
  give_units: term(),
  initial_dispense_amount: term(),
  needs_human_review: term(),
  number_of_refills: term(),
  number_of_refills_doses_dispensed: term(),
  number_of_refills_remaining: term(),
  ordering_providers_dea_number: term(),
  original_order_date_time: term(),
  pharmaceutical_substance_alternative: term(),
  pharmacist_treatment_suppliers_verifier_id: term(),
  pharmacy_of_most_recent_fill: term(),
  pharmacy_order_type: term(),
  pharmacy_treatment_suppliers_special_dispensing_instructions: term(),
  prescription_number: term(),
  providers_administration_instructions: term(),
  quantity_timing: term(),
  substitution_status: term(),
  supplementary_code: term(),
  total_daily_dose: term()
}