diff --git a/data/presets/presets/healthcare/alternative.json b/data/presets/presets/healthcare/alternative.json new file mode 100644 index 000000000..2ac770ea8 --- /dev/null +++ b/data/presets/presets/healthcare/alternative.json @@ -0,0 +1,38 @@ +{ + "icon": "hospital", + "fields": [ + "name", + "operator", + "healthcare/speciality", + "building_area", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "acupuncture", + "anthroposophical", + "applied_kinesiology", + "aromatherapy", + "ayurveda", + "heabalism", + "homeopathy", + "hydrotherapy", + "hypnosis", + "naturopathy", + "osteopathy", + "reflexology", + "reiki", + "shiatsu", + "traditional", + "tuina", + "unani" + ], + "tags": { + "healthcare": "alternative" + }, + "name": "Alternative Medicine" +} diff --git a/data/presets/presets/healthcare/alternative/chiropractic.json b/data/presets/presets/healthcare/alternative/chiropractic.json new file mode 100644 index 000000000..1b2c6f4f7 --- /dev/null +++ b/data/presets/presets/healthcare/alternative/chiropractic.json @@ -0,0 +1,25 @@ +{ + "icon": "hospital", + "fields": [ + "name", + "operator", + "healthcare/speciality", + "building_area", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "back", + "pain", + "spine" + ], + "tags": { + "healthcare": "alternative", + "healthcare:speciality": "chiropractic" + }, + "name": "Chiropractor" +} diff --git a/data/presets/presets/healthcare/audiologist.json b/data/presets/presets/healthcare/audiologist.json new file mode 100644 index 000000000..e58764fc1 --- /dev/null +++ b/data/presets/presets/healthcare/audiologist.json @@ -0,0 +1,24 @@ +{ + "icon": "hospital", + "fields": [ + "name", + "operator", + "healthcare/speciality", + "building_area", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "ear", + "hearing", + "sound" + ], + "tags": { + "healthcare": "audiologist" + }, + "name": "Audiologist" +} diff --git a/data/presets/presets/healthcare/birthing_center.json b/data/presets/presets/healthcare/birthing_center.json new file mode 100644 index 000000000..b6b1ade7c --- /dev/null +++ b/data/presets/presets/healthcare/birthing_center.json @@ -0,0 +1,27 @@ +{ + "icon": "hospital", + "fields": [ + "name", + "operator", + "healthcare/speciality", + "building_area", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "baby", + "childbirth", + "delivery", + "labour", + "labor", + "pregnancy" + ], + "tags": { + "healthcare": "birthing_center" + }, + "name": "Birthing Center" +} diff --git a/data/presets/presets/healthcare/blood_donation.json b/data/presets/presets/healthcare/blood_donation.json index c03489031..893488f8f 100644 --- a/data/presets/presets/healthcare/blood_donation.json +++ b/data/presets/presets/healthcare/blood_donation.json @@ -3,6 +3,7 @@ "fields": [ "name", "operator", + "healthcare/speciality", "blood_components", "address", "building_area", diff --git a/data/presets/presets/healthcare/hospice.json b/data/presets/presets/healthcare/hospice.json index 1fd72a39b..1a440f31f 100644 --- a/data/presets/presets/healthcare/hospice.json +++ b/data/presets/presets/healthcare/hospice.json @@ -3,6 +3,7 @@ "fields": [ "name", "operator", + "healthcare/speciality", "building_area", "address", "opening_hours" diff --git a/data/presets/presets/healthcare/midwife.json b/data/presets/presets/healthcare/midwife.json index 7d0246b72..b1e16fbc1 100644 --- a/data/presets/presets/healthcare/midwife.json +++ b/data/presets/presets/healthcare/midwife.json @@ -3,6 +3,7 @@ "fields": [ "name", "operator", + "healthcare/speciality", "building_area", "address", "opening_hours" @@ -12,8 +13,12 @@ "area" ], "terms": [ - "pregnancy", - "childbirth" + "baby", + "childbirth", + "delivery", + "labour", + "labor", + "pregnancy" ], "tags": { "healthcare": "midwife" diff --git a/data/presets/presets/healthcare/occupational_therapist.json b/data/presets/presets/healthcare/occupational_therapist.json new file mode 100644 index 000000000..56064bfd8 --- /dev/null +++ b/data/presets/presets/healthcare/occupational_therapist.json @@ -0,0 +1,23 @@ +{ + "icon": "hospital", + "fields": [ + "name", + "operator", + "healthcare/speciality", + "building_area", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "therapist", + "therapy" + ], + "tags": { + "healthcare": "occupational_therapist" + }, + "name": "Occupational Therapist" +} diff --git a/data/presets/presets/healthcare/optometrist.json b/data/presets/presets/healthcare/optometrist.json new file mode 100644 index 000000000..30cf25396 --- /dev/null +++ b/data/presets/presets/healthcare/optometrist.json @@ -0,0 +1,26 @@ +{ + "icon": "hospital", + "fields": [ + "name", + "operator", + "healthcare/speciality", + "building_area", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "eye", + "glasses", + "lasik", + "lenses", + "vision" + ], + "tags": { + "healthcare": "optometrist" + }, + "name": "Optometrist" +} diff --git a/data/presets/presets/healthcare/physiotherapist.json b/data/presets/presets/healthcare/physiotherapist.json new file mode 100644 index 000000000..46e289de1 --- /dev/null +++ b/data/presets/presets/healthcare/physiotherapist.json @@ -0,0 +1,24 @@ +{ + "icon": "hospital", + "fields": [ + "name", + "operator", + "healthcare/speciality", + "building_area", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "physical", + "therapist", + "therapy" + ], + "tags": { + "healthcare": "physiotherapist" + }, + "name": "Physiotherapist" +} diff --git a/data/presets/presets/healthcare/podiatrist.json b/data/presets/presets/healthcare/podiatrist.json new file mode 100644 index 000000000..03d7cc319 --- /dev/null +++ b/data/presets/presets/healthcare/podiatrist.json @@ -0,0 +1,23 @@ +{ + "icon": "hospital", + "fields": [ + "name", + "operator", + "healthcare/speciality", + "building_area", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "foot", + "feet" + ], + "tags": { + "healthcare": "podiatrist" + }, + "name": "Podiatrist" +} diff --git a/data/presets/presets/healthcare/psychotherapist.json b/data/presets/presets/healthcare/psychotherapist.json new file mode 100644 index 000000000..a7b15c6a8 --- /dev/null +++ b/data/presets/presets/healthcare/psychotherapist.json @@ -0,0 +1,29 @@ +{ + "icon": "hospital", + "fields": [ + "name", + "operator", + "healthcare/speciality", + "building_area", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "anxiety", + "counselor", + "depression", + "mental health", + "mind", + "suicide", + "therapist", + "therapy" + ], + "tags": { + "healthcare": "psychotherapist" + }, + "name": "Psychotherapist" +} diff --git a/data/presets/presets/healthcare/rehabilitation.json b/data/presets/presets/healthcare/rehabilitation.json new file mode 100644 index 000000000..680c24e86 --- /dev/null +++ b/data/presets/presets/healthcare/rehabilitation.json @@ -0,0 +1,24 @@ +{ + "icon": "hospital", + "fields": [ + "name", + "operator", + "healthcare/speciality", + "building_area", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "rehab", + "therapist", + "therapy" + ], + "tags": { + "healthcare": "rehabilitation" + }, + "name": "Rehabilitation Facility" +} diff --git a/data/presets/presets/healthcare/speech_therapist.json b/data/presets/presets/healthcare/speech_therapist.json new file mode 100644 index 000000000..5553e6b0e --- /dev/null +++ b/data/presets/presets/healthcare/speech_therapist.json @@ -0,0 +1,25 @@ +{ + "icon": "hospital", + "fields": [ + "name", + "operator", + "healthcare/speciality", + "building_area", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "speech", + "therapist", + "therapy", + "voice" + ], + "tags": { + "healthcare": "speech_therapist" + }, + "name": "Speech Therapist" +}