File size: 4,043 Bytes
04ec683 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | {
"dataset": "fda-warning-letter-escalation",
"title": "FDA Warning Letter Escalation Dataset",
"version": "1.0.0",
"source": "FDA Data Dashboard API + openFDA (U.S. Government public domain)",
"record_count": 14810,
"field_count": 24,
"fields": [
{
"name": "fei_number",
"type": "string",
"description": "FDA Facility Establishment Identifier (FEI) of the inspected facility."
},
{
"name": "inspection_id",
"type": "string",
"description": "FDA Data Dashboard inspection identifier (not unique per row \u2014 an inspection may span multiple product/program rows)."
},
{
"name": "legal_name",
"type": "string",
"description": "Inspected facility legal name."
},
{
"name": "inspection_end_date",
"type": "date",
"description": "Date the inspection ended."
},
{
"name": "fiscal_year",
"type": "string",
"description": "FDA fiscal year of the inspection."
},
{
"name": "classification",
"type": "string",
"description": "Inspection outcome classification (full text)."
},
{
"name": "classification_code",
"type": "string",
"description": "Inspection outcome code: NAI (No Action), VAI (Voluntary Action), OAI (Official Action)."
},
{
"name": "project_area",
"type": "string",
"description": "FDA project area for the inspection."
},
{
"name": "product_type",
"type": "string",
"description": "Product area covered by this inspection row (Drugs, Devices, Foods, etc.)."
},
{
"name": "posted_citations",
"type": "string",
"description": "FDA flag indicating whether citations were posted for this inspection."
},
{
"name": "city",
"type": "string",
"description": "Facility city."
},
{
"name": "state",
"type": "string",
"description": "Facility state/province."
},
{
"name": "state_code",
"type": "string",
"description": "Facility state code."
},
{
"name": "country",
"type": "string",
"description": "Facility country."
},
{
"name": "firm_profile",
"type": "string",
"description": "URL to the facility's FDA FirmProfile page."
},
{
"name": "citation_count",
"type": "integer",
"description": "Number of citations (483 observations) recorded for this inspection."
},
{
"name": "cfr_codes_cited",
"type": "list<string>",
"description": "Distinct CFR codes cited in this inspection."
},
{
"name": "citation_descriptions",
"type": "list<string>",
"description": "Short descriptions of the citations issued in this inspection."
},
{
"name": "days_inspection_to_warning_letter",
"type": "integer",
"description": "Days from this inspection's end to the NEAREST subsequent escalation action at the same facility (Warning Letter / Injunction / Seizure). Null if none followed. Always positive \u2014 directionality is enforced (the action must post-date the inspection)."
},
{
"name": "escalated_warning_letter_action_type",
"type": "string",
"description": "ActionType of the nearest subsequent escalation (Warning Letter, Injunction, or Seizure); null if none."
},
{
"name": "escalated_within_90d",
"type": "boolean",
"description": "True if an escalation action followed within 90 days of the inspection."
},
{
"name": "escalated_within_180d",
"type": "boolean",
"description": "True if an escalation action followed within 180 days."
},
{
"name": "escalated_within_365d",
"type": "boolean",
"description": "True if an escalation action followed within 365 days."
},
{
"name": "escalated_ever",
"type": "boolean",
"description": "True if an escalation action followed at any time after the inspection."
}
]
}
|