4.8 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:
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 | |
website | url |
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?
An inpatient is a patient which stays for multiple days in the facility
- 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
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
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 document is autogenerated from assets/layers/hospital/hospital.json