> For the complete documentation index, see [llms.txt](https://docs.welkinhealth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.welkinhealth.com/integrations/labs-health-gorilla/labs-health-gorilla.md).

# Labs: Health Gorilla Overview

Welkin Health integrates with Health Gorilla to bring laboratory ordering and results directly into the care workflow. This integration allows care teams to order lab tests, track order status, and receive results within the Welkin patient record – without switching to a separate lab portal.

## What is Health Gorilla?

Health Gorilla is a health data network that connects healthcare organizations to a nationwide network of clinical laboratories, imaging centers, and other diagnostic providers. In Welkin, Health Gorilla powers:

* **Lab ordering** – Place orders with Quest Diagnostics, LabCorp, and other network labs
* **Results retrieval** – Receive structured lab results electronically and store them in Welkin
* **Order tracking** – Monitor the status of pending orders in real time
* **Prior authorization** – Check insurance requirements for certain tests before ordering

## Key capabilities

* Order from a catalog of thousands of lab tests across major national and regional labs
* View results in structured format with reference ranges highlighted
* Attach results to patient encounters and CDT records in Welkin
* Receive critical value alerts for abnormal results
* Support for both standard orders and quick orders (standing orders or frequently used panels)

## How it works in Welkin

When Labs is enabled, an **Order Labs** button or panel appears within the patient chart. The care team member selects the desired tests, confirms patient insurance or self-pay information, and submits the order. Results are returned electronically and automatically associated with the patient record.

Lab result data can be mapped to Welkin CDTs for structured storage, and automations can be configured to trigger notifications or tasks when results are received.

## Who can place lab orders

Access is role-based. Typically:

* **Ordering providers** (physicians, NPs, PAs) can submit orders requiring a provider signature
* **Medical assistants and care coordinators** may have permission to initiate orders that are then reviewed and signed by a provider, depending on your configuration
* **Care team leads** can view order history and results

Configure access via [user roles in the Admin portal](https://docs.welkinhealth.com/admin/users).

## Implementation

To set up the Labs integration:

1. Review the [Labs Setup and Configuration](/integrations/labs-health-gorilla/labs-setup-and-configuration.md) guide
2. Configure ordering preferences in Designer
3. Train care team on [Creating Lab Orders](/integrations/labs-health-gorilla/creating-lab-orders-in-health-gorilla.md) and [Quick Lab Orders](/integrations/labs-health-gorilla/health-gorilla-creating-quick-lab-orders.md)

For questions, contact your Welkin Customer Success Manager.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.welkinhealth.com/integrations/labs-health-gorilla/labs-health-gorilla.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
