wiki:Presets/Healthcare

Version 11 (modified by thetornado76, 5 years ago) ( diff )

specialities added

[[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! and M!dgard"
        icon="https://wiki.openstreetmap.org/w/images/8/89/RodOfAsclepius.svg"

        shortdescription="Healthcare"
        de.shortdescription="Gesundheit"
        nl.shortdescription="Gezondheidszorg"
        ja.shortdescription="医療・健康"
        
        description="Healthcare services tagged with healthcare=* (limited to current top value)"
        de.description="Gesundheits- und Pflegeeinrichtungen die von healthcare=* erfasst werden (nur häufigste Spezialisierungen)"
        nl.description="Gezondheidszorg-faciliteiten met healthcare=* (enkel de voornaamste specialisaties)"

    version="41_2023-02-10">  <!-- Don't change this line. It must be: version="41_2023-02-10"> -->
        
        <!--
        TODO:
    - more translations
    - more specialities and tags from wiki page
        - long value titles/explanations for specialities?
    - use XML shortcuts from defaultpresets.xml
        -->
        <group name = "health (new)" de.name = "Gesundheit (neu)" ja.name = "医療・健康 (new)" nl.name="Gezondheidszorg" icon = "presets/health/pharmacy.svg">
                <chunk id="common_items">
            <combo key="wheelchair" text="Wheelchairs" de.text="Rollstühle" fr.text="Fauteuils roulants" nl.text="Toegankelijk voor rolstoelgebruikers" ja.text="車椅子" 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>
        <chunk id="specialities">
            <combo key = "healthcare:speciality" text = "Specialities" de.text="Spezialisierung" nl.text="Specialisaties" ja.text="診療科・専門"
                                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"
                nl.values=",cardiologie,chiropraxie,dermatologie,vruchtbaarheid,algemeen,gynaecologie,intern,neurologie,ophthalmologie,orthopedie,neus-keel-oor,pediatrie,psychiatrie,radiologie,chirurgie,urologie"
                                
ja.display_values="中絶,鍼,循環器科,カイロプラクティック,皮膚科,不妊治療,総合,産婦人科,内科,神経科,眼科,整形外科,耳鼻咽喉科,小児科,精神科・心療内科,放射線科,外科,泌尿器科"
                                values_searchable = "true"
                                values_sort = "true"
                        />
        </chunk>
        <chunk id="name_operator">
                <text key="name"
                                text="Name"
                                de.text="Name"
                                nl.text="Naam"
                                ja.text="名前"
                                />
                <text key="operator"
                                text="Operator"
                                de.text="Betreiber"
                                nl.text="Inrichtende organisatie"
                                ja.text="運営者"
                                />
        </chunk>
            <group name = "facilities" de.name = "Einrichtungen" nl.name="Gezondheidszorgfaciliteit" ja.name="施設" icon = "presets/health/hospital.svg">
                <item name = "hospital (new)" de.name = "Krankenhaus (neu)" ja.name="病院 (new)"
                            type = "node,closedway,relation"
                            icon = "presets/health/hospital.svg"
                    >
                <key key = "healthcare" value = "hospital"/>
                <key key = "amenity" value = "hospital"/> <!-- old legacy tags persist-->
                            <text key = "name" text = "Name" />
                <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                <reference ref="specialities" />
                <check key="emergency" text="emergencies" de.text = "Notfälle" ja.text="救急" />
                            <reference ref="common_items" />
                    </item>
            <item name = "clinic (new)" de.name = "Klinik (neu)" ja.name="クリニック (new)"
                            type = "node,closedway,relation"
                            icon = "presets/health/hospital.svg"
                    >
                <key key = "healthcare" value = "clinic"/>
                <key key = "amenity" value = "clinic"/> <!-- old legacy tags persist-->
                            <text key = "name" text = "Name" />
                <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                <reference ref="specialities" />
                <check key="emergency" text="emergencies" de.text = "Notfälle" ja.text="救急" />
                            <reference ref="common_items" />
                    </item>
            <item name = "rehabilitation" de.name = "Reha-Klinik" nl.name = "revalidatiekliniek" ja.name="リハビリテーション施設"
                            type = "node,closedway,relation"
                            icon = "presets/health/hospital.svg"
                    >
                <key key = "healthcare" value = "rehabilitation"/>
                            <text key = "name" text = "Name" />
                <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                            <reference ref="common_items" />
                    </item>
            <item name = "center" de.name = "Ärztehaus" nl.name = "centrum"
                            type = "node,closedway,relation"
                            icon = "presets/health/hospital.svg"
                    >
                <key key = "healthcare" value = "centre"/>
                            <text key = "name" text = "Name" />
                <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                            <reference ref="common_items" />
                <check key="emergency" text="emergencies" de.text = "Notfälle" />
                <reference ref="specialities" />
                    </item>
            <item name = "birthing center" de.name = "Geburtshaus" nl.name = "geboortehuis" ja.name="産院"
                            type = "node,closedway,relation"
                            icon = "presets/health/hospital.svg"
                    >
                <key key = "healthcare" value = "birthing_center"/>
                            <text key = "name" text = "Name" />
                <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                            <reference ref="common_items" />
                    </item>
            <item name = "analystical/diagnostic laboratory" de.name = "Medizinisches Labor"
                            type = "node,closedway,relation"
                            icon = "presets/health/hospital.svg"
                    >
                <key key = "healthcare" value = "laboratory"/>
                            <text key = "name" text = "Name" />
                <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                <combo key = "healthcare:speciality" text = "Specialities" de.text="Spezialisierung"
                                values = "blood_check"
                                de.display_values = "Blutuntersuchung"
                                values_searchable = "true"
                                values_sort = "true"
                        />
                            <reference ref="common_items" />
                    </item>
        </group>
        <group name = "therapists" de.name = "Therapeuten" icon = "presets/health/doctors.svg">
            <item name = "occupational therapist" de.name = "Ergotherapie" nl.text = "ergotherapeut"
                        type = "node,closedway,relation"
                        icon = "presets/health/doctors.svg"
                >
                <key key = "healthcare" value = "occupational_therapist"/>
                        <text key = "name" text = "Name" />
                <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                        <reference ref="common_items" />
                </item>
            <item name = "physiotherapist" de.name = "Physiotherapie" nl.text = "fysiotherapeut" ja.text="理学療法士"
                        type = "node,closedway,relation"
                        icon = "presets/health/doctors.svg"
                >
                <key key = "healthcare" value = "physiotherapist"/>
                        <text key = "name" text = "Name" />
                <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                        <reference ref="common_items" />
                </item>
            <item name = "psychotherapist" de.name = "Psychotherapeut" nl.text = "psychotherapeut" ja.text="心理療法士"
                        type = "node,closedway,relation"
                        icon = "presets/shop/furniture.svg"
                >
                <key key = "healthcare" value = "psychotherapist"/>
                        <text key = "name" text = "Name" />
                <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                <combo key = "healthcare:speciality" text = "Specialities" de.text="Spezialisierung"
                                values = "behavior,body,depth,humanistic,systemic"
                                de.display_values = "Verhaltenstherapie,Körperpsychotherapie,Tiefenpsychologie,Humanistische Psychologie,Systemische Therapie"
                                values_searchable = "true"
                                values_sort = "true"
                        />
                        <reference ref="common_items" />
                </item>
            <item name = "speech therapist" de.name = "Logopädie" nl.text = "logopedist"
                        type = "node,closedway,relation"
                        icon = "presets/health/doctors.svg"
                >
                <key key = "healthcare" value = "speech_therapist"/>
                        <text key = "name" text = "Name" />
                <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                        <reference ref="common_items" />
                </item>
        </group>
        <item name = "Doctor's Office (new)" de.name = "Arztpraxis (neu)" nl.name="Medicus (new)" ja.name="医院"
                    type = "node,closedway,relation"
                    icon = "presets/health/doctors.svg"
            >
            <key key = "healthcare" value = "doctor"/>
            <key key = "amenity" value = "doctors"/> <!-- old legacy tags persist-->
                    <text key = "name" text = "Name" />
            <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
            <reference ref="specialities" />
                    <reference ref="common_items" />
            </item>
        <item name = "dentist (new)" de.name = "Zahnarzt (neu)" ja.name="歯科 (new)"
                    type = "node,closedway,relation"
                    icon = "presets/health/dentist.svg"
            >
            <key key = "healthcare" value = "dentist"/>
            <key key = "amenity" value = "dentist"/> <!-- old legacy tags persist-->
                    <text key = "name" text = "Name" />
            <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
            <combo key = "healthcare:speciality" text = "Specialities" de.text="Spezialisierung"
                                values = "orthodontics"
                                de.display_values = "Kieferorthopädie"
                                values_searchable = "true"
                                values_sort = "true"
                        />
                    <reference ref="common_items" />
            </item>
        <item name = "audiologist" de.name = "Hörakustiker" nl.name = "audiologie"
                    type = "node,closedway,relation"
                    icon = "presets/shop/hearing_aids.svg"
            >
            <key key = "healthcare" value = "audiologist"/>
                    <text key = "name" text = "Name" />
            <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                    <reference ref="common_items" />
            </item>
        <item name = "optometrist" de.name = "Optiker" nl.text = "optometrist"
                    type = "node,closedway,relation"
                    icon = "presets/shop/optician.svg"
            >
            <key key = "healthcare" value = "optometrist"/>
                    <text key = "name" text = "Name" />
            <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                    <reference ref="common_items" />
            </item>
        <item name = "podiatrist" de.name = "Fußpflege / Fußchirugie" nl.text = "podoloog"
                    type = "node,closedway,relation"
                    icon = "presets/shop/shoes.svg"
            >
            <key key = "healthcare" value = "podiatrist"/>
                    <text key = "name" text = "Name" />
            <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                    <reference ref="common_items" />
            </item>
        <item name = "midwife" de.name = "Hebamme" nl.text = "vroedvrouw"
                    type = "node,closedway,relation"
                    icon = "https://wiki.openstreetmap.org/w/images/4/4a/Icon-Pregnant-Woman.svg"
            >
            <key key = "healthcare" value = "midwife"/>
                    <text key = "name" text = "Name" />
            <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                    <reference ref="common_items" />
            </item>
                <item name = "healthcare alternative" de.name = "alternative Medizin" nl.name="Alternatieve geneeskunde" ja.name="代替医療"
                type = "node,closedway,relation"
                icon = "https://wiki.openstreetmap.org/w/images/8/81/Icon-ying-yang.svg"
                >
                        <key key = "healthcare" value = "alternative"/>
            <text key = "operator" text = "Operator" de.text = "Betreiber" ja.text = "運営者" />
                        <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>
        <item type="node,closedway,relation" icon="https://wiki.openstreetmap.org/w/images/8/80/Blooddonation9.svg"
            name="Blood donation"
            de.name = "Blutspende"
            nl.name="Bloeddonorcentrum"
                        ja.name="献血"
        >
            <label
                            text="Blood donation"
                            de.name = "Blutspende"
                            nl.text="Bloeddonorcentrum"
                                                        ja.text="献血"
                            />
            <key key="healthcare" value="blood_donation" />
            <space />

            <reference ref="name_operator" />
            <space />

            <label
                            text="What you can donate here"
                            de.text="Was man spenden kann"
                            nl.text="Wat je hier kan doneren"
                                                        ja.text="献血可能成分"
                            />
            <checkgroup columns="2">
                    <check key="blood:whole"
                                    text="whole blood"
                                    de.text="Vollblut"
                                    nl.text="volbloed"
                                                                        ja.text="全血"
                                    />
                    <check key="blood:plasma"
                                    text="plasma"
                                    de.text="plasma"
                                    nl.text="plasma"
                                                                        ja.text="血漿"
                                    />
                    <check key="blood:platelets"
                                    text="platelets"
                                    de.text="Thrombozyten"
                                    nl.text="bloedplaatjes"
                                                                        ja.text="血小板"
                                    />
                    <check key="blood:stemcells"
                                    text="stem cell sample"
                                    de.text="Stammzellen"
                                    nl.text="stamcel-staal"
                                                                        ja.text="幹細胞"
                                    />
            </checkgroup>
            <space />

            <check key="donation:compensation"
                            text="Compensation for donating"
                            de.text="Kompensation für Spende"
                            nl.text="Compensatie voor donatie"
                            />
            <label
                            text="If known, also specify the type(s) of compensation:"
                            de.text="Falls bekannt, die Arten der Kompensation"
                            nl.text="Duid indien gekend ook het soort of de soorten compensatie aan:"
                            />

            <check key="donation:compensation:vouchers" disable_off="true"
                            text="vouchers"
                            de.text="Gutschein"
                            nl.text="bonnetjes"
                            />
            <!--<label text="You get one or more vouchers for every donation. Those can be either vouchers for fun rewards at the donation centre itself, or coupons for local businesses."
                            de.text="Für jede Spende erhältst Du einen oder mehrere Gutscheine. Das können entweder Gutscheine in der Spendenzentrale selbst oder Gutscheine für lokale Unternehmen sein."
                            nl.text="Je krijgt één of meer bonnetjes bij elke donatie. Ofwel kan je ze inruilen voor leuke attenties in het donorcentrum zelf, ofwel krijg je er voordeel mee bij lokale bedrijven." />-->

            <check key="donation:compensation:payment" disable_off="true"
                            text="payment"
                            de.text="Bezahlung"
                            nl.text="betaling"
                            />
            <!--<label text="You get paid for each donation, either at the time of donation or after a certain amount of donations."
                            de.text="Du wirst für jede Spende bezahlt, entweder zum Zeitpunkt der Spende oder nach einem bestimmten Spendenbetrag."
                            nl.text="Je krijgt geld voor elke donatie, net na het doneren of na een bepaald aantal donaties." />-->

            <space />

            <reference ref="common_items" />
            <link href="https://wiki.openstreetmap.org/wiki/Tag:healthcare=blood_donation" />
        </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.