Central labs (Labcorp, Quest, Sonora Quest and BioReference) allow you to pass in clinical notes. These are reflected in the Requisition form that is generated. Junction also allows you to set these notes, on an order-by-order basis, or as a Lab Account default. If your Lab Account has a default configured, then it will always be propagated to every order placed with the given Lab Account.Documentation Index
Fetch the complete documentation index at: https://vital-mintlify-seo-audit-1777070113.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Order Level Notes
You can also pass in order-specific notes that will be displayed in the requisition form. This can be achieved via theclinical_notes field in the Create Order endpoint.
What happens when both the Order and the Lab Account have a clinical note?
When this happens, Junction concatenates both of the notes, so they are always displayed.Usage
Notes are new line separated (\n) strings. If you wish to provide more than one note, you can append a new line to your provided string.