> For the complete documentation index, see [llms.txt](https://docs.dataplex-consulting.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataplex-consulting.com/data-catalog/cms-data-feeds-dataset/cms-data-feeds-catalog/skilled-nursing-facility-change-of-ownership-owner-information.md).

# Skilled Nursing Facility Change of Ownership - Owner Information

Part of the [CMS Data Feeds Dataset](/data-catalog/cms-data-feeds-dataset/cms-data-feeds-catalog.md) › Medicare

Dataplex delivers this CMS feed as the analysis-ready table `DWV.SKILLED_NURSING_FACILITY_CHANGE_OF_OWNERSHIP__OWNER_INFORMATION` on Snowflake and Databricks — coverage from 2024 to 2026 in a single aligned schema, refreshed automatically whenever CMS publishes a new file. Every row carries lineage back to the exact CMS source file that produced it.

## Key facts

|                    |                                                                           |
| ------------------ | ------------------------------------------------------------------------- |
| **Snowflake**      | `DWV.SKILLED_NURSING_FACILITY_CHANGE_OF_OWNERSHIP__OWNER_INFORMATION`     |
| **Databricks**     | `cms_dwv.skilled_nursing_facility_change_of_ownership__owner_information` |
| **Coverage**       | Jul 2024 – Mar 2026                                                       |
| **Rows**           | 982,973 (total across all reporting periods)                              |
| **Cadence**        | Quarterly                                                                 |
| **Update pattern** | Time-partitioned — each file adds one reporting period                    |
| **CMS published**  | 2026-04-20                                                                |
| **Loaded**         | 2026-04-20                                                                |
| **Columns**        | 34 data + 6 lineage                                                       |
| **Identifiers**    | ZIP codes                                                                 |
| **File versions**  | 9                                                                         |
| **License**        | CMS public data — U.S. Government work                                    |
| **Platforms**      | Snowflake Marketplace · Databricks Delta Sharing                          |

Included in the CMS Data Feeds Dataset — [start a free trial on Snowflake Marketplace](https://app.snowflake.com/marketplace/listing/GZT1Z125KDH/dataplex-consulting-data-products-cms-data-feeds-dataset).

{% hint style="success" %}
**Current** — CMS last published this feed on 2026-04-20. Coverage runs through 2026-03-31. Next CMS release expected \~Jul 2026.
{% endhint %}

{% hint style="info" %}
**Time-partitioned feed** — each file version covers one reporting period, so history is additive. Query the full table for all periods; filter on the reporting period columns for a single period. Do **not** filter to the latest file only — that would return just the 2026 reporting period.
{% endhint %}

## Sample queries

{% tabs %}
{% tab title="Snowflake" %}

```sql
-- Each file version covers one reporting period (2024, 2025, 2026) — history is additive
SELECT *
FROM DWV.SKILLED_NURSING_FACILITY_CHANGE_OF_OWNERSHIP__OWNER_INFORMATION
LIMIT 100;
```

{% endtab %}

{% tab title="Databricks" %}

```sql
-- Each file version covers one reporting period (2024, 2025, 2026) — history is additive
SELECT *
FROM cms_dwv.skilled_nursing_facility_change_of_ownership__owner_information
LIMIT 100;
```

{% endtab %}
{% endtabs %}

## About this feed

> The Skilled Nursing Facility (SNF) Change of Ownership (CHOW) - Owner Information dataset provides information on individual and organizational ownership interest and managerial control associated with the buyer and seller organizations, role of the owner, association date, address of the organizational owner and other ownership details.
>
> — *Source: CMS feed metadata*

**Keywords:** Medicare, Original Medicare, Medicare Advantage, Hospitals & Facilities, Provider Enrollment **Theme:** Medicare

## Coverage timeline

2024 🟩 · 2025 🟩 · 2026 🟩

3 of 3 years covered — no gaps.

## Release history

| Reporting period        | CMS published | Loaded     | Latest file |
| ----------------------- | ------------- | ---------- | ----------- |
| 2026-01-01 – 2026-03-31 | 2026-04-20    | 2026-04-20 | ✓           |
| 2025-10-01 – 2025-12-31 | 2026-03-16    | 2026-03-16 |             |
| 2025-10-01 – 2025-12-31 | 2026-03-11    | 2026-03-11 |             |
| 2025-10-01 – 2025-12-31 | 2026-01-20    | 2026-01-20 |             |
| 2025-07-01 – 2025-09-30 | 2025-10-22    | 2025-10-22 |             |
| 2025-04-01 – 2025-06-30 | 2025-07-15    | 2025-07-15 |             |
| 2025-01-01 – 2025-03-31 | 2025-05-15    | 2025-05-15 |             |
| 2024-10-01 – 2024-12-31 | 2025-01-15    | 2025-01-15 |             |
| 2024-07-01 – 2024-09-30 | 2024-10-15    | 2024-10-16 |             |

## Data dictionary

<details>

<summary>📋 <strong>34 data columns + 6 lineage columns</strong></summary>

**Data columns**

| Column                               | Type    | Description                         |
| ------------------------------------ | ------- | ----------------------------------- |
| `ENROLLMENT_ID`                      | TEXT    |                                     |
| `ASSOCIATE_ID`                       | NUMBER  |                                     |
| `ORGANIZATION_NAME`                  | TEXT    |                                     |
| `ASSOCIATE_ID__OWNER`                | NUMBER  | ASSOCIATE ID - OWNER                |
| `TYPE__OWNER`                        | TEXT    | TYPE - OWNER                        |
| `ROLE_CODE__OWNER`                   | NUMBER  | ROLE CODE - OWNER                   |
| `ROLE_TEXT__OWNER`                   | TEXT    | ROLE TEXT - OWNER                   |
| `ASSOCIATION_DATE__OWNER`            | DATE    | ASSOCIATION DATE - OWNER            |
| `FIRST_NAME__OWNER`                  | TEXT    | FIRST NAME - OWNER                  |
| `MIDDLE_NAME__OWNER`                 | TEXT    | MIDDLE NAME - OWNER                 |
| `LAST_NAME__OWNER`                   | TEXT    | LAST NAME - OWNER                   |
| `TITLE__OWNER`                       | TEXT    | TITLE - OWNER                       |
| `ORGANIZATION_NAME__OWNER`           | TEXT    | ORGANIZATION NAME - OWNER           |
| `DOING_BUSINESS_AS_NAME__OWNER`      | TEXT    | DOING BUSINESS AS NAME - OWNER      |
| `ADDRESS_LINE_1__OWNER`              | TEXT    | ADDRESS LINE 1 - OWNER              |
| `ADDRESS_LINE_2__OWNER`              | TEXT    | ADDRESS LINE 2 - OWNER              |
| `CITY__OWNER`                        | TEXT    | CITY - OWNER                        |
| `STATE__OWNER`                       | TEXT    | STATE - OWNER                       |
| `ZIP_CODE__OWNER`                    | TEXT    | ZIP CODE - OWNER                    |
| `PERCENTAGE_OWNERSHIP`               | NUMBER  |                                     |
| `CREATED_FOR_ACQUISITION__OWNER`     | BOOLEAN | CREATED FOR ACQUISITION - OWNER     |
| `CORPORATION__OWNER`                 | BOOLEAN | CORPORATION - OWNER                 |
| `LLC__OWNER`                         | BOOLEAN | LLC - OWNER                         |
| `MEDICAL_PROVIDER_SUPPLIER__OWNER`   | BOOLEAN | MEDICAL PROVIDER SUPPLIER - OWNER   |
| `MANAGEMENT_SERVICES_COMPANY__OWNER` | BOOLEAN | MANAGEMENT SERVICES COMPANY - OWNER |
| `MEDICAL_STAFFING_COMPANY__OWNER`    | BOOLEAN | MEDICAL STAFFING COMPANY - OWNER    |
| `HOLDING_COMPANY__OWNER`             | BOOLEAN | HOLDING COMPANY - OWNER             |
| `INVESTMENT_FIRM__OWNER`             | BOOLEAN | INVESTMENT FIRM - OWNER             |
| `FINANCIAL_INSTITUTION__OWNER`       | BOOLEAN | FINANCIAL INSTITUTION - OWNER       |
| `CONSULTING_FIRM__OWNER`             | BOOLEAN | CONSULTING FIRM - OWNER             |
| `FOR_PROFIT__OWNER`                  | BOOLEAN | FOR PROFIT - OWNER                  |
| `NON_PROFIT__OWNER`                  | BOOLEAN | NON PROFIT - OWNER                  |
| `OTHER_TYPE__OWNER`                  | BOOLEAN | OTHER TYPE - OWNER                  |
| `OTHER_TYPE_TEXT__OWNER`             | TEXT    | OTHER TYPE TEXT - OWNER             |

**Lineage columns** (present on every feed table)

| Column         | Type           | Description                                  |
| -------------- | -------------- | -------------------------------------------- |
| `ROW_ID`       | TEXT           | Unique row ID for this table (PK)            |
| `FILE_ID`      | TEXT           | Source file — joins to `FEEDS_FILES.ID` (FK) |
| `FILE_FEED_ID` | TEXT           | Parent feed — joins to `FEEDS.ID` (FK)       |
| `FILE_NAME`    | TEXT           | Source file name as published by CMS         |
| `ROWNUM`       | NUMBER         | Row number within the source file            |
| `CREATED_AT`   | TIMESTAMP\_NTZ | Timestamp when the record was loaded         |

</details>

## Row-level lineage

Every row in this table traces to the exact CMS source file that produced it. The `FILE_ID` column joins to the `FEEDS_FILES` catalog table, and `FILE_FEED_ID` joins to the `FEEDS` master table:

```mermaid
erDiagram
    FEEDS ||--o{ FEEDS_FILES : "ID = FEED_ID"
    FEEDS ||--o{ SKILLED_NURSING_FACILITY_CHANGE_OF_OWNERSHIP__OWNER_INFORMATION : "ID = FILE_FEED_ID"
    FEEDS_FILES ||--o{ SKILLED_NURSING_FACILITY_CHANGE_OF_OWNERSHIP__OWNER_INFORMATION : "ID = FILE_ID"

    FEEDS {
        text ID PK
        text TITLE
        text VIEW_NAME
        text ACCURAL_PERIODICITY
    }
    FEEDS_FILES {
        text ID PK
        text FEED_ID FK
        date TEMPORAL_START
        date TEMPORAL_END
        date CMS_FEED_MODIFIED
        number IS_LATEST
    }
    SKILLED_NURSING_FACILITY_CHANGE_OF_OWNERSHIP__OWNER_INFORMATION {
        text ROW_ID PK
        text FILE_ID FK
        text FILE_FEED_ID FK
        text ENROLLMENT_ID
        number ASSOCIATE_ID
        text ORGANIZATION_NAME
        number ASSOCIATE_ID__OWNER
        number remaining_30_data_columns
    }
```

Trace any row back to its source file and reporting period:

```sql
SELECT d.ENROLLMENT_ID, d.ASSOCIATE_ID, d.ORGANIZATION_NAME,
       ff.TEMPORAL_START, ff.TEMPORAL_END, ff.CMS_FEED_MODIFIED
FROM DWV.SKILLED_NURSING_FACILITY_CHANGE_OF_OWNERSHIP__OWNER_INFORMATION d
JOIN DWV.FEEDS_FILES ff ON d.FILE_ID = ff.ID;
```

## Source & provenance

Published by the **Centers for Medicare & Medicaid Services** (bureau 009:38).

* [Official CMS documentation](https://data.cms.gov/sites/default/files/2026-01/SNF_CHOW_Owners_Data_Dictionary.pdf)
* [Snf Chow Data Guidance](https://data.cms.gov/sites/default/files/2024-10/SNF_CHOW_Data_Guidance.pdf)

## Frequently asked questions

### How often is Skilled Nursing Facility Change of Ownership - Owner Information updated?

Quarterly. CMS last published this feed on 2026-04-20, and Dataplex loaded it to the warehouse the same day. New releases are added automatically when CMS publishes them.

### What years does Skilled Nursing Facility Change of Ownership - Owner Information cover?

2024 through 2026.

### How many records are in Skilled Nursing Facility Change of Ownership - Owner Information?

982,973 rows across all nine reporting periods. Because this feed is time-partitioned, the full table total is the meaningful count — no deduplication needed.

### How do I get Skilled Nursing Facility Change of Ownership - Owner Information data?

It's included in the CMS Data Feeds Dataset on the [Snowflake Marketplace](https://app.snowflake.com/marketplace/listing/GZT1Z125KDH/dataplex-consulting-data-products-cms-data-feeds-dataset) (free trial available) and via [Databricks Delta Sharing](https://checkout.dataplex-consulting.com/b/3cIdR2e1J59Sh2w7pWbQY00). Once mounted, query `DWV.SKILLED_NURSING_FACILITY_CHANGE_OF_OWNERSHIP__OWNER_INFORMATION` directly — no pipeline setup required.

## Related feeds

{% content-ref url="/pages/MBLnVcxHu34xfPwgC4uB" %}
[Provider of Services File - Internet Quality Improvement and Evaluation System - Home Health Agency, Ambulatory Surgical Center, and Hospice Providers](/data-catalog/cms-data-feeds-dataset/cms-data-feeds-catalog/provider-of-services-file-internet-quality-improvement-and-evaluation-system-home-health-agency-ambu.md)
{% endcontent-ref %}

{% content-ref url="/pages/QsI8YoIQAdwShgdOyn3S" %}
[Hospital Enrollments](/data-catalog/cms-data-feeds-dataset/cms-data-feeds-catalog/hospital-enrollments.md)
{% endcontent-ref %}

{% content-ref url="/pages/AM4Y2FJxyWIJrBdq0UAZ" %}
[Skilled Nursing Facility Enrollments](/data-catalog/cms-data-feeds-dataset/cms-data-feeds-catalog/skilled-nursing-facility-enrollments.md)
{% endcontent-ref %}

{% content-ref url="/pages/Pke4Co6BMaQHqhFPLRaX" %}
[Provider of Services File - Hospital & Non-Hospital Facilities](/data-catalog/cms-data-feeds-dataset/cms-data-feeds-catalog/provider-of-services-file-hospital-non-hospital-facilities.md)
{% endcontent-ref %}

{% content-ref url="/pages/RqqKBKGEAKdxjkKPt7lq" %}
[Provider of Services File - Quality Improvement and Evaluation System](/data-catalog/cms-data-feeds-dataset/cms-data-feeds-catalog/provider-of-services-file-quality-improvement-and-evaluation-system.md)
{% endcontent-ref %}

## Get this feed

1. [Start a free trial on Snowflake Marketplace](https://app.snowflake.com/marketplace/listing/GZT1Z125KDH/dataplex-consulting-data-products-cms-data-feeds-dataset) or purchase via [Databricks](https://checkout.dataplex-consulting.com/b/3cIdR2e1J59Sh2w7pWbQY00)
2. Mount the share — the database and `DWV` schema appear in your account immediately
3. Run the [sample query](#sample-queries) above — no ETL, no pipeline maintenance

Questions about this feed? Contact us at <notifications@dataplex-consulting.com>.

***

Part of the [CMS Data Feeds Dataset](/data-catalog/cms-data-feeds-dataset.md) — 280+ feeds · 245B+ records · updated daily. [Back to the full catalog →](/data-catalog/cms-data-feeds-dataset/cms-data-feeds-catalog.md#skilled-nursing-facility-change-of-ownership-owner-information)


---

# 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.dataplex-consulting.com/data-catalog/cms-data-feeds-dataset/cms-data-feeds-catalog/skilled-nursing-facility-change-of-ownership-owner-information.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.
