> ## Documentation Index
> Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Common Order (ORC)

Ordering Provider Matching Ordering Provider NPI is used to find the physician who is responsible for the incoming report. If more than one match is found (e.g. physician works in two different locations and has multiple Elation accounts), we look for the physician who is the primary care provider for the target patient. If the ordering provider and copied provider (OBR 28.1) are both not Elation providers, the result will not deliver to an Elation practice.

Elation only permits one ORC segment in each HL7 message.

| seq  | type           | opt | Description                                  |
| ---- | -------------- | --- | -------------------------------------------- |
| 2    | char(100)      | R   | Place Order Number/Requisition Number        |
| 3    | char(100)      | R   | Accession Number                             |
| 5    | char(1)        | R   | Order Status (F/P) F = Final P = Preliminary |
| 9    | `YYYYMMDDhhmm` | R   | Date/Time of Transaction                     |
| 12.1 | char(10)       | R   | Ordering Provider NPI                        |
| 12.2 | char(50)       | R   | Ordering Provider Last Name                  |
| 12.3 | char(50)       | R   | Ordering Provider First Name                 |

<CodeGroup>
  ```text text theme={null}
  ORC||AB123456|AB234567||F||||201610261500|||1234567891^Doctor^Test
  ```
</CodeGroup>

<img src="https://mintcdn.com/elationhealth/aZGpvx7JjGPeyovG/images/af07569-Screen_Shot_2016-11-02_at_12.38.28_PM_ORC.png?fit=max&auto=format&n=aZGpvx7JjGPeyovG&q=85&s=c3b1f66ed66d943f2540c54712cc6b0f" alt="569" width="569" height="657" data-path="images/af07569-Screen_Shot_2016-11-02_at_12.38.28_PM_ORC.png" />
