mapcomplete/Docs/Layers/hospital.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

122 lines
7.8 KiB
Markdown
Raw Normal View History

[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
2024-07-12 03:16:41 +02:00
# hospital
2024-05-07 00:41:59 +02:00
A layer showing hospital grounds
2024-07-12 03:16:41 +02:00
- This layer is shown at zoomlevel **12** and higher
2024-07-16 19:31:00 +02:00
2024-05-07 00:41:59 +02:00
## Table of contents
2024-07-12 03:16:41 +02:00
1. [Themes using this layer](#themes-using-this-layer)
2. [Basic tags for this layer](#basic-tags-for-this-layer)
3. [Supported attributes](#supported-attributes)
2024-06-18 21:11:42 +02:00
- [name](#name)
- [inpatient](#inpatient)
- [phone](#phone)
- [email](#email)
- [website](#website)
- [oh-visitor](#oh-visitor)
2024-07-16 19:31:00 +02:00
- [Opening hours for visitors](#opening-hours-for-visitors)
2024-06-18 21:11:42 +02:00
- [leftover-questions](#leftover-questions)
- [move-button](#move-button)
2024-06-18 21:11:42 +02:00
- [lod](#lod)
2024-05-07 00:41:59 +02:00
2024-07-12 03:16:41 +02:00
## Themes using this layer
2024-07-12 03:16:41 +02:00
- [disaster_response](https://mapcomplete.org/disaster_response)
- [healthcare](https://mapcomplete.org/healthcare)
- [onwheels](https://mapcomplete.org/onwheels)
- [personal](https://mapcomplete.org/personal)
2024-07-12 03:16:41 +02:00
## Basic tags for this layer
2024-05-07 00:41:59 +02:00
Elements must match **any** of the following expressions:
- <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital' target='_blank'>hospital</a>
- <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dclinic' target='_blank'>clinic</a>
2024-05-07 00:41:59 +02:00
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22hospital%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22amenity%22%3D%22clinic%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
2024-07-12 03:16:41 +02:00
## Supported attributes
2024-07-12 03:16:41 +02:00
**Warning:**,this quick overview is incomplete,
2024-07-12 03:16:41 +02:00
| attribute | type | values which are supported by this layer |
-----|-----|----- |
2024-07-16 19:31:00 +02:00
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/name#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/name/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/amenity#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/amenity/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [amenity](https://wiki.openstreetmap.org/wiki/Key:amenity) | Multiple choice | [clinic](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dclinic) [hospital](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital) |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/phone#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/phone/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/email#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/email/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/website#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/website/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | |
| <a target="_blank" href='https://taginfo.openstreetmap.org/keys/opening_hours:visitors#values'><img src='https://mapcomplete.org/assets/svg/search.svg' height='18px'></a> <a target="_blank" href='https://taghistory.raifer.tech/?#***/opening_hours%3Avisitors/'><img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'></a> [opening_hours:visitors](https://wiki.openstreetmap.org/wiki/Key:opening_hours:visitors) | [opening_hours](../SpecialInputElements.md#opening_hours) | |
2024-06-18 21:11:42 +02:00
### name
2024-06-16 16:06:26 +02:00
The question is `What is the name of this hospital?`
2024-07-16 19:31:00 +02:00
*This hospital is called {name}* is shown if `name` is set
2024-06-18 21:11:42 +02:00
### inpatient
2024-06-16 16:06:26 +02:00
The question is `Does this facility admit inpatients?`
2024-07-16 19:31:00 +02:00
- *This is a clinic - patients can not stay overnight* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dclinic' target='_blank'>clinic</a>
- *This is a hospital - patients can be admitted here for multiple days* is shown if with <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital' target='_blank'>hospital</a>
2024-07-16 19:31:00 +02:00
### phone
2024-07-16 19:31:00 +02:00
The question is `What is the phone number of {title()}?`
*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/questions/phone.svg' style='width: 3rem; height: 3rem'> *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_
2024-05-07 00:41:59 +02:00
2024-07-16 19:31:00 +02:00
This tagrendering has labels
`contact`
2024-05-07 00:41:59 +02:00
2024-07-16 19:31:00 +02:00
### email
2024-05-07 00:41:59 +02:00
2024-07-16 19:31:00 +02:00
The question is `What is the email address of {title()}?`
*<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>* is shown if `email` is set
2024-05-07 00:41:59 +02:00
2024-07-16 19:31:00 +02:00
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{contact:email}' target='_blank' rel='noopener'>{contact:email}</a>* is shown if with contact:email~.+. _This option cannot be chosen as answer_
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/svg/envelope.svg' style='width: 3rem; height: 3rem'> *<a href='mailto:{operator:email}' target='_blank' rel='noopener'>{operator:email}</a>* is shown if with operator:email~.+. _This option cannot be chosen as answer_
2024-05-07 00:41:59 +02:00
2024-07-16 19:31:00 +02:00
This tagrendering has labels
`contact`
2024-05-07 00:41:59 +02:00
2024-07-16 19:31:00 +02:00
### website
2024-07-16 19:31:00 +02:00
The question is `What is the website of {title()}?`
*<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>* is shown if `website` is set
2024-06-18 21:11:42 +02:00
2024-07-16 19:31:00 +02:00
- <img src='https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/./assets/layers/icons/website.svg' style='width: 3rem; height: 3rem'> *<a href='{contact:website}' rel='nofollow noopener noreferrer' target='_blank'>{contact:website}</a>* is shown if with contact:website~.+. _This option cannot be chosen as answer_
2024-05-07 00:41:59 +02:00
2024-06-18 21:11:42 +02:00
This tagrendering has labels
2024-07-16 19:31:00 +02:00
`contact`
2024-05-07 00:41:59 +02:00
2024-07-16 19:31:00 +02:00
### oh-visitor
2024-07-16 19:31:00 +02:00
The question is `When are visitors allowed to visit?`
*<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>* is shown if `opening_hours:visitors` is set
2024-07-16 19:31:00 +02:00
### leftover-questions
2023-12-30 15:24:30 +01:00
2024-06-16 16:06:26 +02:00
_This tagrendering has no question and is thus read-only_
2024-07-16 19:31:00 +02:00
*{questions( ,)}*
2023-12-30 15:24:30 +01:00
### move-button
_This tagrendering has no question and is thus read-only_
*{move_button()}*
2024-07-16 19:31:00 +02:00
### lod
2023-12-30 15:24:30 +01:00
2024-06-16 16:06:26 +02:00
_This tagrendering has no question and is thus read-only_
2024-07-16 19:31:00 +02:00
*{linked_data_from_website()}*
2024-05-07 00:41:59 +02:00
2024-06-16 16:06:26 +02:00
This tagrendering has labels
`added_by_default`
2024-05-07 00:41:59 +02:00
This document is autogenerated from [assets/layers/hospital/hospital.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hospital/hospital.json)