Romania Ordonanța de Urgență nr. 99/2000 (approved by Law 436/2001, Monitorul Oficial nr. 304/2000). 'Extreme high temperature' is outdoor air temperature above 37°C, OR a temperature-humidity index above 80. Tier 1 minimum measures are mandatory whenever the threshold is met (reduced workload, ventilation, shaded rest, 2–4 L mineral water/person/shift, PPE, showers, medical surveillance). Tier 2 escalation (reduced/split working day before 11:00 and after 17:00, or collective work stoppage) may be adopted by employer–worker agreement only once the condition persists for at least two consecutive days.
No standalone formula is published for this standard; see programmable logic and parameters below.
Governing metric: Outdoor dry-bulb air temperature (°C), or temperature-humidity index
| Parameter | Value |
|---|---|
extremeHeatC | 37 |
tempHumidityIndexThreshold | 80 |
hydrationLitersPerShiftMin | 2 |
hydrationLitersPerShiftMax | 4 |
Programmable logic: Triggered if airTempC > 37°C OR the caller asserts romaniaTempHumidityIndexOver80 = true (the ordinance does not publish the index formula, so it is not computed in-engine — only asserted). Not triggered: not applicable. Triggered: Tier 1 mandatory measures (controls), 2–4 L water/person/shift, no automatic stop. If the caller asserts romaniaExtremePersists2Days = true: surface Tier 2 options (reduced/split day, or collective stoppage by agreement) as an alert. Collective stoppage is an Art. 6 option adopted by agreement, not an automatic legal stop-work, so stopWork remains false.
Required inputs: none
Optional inputs: airTempC, relativeHumidity, date, outdoor, romaniaTempHumidityIndexOver80, romaniaExtremePersists2Days