home / openregs

oira_meeting_attendees

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

8 rows where meeting_id = 1008973

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: attendee_name, attendee_org, is_government

Link rowid ▼ meeting_id attendee_name attendee_org participation_type is_government
219 219 340B Rebate Guidance 1008973 Samaneh Kalirai Bristol Myers Squibb Teleconference 0
220 220 340B Rebate Guidance 1008973 Dan Cline OMB Teleconference 1
221 221 340B Rebate Guidance 1008973 Don Dempsey OMB Teleconference 1
222 222 340B Rebate Guidance 1008973 Christa Pedley HHS Teleconference 0
223 223 340B Rebate Guidance 1008973 Linda Kamin Bristol Myers Squibb Teleconference 0
224 224 340B Rebate Guidance 1008973 Katie Verb Bristol Myers Squibb Teleconference 0
225 225 340B Rebate Guidance 1008973 Samaneh Kalirai Bristol Myers Squibb Teleconference 0
226 226 340B Rebate Guidance 1008973 James Deal Bristol Myers Squibb Teleconference 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE oira_meeting_attendees (
    meeting_id TEXT REFERENCES oira_meetings(meeting_id),
    attendee_name TEXT,
    attendee_org TEXT,
    participation_type TEXT,
    is_government INTEGER DEFAULT 0
);
CREATE INDEX idx_oira_attendees_mid ON oira_meeting_attendees(meeting_id);
CREATE INDEX idx_oira_attendees_org ON oira_meeting_attendees(attendee_org);
Powered by Datasette · Queries took 548.544ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API