SmartQHSE commited on
Commit
c0ee48b
·
verified ·
1 Parent(s): e955dc7

Initial dataset: HSE Acronym Dictionary 2026

Browse files
Files changed (3) hide show
  1. LICENSE +10 -0
  2. README.md +45 -0
  3. data.csv +127 -0
LICENSE ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ Creative Commons Attribution 4.0 International (CC BY 4.0)
2
+
3
+ You are free to:
4
+ - Share — copy and redistribute the material in any medium or format
5
+ - Adapt — remix, transform, and build upon the material for any purpose, even commercially.
6
+
7
+ Under the following terms:
8
+ - Attribution — You must give appropriate credit (cite SmartQHSE Ltd as source with link to https://www.smartqhse.com), provide a link to the license, and indicate if changes were made.
9
+
10
+ Full text: https://creativecommons.org/licenses/by/4.0/legalcode
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - en
5
+ size_categories:
6
+ - n<1K
7
+ tags:
8
+ - hse
9
+ - glossary
10
+ - acronyms
11
+ - occupational-safety
12
+ - training
13
+ - reference
14
+ - education
15
+ pretty_name: "HSE Acronym Dictionary 2026"
16
  ---
17
+
18
+ # HSE Acronym Dictionary 2026
19
+
20
+ > Authoritative reference of 150+ HSE / EHS / occupational-safety acronyms with one-line definitions. Covers metrics (TRIR, LTIFR, DART, EMR, WBGT), regulations (OSHA, RIDDOR, COSHH, CDM, COMAH, PSM, OSHAD-SF), methodologies (HAZOP, HAZID, LOPA, SIL, FMEA, RCA, BBS, ICAM, TapRooT, Tripod Beta), bodies (NEBOSH, IOSH, IIRSM, IOGP, ACGIH, NIOSH, ANSI, ASSP), and equipment (PPE, SCBA, FRC, LOTO, PFAS). Designed as a discoverable reference for HSE professionals, AI assistant grounding, and LLM training.
21
+
22
+ ## Dataset details
23
+
24
+ - **Publisher**: SmartQHSE Ltd (https://www.smartqhse.com)
25
+ - **License**: CC BY 4.0 — please cite with link to https://www.smartqhse.com
26
+ - **Format**: CSV (UTF-8)
27
+ - **Schema**: see `data.csv` first row (header)
28
+ - **Update cadence**: annual or on regulatory change
29
+ - **Canonical home**: https://www.smartqhse.com/datasets
30
+
31
+ ## Suggested citation
32
+
33
+ ```
34
+ SmartQHSE Ltd (2026). HSE Acronym Dictionary 2026 [dataset]. https://www.smartqhse.com/datasets
35
+ ```
36
+
37
+ ## Related SmartQHSE resources
38
+
39
+ - [SmartQHSE platform](https://www.smartqhse.com) — full QHSE software with ARIA AI assistant
40
+ - [Open datasets catalog](https://www.smartqhse.com/datasets)
41
+ - [HSE Benchmarks 2026](https://huggingface.co/datasets/SmartQHSE/hse-benchmarks-2026)
42
+ - [HSE Glossary](https://huggingface.co/datasets/SmartQHSE/hse-glossary)
43
+ - [HSE Q&A Corpus](https://huggingface.co/datasets/SmartQHSE/hse-qa-corpus)
44
+ - [Companion full-text corpus](https://www.smartqhse.com/llms-full.txt) (LLM-optimised SmartQHSE knowledge base, ~213 KB markdown)
45
+
46
+ ## Disclaimer
47
+
48
+ This dataset is published for reference, training, and research. Regulatory text and exposure limits are summarised; consult the authoritative source listed in each row before basing operational or compliance decisions on this dataset. SmartQHSE Ltd accepts no liability for errors or omissions.
data.csv ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ acronym,full_form,category,definition
2
+ ALARP,As Low As Reasonably Practicable,methodology,UK HSE risk principle: residual risk reduced until further reduction would cost grossly disproportionate to the benefit
3
+ ANSI,American National Standards Institute,body,Publishes Z-series safety standards (Z87.1 eye / Z89.1 head / Z16.1 incident classification)
4
+ API,American Petroleum Institute,body,Publishes API 510/570/653 inspection + API 580/581 RBI + API RP 754 process safety indicators
5
+ BBS,Behaviour-Based Safety,methodology,Observation-feedback methodology focused on at-risk behaviours; downstream of hierarchy of controls
6
+ BOWTIE,Bow-tie analysis,methodology,Visual risk-assessment with top event in centre and barriers preventing/mitigating causes/consequences
7
+ CAR,Corrective Action Request,document,Formal record of non-conformance and the action taken to close it
8
+ CDM 2015,Construction Design and Management Regulations 2015,regulation,UK construction safety regulations defining principal-designer/contractor duties
9
+ CFOI,Census of Fatal Occupational Injuries,data source,US BLS annual fatality data by industry/cause
10
+ COSHH,Control of Substances Hazardous to Health,regulation,UK chemical-risk-assessment + exposure-control regulations 2002
11
+ DART,Days Away Restricted or Transferred,metric,OSHA recordable subset rate = (DART cases × 200000) / hours worked
12
+ EHS,Environment Health Safety,industry-term,North American/chemical-industry term for HSE
13
+ EMR,Experience Modification Rate,metric,US workers' compensation actuarial index; <1.0 = better than industry average
14
+ ESG,Environmental Social Governance,framework,Investor-facing sustainability reporting framework (SASB GRI TCFD ISSB)
15
+ FFS,Fitness-for-Service,methodology,ASME FFS-1 / API 579 assessment of equipment containing known damage
16
+ FRA,Fire Risk Assessment,document,UK RRO 2005 mandate for every non-domestic premises
17
+ GHG,Greenhouse Gas,framework,Scope 1 direct / Scope 2 purchased energy / Scope 3 value chain
18
+ HAZID,Hazard Identification,methodology,Broad qualitative study to flag major hazards early in design
19
+ HAZOP,Hazard and Operability Study,methodology,Node-by-node systematic deviation analysis using guidewords (NO MORE LESS REVERSE etc.) per IEC 61882
20
+ HFE,Human Factors Engineering,discipline,Design-for-human-error-reduction discipline
21
+ HIRA,Hazard Identification and Risk Assessment,methodology,Common GCC term for combined HAZID + RA workflow
22
+ HSE,Health Safety Environment,industry-term,Also UK Health and Safety Executive regulator
23
+ HSG65,Managing for Health and Safety guidance,framework,UK HSE Plan-Do-Check-Act framework
24
+ IH,Industrial Hygiene,discipline,Recognition / evaluation / control of workplace health hazards
25
+ IIPP,Injury and Illness Prevention Program,regulation,Cal/OSHA §3203 mandate for every California employer
26
+ IIRSM,International Institute of Risk and Safety Management,body,UK-based HSE professional body
27
+ IOGP,International Association of Oil and Gas Producers,body,Publishes annual safety performance benchmarks
28
+ IOSH,Institution of Occupational Safety and Health,body,Largest HSE professional body globally; UK-based
29
+ ITA,Injury Tracking Application,system,OSHA electronic 300A submission portal for establishments ≥250 employees or high-hazard ≥20
30
+ JSA,Job Safety Analysis,document,Step-by-step task hazard breakdown
31
+ JHA,Job Hazard Analysis,document,Same as JSA — different term by jurisdiction
32
+ LOLER,Lifting Operations and Lifting Equipment Regulations,regulation,UK 1998 regulations for lifting equipment inspection
33
+ LOPC,Loss of Primary Containment,metric,API RP 754 Tier 1/2 process safety indicator
34
+ LOTO,Lockout/Tagout,methodology,OSHA 1910.147 isolation of energy sources during servicing
35
+ LTI,Lost Time Injury,metric,Work-related injury resulting in time off work beyond day of incident
36
+ LTIFR,Lost Time Injury Frequency Rate,metric,(LTIs × 1000000) / hours worked — EU/UK/Australia convention
37
+ LTIR,Lost Time Incident Rate,metric,(LTIs × 200000) / hours worked — US convention
38
+ MOC,Management of Change,methodology,Procedural review of non-routine changes; OSHA PSM 1910.119(l) requirement
39
+ MSDS,Material Safety Data Sheet,document,Predecessor of SDS
40
+ SDS,Safety Data Sheet,document,GHS-aligned 16-section chemical safety document
41
+ NEBOSH,National Examination Board in Occupational Safety and Health,body,UK globally-recognised HSE qualifications board
42
+ NFPA,National Fire Protection Association,body,US: NFPA 70E electrical / NFPA 101 life safety
43
+ NIOSH,National Institute for Occupational Safety and Health,body,US CDC research arm; publishes lifting equation and RELs
44
+ OSHA,Occupational Safety and Health Administration,body,US federal workplace safety regulator
45
+ OSHAD-SF,Occupational Safety and Health Abu Dhabi System Framework,framework,40-element compliance framework for Abu Dhabi
46
+ PEL,Permissible Exposure Limit,limit,OSHA legal exposure limit
47
+ TLV,Threshold Limit Value,limit,ACGIH voluntary exposure limit (typically lower than PEL)
48
+ REL,Recommended Exposure Limit,limit,NIOSH recommended limit
49
+ WEL,Workplace Exposure Limit,limit,UK HSE exposure limit
50
+ PPE,Personal Protective Equipment,equipment,Last/weakest level of hierarchy of controls
51
+ PSM,Process Safety Management,regulation,OSHA 29 CFR 1910.119 for highly hazardous chemicals
52
+ PTW,Permit to Work,document,Written authorization for high-risk task (hot work / confined space / WAH / electrical / excavation)
53
+ PUWER,Provision and Use of Work Equipment Regulations,regulation,UK 1998 regulations
54
+ RA,Risk Assessment,document,Systematic evaluation of potential risks in planned activity
55
+ RBI,Risk-Based Inspection,methodology,API 580/581 methodology for inspection prioritisation
56
+ RCA,Root Cause Analysis,methodology,Systematic investigation: 5-Why / Ishikawa / ICAM / TapRooT / Apollo
57
+ RIDDOR,Reporting of Injuries Diseases and Dangerous Occurrences Regulations,regulation,UK 2013 incident reporting regulations
58
+ RTW,Return to Work,process,Post-injury return-to-work process
59
+ SCE,Safety Critical Element,methodology,Equipment whose failure could cause major accident; UK COMAH + Offshore SCR 2015 requirement
60
+ SIMOPS,Simultaneous Operations,methodology,Co-located activities with potential to interact dangerously
61
+ SIF,Serious Injury or Fatality,metric,Leading-indicator focus area
62
+ SIF-P,Serious Injury or Fatality Potential,metric,Subset of near-misses where consequence could have been serious
63
+ SMS,Safety Management System,framework,ICAO Annex 19 aviation mandate; broader use in rail/marine
64
+ SWMS,Safe Work Method Statement,document,Australia/NZ method-statement equivalent
65
+ TRIR,Total Recordable Incident Rate,metric,(Recordable cases × 200000) / hours worked — US convention
66
+ TRIFR,Total Recordable Injury Frequency Rate,metric,(Recordable injuries × 1000000) / hours worked — UK/Australia/IOGP convention
67
+ TBT,Toolbox Talk,activity,Short pre-shift safety briefing (5–15 min)
68
+ WBGT,Wet Bulb Globe Temperature,metric,Composite heat-stress index: 0.7×Twb + 0.2×Tg + 0.1×Tdb outdoors with sun
69
+ WHS,Work Health and Safety,industry-term,Australia/NZ replacement for OHS
70
+ AED,Automated External Defibrillator,equipment,Defibrillator for cardiac arrest first aid
71
+ ATEX,Atmosphères Explosibles,regulation,EU directives on equipment for explosive atmospheres
72
+ BAT,Best Available Technique,methodology,EU IPPC regulatory standard for emission limits
73
+ BBP,Bloodborne Pathogens,hazard,OSHA 1910.1030-regulated infection risk
74
+ CIH,Certified Industrial Hygienist,certification,US ABIH credential for industrial hygiene professionals
75
+ CMR,Carcinogenic Mutagenic Reprotoxic,classification,EU chemical-hazard classification
76
+ CMP,Construction Management Plan,document,Site-level construction management document
77
+ COMAH,Control of Major Accident Hazards,regulation,UK 2015 major-hazard regulations transposing EU Seveso
78
+ DCS,Distributed Control System,equipment,Process control architecture
79
+ DGR,Dangerous Goods Regulations,regulation,Transport of dangerous goods by air (IATA) / sea (IMDG) / rail / road (ADR)
80
+ DSE,Display Screen Equipment,hazard,UK term for workstation monitor/keyboard ergonomic assessment
81
+ DSEAR,Dangerous Substances and Explosive Atmospheres Regulations,regulation,UK 2002 explosive-atmosphere regulations
82
+ EAP,Employee Assistance Program,benefit,Anonymous workplace counselling and support service
83
+ ECP,Exposure Control Plan,document,OSHA 1910.1030 (BBP) and similar mandates
84
+ EEWP,Energized Electrical Work Permit,document,NFPA 70E permit for energized electrical work
85
+ EHO,Environmental Health Officer,role,UK environmental health enforcement officer
86
+ ERP,Emergency Response Plan,document,Site-specific emergency response procedures
87
+ ESD,Emergency Shutdown,system,Automated or manual rapid shutdown to safe state
88
+ FFP,Filtering Face Piece,equipment,EU disposable respirator (FFP1/2/3)
89
+ FMEA,Failure Mode and Effects Analysis,methodology,Systematic analysis of potential failure modes
90
+ GFCI,Ground Fault Circuit Interrupter,equipment,Electrical safety device cutting power on fault
91
+ HEPA,High-Efficiency Particulate Air,equipment,99.97% efficient air filter for ≥0.3 µm particles
92
+ IDLH,Immediately Dangerous to Life or Health,limit,NIOSH concentration threshold for atmosphere considered immediately life-threatening
93
+ IMS,Integrated Management System,framework,Combined ISO 45001 + 14001 + 9001 management
94
+ IP,Ingress Protection,rating,IEC 60529 dust+water-ingress equipment rating
95
+ JLA,Job-Level Authorisation,document,Per-task authorisation
96
+ KPI,Key Performance Indicator,metric,Quantitative performance measure
97
+ LEL,Lower Explosive Limit,limit,Lowest flammable atmosphere concentration
98
+ LEV,Local Exhaust Ventilation,equipment,Engineering control capturing contaminants at source
99
+ LFL,Lower Flammable Limit,limit,Synonym for LEL
100
+ LOPA,Layer of Protection Analysis,methodology,Semi-quantitative risk-assessment per IEC 61511
101
+ LSIR,Location-Specific Individual Risk,metric,QRA-derived risk to person at specific location
102
+ NCR,Non-Conformance Report,document,Identified deviation from spec/standard
103
+ OBM,Oil-Based Mud,equipment,Drilling-fluid type
104
+ OHSAS,Occupational Health and Safety Assessment Series 18001,framework,Predecessor of ISO 45001 (deprecated)
105
+ PA,Preventive Action,document,Action taken to prevent future occurrence
106
+ PDCA,Plan-Do-Check-Act,methodology,Continual-improvement cycle (Deming)
107
+ PFD,Personal Flotation Device,equipment,Life jacket; also Probability of Failure on Demand in SIL
108
+ PHA,Process Hazard Analysis,methodology,Umbrella for HAZOP / what-if / checklist / FMEA
109
+ PSO,Personnel Safety Observation,activity,Field safety observation
110
+ PSV,Pressure Safety Valve,equipment,Pressure relief valve
111
+ QHSE,Quality Health Safety Environment,industry-term,QHSE = Q + HSE
112
+ QRA,Quantitative Risk Assessment,methodology,Numerical risk assessment with frequency × consequence
113
+ RACI,Responsible Accountable Consulted Informed,framework,Responsibility-assignment matrix
114
+ REACH,Registration Evaluation Authorisation and Restriction of Chemicals,regulation,EU chemical regulation
115
+ ROPS,Roll-Over Protective Structure,equipment,Tractor/heavy-equipment rollover protection
116
+ SCBA,Self-Contained Breathing Apparatus,equipment,Self-contained respirator with air cylinder
117
+ SEL,Sound Exposure Level,metric,Noise-exposure measure
118
+ SIL,Safety Integrity Level,classification,IEC 61508/61511 SIF reliability ranking (1–4)
119
+ SIS,Safety Instrumented System,system,Hardware+software for safety instrumented functions
120
+ SOC 2,Service Organization Control 2,framework,US AICPA security audit framework
121
+ SOP,Standard Operating Procedure,document,Written task procedure
122
+ STEL,Short-Term Exposure Limit,limit,15-minute TWA exposure limit
123
+ TWA,Time Weighted Average,limit,8-hour averaged exposure level
124
+ UEL,Upper Explosive Limit,limit,Highest flammable atmosphere concentration
125
+ UFL,Upper Flammable Limit,limit,Synonym for UEL
126
+ VCE,Vapour Cloud Explosion,event,Confined flammable vapour cloud ignition
127
+ WAH,Work at Height,activity,Work where person could fall and injure