home / openregs

oira_meeting_attendees

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

10 rows where meeting_id = 1004123

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: attendee_name, attendee_org, participation_type, is_government

Link rowid ▼ meeting_id attendee_name attendee_org participation_type is_government
153 153 340B Rebate Guidance 1004123 Alexandra Williams AbbVie Teleconference 0
154 154 340B Rebate Guidance 1004123 Dan Cline OMB Teleconference 1
155 155 340B Rebate Guidance 1004123 Christina Carrere OMB Teleconference 1
156 156 340B Rebate Guidance 1004123 Hester Grippando OMB Teleconference 1
157 157 340B Rebate Guidance 1004123 Chantelle Britton HHS Teleconference 0
158 158 340B Rebate Guidance 1004123 Maggie DeSisto OMB Teleconference 1
159 159 340B Rebate Guidance 1004123 Whitney Hubbard SELF In Person 0
160 160 340B Rebate Guidance 1004123 Alexandra Williams AbbVie Teleconference 0
161 161 340B Rebate Guidance 1004123 Jeff Colvin AbbVie In Person 0
162 162 340B Rebate Guidance 1004123 Edward Scheidler AbbVie 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 4.781ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API