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

# Requisitions

> Generate and print requisition forms for reference lab test orders in bLIS.

## Overview

A requisition is a printable form that accompanies samples sent to a reference laboratory. It includes subject information, test orders, sample details, and billing information. Requisitions are generated per accession and can be customized by selecting which samples to include.

<Note>
  Requisitions are only available when your lab has the requisitions feature enabled. Contact your lab administrator if you do not see the requisition option.
</Note>

## Generating a requisition

<Steps>
  <Step title="Open the accession">
    Navigate to the accession detail view for the accession you want to generate a requisition for.
  </Step>

  <Step title="Open the actions menu">
    Click the actions menu (three-dot icon) in the accession header.
  </Step>

  <Step title="Select the reference lab">
    Hover over **Print requisition** and select the reference lab from the submenu. Only reference labs associated with the accession's test specifications appear in the list.
  </Step>

  <Step title="Select samples">
    On the requisition preview page, use the sample selection sidebar to choose which samples to include. All samples are selected by default.
  </Step>
</Steps>

## What the requisition includes

The requisition form contains the following sections:

| Section         | Description                                            |
| --------------- | ------------------------------------------------------ |
| **Header**      | Lab name, logo, accession ID, and generation timestamp |
| **Send to**     | Reference lab name and address                         |
| **Billing**     | Billing account information                            |
| **Subject**     | Case ID, UNOS ID, donor IDs, date of birth, and gender |
| **Test orders** | List of ordered tests for the selected reference lab   |
| **Samples**     | Sample types, collection dates, and tube information   |

## Selecting samples

When an accession has multiple samples, you can choose which samples to include on the requisition. The sidebar displays all samples with their tube type and collection date. At least one sample must be selected.

## Related

<CardGroup cols={2}>
  <Card title="Accessions" icon="flask" href="/concepts/accessions">
    Learn about accessions and test orders.
  </Card>

  <Card title="Test specifications" icon="flask-vial" href="/admin/test-specifications">
    Configure test specs and reference lab assignments.
  </Card>
</CardGroup>
