{ "id": "hospital", "name": { "en": "Hospitals", "de": "Krankenhäuser", "nl": "Ziekenhuizen", "pa_PK": "ہسپتال", "ca": "Hospitals", "ru": "Больницы" }, "title": { "render": { "en": "Hospital", "de": "Krankenhaus", "nl": "Ziekenhuis", "pa_PK": "ہسپتال", "ru": "Больница", "ca": "Hospital" }, "mappings": [ { "if": "name~*", "then": "{name}" } ] }, "description": { "en": "A layer showing hospital grounds", "de": "Eine Ebene mit Krankenhäusern", "nl": "Een laag die ziekehuizen toont", "ca": "Una capa que mostra els terrenys de l'hospital" }, "minzoom": 12, "source": { "osmTags": { "or": [ "amenity=hospital", "amenity=clinic" ] } }, "tagRenderings": [ { "id": "name", "render": { "en": "This hospital is called {name}", "ca": "Aquest hospital s'anomena {name}", "de": "Der Name des Krankenhauses lautet {name}", "nl": "Dit ziekenhuis heet {name}", "ru": "Эта больница называется {name}" }, "question": { "en": "What is the name of this hospital?", "de": "Wie lautet der Name des Krankenhauses?", "nl": "Wat is de naam van dit ziekenhuis?", "ca": "Quin és el nom d'aquest hospital?", "ru": "Как называется эта больница?" }, "freeform": { "key": "name" } }, { "id": "inpatient", "question": { "en": "Does this facility admit inpatients?", "de": "Nimmt die Einrichtung stationäre Patienten auf?", "ca": "Aquesta instal·lació admet hospitalitzacions?" }, "mappings": [ { "if": "amenity=clinic", "then": { "en": "This is a clinic - patients can not stay overnight", "de": "Dies ist ein Medizinisches Versorgungszentrum - Patienten können nicht über Nacht bleiben", "ca": "Açò és una clínica: els pacients no poden passar la nit" } }, { "if": "amenity=hospital", "then": { "en": "This is a hospital - patients can be admitted here for multiple days", "de": "Dies ist ein Krankenhaus - Patienten können hier für mehrere Tage aufgenommen werden", "ca": "Es tracta d'un hospital: els pacients poden estar ingressats aquí durant diversos dies" } } ], "questionHint": { "en": "An inpatient is a patient which stays for multiple days in the facility", "de": "Ein stationärer Patient ist ein Patient, der mehrere Tage in der Einrichtung bleibt", "ca": "Un pacient hospitalitzat és un pacient que roman diversos dies a la instal·lació" } }, "contact", { "id": "oh-visitor", "question": { "en": "When are visitors allowed to visit?", "de": "Wann ist der Besuch für Besucher gestattet?", "ca": "Quan poden anar els visitants?" }, "questionHint": { "en": "These are the regular visitor hours. Some wands have different visitor hours or might allow visitors in emergencies", "de": "Dies sind die regulären Besuchszeiten. Einige Stationen haben andere Besuchszeiten oder erlauben Besucher in Notfällen", "ca": "Aquests són els horaris habituals dels visitants. Algunes plantes tenen diferents horaris de visita o poden permetre els visitants en cas d'emergència" }, "freeform": { "key": "opening_hours:visitors", "type": "opening_hours" }, "render": { "en": "

Opening hours for visitors

Regular visitors are allowed at the following moments: {opening_hours_table(opening_hours:visitors)}

Some wands might have different opening hours. Many hospitals allow visits during emergencies too.

", "de": "

Öffnungszeiten für Besucher

Regelmäßige Besucher sind zu den folgenden Zeiten zugelassen: {opening_hours_table(opening_hours:visitors)}

Einige Krankenhäuser haben möglicherweise andere Öffnungszeiten. Viele Krankenhäuser erlauben Besuche auch in Notfällen.

", "ca": "

Horari d'obertura per a visitants

S'admeten visitants habituals en els moments següents: {opening_hours_table(opening_hours:visitors)}

Algunes palntes poden tenir un horari d'obertura diferent. Molts hospitals també permeten visites en cas d'emergència.

" } } ], "mapRendering": [ { "icon": "circle:white;./assets/layers/hospital/hospital.svg", "iconSize": "40,40", "location": [ "point", "centroid" ], "anchor": "center" }, { "color": "#fcd862", "width": 1 } ] }