i want to create ability to add more content to form if something is selected
A person submitted this question to Rosie's free generator. The asker's identity is neither imported nor published.
Rosie's answer
Published by SALUSWhen a form conditionally displays additional safety fields after a user selects a specific option, the design should require the follow-up fields whenever the triggering answer indicates a hazard, incident, exposure, injury, permit condition, or corrective action need. The source forms consistently use structured yes/no/N/A logic with comments or detail fields, which supports a safe pattern: if a user selects "Yes" for a hazardous condition, exposure, injury, or unmet control, the form should automatically reveal required detail fields for description, location, affected people or body parts, controls in place, and corrective actions. This approach improves completeness, supports hazard identification, and reduces missed follow-up documentation. [2] [1] [9]
- Use conditional logic only when the trigger is explicit, such as Yes/No, incident type, hazard type, PPE required, medical treatment, or permit-required status.
- Make the triggered fields required if the answer creates a safety, compliance, or investigation obligation.
- Keep the original trigger visible while the conditional section is open so reviewers can understand why extra fields appeared.
- Provide a comments or description field whenever a hazard, deficiency, or incident is identified.
- Allow N/A only where it is genuinely applicable, and do not let N/A bypass mandatory fields that are legally or operationally required.
- Use controlled selections first and free text second: dropdowns, radio buttons, checkboxes, then narrative detail.
- Show only fields relevant to the selected hazard category to reduce entry error and cognitive overload.
- Preserve an audit trail when answers change, especially if changing an answer hides previously entered safety information.
[4] [6] [3] Validation rules should be tied to the safety significance of the answer. If a user reports an incident, require date, time, location, description, and affected person or body part. If the user reports medical treatment, lost time, witness presence, hazardous chemical exposure, confined-space entry, or corrective action needs, require the corresponding follow-up fields before submission. For high-risk workflows, use hard stops for missing critical data and soft warnings for recommended but noncritical detail. [6] [3] [9]
- Require date and time fields for incidents, inspections, permits, and corrective actions.
- Require location fields when a hazard or incident is reported.
- Require narrative description when the user selects Other, Yes for hazard present, or any incident classification.
- Require corrective action owner and due date when unsafe conditions are identified.
- Require witness details only if the user indicates witnesses exist; otherwise allow a no-witness checkbox.
- Require body-part and incident-type classification for injury reporting.
- Require hazard-control details when a permit or assessment identifies a hazard as present.
- Require training documentation fields when the form records training-dependent activities such as machine use, chemical handling, lifting, or confined-space entry.
[12] [3] [5] User input controls should match the data type and safety purpose. Use radio buttons for mutually exclusive answers such as Yes/No/N/A; checkboxes for multiple selections such as body parts affected, tasks, injuries, or PPE in use; dropdowns for standardized categories such as incident type or department; numeric fields with range validation for atmospheric readings; and long-text fields for incident narratives, corrective actions, and hazard descriptions. For any "Other" option, automatically add a required text field. [3] [7] [5]
- Radio buttons: Yes/No/N/A, permit-required/not permit-required, on-premises/off-premises, normal schedule/overtime.
- Checkboxes: body parts affected, task types, injury types, PPE used, hazards present, authorized roles.
- Dropdowns: department, location type, incident classification, corrective action status, hazard category.
- Numeric fields: gas readings, noise levels, weight thresholds, dates, times, employee counts where needed for reporting logic.
- Text areas: incident description, supervisor description, comments, recommendations, prevention measures, hazard-control descriptions.
- Signature/date controls: employee, supervisor, investigator, trainer, permit supervisor, and reviewer acknowledgments.
[6] [13] [14] Hazard reporting fields should expand based on the selected hazard category. For general workplace hazards, capture the condition, source, exact location, exposure potential, and immediate controls. For chemical hazards, capture whether hazardous substances are present, whether a written hazard communication program exists, SDS and labeling status, employee training status, and emergency procedures. For confined spaces, capture atmospheric readings, identified hazards, isolation or control measures, required equipment, PPE, authorized entrants and attendants, emergency notification, and permit timing. For incidents, capture what happened, contributing factors, body part affected, incident type, PPE in use, and corrective actions. [2] [1] [14] [4] [7]
Compliance-sensitive form design should also protect privacy and limit unnecessary personal data. If the workflow supports OSHA injury and illness record submission or similar reporting, do not require fields that should not be submitted externally, such as employee name in certain submission contexts, employee address, physician name, or offsite treatment facility name and address. Text-entry screens should warn users not to include personally identifiable information in narrative fields unless it is specifically required for internal case management. A review screen should let the submitter inspect the full record, correct errors, and confirm that prohibited identifiers were not included before final submission. [15] [8] [8]
- Separate internal investigation fields from externally reportable fields.
- Mask or suppress prohibited personal identifiers in export workflows.
- Use role-based access so only authorized personnel can view sensitive employee information.
- Add inline privacy warnings near narrative fields.
- Require submitter confirmation before final submission that no unnecessary personal identifiers were entered.
- Retain confidentiality notices on health-related forms and incident records.
- Document which fields are mandatory for internal use versus external regulatory submission.
[11] [8] A safe data-entry workflow should be documented step by step. At minimum, document: who initiates the form; what trigger causes conditional sections to appear; which fields become mandatory; acceptable values and ranges; who reviews and approves the entry; how corrections are made; how hidden fields are handled if the triggering answer changes; how attachments such as photos or sketches are added; how corrective actions are assigned and tracked; and how records are retained, revised, and protected. For serious incidents or fatality/catastrophe workflows, the process should support early entry of available facts, later updates as information develops, and a final comprehensive narrative. [12] [16] [17]
- Define the trigger question and the exact conditional fields that appear for each answer.
- Map each conditional field to a validation rule, data type, and responsible role.
- Specify when the system blocks submission versus allows save-as-draft.
- Provide user instructions for narratives: factual, specific, no unnecessary PII, and include controls/corrective actions where applicable.
- Require review of the completed record by a supervisor, safety coordinator, or permit issuer when risk level warrants.
- Document revision control so updated facts do not overwrite the original event chronology without traceability.
- Test every branch of the conditional logic before release, including Yes, No, N/A, Other, and changed answers.
- Train users on the workflow and keep that training documented.
[10] [4] [14] A practical design standard is: trigger, reveal, require, review, and retain. Trigger additional fields from risk-relevant answers; reveal only the fields needed for that scenario; require completion of critical safety and compliance data; review for accuracy, privacy, and completeness before submission; and retain the record with revision history, signatures, and corrective-action tracking. That model aligns well with the inspection, incident, hazard communication, and permit forms in the source set and supports safer, more defensible documentation. [2] [7] [5]
Sources used for this answer
[1] Confined Space Permit Form
Page 3
Open source documentSource excerpt
# Confined Space Entry Assessment Form/Permit <table><tr><th colspan="6">Preparation</th></tr><tr><td>Yes</td><td>N/A</td><td></td><td>Yes</td><td>N/A</td><td></td></tr><tr><td></td><td></td><td>Entry area free of debris and objects</td><td></td><td></td><td>No compressed cylinders in space</td></tr><tr><td></td><td></td><td>Warning barriers and signs in place</td><td></td><td></td><td>Host employer and/ or contractor notified</td></tr><tr><td></td><td></td><td>Atmospheric monitoring conducted</td><td></td><td></td><td>Entry and emergency procedures reviewed</td></tr><tr><td></td><td></td><td>Other hazards identified and isolated</td><td></td><td></td><td>Personnel have been trained</td></tr><tr><td></td><td></td><td>Hot work permitted</td><td></td><td></td><td>Personnel informed of potential hazards</td></tr><tr><td></td><td></td><td>Energy sources isolated/locked out</td><td></td><td></td><td>Electrical equipment is grounded</td></tr><tr><td></td><td></td><td>Confined space drained and flushed</td><td></td><td></td><td></td></tr></table> <table><tr><th></th><th></th><th colspan="4">Equipment Required</th></tr><tr><td colspan="3">Yes N/A</td><td>Yes</td><td>N/A</td><td></td></tr><tr><td></td><td></td><td>Forced air or exhaust ventilation</td><td></td><td></td><td>Non-sparking tools used</td></tr><tr><td></td><td></td><td>Ground fault interrupters (GFCI)</td><td></td><td></td><td>Low voltage lighting used</td></tr><tr><td></td><td></td><td>Retrieval Equipment</td><td></td><td></td><td>Equipment rated for explosive atmospheres</td></tr><tr><td></td><td></td><td>Fire Extinguishers</td><td></td><td></td><td>Communication Equipment</td></tr></table> <table><tr><th colspan="6">Personal Protective Equipment Required</th></tr><tr><td>Yes</td><td>N/A</td><td></td><td>Yes</td><td>N/A</td><td></td></tr><tr><td></td><td></td><td>Hard Hat</td><td></td><td></td><td>Protective Clothing</td></tr><tr><td></td><td></td><td>Eye/Face Protection</td><td></td><td></td><td>Hearing Pro…
[2] Facility Safety Inspection Form
Page 2
Open source documentSource excerpt
# Facility Safety Inspection Form (cont.) <table><tr><th>18. Face shields</th><th></th><th></th><th></th><th></th></tr><tr><td>19. Earplugs/earmuffs</td><td></td><td></td><td></td><td></td></tr><tr><td>20. Hard hats</td><td></td><td></td><td></td><td></td></tr><tr><td>21. Gloves</td><td></td><td></td><td></td><td></td></tr><tr><td>22. Steel toes shoes/boots</td><td></td><td></td><td></td><td></td></tr><tr><td>23. Protective clothing</td><td></td><td></td><td></td><td></td></tr><tr><td>24. Are PPE guidelines in place and enforced?</td><td></td><td></td><td></td><td></td></tr><tr><td>Lifting</td><td>Yes</td><td>No</td><td>N/A</td><td>Comments</td></tr><tr><td>25. Are employees trained on proper lifting and material handling techniques?</td><td>ㅁㅁㅁ</td><td></td><td></td><td></td></tr><tr><td>26. Is the average weight an employee lifts greater than 35 pounds? If yes, training should be provided to ensure lifting is done properly.</td><td></td><td></td><td></td><td></td></tr><tr><td>Repetitive Motions</td><td>Yes</td><td>No</td><td>N/A</td><td>Comments</td></tr><tr><td>27. Are job assignments repetitive? (ex: same work cycle repeated every 30 seconds)</td><td></td><td></td><td></td><td></td></tr><tr><td>28. What body parts are impacted?</td><td></td><td></td><td></td><td></td></tr><tr><td>29. Are job assignments rotated?</td><td></td><td></td><td></td><td></td></tr><tr><td>Lift Trucks</td><td>Yes</td><td>No</td><td>N/A</td><td>Comments</td></tr><tr><td>30. Is there adequate aisle space for fork truck traffic?</td><td></td><td></td><td></td><td></td></tr><tr><td>31. Do fork trucks have warning alarms and lights?</td><td></td><td></td><td></td><td></td></tr><tr><td>32. Are drivers trained and certified?</td><td></td><td></td><td></td><td></td></tr><tr><td>Chemicals</td><td>Yes</td><td>No</td><td>N/A</td><td>Comments</td></tr><tr><td>33. Are employees exposed to potentially hazardous substances/chemicals as part of their job duties?</td><td></td><td></td><td></td><td></td>…
[3] Incident Investigation Form
Page 2
Open source documentSource excerpt
# INCIDENT INVESTIGATION REPORT (cont.) ## 11. Did the employee report any of the following? Back Strain Sprain Dislocation Fracture Contusion Amputation Open Wound Burn Asphyixia Hearing Loss Foreign Body Multiple Injury Cumulative Trauma Other 12. After printing, use this area to illustrate the incident. (if applicable) 13. Personal Protective Equipment (PPE) in use at the time of the incident. 14. Note any additional information or recom- mendations. Employee: <empty> (Signature) Date: <empty> Completed by: <empty> (Signature) Title: <empty> Date: <empty>
[4] Accident investigating form example 1
Page 1
Open source documentSource excerpt
# Accident investigation form (example 1) Use this form to help you investigate workplace accidents or incidents. Note: this form is for use within your company. It is not intended to replace DCBS Form 801: Worker's and Employer's Report of Occupational Injury or Disease. Company: <empty> Report no.: <empty> Operation: <empty> Investigator: <empty> Name of accident victim: <empty> Victim's job title: <empty> How long has accident victim been with this company?: <empty> How long on this job?: <empty> (Attach this information for each additional person injured.) Witnesses: Name: <empty> Name: <empty> Name: <empty> Name: <empty> Name: <empty> Name: <empty> When did the accident occur? Date: <empty> Time: <empty> Shift: <empty> Where did the accident occur? Department: <empty> Location: <empty> What happened? (Describe sequence of events and extent of injury. Attach separate page if necessary.): <empty> Has a similar accident ever occurred? [ ] Yes [ ] No If yes, when?: <empty> What caused the accident? List all causes and contributing factors, which might include lack of supervision, inadequate training, poor equipment maintenance, and inadequate policy. 1
[5] Hazard-communication-training Form
Page 1
Open source documentSource excerpt
# Example of a hazard-communication-training form Use a form such as this one to document that an employee has been trained about hazardous chemicals used in the workplace as required by Oregon OSHA hazard-communication rules. I have been informed about the hazardous chemicals that I may be exposed to during my work and I have received training on the following topics: - An overview of the requirements in Oregon OSHA's hazard communication rules. - Hazardous chemicals present in the workplace. • The written hazard-communication plan. • Physical and health effects of the hazardous chemicals. - Methods to determine the presence or release of hazardous chemicals in the work area. • How to reduce or prevent exposure to these hazardous chemicals through use of exposure controls/work practices and personal protective equipment. - Steps we have taken to reduce or prevent exposure to these chemicals. - Emergency procedures to follow if exposed to these chemicals. - How to read labels and review safety data sheets. Note to employee: This form becomes part of your personnel file; read and understand it before signing. Employee: Date: Trainer: Date:
[6] Accident or incident description form
Page 1
Open source documentSource excerpt
# Accident description form Use this form to document information about an accident or incident. Fill out an investigation report as soon as possible. Note: this form is for use within your company. It is not intended to replace DCBS Form 801: Worker's and Employer's Report of Occupational Injury or Disease. Employee(s) name(s): <empty> Time & date of accident/incident: <empty> Job title(s) and department(s): <empty> Supervisor or lead person: <empty> Witnesses: <empty> Brief description of the accident or incident: <empty> Body part affected: <empty> Did the injured employee(s) see a doctor?: [ ] Yes [ ] No If yes, did you file an employer's portion of a worker's compensation form? [ ] Yes [ ] No Did the injured employee(s) go home during their work shift? [ ] Yes [ ] No If yes, list the date and time injured employee(s) left job(s): <empty> Supervisor's Comments: <empty> What could have been done to prevent this accident/incident?: <empty> Have the unsafe conditions been corrected? [ ] Yes [ ] No If yes, what has been done?: <empty> If no, what needs to be done?: <empty> Employer or Supervisor's signature: <empty> Date: <empty> Additional comments/notes: <empty>
[7] Accident investigating form example 1
Page 2
Open source documentSource excerpt
# Accident investigation form (example 1) List each corrective action to be taken. Who will do it and when will it be done? - 1. 2. - 3. - 4. - 5. - 6. 7. Attach photographs, sketches of the scene, or other relevant information. Prepared by: Title: Date: 2
[8] OSHA Field Operations Manual (CPL 02-00-164)
Page 360
Open source documentSource excerpt
# Processing a Safety and Health Case File for FOIA (cont.) ## 13. Violation Worksheet (OSHA - 2B Form Notification of Failure to Abate Alleged Violation) (cont.) in Section J). Review for deliberative material whose release could cause foreseeable harm, or SOL-OSHA communications, that may be withheld under Exemption 5. Review Complaint Evaluation for information that may need to be withheld under Exemption 7(C). Review Source or Contact (Name), State OSH/Reporting ID, and other PII that may need to be withheld under Exemption 7(C). Review for names of injured employees, job titles, addresses, phone numbers and other contact information, and other contextual identifiers that may need to be withheld under Exemption 7(C). Names of deceased employees should be released. However, review for any information or other contextual identifiers of deceased employees that may need to be withheld to protect the rights of a survivor under Exemption 7(C). For example, private addresses or shared emails of deceased employees may be withheld to protect the privacy rights of survivors. ## 15. OSHA Form 300A — Summary of Work-Related Injuries and Illnesses Review under the Exemption 4 and E.O. [redacted postal code] Process. ## 16. OSHA Form 300 Log of Work-Related Injuries and Illnesses Review under the Exemption 4 and E.O. [redacted postal code] Process and if the submitter permits its release then review the following fields for possible withholding under Exemption 7(C): Employee Name, Job Title, Date of Injury, Where Event Occurred, and Description of Injury. While the employee name will almost always be withheld, the information in the other fields may or may not be withheld, depending on whether the fields contain contextual identifiers that would reveal the identity of the employee. ## 17. OSHA Form 301 Injury and Illness Incident Report Review under the Exemption 4 and E.O. [redacted postal code] Process and if the submitter permits its release then review in the …
[9] Facility Safety Inspection Form
Page 1
Open source documentSource excerpt
# Facility Safety Inspection Form <table><tr><th>Are the following conditions present at the worksite?</th><th>Yes</th><th>No</th><th>N/A</th><th>Source</th></tr><tr><td>1. Fumes or Vapors</td><td></td><td></td><td></td><td></td></tr><tr><td>2. Dust</td><td></td><td></td><td></td><td></td></tr><tr><td>3. Excessive heat or cold</td><td></td><td></td><td></td><td></td></tr><tr><td>4. Heights</td><td></td><td></td><td></td><td></td></tr><tr><td>5. Noise or vibration</td><td>וחוח</td><td></td><td></td><td></td></tr><tr><td>6. Underground work</td><td></td><td></td><td></td><td></td></tr><tr><td>7. Sufficient lighting</td><td></td><td></td><td></td><td></td></tr><tr><td>Housekeeping</td><td>Yes</td><td>No</td><td>N/A</td><td>Comments</td></tr><tr><td>8. Are aisles clearly marked and unobstructed?</td><td></td><td></td><td></td><td></td></tr><tr><td>9. Are workstations cluttered or crowded?</td><td></td><td></td><td></td><td></td></tr><tr><td>10. Are materials store in identified areas?</td><td></td><td></td><td></td><td></td></tr><tr><td>11. Is there paper, plastic wrap, parts, or any other object that could cause slips/falls on the floor?</td><td></td><td></td><td></td><td></td></tr><tr><td>12. Are the floors free of spills or liquids?</td><td></td><td></td><td></td><td></td></tr><tr><td>Machines</td><td>Yes</td><td>No</td><td>N/A</td><td>Comments</td></tr><tr><td>13. Does equipment have proper guarding? (Look for pinch points, exposed rotating, moving parts, etc)</td><td></td><td></td><td></td><td></td></tr><tr><td>14. Are emergency stop buttons readily accessible to the operator?</td><td></td><td></td><td></td><td></td></tr><tr><td>15. Are machine operators trained in proper use methods?</td><td></td><td></td><td></td><td></td></tr><tr><td>16. Are training methods documented?</td><td></td><td></td><td></td><td></td></tr><tr><td>Which Personal Protective Equipment pieces are required?</td><td>Yes</td><td>No</td><td>N/A</td><td>Comments</td></tr><tr><td>17. Safety glas…
[10] UOSH Field Operations Manual
Page 223
Open source documentSource excerpt
# Chapter 11 IMMINENT DANGER, ACCIDENT & EMERGENCY RESPONSE (cont.) ## G. Potential Criminal Penalties in Fatality Cases (cont.) 2. Fatality/Catastrophe (FAT/CAT) Report Form - In addition to the Accident Report Intake Form, a FAT/CAT Report Form must be completed for all fatalities and catastrophes. Processing of the FAT/CAT Form shall be as follows: a. The CSHO conducting the investigation will complete and enter into OIS a FAT/CAT Report Form for all fatalities and catastrophes as soon as possible after opening the investigation. Wherever possible, the age of the victim(s) should be provided, because this information may be used for research by UOSH, OSHA and other agencies. b. UOSH will provide a copy of the completed FAT/CAT Report Form to the OSHA Region VIII Office within 48 hours of completion of the form. c. If additional information relating to the event becomes available that affects the decision to investigate, the FAT/CAT Report Form is to be updated. 3. Investigation Summary Report a. The Investigation Summary Report is used to summarize the results of investigations of all events that involve fatalities and catastrophes. An Inspection Summary Report must be opened in OIS at the beginning of the investigation, and saved as final as soon as UOSH becomes aware of a workplace fatality or catastrophe and determines it is within its jurisdiction, even if most of the data fields are left blank. The information on this form enables UOSH and OSHA to track fatalities and catastrophes and summarizes circumstances surrounding the event. b. The Investigation Summary Report will be modified as needed during the investigation to account for updated information and accurately completed with all data fields at the conclusion of the investigation, including a thorough narrative description of the incident. c. The Investigation Summary Report narrative should not be a copy of the summary provided on the Accident Intake or FAT/CAT Report Forms. The narra…
[11] Confined Space Permit Form
Page 1
Open source documentSource excerpt
COMPANY LOGO HERE # Confined Space Entry Assessment Form/Permit Identification Department: <empty> Space/Entry: <empty> Entry Purpose: <empty> Date: <empty> <table><tr><th colspan="8">Hazardous Atmospheres</th></tr><tr><td></td><td>Range</td><td>Required</td><td>1</td><td>4</td><td>5</td><td>6</td><td>7</td></tr><tr><td>02₂</td><td>19.5-23.5</td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>LEL</td><td>10% LEL</td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>H₂S</td><td>10 ppm</td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>CO</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Other</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Initial</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr></table> <table><tr><th colspan="2">Туре</th><th>Hazards and Controls Yes (describe)/No</th><th>Isolated/Controlled (describe)</th></tr><tr><td rowspan="2">E n</td><td>Inwardly Sloping Walls</td><td></td><td></td></tr><tr><td>Sloping Floor</td><td></td><td></td></tr><tr><td></td><td>Dry Storage (grain, sand)</td><td></td><td></td></tr><tr><td>u 1</td><td>Liquid Storage</td><td></td><td></td></tr><tr><td rowspan="5"></td><td>Electrical</td><td></td><td></td></tr><tr><td>Pneumatic/Hydraulic</td><td></td><td></td></tr><tr><td>Chemical</td><td></td><td></td></tr><tr><td>Thermal</td><td></td><td></td></tr><tr><td>Steam</td><td></td><td></td></tr><tr><td rowspan="2">W r</td><td>Welding, cutting, brazing</td><td></td><td></td></tr><tr><td>Chemicals, painting, degreasing</td><td></td><td></td></tr><tr><td rowspan="2">0</td><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></table> For the purposes of this entry: All identified hazards have been isolated or eliminated and space is not permit-required. The identified hazards will be controlled through continuous forced air ventilation and air monitoring. The space is perm…
[12] OSHA Field Operations Manual (CPL 02-00-164)
Page 246
Open source documentSource excerpt
# IMMINENT DANGER, FATALITY, CATASTROPHE, AND EMERGENCY RESPONSE (cont.) H. Public Information Policy. - OSHA's public information policy regarding response to fatalities and catastrophes is to explain the federal presence to the news media; not to issue periodic updates on the progress of the investigation. The Area Director and his or her designee normally will handle response to media inquiries. I. Recording and Tracking for Fatality/Catastrophe Investigations. 1. Investigation. a. The Investigation Tab in OIS is used to summarize the results of investigations of all events that involve fatalities, catastrophes, amputations, hospitalizations of two or more days, have generated significant publicity, and/or have resulted in significant property damage. An Unprogrammed Activity (UPA) must be entered in OIS and saved saved as final as soon as the Agency becomes aware of a workplace fatality and determines that it is within its jurisdiction, even if most of the FAT/CAT Info Tab data fields are left blank. The Inspection must be associated with the UPA for the initial report information in the FAT/CAT Info Tab to populate in the Investigation. The information on this form enables the Agency to track fatalities and summarizes circumstances surrounding the event. - NOTE: The two-day hospitalization criterion is a cutoff to preclude completing an Investigation for events that may not be serious. There is no relationship between this criterion and the definition of hospitalization in Section II.A, of this chapter, Definitions. b. For fatality/catastrophe investigations, the Investigation form will be: - Entered in OIS at the beginning of the inspection and saved as final, even if most of the data fields are left blank, so that the Agency can track fatality/catastrophe investigations in a close to "real time" fashion. - Modified as needed during the investigation to account for updated information. - Updated with all data fields completely an…
[13] Accident investigation form (example 2)
Page 1
Open source documentSource excerpt
# Accident investigation form (example 2) Use this form to help you investigate workplace accidents or incidents. Note: this form is for use within your company. It is not intended to replace DCBS Form 801: Worker's and Employer's Report of Occupational Injury or Disease.) ## Employee portion Employee name: <empty> Employee work phone: <empty> Work unit: <empty> Work section: <empty> Supervisor name: <empty> Supervisor work phone: <empty> Length of service in present position: [ ] Less than 6 months [ ] 6 months-1 year [ ] 1-2 years [ ] 2-3 years [ ] 3-5 years [ ] More than 5 years Exact location of accident/incident: <empty> Accident/incident date: <empty> Time: <empty> [ ] a.m. [ ] p.m. Witnesses (check if no witness): Name: <empty> Phone: <empty> Name: <empty> Phone: <empty> Body part affected (check all that apply): [ ] Neck [ ] Shoulder(s) [ ] Elbow(s) [ ] Wrist(s)/hand(s) [ ] Thigh(s) [ ] Lower leg(s) [ ] Ankle(s)/foot(feet) [ ] Knee [ ] Hip [ ] Upper back [ ] Lower back [ ] Chest/abdomen [ ] Other: <empty> Task that led to the incident: [ ] Driving [ ] Lifting [ ] Carrying [ ] Pushing/pulling [ ] Keyboarding [ ] Climbing [ ] Reaching [ ] Handling [ ] Bending [ ] Twisting [ ] Other: <empty> Describe accident/incident in detail (use additional sheets if necessary): <empty> Employee signature: <empty> Date: <empty> Supervisor portion Reported to: <empty> Date: <empty> Time: <empty> [ ] a.m. [ ] p.m. Supervisor's description of incident (what happened and why): <empty> Corrective action: <empty> Employee signature: <empty> Date: <empty>
[14] OSH Enforcement Procedures | CFR 127N - Tracking of Workplace Injuries and Illnesses
Page 64
Open source documentSource excerpt
# Federal Register/Vol. 88, No. 139/ Friday, July 21, 2023/Rules and Regulations (cont.) ## C. Section 1904.41(b)(1) (cont.) [redacted postal code] Federal Register/Vol. 88, No. 139/ Friday, July 21, 2023/Rules and Regulations with 250 or more employees that are required to keep records under part 1904 and are required to submit information from their Form 300A under final § 1904.41(a)(1)(ii); and (3) establishments with 100 or more employees in industries on appendix B that are required to submit information from their OSHA Forms 300 and 301. Similar to the proposal, the remainder of final § 1904.41(b)(1) notes that employers with establishments falling into any of these three categories must submit the required information by the date listed in paragraph (c) of this section of the year after the calendar year covered by the form. The example given in the final regulatory text-which specifies that submission for 2023 forms must occur in 2024-has been updated to reflect the first year OSHA anticipates employers having to submit information under this final rule. Finally, the provision specifies that if an establishment is not in any of the three specified categories, the employer must submit information to OSHA only if OSHA notifies the employer to do so for an individual data collection. OSHA anticipates that final § 1904.41(b)(1), along with the additional compliance information the agency intends to issue, will assist employers in determining their compliance responsibilities under the final rule. Proposed § 1904.41(b)(1)(ii) has not been included in the final rule; it is no longer necessary due to the restructuring of the final regulation. As discussed above, final § 1904.41(a)(1) relates only to the OSHA Form 300A, and final § 1904.41(a)(2) relates only to the OSHA Forms 300 and 301. This restructuring is expected to eliminate any confusion regarding whether an establishment might be required to submit information from its Form 300A twice. Therefore, there …
[15] Confined Space Permit Form
Page 2
Open source documentSource excerpt
# Confined Space Entry Assessment Form/Permit <table><tr><th>Authorized Entrants</th><th>Authorized Attendants</th></tr><tr><td></td><td></td></tr><tr><td></td><td></td></tr><tr><td></td><td>Standby Safety Personnel</td></tr><tr><td></td><td></td></tr></table> Notify emergency response personnel as appropriate. White - Department Copy Canary - Department Safety CoordinatorPink - Environmental Health and Safety Services Page 2 of 3 J:\WSHDiv\Forms Project 2008\confinedspace AssessForm.doc
[16] Incident Investigation Form
Page 1
Open source documentSource excerpt
# INCIDENT INVESTIGATION REPORT KEMI Making workers' comp work 1. Injured Employee Information Name Job Title Incident Date 2. Time of Incident OAM OPM 3. Was the incident during the employee's normal work schedule? Yes No ◎ Overtime O 4. Day of Week Mon Tues Wed O 5. Location Thurs Fri Sat◎THE SCHEDE ◎ Please describe the location where the incident occured: 6. Did incident occur on employers' premises? Yes No ◎ 7. Action Taken by Company In Plant First Aid Medical Treatment Lost Work Day 8. Provide an explanation of the incident. (Be specific) 9. Part of Body Affected Head Chest Eye Lungs Ear Abdomen Neck Groin Shoulder Hips Arm Knee Elbow Leg Wrist Ankle Hand Foot Finger Toes Back Other ## 10. Type of Incident Overexertion Fall - Different Level Fall Same Level Struck Against Caught Between Struck By Vehicle Electrical Extreme Temps Repetitive Motion Radiation Absorption Slip (no fall) Twist Other
[17] OSH Enforcement Procedures | CFR 127N - Tracking of Workplace Injuries and Illnesses
Page 45
Open source documentSource excerpt
# Federal Register/Vol. 88, No. 139/ Friday, July 21, 2023/Rules and Regulations (cont.) ## 6. Safeguarding Individual Privacy (Direct Identification) (cont.) Federal Register/Vol. 88, No. 139/ Friday, July 21, 2023/Rules and Regulations [redacted postal code] place. Specifically, as discussed above and detailed in Section III.D of this Summary and Explanation, on § 1904.41(b)(9), the proposal explained to establishments that employers did not need to submit the following information: (1) from the Form 300 Log: the employee name column (column B) and (2) from the Form 301 Incident Report: the employee name (Field 1), employee address (Field 2), name of physician or other health care professional (Field 6), and facility name and address if treatment was given away from the worksite (Field 7). OSHA explained that, since this information would not be collected, there would be no risk of publication disclosure of the data in the fields (87 FR [redacted postal code]). Some interested parties submitted comments agreeing with OSHA's logic on this point (e.g., Docket IDs 0030, 0063, 0064). For example, Worksafe supported the proposed omission of employee name and address, physician names, and treatment facilities from collection and publication to protect individual privacy (Docket ID 0063). And AIHA commented that if PII is not collected by OSHA, there would be no need to redact submitted information (Docket ID 0030). Based on this feedback, and as discussed further in Section III.D of this Summary and Explanation, the final rule, like the proposed rule, does not allow employers to submit the above information. Again, as discussed in Section III.D of this Summary and Explanation, OSHA received comments from interested parties requesting that OSHA add other fields from Forms 300 and 301 to the list of fields which establishments are not required to submit under the final rule. These comments are addressed in detail in Section III.D, but OSHA also notes here that these…
Keep exploring.
do i need to wear a hard hat on all sites?
Mandatory Head Protection Requirements for Construction and Industrial Work Sites ================================================================================= This document outlines the mandatory head protection requirements, specifically hard hat protocols, for all construction and industrial work sites. It aims
Read the threadCreate a policy for emergency preparedness for a company named Thomas Contracting
Emergency Action Plan and Safety Procedures =========================================== *Date:** 2025-10-07 *Duration:** \[DURATION] minutes *Presenter:** \[PRESENTER NAME] *Location:** \[LOCATION] Objective To establish and maintain a comprehensive emergency action plan and safety procedures for all Thomas Contracting
Read the threadCompetency assessment assurance check
Safety Competency Assessment and Assurance Verification Procedure ================================================================= This document outlines the procedures for assessing and verifying the safety competency of personnel involved in hazardous waste operations and emergency response, process safety
Read the threadWrite a pre-task plan for Daily safety briefing for equipment inspection
\[PRE TASK PLAN TITLE] ====================== *Project:** \[PROJECT NAME] *Date:** 2026-01-09 *Location:** \[LOCATION] *Supervisor:** \[SUPERVISOR NAME] Task Overview Conduct daily safety briefings focusing on equipment inspection procedures and hazard identification to ensure regulatory compliance. *Expected
Read the threadCreate a JHA for Hazardous Energy for the elevator trade
Job Hazard Analysis for Elevator Maintenance and Repair: Hazardous Energy Control and Lockout/Tagout Procedures =============================================================================================================== *Assessment Date:** \[DATE] *Assessor:** \[ASSESSOR NAME] *Department/Area:** \[DEPARTMENT/AREA]
Read the threadWhat type of toolbox should we have when we have two weeks left at project
Toolbox Contents for Final Project Stages ========================================= During the final two weeks of a project, maintaining a well-equipped toolbox is crucial for addressing potential hazards and ensuring a safe work environment. This includes not only standard tools but also specific safety equipment and
Read the threadAdd your experience.
Community answers can add practical context. They are moderated, but they are not SALUS-reviewed safety guidance.
New contributions are temporarily closed while the moderation queue is configured.
Community answers(0)
No community answers have been approved yet.
Comments on Rosie's answer(0)
No comments have been approved yet.
