<?xml version="1.0" encoding="UTF-8"?>
<annotations xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="logictheo" version="20110119-192245" description="Greek doctors and their specialties. Also included the insurance health booklets that they accept. (Greek texts only)" shortdescription="Doctors in Greece and their specialties.">
     <!-- I think this preset will only be useful to map things inside Greece. 
          Using only the el.text=* tag without the regular text=* tag crashes JOSM versions 
          before 2255. Thus I put Greek letters in the name=* tag as a workaround.
          This bug/feature might crash later versions as well.
     -->

  <group name="Greek doctor preset">
   <!-- Doctors. "I'm a doctor! I'm a doctor and I want my sausages!" excerpt from Fawlty Towers
                  of a doctor waiting for his dinner, while Mr. and Mrs. Fawlty are busy -->
    <item name="Ιατροί με ειδικότητα">
    <key key="amenity" value="doctors" />
      <label text="Tag usage not published on wiki yet: doctor=yes , also tags like for example medical:specialty:opthalmology" />
      <optional>
        <combo key="name" text="Όνομα Ιατρού" values="Δρ. ,κ. ,κα. " default="" delete_if_empty="true" />
        <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00" default="" delete_if_empty="true" link="http://wiki.openstreetmap.org/wiki/Key:opening_hours" />
          <!-- In cities many doctors can occupy a certain building. Just like many lawyer offices can be found in certain buildings on all kinds of floors. -->
        <combo key="building_floor" text="Σε ποιό όροφο είναι?. (0=Ισόγειο, 0.5=Ημιόροφος, 1=Πρώτος όροφος)" values="5,4.5,4,3.5,3,2.5,2,1.5,1,0.5,0" default="" delete_if_empty="true" />

          <!-- Doctors possible specialties - Ειδικότητες Ιατρών -->
          <label text="Ειδικότητες(μπορείτε να επιλέξετε παραπάνω από μία επιλογή)" />
        <check key="medical:specialty:angiology" text="Αγγειολογία" default="off" delete_if_empty="true" />
        <check key="medical:specialty:gastroenterology" text="Γαστρεντερολογία" default="off" delete_if_empty="true" />
        <check key="medical:specialty:dermatology" text="Δερματολογία" default="off" delete_if_empty="true" />
        <check key="medical:specialty:endocrinology" text="Ενδοκρινολογία" default="off" delete_if_empty="true" />
        <check key="medical:specialty:cardiology" text="Καρδιολογία" default="off" delete_if_empty="true" />
        <check key="medical:specialty:microbiology" text="Μικροβιολογία" default="off" delete_if_empty="true" />
        <check key="medical:specialty:opthalmology" text="Οφθαλμίατρος" default="off" delete_if_empty="true" />
        <check key="medical:specialty:internal_medicine" text="Παθολογία" default="off" delete_if_empty="true" />
        <check key="medical:specialty:angiology_surgeon" text="Χειρούργος Αγγειολόγος" default="off" delete_if_empty="true" />
        <check key="medical:specialty:earnosethroat" text="Ωτορινολαρυγγολόγος (specialty specific to Greece)" default="off" delete_if_empty="true" />
          <!-- "Health insurance journals" that the doctor accepts - Ασφαλιστικά βιβλιάρια υγείας που δέχεται ο/η Ιατρός -->
          <label text="Ασφαλιστικό βιβλιάριο υγείας" />
            <check key="medical:insurance:public" text="Δέχεται βιβλιάρια υγείας ασφαλισμένων δημοσίου" default="off" delete_if_empty="true" />
            <check key="medical:insurance:ika" text="Δέχεται βιβλιάρια υγείας ασφαλισμένων ΙΚΑ" default="off" delete_if_empty="true" />

      </optional>
    </item>

  </group> <!-- END of Greek doctor preset -->
  
</annotations>

