facilities
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where license_type = "Class R - Research Facility" and site_state = "District of Columbia" sorted by legal_name
This data as json, CSV (advanced)
Suggested facets: site_zip, last_seen_date (date)
| cert_number | customer_number | legal_name ▼ | dba_name | site_name | site_address | site_city | site_state | site_zip | license_type | status | first_seen_date | last_seen_date |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10-R-0011 | 59 | Childrens National Medical Center | CHILDREN'S NATIONAL MEDICAL CENTER | WASHINGTON | District of Columbia | 20010 | Class R - Research Facility | 2025-05-29 | ||||
| 10-R-0004 | 69 | Georgetown University | GEORGETOWN UNIVERSITY | WASHINGTON | District of Columbia | 20057 | Class R - Research Facility | 2025-05-22 | ||||
| 10-R-0001 | 66 | MedStar Health Research Institute | WASHINGTON HOSPITAL CENTER | WASHINGTON | District of Columbia | 20010 | Class R - Research Facility | 2025-04-24 | ||||
| 10-R-0005 | 70 | The George Washington University | GEORGE WASHINGTON UNIVERSITY | WASHINGTON | District of Columbia | 20037 | Class R - Research Facility | 2025-05-07 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE facilities (
cert_number TEXT PRIMARY KEY,
customer_number TEXT,
legal_name TEXT,
dba_name TEXT,
site_name TEXT,
site_address TEXT,
site_city TEXT,
site_state TEXT,
site_zip TEXT,
license_type TEXT,
status TEXT,
first_seen_date TEXT,
last_seen_date TEXT
);
CREATE INDEX idx_facilities_state ON facilities(site_state);
CREATE INDEX idx_facilities_type ON facilities(license_type);
CREATE INDEX idx_facilities_name ON facilities(legal_name);