﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
19401	Add healthcare-tagging as optional to the existing Facilities/Health group in defaultpresets.xml	Kmpopppe	team	"As per https://wiki.openstreetmap.org/wiki/Key:healthcare the amenities 'clinic', 'dentist', 'doctors', 'hospital' and 'pharmacy' have equivalents in the healthcare=*-Tagging scheme. The proposal (https://wiki.openstreetmap.org/wiki/Proposed_features/Healthcare) suggests to deprecate the aforementioned amenity=* Tags and replace them by healthcare=* - as there is still discussion and arguments going on about this, the agreed way seems to be tagging both variants on the same node.

To allow people to decide whether they want to add the healthcare=* tagging, the defaultpreset.xml should be changed like this (diff of the 16653 revision of defaultpresets.xml, line numbers might change in further revisions) - obviously, inline translation wouldn't be necessary if it was done on global level:

{{{
3847a3848,3850
>             <optional>
>                 <combo key=""healthcare"" text=""Healthcare"" de.text=""Gesundheit"" fr.text=""Soins de santé"" nl.text=""Gezondheidszorg"" values=""hospital"" default=""""/>
>             </optional>
3854a3858,3860
>             <optional>
>                 <combo key=""healthcare"" text=""Healthcare"" de.text=""Gesundheit"" fr.text=""Soins de santé"" nl.text=""Gezondheidszorg"" values=""clinic"" default=""""/>
>             </optional>
3861a3868,3870
>             <optional>
>                 <combo key=""healthcare"" text=""Healthcare"" de.text=""Gesundheit"" fr.text=""Soins de santé"" nl.text=""Gezondheidszorg"" values=""doctors"" default=""""/>
>             </optional>
3868a3878,3880
>             <optional>
>                 <combo key=""healthcare"" text=""Healthcare"" de.text=""Gesundheit"" fr.text=""Soins de santé"" nl.text=""Gezondheidszorg"" values=""dentist"" default=""""/>
>             </optional>
3876a3889,3891
>             <optional>
>                 <combo key=""healthcare"" text=""Healthcare"" de.text=""Gesundheit"" fr.text=""Soins de santé"" nl.text=""Gezondheidszorg"" values=""pharmacy"" default=""""/>
>             </optional>
}}}

A full version of the defaultpresets.xml with the addition is available on GitHub: https://github.com/OSM-de/gists/blob/master/JOSM/trunk/resources/data/defaultpresets.xml"	enhancement	closed	normal		External preset		fixed	healthcare	kmpoppe
