HL7v2.Segment.RXC (HL7v2 v3.10.1)

Copy Markdown View Source

Pharmacy/Treatment Component Order (RXC) segment — HL7v2 v2.5.1.

Describes individual components of a compound medication order (base, additives). 9 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.RXC{
  component_amount: term(),
  component_code: term(),
  component_drug_strength_volume: term(),
  component_drug_strength_volume_units: term(),
  component_strength: term(),
  component_strength_units: term(),
  component_units: term(),
  extra_fields: term(),
  rx_component_type: term(),
  supplementary_code: term()
}