what are the sds format requirements?
Safety Data Sheets (SDS) must follow a standardized 16‑section format aligned with the Globally Harmonized System (GHS) and regulations such as OSHA’s Hazard Communication Standard (HazCom 2012).
Core SDS format requirements
Most modern regulations (e.g., OSHA, WHMIS, EU REACH) require a 16‑section SDS structure in this order:
- Identification: product identifier, recommended use, supplier details, emergency phone.
- Hazard identification: GHS classification, signal word, hazard and precautionary statements, pictograms.
- Composition / information on ingredients: chemical identity, concentrations, impurities/stabilizers.
- First‑aid measures: important symptoms, routes of exposure, immediate treatment, when to seek medical help.
- Fire‑fighting measures: suitable extinguishing media, specific hazards, protective equipment for firefighters.
- Accidental release measures: emergency procedures, containment and cleanup methods, protective equipment.
- Handling and storage: safe handling practices, conditions for safe storage, incompatibilities.
- Exposure controls / personal protection: exposure limits, engineering controls, PPE.
- Physical and chemical properties: appearance, odour, pH, melting/boiling point, flash point, etc.
- Stability and reactivity: stability, conditions to avoid, incompatible materials, hazardous reactions/decomposition products.
- Toxicological information: routes of exposure, acute/chronic effects, symptoms, toxicity data.
- Ecological information (often non‑mandatory in some jurisdictions): environmental effects, persistence, bioaccumulation, etc.
- Disposal considerations: safe disposal of product and packaging in line with regulations.
- Transport information: UN number, proper shipping name, hazard class, packing group, transport hazards.
- Regulatory information: specific safety, health and environmental regulations for the product.
- Other information: date of preparation/revision, key literature, training advice.
General formatting and content rules
- Order is fixed: sections must appear in the numbered sequence above, even if some are “not applicable”.
- Clarity and language: information must be clear, concise, and in the official language(s) required by the jurisdiction (e.g., English in OSHA, local language in EU/China).
- Completeness: all relevant hazards, safe‑use conditions, and emergency measures must be described sufficiently for workers and responders.
- Consistency with labels: classification, pictograms, signal word, and hazard/precautionary statements must align with container labels.
- Updates: SDSs must be updated when new significant hazard information becomes available or when regulatory classifications change.
Simple HTML table of the 16 sections
html
<table>
<thead>
<tr>
<th>Section</th>
<th>Title</th>
<th>Key Purpose</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Identification</td>
<td>Product name, use, supplier and emergency contact details.</td>
</tr>
<tr>
<td>2</td>
<td>Hazard identification</td>
<td>GHS classification, signal word, hazard and precautionary statements.</td>
</tr>
<tr>
<td>3</td>
<td>Composition / information on ingredients</td>
<td>Ingredients, concentrations, impurities or stabilizing additives.</td>
</tr>
<tr>
<td>4</td>
<td>First-aid measures</td>
<td>Immediate treatment and symptoms for different exposure routes.</td>
</tr>
<tr>
<td>5</td>
<td>Fire-fighting measures</td>
<td>Extinguishing media, fire hazards, protective equipment.</td>
</tr>
<tr>
<td>6</td>
<td>Accidental release measures</td>
<td>Spill response, containment and cleanup procedures.</td>
</tr>
<tr>
<td>7</td>
<td>Handling and storage</td>
<td>Safe handling and storage conditions, incompatibilities.</td>
</tr>
<tr>
<td>8</td>
<td>Exposure controls / personal protection</td>
<td>Exposure limits, engineering controls, PPE requirements.</td>
</tr>
<tr>
<td>9</td>
<td>Physical and chemical properties</td>
<td>Key physical/chemical data such as appearance, pH, flash point.</td>
</tr>
<tr>
<td>10</td>
<td>Stability and reactivity</td>
<td>Chemical stability, hazardous reactions, incompatible materials.</td>
</tr>
<tr>
<td>11</td>
<td>Toxicological information</td>
<td>Health effects, routes of exposure, toxicity data.</td>
</tr>
<tr>
<td>12</td>
<td>Ecological information</td>
<td>Environmental impact, persistence, bioaccumulation (if required).</td>
</tr>
<tr>
<td>13</td>
<td>Disposal considerations</td>
<td>Safe disposal methods in line with regulations.</td>
</tr>
<tr>
<td>14</td>
<td>Transport information</td>
<td>UN number, shipping name, hazard class, packing group.</td>
</tr>
<tr>
<td>15</td>
<td>Regulatory information</td>
<td>Applicable safety, health and environmental regulations.</td>
</tr>
<tr>
<td>16</td>
<td>Other information</td>
<td>Revision date, key references, training or additional notes.</td>
</tr>
</tbody>
</table>
Quick forum‑style takeaway
In current regulations, an SDS is not just “any safety sheet” anymore; it must follow a strict 16‑section GHS format, be clear and in the required language, stay consistent with labels, and be kept up to date whenever new hazard data appears.
TL;DR: The SDS format is a fixed 16‑section, GHS‑aligned layout (from Identification to Other information), written clearly in the required language, consistent with labels, and updated when hazards or rules change.
Information gathered from public forums or data available on the internet and portrayed here.