HL7v2.Segment.PRC (HL7v2 v3.10.1)

Copy Markdown View Source

Pricing (PRC) segment -- HL7v2 v2.5.1.

Contains pricing information for charges. 18 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.PRC{
  active_inactive_flag: term(),
  billing_category: term(),
  charge_on_indicator: term(),
  chargeable_flag: term(),
  cost: term(),
  department: term(),
  effective_end_date: term(),
  effective_start_date: term(),
  extra_fields: term(),
  facility_id: term(),
  formula: term(),
  maximum_price: term(),
  maximum_quantity: term(),
  minimum_price: term(),
  minimum_quantity: term(),
  price: term(),
  price_override_flag: term(),
  primary_key_value: term(),
  valid_patient_classes: term()
}