> For the complete documentation index, see [llms.txt](https://docs.payerset.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payerset.com/using-the-payerset-platform/data-dictionary/medicare-data/clinical-laboratory-fee-schedule.md).

# CLFS - Clinical Laboratory Fee Schedule

National payment rates for clinical laboratory services by HCPCS, including modifiers, effective dates, and code descriptions.

Select **CLFS - Clinical Laboratory Fee Schedule** in the Medicare dataset picker to work with this data.

{% hint style="info" %}
Medicare does not apply geographic adjustments to the CLFS. The national **Rate** is the benchmark for every provider, regardless of where the lab is located — there is no wage index or locality step.
{% endhint %}

### Fields

| Field Name            | UI Name              | Description / Sample Value                                                                   |
| --------------------- | -------------------- | -------------------------------------------------------------------------------------------- |
| Year                  | Year                 | Effective fee schedule year. e.g. `2026`                                                     |
| HCPCS\_Code           | HCPCS Code           | Healthcare Common Procedure Coding System laboratory code. e.g. `0011U`                      |
| Modifier              | Modifier             | Optional CPT/HCPCS modifier (or N/A code indicator). e.g. `QW`                               |
| Effective\_Date       | Effective Date       | Effective date for the rate, in YYYYMMDD format. e.g. `20260101`                             |
| Indicator             | Indicator            | National rate indicator code. e.g. `N`                                                       |
| Rate                  | Rate                 | Clinical Laboratory Fee Schedule Medicare national reimbursement amount. e.g. `$114.43`      |
| Short\_Description    | Short Description    | Brief description of the laboratory procedure. e.g. `Rx mntr lc-ms/ms oral fluid`            |
| Long\_Description     | Long Description     | Standard CMS description of the procedure. e.g. `Prescription drug monitoring in oral fluid` |
| Extended\_Description | Extended Description | Full comprehensive descriptor including specific target panels and methods.                  |

### Working with modifiers

Modifiers in the CLFS adjust the base rates. Other modifiers are applied on claims and adjust payment separately.


---

# 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.payerset.com/using-the-payerset-platform/data-dictionary/medicare-data/clinical-laboratory-fee-schedule.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.
