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 = 1003873

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: attendee_org, is_government

Link rowid ▼ meeting_id attendee_name attendee_org participation_type is_government
98 98 340B Rebate Guidance 1003873 Jacqueline Roche Johnson and Johnson Teleconference 0
99 99 340B Rebate Guidance 1003873 Dan Cline OMB Teleconference 1
100 100 340B Rebate Guidance 1003873 Hester Grippando OMB Teleconference 1
101 101 340B Rebate Guidance 1003873 Don Dempsey OMB Teleconference 1
102 102 340B Rebate Guidance 1003873 Michelle Herzog HHS Teleconference 0
103 103 340B Rebate Guidance 1003873 Perry Knight Johnson and Johnson Teleconference 0
104 104 340B Rebate Guidance 1003873 Julia Kiechel Johnson and Johnson Teleconference 0
105 105 340B Rebate Guidance 1003873 Wendy Sussman Johnson and Johnson 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 769.949ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API