# Fire Hydrant
%% DATAVIEW_PUBLISHER: start
```
TABLE WITHOUT ID Areas + " \ "+ BuildingElement + "<br><br>" + file.link as Issue, SECTION as Description
FROM "3 Resources/Issues"
FLATTEN BuildingElement as BuildingElement
sort AREA ASC
WHERE contains(BuildingElement,[[Fire Hydrant]])
FLATTEN list(filter(file.lists, (x) => meta(x.section).subpath = "Issue Description").text) as SECTION
```
%%
| Issue | Description |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [[3 Resources/Areas/Basement.md\|Basement]], [[3 Resources/Areas/Ground Floor.md\|Ground Floor]] \ [[3 Resources/Building Elements/Fire Hydrant.md\|Fire Hydrant]]<br><br>[[3 Resources/Issues/Fire Rated Hydrant Pipe Hangers .md\|Fire Rated Hydrant Pipe Hangers ]] | <ul><li>Non-fire-rated hydrant pipe hangers can fail prematurely during a fire, leading to the collapse of hydrant pipes and disruption of the fire suppression system.</li><li>Ensure that fire-rated options are provided. This company claims to provide a tested system: [Firequip](https://www.firequip.com.au/fire-rated-pipe-hangers)</li></ul> |
| [[3 Resources/Areas/Everywhere.md\|Everywhere]] \ [[3 Resources/Building Elements/Fire Hydrant.md\|Fire Hydrant]]<br><br>[[3 Resources/Issues/Fire Hydrant Clearances.md\|Fire Hydrant Clearances]] | <ul><li>Fire Hydrants aren't provided with sufficient clearance.</li><li>See [TOOLS - Hydrant Outlet Clearance](https://app.buildingtools.co/tools/fire-swing-door?v=1&point=bf09b5a4-7b13-42fa-ae38-983a792fe68b&zoom=1.2&x=406.2069824545598&y=515.0573671339899&standard=ncc_2022&menu_id=4-3-0)</li></ul> |
%% DATAVIEW_PUBLISHER: end %%