| | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| | 2 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" |
| | 3 | author="Marc Gemis" |
| | 4 | version="0.1" |
| | 5 | shortdescription="Mapping in Flanders / Voor (beginnende) mappers in Vlaanderen" |
| | 6 | description="De bedoeling is om een aantal veel gebruikte tag combinaties te groeperen, zodat beginnende |
| | 7 | gebruikers sneller en beter kunnen mappen. Deze file zou de informatie op http://wiki.openstreetmap.org/wiki/NL:How_to_map_a moeten ondersteunen." |
| | 8 | > |
| | 9 | <group name="How to map a ? (Flemish)" name.nl="Hoe map ik een?"> |
| | 10 | <item name="Container for Glass Bottles" text.nl="Glasbol" type="node"> |
| | 11 | <label text="Edit Glass Container" text.nl="Wijzig Glasbol"/> |
| | 12 | <space /> |
| | 13 | <key key="amenity" value="recycling"/> |
| | 14 | <key key="recycling_type" value="container"/> |
| | 15 | <key key="recycling:glass_bottles" value="yes"/> |
| | 16 | </item> |
| | 17 | <item name="Recycling Clothes" name.nl="Textielcontainer" type="node"> |
| | 18 | <label text="Edit Recycling Container for Clothes" text.nl="Wijzig Textielcontainer"/> |
| | 19 | <space /> |
| | 20 | <key key="amenity" value="recycling"/> |
| | 21 | <key key="recycling_type" value="container"/> |
| | 22 | <key key="recycling:clothes" value="yes"/> |
| | 23 | <optional> |
| | 24 | <combo key="operator" text="Operator" text.nl="Organisatie" use_last_as_default="true" values="V.H.S. Europ,Caritas n.v.,Vlaams Inzamel Centrum Textiel,Opnieuw en Co,Wereld Missie Hulp"/> |
| | 25 | </optional> |
| | 26 | </item> |
| | 27 | <item name="Life Ring" name.nl="Reddingsboei" type="node"> |
| | 28 | <label text="Edit Life Ring" text.nl="Wijzig Reddingsboei"/> |
| | 29 | <space /> |
| | 30 | <key key="amenity" value="life_ring"/> |
| | 31 | <key key="emergency" value="life_saving_equipment"/> |
| | 32 | <key key="life_saving_equipment" value="life_buoy"/> |
| | 33 | </item> |
| | 34 | <item name="Bus Stop" name.nl="Bushalte" icon="presets/bus_small.png" type="node"> |
| | 35 | <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=bus_stop" |
| | 36 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=bus_stop" |
| | 37 | es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:highway=bus_stop" |
| | 38 | fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:highway=bus_stop" |
| | 39 | pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:highway=bus_stop" |
| | 40 | ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=bus_stop" /> |
| | 41 | <label text="Edit bus stop" text.nl="Wijzig bushalte" /> |
| | 42 | <space /> |
| | 43 | <key key="highway" value="bus_stop" /> |
| | 44 | <optional> |
| | 45 | <text key="name" text="Name" text.nl="Naam" /> |
| | 46 | <combo key="shelter" text="Shelter" text.nl="Bushokje" values="yes,no" /> |
| | 47 | <combo key="bench" text="Bench" text.nl="Zitbank" values="yes,no" /> |
| | 48 | <combo key="tactile_paving" text="Tactile Paving" text.nl="Noppentegels voor slechtzienden" values="yes,no" /> |
| | 49 | <text key="ref" text="Ref" /> |
| | 50 | <text key="route_ref" text="Route refs" text.nl="Bediend door lijnen"/> |
| | 51 | <text key="not_served_by" text="Route refs" text.nl="Niet bediend door lijnen (die er wel voorbij rijden)"/> |
| | 52 | <text key="zone" text="Zone"/> |
| | 53 | <text key="addr:street" text="Street" text.nl="Straat" /> |
| | 54 | <text key="addr:city" text="City" text.nl="Stad" /> |
| | 55 | <text key="operator" text="Operator" text.nl="Uitbater" values="De Lijn,TEC,STIB/MIVB,Veolia" default="De Lijn"/> |
| | 56 | </optional> |
| | 57 | </item> |
| | 58 | <item name="Bread Vending Machine" name.nl="Broodautomaat" type="node"> |
| | 59 | <label text="Edit Bread Vending Machine" text.nl="Wijzig Broodautomaat"/> |
| | 60 | <space /> |
| | 61 | <key key="amenity" value="vending_machine"/> |
| | 62 | <key key="vending" value="bread"/> |
| | 63 | <!-- ter onderscheiding met andere Automaten --> |
| | 64 | <key key="name" value="Bread"/> |
| | 65 | <optional> |
| | 66 | <text key="operator" text="Bakery" text.nl="Bakker" default=""/> |
| | 67 | <check key="payment:coins" value_on="yes" value_off="no" text="Coins ?" text.nl="Kleingeld ?" default="on"/> |
| | 68 | <check key="payment:notes" value_on="yes" value_off="no" text="Notes ?" text.nl="Briefjes ?" default="off"/> |
| | 69 | <check key="payment:cash" value_on="yes" value_off="no" text="Both ?" text.nl="Beide ?" default="off"/> |
| | 70 | </optional> |
| | 71 | </item> |
| | 72 | |
| | 73 | <group name="Buildings" name.nl="Gebouwen"> |
| | 74 | <item name="Family House" name.nl="Gezinswoning" type="node,closedway"> |
| | 75 | <key key="building" value="house"/> |
| | 76 | <key key="source" value="bing"/> |
| | 77 | </item> |
| | 78 | <item name="Shed" name.nl="Tuinhuisje" type="node,closedway"> |
| | 79 | <key key="building" value="shed"/> |
| | 80 | <key key="source" value="bing"/> |
| | 81 | </item> |
| | 82 | <item name="Garage" type="node,closedway"> |
| | 83 | <key key="building" value="garage"/> |
| | 84 | <key key="source" value="bing"/> |
| | 85 | </item> |
| | 86 | <item name="Garages" type="node,closedway"> |
| | 87 | <key key="building" value="garages"/> |
| | 88 | <key key="source" value="bing"/> |
| | 89 | </item> |
| | 90 | <item name="Greenhouse" name.nl="Serre" type="node,closedway"> |
| | 91 | <key key="building" value="greenhouse"/> |
| | 92 | <key key="source" value="bing"/> |
| | 93 | </item> |
| | 94 | <item name="Apartments" name.nl="Appartementen" btype="node,closedway"> |
| | 95 | <key key="building" value="apartments"/> |
| | 96 | <key key="source" value="bing"/> |
| | 97 | </item> |
| | 98 | <item name="Building (Residential)" name.nl="Gebouw (residentieel)" type="node,closedway"> |
| | 99 | <key key="building" value="residential"/> |
| | 100 | <key key="source" value="bing"/> |
| | 101 | </item> |
| | 102 | <item name="Building (in general)" name.nl="Gebouw (algemeen)" type="node,closedway"> |
| | 103 | <key key="building" value="yes"/> |
| | 104 | <key key="source" value="bing"/> |
| | 105 | </item> |
| | 106 | </group> |
| | 107 | |
| | 108 | <group name="Heritage" name.nl="Erfgoed"> |
| | 109 | <item name="Protected Building (Flemish - By 'Onroerend Erfgoed')" name.nl="Beschermd Monument (door Onroerend Erfgoed)" type="node,closedway"> |
| | 110 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/heritage" /> |
| | 111 | <label text="Edit Protected Monument" text.nl="Wijzig Beschermd Monument"/> |
| | 112 | <space /> |
| | 113 | <key key="heritage" value="4"/> |
| | 114 | <key key="heritage:operator" value="OnroerendErfgoed"/> |
| | 115 | <optional> |
| | 116 | <text key="name" text="Name" text.nl="Naam" value=""/> |
| | 117 | <text key="ref:OnroerendErfgoed" text="Ref (Onroerend Erfgoed)" text.nl="Referentie (Onroerend Erfgoed)" value=""/> |
| | 118 | <combo key="OnroerendErfgoed:criteria" text="Type"> |
| | 119 | <list_entry value="A" display_value="Archeology" display_value.nl="Archeologie" short_description=""/> |
| | 120 | <list_entry value="M" display_value="Monument or Building" display_value.nl="Bouwkundig erfgoed" short_description=""/> |
| | 121 | <list_entry value="L" display_value="Landscape" display_value.nl="Landschap" short_description=""/> |
| | 122 | <list_entry value="VM" display_value="Maritime" display_value.nl="Varend en maritiem erfgoed" short_description=""/> |
| | 123 | <list_entry value="DL" display_value="Partial Landscape" display_value.nl="Deel landschap" short_description=""/> |
| | 124 | <list_entry value="S" display_value="Site" display_value.nl="Gezicht" short_description=""/> |
| | 125 | </combo> |
| | 126 | </optional> |
| | 127 | </item> |
| | 128 | <item name="Protected Monument (Brussels)" name.nl="Beschermd Monument (Brussel)" type="node,closedway"> |
| | 129 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/heritage" /> |
| | 130 | <label text="Edit Protected Monument" text.nl="Wijzig Beschermd Monument"/> |
| | 131 | <space /> |
| | 132 | <key key="heritage" value="4"/> |
| | 133 | <key key="heritage:operator" value="aatl"/> |
| | 134 | <optional> |
| | 135 | <text key="name" text="Name" text.nl="Naam" value=""/> |
| | 136 | <text key="ref:aatl" text="Ref (Monuments et sites)" text.nl="Referentie (Monuments et sites)" value=""/> |
| | 137 | <combo key="aatl:criteria" text="Type"> |
| | 138 | <list_entry value="P" display_value="Protection" short_description="For old or partially destroyed buildings" short_description.nl="Voor oude of gedeeltelijk vernielde gebouwen"/> |
| | 139 | <list_entry value="R" display_value="Restauration" short_description="For old building in good shape" short_description.nl="Voor oude gebouwen in goede staat - die behouden moet blijven"/> |
| | 140 | <list_entry value="S" display_value="Site" short_description=""/> |
| | 141 | <list_entry value="SA" display_value="Archeologic Site" display_value.nl="Archeologische Site" short_description=""/> |
| | 142 | </combo> |
| | 143 | </optional> |
| | 144 | </item> |
| | 145 | <item name="Protected Monument (Wallonia)" name.nl="Beschermd Monument (Wallonië)" type="node,closedway"> |
| | 146 | <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/heritage" /> |
| | 147 | <label text="Edit Protected Monument" text.nl="Wijzig Beschermd Monument"/> |
| | 148 | <space /> |
| | 149 | <key key="heritage" value="4"/> |
| | 150 | <key key="heritage:operator" value="ctl"/> |
| | 151 | <optional> |
| | 152 | <text key="name" text="Name" text.nl="Naam" value=""/> |
| | 153 | <text key="ref:ctl" text="Ref" text.nl="Referentie" value=""/> |
| | 154 | <combo key="ctl:exception" text="Exception" text.nl="Uitzondering"> |
| | 155 | <list_entry value="Y" display_value="Yes" display_value.nl="Ja" short_description=""/> |
| | 156 | <list_entry value="N" display_value="No" display_value.nl="Nee" short_description=""/> |
| | 157 | </combo> |
| | 158 | <combo key="aatl:criteria" text="Type" text.nl="Type"> |
| | 159 | <list_entry value="M" display_value="Monument Building" display_value.nl="Monument - gebouw" short_description=""/> |
| | 160 | <list_entry value="S" display_value="Site" display_value.nl="Site" short_description=""/> |
| | 161 | <list_entry value="ZP" display_value="Protected Area" display_value.nl="Beschermde zone" short_description=""/> |
| | 162 | <list_entry value="EA" display_value="Architectoral Group" display_value.nl="Architectorische groep" short_description=""/> |
| | 163 | <list_entry value="SA" display_value="Archeologic Site" display_value.nl="Archeologische site" short_description=""/> |
| | 164 | </combo> |
| | 165 | </optional> |
| | 166 | </item> |
| | 167 | </group> |
| | 168 | <group name="Pets, Animals" name.nl="Huisdieren - dieren"> |
| | 169 | <item name="Dog school" name.nl="Hondenschool" type="node,closedway"> |
| | 170 | <label text="Edit Dogschool" text.nl="Wijzig hondenschool"/> |
| | 171 | <space /> |
| | 172 | <key key="animal" value="school"/> |
| | 173 | <key key="school_type" value="dog"/> |
| | 174 | <key key="amenity" value="animal_training"/> |
| | 175 | <key key="animal_training" value="dog"/> |
| | 176 | <optional> |
| | 177 | <text key="name" text="Name" text.nl="Naam"/> |
| | 178 | <text key="website" text="Website"/> |
| | 179 | <text key="network" text="Federation" text.nl="Federatie" default="Sint-Hubertus"/> |
| | 180 | </optional> |
| | 181 | </item> |
| | 182 | <item name="Vending machine for plastic bags" name.nl="Poepzakjesautomaat" type="node"> |
| | 183 | <label text="Edit vending machine" text.nl="Wijzig Poepzakjesautomaat"/> |
| | 184 | <space /> |
| | 185 | <key key="amenity" value="vending_machine"/> |
| | 186 | <key key="vending" value="excrement_bags"/> |
| | 187 | <key key="payment" value="none"/> |
| | 188 | <!-- ter onderscheiding met andere Automaten --> |
| | 189 | <key key="name" value="Dog-Station"/> |
| | 190 | <optional> |
| | 191 | <text key="operator" text="Provider" text.nl="Provider" default=""/> |
| | 192 | </optional> |
| | 193 | </item> |
| | 194 | <item name="Wellness for Pets" name.nl="Hondenkapsalon" type="node,closedway"> |
| | 195 | <label text="Edit Wellness for Pet" name.nl="Wijzig hondenkapsalon"/> |
| | 196 | <space /> |
| | 197 | <key key="animal" value="wellness"/> |
| | 198 | <optional> |
| | 199 | <text key="name" text="Name" default=""/> |
| | 200 | <combo key="dog" text="Dogs" text.nl="Honden"> |
| | 201 | <list_entry value="yes" display_value="Yes" display_value.nl="Ja" short_description=""/> |
| | 202 | <list_entry value="no" display_value="No" display_value.nl="Nee" short_description=""/> |
| | 203 | </combo> |
| | 204 | <combo key="cat" text="Cats" text.nl="Katten"> |
| | 205 | <list_entry value="yes" display_value="Yes" display_value.nl="Ja" short_description=""/> |
| | 206 | <list_entry value="no" display_value="No" display_value.nl="Nee" short_description=""/> |
| | 207 | </combo> |
| | 208 | |
| | 209 | </optional> |
| | 210 | </item> |
| | 211 | </group> |
| | 212 | |
| | 213 | <group name="Maxspeeds" name.nl="Maximumsnelheden"> |
| | 214 | <item name="Within City Limits - 50" name.nl="Bebouwde Kom - 50"> |
| | 215 | <label text="Edit"/> |
| | 216 | <space /> |
| | 217 | <key key="maxspeed" value="50"/> |
| | 218 | <key key="zone:traffic" value="BE:urban"/> |
| | 219 | </item> |
| | 220 | <item name="Within City Limits - Zone 30" name.nl="Bebouwde Kom - zone 30"> |
| | 221 | <label text="Edit"/> |
| | 222 | <space /> |
| | 223 | <key key="maxspeed" value="30"/> |
| | 224 | <key key="source:maxspeed" value="zone30"/> |
| | 225 | <key key="zone:traffic" value="BE:urban"/> |
| | 226 | </item> |
| | 227 | <item name="Living Street (max 20)" name.nl="Woonerf (max 20)"> |
| | 228 | <label text="Edit"/> |
| | 229 | <space /> |
| | 230 | <key key="highway" value="living_street"/> |
| | 231 | <key key="maxspeed" value="20"/> |
| | 232 | <key key="zone:traffic" value="BE:urban"/> |
| | 233 | </item> |
| | 234 | <item name="Rural - Max 50" name.nl="Buiten Bebouwde Kom - Max 50"> |
| | 235 | <label text="Edit"/> |
| | 236 | <space /> |
| | 237 | <key key="maxspeed" value="50"/> |
| | 238 | <key key="source:maxspeed" value="traffic_sign"/> |
| | 239 | <key key="zone:traffic" value="BE:rural"/> |
| | 240 | </item> |
| | 241 | <item name="Rural - Max 70" name.nl="Buiten Bebouwde Kom - Max 70"> |
| | 242 | <label text="Edit"/> |
| | 243 | <space /> |
| | 244 | <key key="maxspeed" value="70"/> |
| | 245 | <key key="source:maxspeed" value="traffic_sign"/> |
| | 246 | <key key="zone:traffic" value="BE:rural"/> |
| | 247 | </item> |
| | 248 | <item name="Rural - Zone 50" name.nl="Buiten Bebouwde Kom - zone 50"> |
| | 249 | <label text="Edit"/> |
| | 250 | <space /> |
| | 251 | <key key="maxspeed" value="50"/> |
| | 252 | <key key="source:maxspeed" value="zone50"/> |
| | 253 | <key key="zone:traffic" value="BE:rural"/> |
| | 254 | </item> |
| | 255 | <item name="Rural - Zone 70" name.nl="Buiten Bebouwde Kom - zone 70"> |
| | 256 | <label text="Edit"/> |
| | 257 | <space /> |
| | 258 | <key key="maxspeed" value="70"/> |
| | 259 | <key key="source:maxspeed" value="zone70"/> |
| | 260 | <key key="zone:traffic" value="BE:rural"/> |
| | 261 | </item> |
| | 262 | </group> |
| | 263 | |
| | 264 | <group name="Regional Walking Networks" name.nl="Wandelknooppunten"> |
| | 265 | <item name="Node" name.nl="Knooppunt" type="node"> |
| | 266 | <label text="Edit Node" text.nl="Wijzig knooppunt"/> |
| | 267 | <space /> |
| | 268 | <text key="rwn_ref" name="Number" name.nl="Nummer"/> |
| | 269 | </item> |
| | 270 | <item name="Route" name.nl="Route" icon="presets/path.png" type="relation"> |
| | 271 | <!-- link href="" /> --> |
| | 272 | <label text="Edit Route" text.nl="Wijzig Route"/> |
| | 273 | <space /> |
| | 274 | <key key="type" value="route"/> |
| | 275 | <key key="route" value="foot"/> |
| | 276 | <key key="network" value="rwn"/> |
| | 277 | <text key="note" text="Between nodes (xx-yy)" text.nl="Tussen knooppunten (xx-yy)"/> |
| | 278 | <check key="fixme" value_on="incomplete" value_off="" text="Incomplete ?" text.nl="Onvolledig ?" default="off"/> |
| | 279 | <roles> |
| | 280 | <role key="" text="route" text.nl="route" requisite="required" type="relation" member_expression="type=route"/> |
| | 281 | </roles> |
| | 282 | </item> |
| | 283 | </group> |
| | 284 | |
| | 285 | <group name="Railway Crossing" name.nl="Spoorwegovergang"> |
| | 286 | <item name="Full Barriers - Cat 1" name.nl="Volledige slagbomen - Cat 1" type="node"> |
| | 287 | <label text="edit"/> |
| | 288 | <space /> |
| | 289 | <key key="railway" value="level_crossing"/> |
| | 290 | <key key="level_crossing:category" value="category1"/> |
| | 291 | <key key="signal" value="yes"/> |
| | 292 | <key key="barriers" value="full"/> |
| | 293 | <key key="traffic_sign" value="yes"/> |
| | 294 | </item> |
| | 295 | <item name="Half Barrier - Cat 2" name.nl="Halve slagbomen - Cat 2" type="node"> |
| | 296 | <label text="edit"/> |
| | 297 | <space /> |
| | 298 | <key key="railway" value="level_crossing"/> |
| | 299 | <key key="level_crossing:category" value="category2"/> |
| | 300 | <key key="signal" value="yes"/> |
| | 301 | <key key="barriers" value="partly"/> |
| | 302 | <key key="traffic_sign" value="yes"/> |
| | 303 | </item> |
| | 304 | <item name="Only Signal - Cat 3" name.nl="Enkel signaal - Cat 3" type="node"> |
| | 305 | <label text="edit"/> |
| | 306 | <space /> |
| | 307 | <key key="railway" value="level_crossing"/> |
| | 308 | <key key="level_crossing:category" value="category3"/> |
| | 309 | <key key="signal" value="yes"/> |
| | 310 | <key key="barriers" value="no"/> |
| | 311 | <key key="traffic_sign" value="yes"/> |
| | 312 | </item> |
| | 313 | <item name="Only Traffic Sign - Cat 4" name.nl="Enkel verkeersbord - Cat 4" type="node"> |
| | 314 | <label text="edit"/> |
| | 315 | <space /> |
| | 316 | <key key="railway" value="level_crossing"/> |
| | 317 | <key key="level_crossing:category" value="category4"/> |
| | 318 | <key key="signal" value="no"/> |
| | 319 | <key key="barriers" value="no"/> |
| | 320 | <key key="traffic_sign" value="yes"/> |
| | 321 | </item> |
| | 322 | <item name="Unprotected - Cat 5" name.nl="Onbewaakte overgang - Cat 5" type="node"> |
| | 323 | <label text="edit"/> |
| | 324 | <space /> |
| | 325 | <key key="railway" value="level_crossing"/> |
| | 326 | <key key="level_crossing:category" value="category5"/> |
| | 327 | <key key="signal" value="no"/> |
| | 328 | <key key="barriers" value="no"/> |
| | 329 | <key key="traffic_sign" value="no"/> |
| | 330 | </item> |
| | 331 | </group> |
| | 332 | <!-- |
| | 333 | <group name="Churches, Chapels" name.nl="Kerken, Kapellen"> |
| | 334 | </group> |
| | 335 | --> |
| | 336 | |
| | 337 | <group name="Healthcare" name.nl="Gezondheidssector"> |
| | 338 | <item name="Physiotherapist" name.nl="Kinesist"> |
| | 339 | <label text="Edit Physiotherapist" text.nl="Wijzig Kinesist"/> |
| | 340 | <space /> |
| | 341 | <key key="medical_system:western" value="yes"/> |
| | 342 | <key key="health_facility:type" value="office"/> |
| | 343 | <key key="office" value="therapist"/> |
| | 344 | <key key="health_specialty:physiotherapy" value="yes"/> |
| | 345 | <optional> |
| | 346 | <text key="name" text="Office Name" text.nl="Naam praktijk" default=""/> |
| | 347 | <text key="operator" text="Physiotherapist" text.nl="Kinesist" default=""/> |
| | 348 | </optional> |
| | 349 | </item> |
| | 350 | <item name="Dentist" name.nl="Tandarts"> |
| | 351 | <label text="Edit Dentist" text.nl="Wijzig tandarts"/> |
| | 352 | <space /> |
| | 353 | <key key="medical_system:western" value="yes"/> |
| | 354 | <key key="health_facility:type" value="office"/> |
| | 355 | <key key="office" value="physician"/> |
| | 356 | <key key="health_specialty:dentistry" value="yes"/> |
| | 357 | <optional> |
| | 358 | <text key="name" text="Office Name" text.nl="Naam praktijk" default=""/> |
| | 359 | <text key="operator" text="Doctor's Name" text.nl="Naam dokter" default=""/> |
| | 360 | </optional> |
| | 361 | </item> |
| | 362 | <item name="Huisarts"> |
| | 363 | <label text="edit"/> |
| | 364 | <space /> |
| | 365 | <key key="medical_system:western" value="yes"/> |
| | 366 | <key key="health_facility:type" value="office"/> |
| | 367 | <key key="office" value="physician"/> |
| | 368 | <key key="health_specialty:internal_medicine" value="yes"/> |
| | 369 | <key key="health_specialty:family_medicine" value="yes"/> |
| | 370 | <key key="health_specialty:general" value="yes"/> |
| | 371 | <key key="amenity" value="doctors"/> |
| | 372 | <optional> |
| | 373 | <text key="name" text="Office Name" text.nl="Naam praktijk" default=""/> |
| | 374 | <text key="operator" text="Doctor's Name" text.nl="Naam dokter" default=""/> |
| | 375 | <text key="home_visit" text="Home Visits ?" text.nl="Huisbezoeken ?" default="yes"/> |
| | 376 | </optional> |
| | 377 | </item> |
| | 378 | <item name="Specialist"> |
| | 379 | <label text="edit"/> |
| | 380 | <space /> |
| | 381 | <key key="medical_system:western" value="yes"/> |
| | 382 | <key key="health_facility:type" value="office"/> |
| | 383 | <key key="office" value="physician"/> |
| | 384 | <key key="amenity" value="doctors"/> |
| | 385 | <optional> |
| | 386 | <text key="name" text="Office Name" text.nl="Naam praktijk" default=""/> |
| | 387 | <text key="operator" text="Doctor's Name" text.nl="Naam dokter" default=""/> |
| | 388 | <text key="home_visit" text="Home Visits ?" text.nl="Huisbezoeken ?" default="yes"/> |
| | 389 | <combo key="healthcare:speciality" text="Type"> |
| | 390 | <list_entry value="ophthalmology" display_value="Ophthalmology (Eyes)" display_value.nl="Oogarts" short_description=""/> |
| | 391 | <list_entry value="orthopaedics" display_value="Orthopaedics" display_value.nl="Specialist Orthopedie" short_description=""/> |
| | 392 | <list_entry value="otolaryngology" display_value="Otolaryngology (Nose-Ears-Throath)" display_value.nl="Specialist Neus-Keel-Oren" short_description=""/> |
| | 393 | <list_entry value="radiology" display_value="Radiology" display_value.nl="Radioloog" short_description=""/> |
| | 394 | <list_entry value="neurology" display_value="Neurology" display_value.nl="Neuroloog" short_description=""/> |
| | 395 | <list_entry value="neuropsychiatry" display_value="Neuropsychiatry" display_value.nl="Neuro-Psychiatrie" short_description=""/> |
| | 396 | <list_entry value="psychiatry" display_value="Phsychiatry" display_value.nl="Specialist Psychiatrie" short_description=""/> |
| | 397 | <list_entry value="cardiology" display_value="Cardiology" display_value.nl="Cardioloog (Hartziekten)" short_description=""/> |
| | 398 | <list_entry value="dermatology" display_value="Dematology (Skin)" display_value.nl="Dermatoloog (Huidarts)" short_description=""/> |
| | 399 | <list_entry value="gynaecology" display_value="Genaecology" display_value.nl="Gynecoloog (Verloskunde)" short_description=""/> |
| | 400 | <list_entry value="urology" display_value="Urology" display_value.nl="Uroloog" short_description=""/> |
| | 401 | </combo> |
| | 402 | </optional> |
| | 403 | </item> |
| | 404 | </group> |
| | 405 | </group> |
| | 406 | </presets> |