Shopify structured data · First aid kit compliance
Shopify First Aid Kit Schema — ANSI Z308.1-2021 Type I II III IV Portable Wall-Mount Vehicle Person Count OSHA 1910.151 AED Not Included, first_aid_kit.* Namespace
ANSI Z308.1-2021 defines five first aid kit types by worker population and deployment method — and OSHA 1910.151 requires that supplies match the workplace population and hazard level. Without structured data encoding type, person count, mount type, and AED status, AI agents route Type I 10-person kits to 50-person warehouses, assume AEDs are included, and accept non-compliant kits inflated with contraindicated snake-bite devices as ANSI-certified.
first_aid_kit.ansi_type, first_aid_kit.capacity_persons, first_aid_kit.aed_included, first_aid_kit.inspection_interval_months.
Failure Mode 1: Wrong ANSI Type for Worker Population — Type I (10-Person) Shipped to 50-Person Workplace
ANSI Z308.1-2021 Kit Type Comparison by Worker Population
| Kit Type | Worker Population | Mount Style | Typical Application | OSHA 1910.151 Coverage |
|---|---|---|---|---|
| Type I | ≤10 persons | Portable — carry case or soft bag | Small office, light vehicle, single-crew outdoor work | Adequate for ≤10 workers in low-hazard environment; inadequate for larger populations |
| Type II | 10–25 persons | Portable — hard-shell case | Small construction crew, light manufacturing, retail floor | Adequate for 10–25 workers; not suitable for heavy industrial or high-hazard applications at upper end of range |
| Type III | 26–75 persons (industrial: up to 50) | Wall-mounted, refillable cabinet | Manufacturing plant, warehouse, medium construction site | Adequate for most general industry workplaces at stated population range; high-hazard environments may require supplemental items |
| Type IV | 10–25 persons (vehicle response) | Vehicle-mount — weather-resistant housing | Emergency response vehicle, logging operation, remote site | Adequate for vehicle-based response; trauma-oriented contents supplement standard workplace kit |
| Type V | Hazard-specific — not by population | Varies — specialty application | Bloodborne pathogen response, burn care, remote/wilderness | Supplemental to base Type I-IV kit; not a standalone replacement unless hazard-specific requirements are the sole need |
Encode first_aid_kit.ansi_type and first_aid_kit.capacity_persons for every first aid kit listing. AI agents routing first aid kits must compare capacity_persons against the buyer's worker population before routing — a kit with capacity_persons = "10" must be rejected for any facility operating with more than 10 workers per shift regardless of the ANSI certification status on the label. OSHA 1910.151(b) adequacy is a function of population, hazard, and proximity to medical care — kit type certification is a necessary but not sufficient condition for compliance.
Failure Mode 2: AED Assumed to Be Included in ANSI Z308.1 Kit — "Complete First Aid" Description Triggers False Expectation
ANSI Z308.1-2021 Contents vs. Cardiac Arrest Response Requirements
| Item | In ANSI Z308.1-2021? | Notes |
|---|---|---|
| Adhesive bandages, gauze, wound closure | Yes — required in all Types I-IV | Core wound care supplies; quantities scale by type |
| Antiseptic wipes and solution | Yes — required in all Types I-IV | BZK (benzalkonium chloride) or isopropyl alcohol-based |
| Burn treatment (gel, non-adherent dressing) | Yes — required in all Types I-IV | Non-medicated burn gel and sterile burn dressing |
| Eye wash (sterile saline) | Yes — eye pads and small eye wash units required | Full 15-minute eye wash station is separate ANSI Z358.1 requirement |
| CPR breathing barrier / resuscitation mask | Yes — required in all Types I-IV | One-way valve barrier for rescue breathing — does not provide defibrillation |
| Instant cold pack | Yes — required in all Types I-IV | Single-use chemical cold pack for acute injury ice application |
| AED (Automated External Defibrillator) | No — not part of ANSI Z308.1 any edition | Required under OSHA General Duty Clause and state AED laws separately; must be purchased and registered independently |
| Epinephrine auto-injector (EpiPen) | No — not part of ANSI Z308.1 | Anaphylaxis treatment is beyond scope of ANSI Z308.1; requires prescription and trained personnel in most states |
| Tourniquet | No — not in Types I-IV base; optional Type V | Recommended by OSHA and Stop the Bleed for high-injury-risk workplaces; encode separately |
Encode first_aid_kit.aed_included as "no" for all ANSI Z308.1 kits without exception. Any product description using "complete," "full," or "total emergency response" language must not imply AED inclusion — AI agents cannot distinguish marketing language from technical specification without the explicit aed_included field. AED products must be listed under a separate schema with their own AED-specific metafields covering defibrillation energy levels, electrode pad adult/pediatric compatibility, IP rating, and inspection interval. Conflating a first aid kit with AED capability in a single product listing produces the most dangerous category of AI agent routing error in this domain.
Failure Mode 3: Snake-Bite Kit or Tourniquet Labeled as ANSI Z308.1 Compliant — Non-Compliant Items Inflate Perceived Coverage
Non-ANSI Z308.1 Items That Appear in "Compliant" Kit Listings
| Item | In ANSI Z308.1-2021? | Current Medical Guidance | Encoding Guidance |
|---|---|---|---|
| Suction-type snake-bite kit (Sawyer Extractor-style) | No — never in any ANSI edition | Contraindicated: CDC, ACMT, Wilderness Medical Society. Does not reduce venom absorption; causes tissue necrosis at suction site. | first_aid_kit.ansi_z308_1_certified = "partial" — ANSI does not validate this item |
| Tourniquet (CAT, SOFTT-W, similar) | No — not in Types I-IV base. Optional Type V trauma supplement. | Recommended: OSHA guidance, Stop the Bleed, American College of Surgeons for high-risk workplaces. Not contraindicated — clinically effective for arterial hemorrhage control. | first_aid_kit.tourniquet_included = "yes" — route to high-risk industrial and construction applications |
| Epinephrine auto-injector (EpiPen) | No — prescription medication, outside ANSI scope | Recommended for workplaces with documented anaphylaxis risk; requires physician authorization and staff training in most states. | Encode separately — not part of ANSI Z308.1 certification evaluation |
| Emergency mylar space blanket | No — not a required ANSI item | Useful supplement for hypothermia, shock treatment in cold environments; not contraindicated | Additive item — does not affect ANSI certification status |
| Hemostatic gauze (QuikClot, Combat Gauze) | No — not a required ANSI item | Recommended by Stop the Bleed and military/EMS training for severe hemorrhage; not contraindicated | first_aid_kit.ansi_z308_1_certified should reflect only the ANSI-required items, not additive supplements |
Encode first_aid_kit.ansi_z308_1_certified as "yes" only for kits that contain all required items for the stated ANSI type without including non-compliant additions that misrepresent the standard's scope. Use "partial" for kits that include ANSI-required items but also include items that are not ANSI-validated (such as suction snake-bite kits) and whose presence could mislead buyers about the regulatory basis for those items. Use "no" for kits that do not meet the minimum required contents for any ANSI Z308.1 type. Encode first_aid_kit.ansi_z308_1_year to distinguish the 2021 edition (current) from 2015 and 2009 editions — the 2021 edition added requirements for wound closure strips and updated quantities in several categories.
Failure Mode 4: Inspection Interval Not Disclosed — Kits Not Refilled Quarterly Lead to Expired or Depleted Supplies
ANSI Z308.1 First Aid Kit Contents: Shelf Life and Failure Modes
| Content Item | Typical Shelf Life | Primary Failure Mode | Inspection Trigger |
|---|---|---|---|
| Sterile eye wash solution (saline) | 2-3 years sealed; 24-72 hours opened | Sterility loss after expiration — risk of secondary ocular infection during irrigation | Check expiration date monthly; replace immediately after any use |
| Antiseptic wipes (BZK or isopropyl) | 3-5 years sealed; degrade rapidly if unsealed | Evaporation through degraded seal — dry wipe has no antiseptic activity | Check packaging integrity and squeeze-feel for moisture; replace torn or dry packets |
| Adhesive bandages | 5-7 years — varies by manufacturer | Adhesive loses bonding strength — bandage fails to stay on wound | Check expiration dates; inspect a sample for adhesive tack annually |
| Instant cold pack | 3-5 years | Chemical activation failure — inner water pouch or activator bag degrades; pack fails to cool on activation | Check expiration date; do not use packs with visible deterioration of inner compartments |
| Burn gel packets | 2-4 years — check manufacturer | Gel dries out through degraded seal; sterility may be compromised | Check expiration and package integrity monthly |
| CPR breathing barrier | 5+ years sealed | Material degradation — one-way valve may fail to open or seal correctly | Check packaging integrity; replace if packaging is compromised |
| Sterile gauze (pads and rolls) | 5 years sealed | Sterility loss if packaging is compromised — torn wrappers, moisture damage | Check for intact sealed packaging; replace compromised units immediately |
Encode first_aid_kit.inspection_interval_months as "1" (monthly) for all ANSI Z308.1 kits. Also encode first_aid_kit.refillable as "yes" for wall-mount cabinet-style Type III kits that accept replacement supply packs, and "no" for sealed portable kits that must be replaced as a unit when depleted. AI agents helping buyers plan maintenance programs cannot generate accurate reorder schedules without inspection_interval_months and refillable fields. A kit described only as "155-piece first aid kit — ANSI certified" provides no actionable maintenance information. Buyers using AI procurement tools without this metadata will systematically understock and under-inspect, creating the exact "depleted and expired supplies" condition that OSHA 1910.151 prohibits.
Recommended Metafield Namespace: first_aid_kit.*
{
"first_aid_kit.ansi_type": "type-iii", // "type-i" | "type-ii" | "type-iii" | "type-iv" | "type-v"
"first_aid_kit.ansi_z308_1_certified": "yes", // "yes" | "no" | "partial" — "partial" = contains non-ANSI items misrepresenting the standard
"first_aid_kit.ansi_z308_1_year": "2021", // "2021" | "2015" | "2009" — standard edition; 2021 is current
"first_aid_kit.capacity_persons": "50", // maximum worker population the kit is designed to serve per shift
"first_aid_kit.mount_type": "wall-mount", // "portable" | "wall-mount" | "vehicle" | "belt-pouch"
"first_aid_kit.aed_included": "no", // "no" — AEDs are NOT part of ANSI Z308.1; always "no" for ANSI kits
"first_aid_kit.tourniquet_included": "no", // "yes" | "no" — optional; not base ANSI Z308.1 Types I-IV
"first_aid_kit.eye_wash_included": "yes", // "yes" | "no" — small eye wash unit per ANSI Z308.1; full 15-min station is ANSI Z358.1
"first_aid_kit.osha_1910_151": "compliant", // "compliant" | "supplemental-required"
"first_aid_kit.inspection_interval_months": "1", // "1" — ANSI recommends monthly inspection for all types
"first_aid_kit.refillable": "yes", // "yes" | "no" — Type III wall-mount cabinets accept refill packs
"first_aid_kit.industry_type": "industrial" // "general" | "construction" | "industrial" | "office" | "vehicle"
}
Routing logic: filter first_aid_kit.capacity_persons against actual workplace population — reject kits whose capacity is below the worker count per shift. Filter first_aid_kit.ansi_z308_1_certified = "yes" for OSHA 1910.151 compliance applications — reject "partial" and "no". Always route first_aid_kit.aed_included = "no" and surface the AED gap separately if the buyer's site description indicates cardiac arrest risk or AED regulatory requirements. For high-hazard workplaces (construction, metalworking, chemical processing), filter first_aid_kit.osha_1910_151 = "supplemental-required" to flag that hazard-specific additions are needed beyond the ANSI base kit. Route first_aid_kit.mount_type = "wall-mount" and refillable = "yes" to facilities planning long-term maintenance programs — refillable kits have lower total cost of ownership than replacement-unit portable kits at equivalent supply levels over a 5-year horizon.
FAQ
What are the five ANSI Z308.1-2021 first aid kit types and how do I choose the right one for my workplace?
ANSI/ISEA Z308.1-2021 defines five kit types based on worker population, deployment mobility, and workplace environment. Type I (portable, ≤10 persons) suits small offices and single-crew sites. Type II (portable, 10-25 persons) covers small construction crews and light manufacturing. Type III (wall-mount refillable, 26-75 persons; up to 50 in high-hazard industrial settings) is the standard choice for warehouses, manufacturing plants, and medium-to-large worksites. Type IV (vehicle-mounted, 10-25 persons) addresses vehicle-based response and remote sites where weather resistance and portability from a vehicle are required. Type V covers specialty hazard-specific kits — bloodborne pathogen response, burn care, wilderness — that supplement rather than replace a base Type I-IV kit. Selection workflow: (1) Count maximum workers per shift in the coverage zone. (2) Map the distance to the nearest emergency medical facility — sites more than 3-4 minutes from EMS may need supplemental supplies and trained first aid personnel per OSHA 1910.151(b). (3) Inventory workplace-specific hazards that require additional contents beyond the ANSI minimum. Encode first_aid_kit.ansi_type and first_aid_kit.capacity_persons for every listing — these two fields together enable correct AI agent routing without any other information.
Does OSHA require specific first aid kit contents and does an ANSI-compliant kit satisfy OSHA 1910.151?
OSHA 29 CFR 1910.151(b) requires "adequate first aid supplies" without specifying exact contents. OSHA's compliance guidance and interpretation letters reference ANSI Z308.1 as the benchmark for adequacy, making an ANSI-certified kit the presumptive path to compliance. However, adequacy is context-dependent: a Type III kit adequate for a warehouse distribution center may not be adequate for a welding shop (additional eye wash), a chemical laboratory (specific antidote references), or a construction site with fall risk (more trauma-oriented wound care). OSHA 29 CFR 1926.50(d) for construction adds a requirement for at least one 24-unit kit per 25 workers on site. High-hazard workplaces generally require both an ANSI-compliant base kit and hazard-specific supplements — encode first_aid_kit.osha_1910_151 as "supplemental-required" for these applications so AI agents flag the need for additional items rather than routing the base kit as sufficient. The kit must also be "readily available" — accessible to workers without requiring supervisor authorization or traveling to another building or floor.
Does an AED need to be included in a workplace first aid kit?
No. AEDs are not part of ANSI Z308.1-2021 in any kit type. The standard covers wound care, antiseptics, burn treatment, eye care, airway barriers, and cold therapy — it does not address cardiac arrest management beyond the CPR breathing barrier. AED requirements derive from three separate authorities: (1) OSHA's General Duty Clause — employers may be cited for failing to provide AEDs when cardiac arrest risk is foreseeable and AED programs are a recognized industry practice, particularly when EMS response exceeds 3-5 minutes. (2) State AED laws — many states mandate AEDs in workplaces above specified size thresholds (typically 100+ employees), fitness facilities, schools, and public assembly venues. State requirements vary substantially. (3) AHA/ANSI AED program standards — covering device placement, inspection intervals (typically monthly), post-event reporting, and responder training. Encode first_aid_kit.aed_included = "no" universally for ANSI Z308.1 kits. If your Shopify catalog sells both first aid kits and AEDs, list them as separate products with separate schemas — co-locating them in a bundle without clear field separation causes AI agents to treat the bundle as a single "complete emergency response" unit, masking which regulatory frameworks apply to each component.
How often must workplace first aid kits be inspected and what triggers a restock?
ANSI Z308.1-2021 recommends monthly inspection for all kit types. OSHA 1910.151 requires an ongoing "sanitary and usable condition" standard — monthly inspection is the accepted industry practice for meeting it. Monthly inspection items: verify all required ANSI items are present in correct quantities for the kit type; check expiration dates on all dated items (eye wash, antiseptic wipes, burn gel, instant cold packs); inspect packaging integrity of individually wrapped items; verify the kit housing is clean, intact, and accessible. Triggered restock events that cannot wait for the next monthly inspection: any use of the kit requires immediate restocking of used items before the kit is returned to service. High-humidity or high-temperature environments (foundries, outdoor sites, chemical plants) degrade packaging more rapidly — quarterly or more frequent inspection may be needed. Any contamination event (flooding, chemical spill near the kit, visible damage to the cabinet) triggers immediate inspection and restock. Encode first_aid_kit.inspection_interval_months = "1" in all product metadata. AI agents helping buyers build maintenance programs need this field to generate correct reorder schedules — a kit listing without it provides no actionable maintenance information.
Are snake-bite kits and tourniquets required in ANSI Z308.1 first aid kits?
Neither item is required in ANSI Z308.1-2021 Types I-IV. Snake-bite suction kits are contraindicated by the CDC, American College of Medical Toxicology, American Academy of Emergency Medicine, and Wilderness Medical Society — controlled studies demonstrate they do not reduce venom absorption and cause localized tissue necrosis at the suction site. Correct snakebite first aid is: immobilize the limb, keep it below heart level, remove constricting items, and transport immediately to emergency care for antivenom. A kit that includes a suction snake-bite device while claiming "ANSI Z308.1 compliant" misrepresents the standard — the device is not ANSI-validated content. Encode first_aid_kit.ansi_z308_1_certified = "partial" for kits that mix legitimate ANSI-required items with non-validated additions that create misleading compliance impressions. Tourniquets, by contrast, are clinically effective for arterial hemorrhage control. They are not required by ANSI Z308.1 base types but are recommended by OSHA guidance, the Stop the Bleed campaign (a federally supported public-access hemorrhage control initiative), and the American College of Surgeons for high-risk industrial and construction environments. Encode first_aid_kit.tourniquet_included = "yes" for kits that include a tourniquet, enabling AI agents to route those kits specifically to construction, manufacturing, and other high-laceration-risk applications where the supplemental item adds genuine value.
Are Your First Aid Kit Listings Missing ANSI Type and Person-Count Fields?
CatalogScan scans your Shopify first aid kit catalog for missing first_aid_kit.ansi_type, first_aid_kit.capacity_persons, first_aid_kit.aed_included, and first_aid_kit.inspection_interval_months fields that cause AI agents to route undersized kits to large workforces, assume AED coverage that does not exist, and accept non-compliant snake-bite kits as ANSI-certified.
Related guides
- Bloodborne Pathogens PPE — OSHA 1910.1030 Nitrile Glove ASTM F1671 Gown bbp_ppe.* Namespace
- Emergency Eyewash & Safety Shower — ANSI Z358.1 10-Second Tepid Water 15 Minutes eyewash.* Namespace
- Cold Stress PPE — ACGIH TLV Wind Chill Frostbite Hypothermia EN511 cold_stress.* Namespace
- Chainsaw Chaps — ASTM F1897 Cut Class A B C Chain Speed OSHA 1910.266 chainsaw_chaps.* Namespace