wiki:Presets/Healthcare

Version 2 (modified by Klumbumbus, 6 years ago) ( diff )

use automatic version

[[Image(...)]] healthcare

This is a preset for the healthcare=* tags.

The preset's code

<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
        author="!i!"
        icon="https://wiki.openstreetmap.org/w/images/8/89/RodOfAsclepius.svg"

        shortdescription="Healthcare"
        de.shortdescription="Gesundheit"
        
        description="Healthcare services tagged with healthcare=* (exludes conflicting ones, limited to current top value)"
        de.description="Gesundheits- und Pflegeeinrichtungen die von healthcare=* erfasst werden (konfliktträchtige derzeit ausgespart und nur häufigste Spezialisierungen"
        
        version="41_2023-02-10">
        
        <!--
        TODO:
    - more translations
    - more specialities from wiki page
    - merge https://josm.openstreetmap.de/wiki/Presets/BloodDonation ?
    - better icons?
        - long value titles/explanations for specialities?
    - refactoring / splitting menus?
        -->
        <group name = "healthcare and medicals" de.name = "Gesundheit und Medizin" icon = "https://wiki.openstreetmap.org/w/images/8/89/RodOfAsclepius.svg">
                <chunk id="common_items">
            <combo key="wheelchair" text="Wheelchairs" de.text="Rollstühle" fr.text="Fauteuils roulants" values="yes,limited,no" />
                <preset_link preset_name="Addresses" />
                        <preset_link preset_name="Contact (Common Schema)" />
                        <space />
                        <link href="https://wiki.openstreetmap.org/wiki/Key:healthcare" />
                </chunk>
                <item name = "healthcare facility" de.name = "Gesundheitseinrichtung"
                        type = "node,closedway,relation"
                        icon = "https://wiki.openstreetmap.org/w/images/8/89/RodOfAsclepius.svg"
                >
                        <text key = "name" text = "Name" />
            <text key = "operator" text = "Operator" de.text = "Betreiber" />
                        <combo key = "healthcare" text = "Type"
                                values = "yes,birthing_center,blood_bank,centre,clinic,hospice,hospital,rehabilitation"
                                de.display_values = "ja,Geburtshaus,Blutbank,Ärztehaus / Gesundheitszentrum,Klinik,Hospitz,Krankenhaus,Rehabilitationsklinik"
                                values_searchable = "true"
                                values_sort = "true"
                        />
                        <combo key = "healthcare:speciality" text = "Specialities" de.text="Spezialisierung"
                                values="abortion,acupuncture,cardiology,chiropractic,dermatology,fertility,general,gynaecology,internal,neurology,ophthalmology,orthopaedics,otolaryngology,paediatrics,psychiatry,radiology,surgery,urology"
                                de.display_values="Abtreibung,Akkupunktur,Cardiologie,Chiropraktik,Dermatologie,Fruchtbarkeit,Allgemeinmedizin,Gynäkologie,Innere Medizin,Neurologie,Augenheilkunde,Orthopädie,Hals-Nasen-Ohrenheilkunde,Kinder- und Jugendmedizin,Psychiatrie,Radiologie,Chirurgie,Urologie"
                                values_searchable = "true"
                                values_sort = "true"
                        />
                        <reference ref="common_items" />
                </item>
                <item name = "healthcare practitioner" de.name = "Praxen"
                type = "node,closedway,relation"
                icon = "https://wiki.openstreetmap.org/w/images/8/89/RodOfAsclepius.svg"
                >
                        <text key = "name" text = "Name" />
            <text key = "operator" text = "Operator" de.text = "Betreiber" />
                        <combo key = "healthcare" text = "Type" de.text = "Typ"
                                values = "audiologist,midwife,occupational_therapist,optometrist,physiotherapist,podiatrist,psychotherapist,speech_therapist"
                                de.display_values = "Hörakustiker,Hebamme,Ergotherapie,Augenarzt,Physiotherapie,Fußchirurg,Psychotherapie,Logopädie"
                                values_searchable = "true"
                                values_sort = "true"
                        />
                        <reference ref="common_items" />
                </item>
                <item name = "healthcare alternative" de.name = "alternative Medizin"
                type = "node,closedway,relation"
                icon = "https://wiki.openstreetmap.org/w/images/8/89/RodOfAsclepius.svg"
                >
                        <key key = "healthcare" value = "alternative"/>
            <text key = "operator" text = "Operator" de.text = "Betreiber" />
                        <text key = "name" text = "Name" />
                        <combo key = "healthcare:speciality" text = "Specialities" de.text="Spezialisierung"
                                values = "acupuncture,anthroposophical,applied_kinesiology,aromatherapy,ayurveda,chiropractic,herbalism,homeopathy,hydrotherapy,hypnosis,naturopathy,osteopathy,reflexology,reiki,shiatsu,traditional_chinese_medicine,tuina,unani"
                                de.display_values = "Akkupunktur,Anthroposophische Medizin,Angewandte Kinesiologie,Aromatherapie,Ayurveda,Chiropraktik,Pflanzenheilkunde,Homöopathie,Hydrotherapie,Hypnose,Naturheilkunde,Osteopathie,Reflexologie,Reiki,Shiatsu,Traditionelle chinesische Medizin,Tuina,Unani"
                                values_searchable = "true"
                                values_sort = "true"
                        />
                        <reference ref="common_items" />
                </item>
        </group>
</presets>

Presets_Healthcare-preset.xml, Presets_Healthcare.zip

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.