# `HL7v2.Segment.ORC`
[🔗](https://github.com/Balneario-de-Cofrentes/hl7v2/blob/v3.10.1/lib/hl7v2/segment/orc.ex#L1)

Common Order (ORC) segment — HL7v2 v2.5.1.

Contains order header information common to all orders.
31 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.ORC{
  action_by: term(),
  advanced_beneficiary_notice_code: term(),
  advanced_beneficiary_notice_override_reason: term(),
  call_back_phone_number: term(),
  confidentiality_code: term(),
  date_time_of_transaction: term(),
  entered_by: term(),
  enterer_authorization_mode: term(),
  enterers_location: term(),
  entering_device: term(),
  entering_organization: term(),
  extra_fields: term(),
  filler_order_number: term(),
  fillers_expected_availability_date_time: term(),
  order_control: term(),
  order_control_code_reason: term(),
  order_effective_date_time: term(),
  order_status: term(),
  order_status_modifier: term(),
  order_type: term(),
  ordering_facility_address: term(),
  ordering_facility_name: term(),
  ordering_facility_phone_number: term(),
  ordering_provider: term(),
  ordering_provider_address: term(),
  parent: term(),
  parent_universal_service_identifier: term(),
  placer_group_number: term(),
  placer_order_number: term(),
  quantity_timing: term(),
  response_flag: term(),
  verified_by: term()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
