Moin,

hier die aktuelle Nutzung in OSM(europe):

select country, count(*) 
  from osm_europe_poi
 where emergency = 'disaster_help_point'
 group by country 
 order by country;

 country | count 
---------+-------
 BEL     |     4
 CHE     |  1719
 DEU     |   404
(3 rows)

Passt mMn ganz gut.