Skip to content

Instantly share code, notes, and snippets.

@marks
Created January 17, 2015 18:51
Show Gist options
  • Save marks/b030c837d9c622f3de35 to your computer and use it in GitHub Desktop.
Save marks/b030c837d9c622f3de35 to your computer and use it in GitHub Desktop.
var codes_to_category = {}
codes_to_category['100'] = "Fire, Other"
codes_to_category['110'] = "Structure fire, Other (conversion only)"
codes_to_category['111'] = "Building fire"
codes_to_category['112'] = "Fires in structure other than in a building"
codes_to_category['113'] = "Cooking fire, confined to container"
codes_to_category['114'] = "Chimney or flue fire, confined to chimney or flue"
codes_to_category['115'] = "Incinerator overload or malfunction, fire confined"
codes_to_category['116'] = "Fuel burner/boiler malfunction, fire confined"
codes_to_category['117'] = "Commercial Compactor fire, confined to rubbish"
codes_to_category['118'] = "Trash or rubbish fire, contained"
codes_to_category['120'] = "Fire in mobile prop used as a fixed struc, Other"
codes_to_category['121'] = "Fire in mobile home used as fixed residence"
codes_to_category['122'] = "Fire in motor home, camper, recreational vehicle"
codes_to_category['123'] = "Fire in portable building, fixed location"
codes_to_category['130'] = "Mobile property (vehicle) fire, Other"
codes_to_category['131'] = "Passenger vehicle fire"
codes_to_category['132'] = "Road freight or transport vehicle fire"
codes_to_category['133'] = "Rail vehicle fire"
codes_to_category['134'] = "Water vehicle fire"
codes_to_category['135'] = "Aircraft fire"
codes_to_category['136'] = "Self-propelled motor home or recreational vehicle"
codes_to_category['137'] = "Camper or recreational vehicle (RV) fire"
codes_to_category['138'] = "Off-road vehicle or heavy equipment fire"
codes_to_category['140'] = "Natural vegetation fire, Other"
codes_to_category['141'] = "Forest, woods or wildland fire"
codes_to_category['142'] = "Brush or brush-and-grass mixture fire"
codes_to_category['143'] = "Grass fire"
codes_to_category['150'] = "Outside rubbish fire, Other"
codes_to_category['151'] = "Outside rubbish, trash or waste fire"
codes_to_category['152'] = "Garbage dump or sanitary landfill fire"
codes_to_category['153'] = "Construction or demolition landfill fire"
codes_to_category['154'] = "Dumpster or other outside trash receptacle fire"
codes_to_category['155'] = "Outside stationary compactor/compacted trash fire"
codes_to_category['160'] = "Special outside fire, Other"
codes_to_category['161'] = "Outside storage fire"
codes_to_category['162'] = "Outside equipment fire"
codes_to_category['163'] = "Outside gas or vapor combustion explosion"
codes_to_category['164'] = "Outside mailbox fire"
codes_to_category['170'] = "Cultivated vegetation, crop fire, Other"
codes_to_category['171'] = "Cultivated grain or crop fire"
codes_to_category['172'] = "Cultivated orchard or vineyard fire"
codes_to_category['173'] = "Cultivated trees or nursery stock fire"
codes_to_category['200'] = "Overpressure rupture, explosion, overheat other"
codes_to_category['210'] = "Overpressure rupture from steam, Other"
codes_to_category['211'] = "Overpressure rupture of steam pipe or pipeline"
codes_to_category['212'] = "Overpressure rupture of steam boiler"
codes_to_category['213'] = "Steam rupture of pressure or process vessel"
codes_to_category['220'] = "Overpressure rupture from air or gas, Other"
codes_to_category['221'] = "Overpressure rupture of air or gas pipe/pipeline"
codes_to_category['222'] = "Overpressure rupture of boiler from air or gas"
codes_to_category['223'] = "Air or gas rupture of pressure or process vessel"
codes_to_category['231'] = "Chemical reaction rupture of process vessel"
codes_to_category['240'] = "Explosion (no fire), Other"
codes_to_category['241'] = "Munitions or bomb explosion (no fire)"
codes_to_category['242'] = "Blasting agent explosion (no fire)"
codes_to_category['243'] = "Fireworks explosion (no fire)"
codes_to_category['244'] = "Dust explosion (no fire)"
codes_to_category['251'] = "Excessive heat, scorch burns with no ignition"
codes_to_category['300'] = "Rescue, EMS incident, other"
codes_to_category['311'] = "Medical assist, assist EMS crew"
codes_to_category['320'] = "Emergency medical service, other"
codes_to_category['321'] = "EMS call, excluding vehicle accident with injury"
codes_to_category['322'] = "Motor vehicle accident with injuries"
codes_to_category['323'] = "Motor vehicle/pedestrian accident (MV Ped)"
codes_to_category['324'] = "Motor Vehicle Accident with no injuries"
codes_to_category['331'] = "Lock-in (if lock out , use 511 )"
codes_to_category['340'] = "Search for lost person, other"
codes_to_category['341'] = "Search for person on land"
codes_to_category['342'] = "Search for person in water"
codes_to_category['343'] = "Search for person underground"
codes_to_category['350'] = "Extrication, rescue, Other"
codes_to_category['351'] = "Extrication of victim(s) from building/structure"
codes_to_category['352'] = "Extrication of victim(s) from vehicle"
codes_to_category['353'] = "Removal of victim(s) from stalled elevator"
codes_to_category['354'] = "Trench/below-grade rescue"
codes_to_category['355'] = "Confined space rescue"
codes_to_category['356'] = "High-angle rescue"
codes_to_category['357'] = "Extrication of victim(s) from machinery"
codes_to_category['360'] = "Water & ice-related rescue, other"
codes_to_category['361'] = "Swimming/recreational water areas rescue"
codes_to_category['362'] = "Ice rescue"
codes_to_category['363'] = "Swift water rescue"
codes_to_category['364'] = "Surf rescue"
codes_to_category['365'] = "Watercraft rescue"
codes_to_category['370'] = "Electrical rescue, Other"
codes_to_category['371'] = "Electrocution or potential electrocution"
codes_to_category['372'] = "Trapped by power lines"
codes_to_category['381'] = "Rescue or EMS standby"
codes_to_category['400'] = "Hazardous condition, Other"
codes_to_category['410'] = "Combustible/flammable gas/liquid condition, other"
codes_to_category['411'] = "Gasoline or other flammable liquid spill"
codes_to_category['412'] = "Gas leak (natural gas or LPG)"
codes_to_category['413'] = "Oil or other combustible liquid spill"
codes_to_category['420'] = "Toxic condition, Other"
codes_to_category['421'] = "Chemical hazard (no spill or leak)"
codes_to_category['422'] = "Chemical spill or leak"
codes_to_category['423'] = "Refrigeration leak"
codes_to_category['424'] = "Carbon monoxide incident"
codes_to_category['430'] = "Radioactive condition, Other"
codes_to_category['431'] = "Radiation leak, radioactive material"
codes_to_category['440'] = "Electrical wiring/equipment problem, Other"
codes_to_category['441'] = "Heat from short circuit (wiring), defective/worn"
codes_to_category['442'] = "Overheated motor"
codes_to_category['443'] = "Breakdown of light ballast"
codes_to_category['444'] = "Power line down"
codes_to_category['445'] = "Arcing, shorted electrical equipment"
codes_to_category['451'] = "Biological hazard, confirmed or suspected"
codes_to_category['460'] = "Accident, potential accident, Other"
codes_to_category['461'] = "Building or structure weakened or collapsed"
codes_to_category['462'] = "Aircraft standby"
codes_to_category['463'] = "Vehicle accident, general cleanup"
codes_to_category['471'] = "Explosive, bomb removal (for bomb scare, use 721)"
codes_to_category['480'] = "Attempted burning, illegal action, Other"
codes_to_category['481'] = "Attempt to burn"
codes_to_category['482'] = "Threat to burn"
codes_to_category['500'] = "Service Call, other"
codes_to_category['510'] = "Person in distress, Other"
codes_to_category['512'] = "Ring or jewelry removal"
codes_to_category['520'] = "Water problem, Other"
codes_to_category['521'] = "Water evacuation"
codes_to_category['522'] = "Water or steam leak"
codes_to_category['531'] = "Smoke or odor removal"
codes_to_category['540'] = "Animal problem, Other"
codes_to_category['541'] = "Animal problem"
codes_to_category['542'] = "Animal rescue"
codes_to_category['550'] = "Public service assistance, Other"
codes_to_category['551'] = "Assist police or other governmental agency"
codes_to_category['552'] = "Police matter"
codes_to_category['553'] = "Public service"
codes_to_category['553A'] = "Shutoff Open Hydrant"
codes_to_category['554'] = "Assist invalid"
codes_to_category['555'] = "Defective elevator, no occupants"
codes_to_category['561'] = "Unauthorized burning"
codes_to_category['571'] = "Cover assignment, standby, moveup"
codes_to_category['600'] = "Good intent call, Other"
codes_to_category['611'] = "Dispatched & cancelled en route"
codes_to_category['621'] = "Wrong location"
codes_to_category['622'] = "No Incident found on arrival at dispatch address"
codes_to_category['631'] = "Authorized controlled burning"
codes_to_category['632'] = "Prescribed fire"
codes_to_category['641'] = "Vicinity alarm (incident in other location)"
codes_to_category['650'] = "Steam, Other gas mistaken for smoke, Other"
codes_to_category['651'] = "Smoke scare, odor of smoke"
codes_to_category['652'] = "Steam, vapor, fog or dust thought to be smoke"
codes_to_category['653'] = "Smoke from barbecue, tar kettle"
codes_to_category['661'] = "EMS call, party transported by non-fire agency"
codes_to_category['671'] = "HazMat release investigation w/no HazMat"
codes_to_category['672'] = "Biological hazard investigation"
codes_to_category['700'] = "False alarm or false call, Other"
codes_to_category['710'] = "Malicious, mischievous false call, Other"
codes_to_category['711'] = "Municipal alarm system, malicious false alarm"
codes_to_category['712'] = "Direct tie to FD, malicious false alarm"
codes_to_category['713'] = "Telephone, malicious false alarm"
codes_to_category['714'] = "Central station, malicious false alarm"
codes_to_category['715'] = "Local alarm system, malicious false alarm"
codes_to_category['721'] = "Bomb scare - no bomb"
codes_to_category['730'] = "System malfunction, Other"
codes_to_category['731'] = "Sprinkler activation due to malfunction"
codes_to_category['732'] = "Extinguishing system activation due to malfunction"
codes_to_category['733'] = "Smoke detector activation due to malfunction"
codes_to_category['734'] = "Heat detector activation due to malfunction"
codes_to_category['735'] = "Alarm system sounded due to malfunction"
codes_to_category['736'] = "CO detector activation due to malfunction"
codes_to_category['740'] = "Unintentional transmission of alarm, Other"
codes_to_category['741'] = "Sprinkler activation, no fire - unintentional"
codes_to_category['742'] = "Extinguishing system activation"
codes_to_category['743'] = "Smoke detector activation, no fire - unintentional"
codes_to_category['744'] = "Detector activation, no fire - unintentional"
codes_to_category['745'] = "Alarm system activation, no fire - unintentional"
codes_to_category['746'] = "Carbon monoxide detector activation, no CO"
codes_to_category['751'] = "Biological hazard, malicious false report"
codes_to_category['800'] = "Severe weather or natural disaster, Other"
codes_to_category['811'] = "Earthquake assessment"
codes_to_category['812'] = "Flood assessment"
codes_to_category['813'] = "Wind storm, tornado/hurricane assessment"
codes_to_category['814'] = "Lightning strike (no fire)"
codes_to_category['815'] = "Severe weather or natural disaster standby"
codes_to_category['UUU'] = "Undetermined incident type (conversion only)"
codes_to_category['900'] = "Special type of incident, Other"
codes_to_category['9001'] = "Special Events Response"
codes_to_category['911'] = "Citizen complaint"
codes_to_category['9111'] = "Parent/Guardian Walk-in Complaint of Fireplay"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment