type: overpass name: ast: Salú ca: Sanitat cs: Zdravotnictví de: Gesundheitsdienste el: Υγεία en: Health es: Salud fr: Santé gl: Saúde hu: Egészségügy it: Salute ja: 健康 nb: Helse nl: Gezondheid oc: Santat pl: Zdrowie pt: Saúde pt-br: Saúde e assistência ro: Sanatate ru: Медицина sr: Здравље tr: Sağlık uk: Здоров'я query: 11: |- ( nwr[amenity~"^(.*;|)(hospital)(;.*|)$"]; nwr[healthcare~"^(.*;|)(hospital|clinic)(;.*|)$"]; ) 14: |- ( nwr[amenity~"^(.*;|)(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)(;.*|)$"]; nwr[healthcare]; ) feature: pre: |- {% if tags.healthcare %} {% set key = 'healthcare' %} {% set value = tags.healthcare|split(';')[0] %} {% else %} {% set key = 'amenity' %} {% set value = tags.amenity %} {% endif %} {% set kv = key ~ '=' ~ value %} {% set found = { sign: '' } %} {% for data in const %} {% if kv in data.types %}{% set found = data %}{% endif %} {% endfor %} description: |- {{ tagTransList(key, attribute(tags, key)) }} {% if attribute(tags, 'healthcare:speciality') %} - {{ tagTransList('healthcare:speciality', attribute(tags, 'healthcare:speciality')) }} {% endif %} markerSign: '{{ found.sign|raw }}' info: |-
{{ markerCircle({})|raw }} {{ data.sign|raw }} |
{{ tagTrans(data.types[0]|split('=')[0], data.types[0]|split('=')[1]) }} |