Baltimore City Fire Department Leave-Behind Naloxone Distribution
City of Baltimore
@usgov.city_of_baltimore_baltimore_city_fire_department_leave_b0f4b4a7
City of Baltimore
@usgov.city_of_baltimore_baltimore_city_fire_department_leave_b0f4b4a7
Baltimore City Fire Department (BCFD) EMS clinicians distribute "leave-behind "naloxone kits to members of the patient’s family, to friends, and/or to other residents in the area when responding to overdose-related 911 calls. The dataset provides a monthly total of how many leave-behind naloxone kits were provided by BCFD personnel on overdose-related 911 responses. Dataset will include the date, zip code, and amount of kits distributed .
Change Log
2021-12-16:
- Added FY2021 data
- Metadata added
- Columns renamed to a standard format
- Agency names reformatted with Workday conventions
Data Dictionary
| field_name | description | data_type | range_of_possible_values | example_values |
|---|---|---|---|---|
| date | The date that naloxone leave-behind kits were distributed by a Baltimore City Fire Department clinician. | Date | 8/1/2019 | |
| zipCode | The ZIP code in which naloxone leave-behind kits were distributed by a Baltimore City Fire Department clinician. | Category | All Baltimore City ZIP codes | 21211 |
| kitsDistributed | The number of leave-behind naloxone kits that were left with patients. | Number | Minimum 1, no maximum. | 1 |
| Organization: City of Baltimore | ||||
| Last updated: 2024-06-08T09:09:53.866157 | ||||
| Tags: city-services, community, health, public-safety |
CREATE TABLE table_1 (
"incident_date" TIMESTAMP,
"incident_postal_code" BIGINT,
"number_of_leave_behind_naloxone" BIGINT,
"objectid" BIGINT
);Anyone who has the link will be able to view this.