> For the complete documentation index, see [llms.txt](https://docs.bcbi.brown.edu/codiac-for-health/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bcbi.brown.edu/codiac-for-health/ursa-ri/datasets.md).

# Datasets

## [10x Genomics Data Repository](/codiac-for-health/ursa-ri/datasets/10x-genomics-dataset-repository.md)

10x Genomics maintains a repository of publicly available datasets generated through three main platforms: Chromium, Visium, and Xenium. The repository includes Chromium single-cell molecular profiles, Visium spatial transcriptomics (ST) data, and Xenium single-cell spatial gene expression measurements.&#x20;

## [All of Us](/codiac-for-health/ursa-ri/datasets/all-of-us.md)

The All of Us dataset is a large, longitudinal U.S. health research resource that integrates clinical, behavioral, genomic, and wearable-device data from a diverse participant population.&#x20;

## [Behavioral Risk Factor Surveillance System (BRFSS)](/codiac-for-health/ursa-ri/datasets/behavioral-risk-factor-surveillance-system-brfss.md)

The Behavioral Risk Factor Surveillance System (BRFSS) was established in 1984 by the U.S. Centers for Disease Control and Prevention (CDC) to collect prevalence data regarding risk behaviors and preventive health practices among adult residents across all 50 states, the District of Columbia, and participating U.S. territories.&#x20;

## [cBioPortal for Cancer Genomics](/codiac-for-health/ursa-ri/datasets/cbioportal-for-cancer-genomics.md)

The cBioPortal for Cancer Genomics is an open-access, open-source platform for the interactive exploration of multidimensional cancer genomics datasets with an emphasis on multimodal cancer visualization.&#x20;

## [DailyMed SPL Dataset](/codiac-for-health/ursa-ri/datasets/dailymed-spl-dataset.md)

The DailyMed Full SPL Dataset refers to the downloadable full release of all drug labels in the United States.&#x20;

## [Healthcare Cost and Utilization Project (HCUP)](/codiac-for-health/ursa-ri/datasets/healthcare-cost-and-utilization-project-hcup.md)

The Healthcare Cost and Utilization Project (HCUP) is a family of databases, software tools, and related products developed through a Federal-State-Industry partnership and sponsored by the Agency for Healthcare Research and Quality (AHRQ).&#x20;

## [MIMIC-IV](/codiac-for-health/ursa-ri/datasets/mimic-iv.md)

The Medical Information Mart for Intensive Care (MIMIC) is a publicly available repository of deidentified electronic health record (EHR) data from patients admitted to the Beth Israel Deaconess Medical Center (BIDMC) in Boston, Massachusetts.&#x20;

## [National Plan and Provider Enumeration System (NPPES)](/codiac-for-health/ursa-ri/datasets/national-plan-and-provider-enumeration-system-nppes.md)

The National Plan and Provider Enumeration System (NPPES) is the national registry, operated by the Centers for Medicare & Medicaid Services (CMS), that assigns and maintains the National Provider Identifier (NPI) — the standard unique identifier for health care providers in the United States.

## [Pediatric Psychiatry Emergency Services (PediPES) at Hasbro Children’s](/codiac-for-health/ursa-ri/datasets/pediatric-psychiatry-emergency-services-pedipes-at-hasbro-childrens.md)

The Pediatric Psychiatry Emergency Services (PediPES) dataset consists of electronic health record (EHR) data for patients younger than 18 years old evaluated in the emergency department at Hasbro Children's Emergency Department in Providence, Rhode Island for psychiatric concerns.&#x20;

## [Surveillance, Epidemiology, and End Results (SEER)](/codiac-for-health/ursa-ri/datasets/surveillance-epidemiology-and-end-results-seer.md)

The Surveillance, Epidemiology, and End Results (SEER) Program provides information on cancer statistics in an effort to reduce the cancer burden among the U.S. population.

## [SyntheticMass](/codiac-for-health/ursa-ri/datasets/syntheticmass.md)

SyntheticMass is a Synthea-generated data set that contains realistic but fictional residents of the state of Massachusetts.&#x20;

## [SyntheticRI 2026: Synthetic Healthcare Records for Rhode Island](/codiac-for-health/ursa-ri/datasets/syntheticri-2026-synthetic-healthcare-records-for-rhode-island.md)

The SyntheticRI 2026 datasets consist of patient-centric synthetic health records representing the population of Rhode Island.&#x20;

## [Youth Risk Behavior Surveillance System (YRBSS)](/codiac-for-health/ursa-ri/datasets/youth-risk-behavior-surveillance-system-yrbss.md)

The Youth Risk Behavior Surveillance System (YRBSS) was established in 1990 by the U.S. Centers for Disease Control and Prevention (CDC) to monitor priority health risk behaviors and experiences that contribute to death, disability, and social problems among youth and young adults in the United States.


---

# 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.bcbi.brown.edu/codiac-for-health/ursa-ri/datasets.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.
