mapcomplete/Docs/Layers/hospital.md

5.7 KiB

hospital

A layer showing hospital grounds

  • This layer is shown at zoomlevel 12 and higher

Themes using this layer

Basic tags for this layer

Elements must have the all of following tags to be shown on this layer:

Execute on overpass

Supported attributes

Warning:

this quick overview is incomplete

attribute type values which are supported by this layer
name string
amenity Multiple choice clinic hospital
phone phone
email email
website url
opening_hours:visitors opening_hours

name

The question is What is the name of this hospital?

This rendering asks information about the property name

This is rendered with This hospital is called {name}

inpatient

The question is Does this facility admit inpatients?

  • This is a clinic - patients can not stay overnight corresponds with amenity=clinic
  • This is a hospital - patients can be admitted here for multiple days corresponds with amenity=hospital

phone

The question is What is the phone number of {title()}?

This rendering asks information about the property phone

This is rendered with <a href='tel:{phone}'>{phone}</a>

  • {contact:phone} corresponds with contact:phone~.+
  • This option cannot be chosen as answer

This tagrendering has labels contact

email

The question is What is the email address of {title()}?

This rendering asks information about the property email

This is rendered with <a href='mailto:{email}' target='_blank'>{email}</a>

  • {contact:email} corresponds with contact:email~.+
  • This option cannot be chosen as answer

This tagrendering has labels contact

website

The question is What is the website of {title()}?

This rendering asks information about the property website

This is rendered with <a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>

  • {contact:website} corresponds with contact:website~.+
  • This option cannot be chosen as answer

This tagrendering has labels contact

oh-visitor

The question is When are visitors allowed to visit?

This rendering asks information about the property opening_hours:visitors

This is rendered with <h3>Opening hours for visitors</h3>Regular visitors are allowed at the following moments: {opening_hours_table(opening_hours:visitors)}<p class='subtle'>Some wands might have different opening hours. Many hospitals allow visits during emergencies too.</p>

This document is autogenerated from assets/layers/hospital/hospital.json