diff --git a/data/presets/amenity/doctors/child_psychiatry.json b/data/presets/amenity/doctors/child_psychiatry.json new file mode 100644 index 00000000..203c9d2c --- /dev/null +++ b/data/presets/amenity/doctors/child_psychiatry.json @@ -0,0 +1,28 @@ +{ + "icon": "maki-doctor", + "geometry": [ + "point", + "area" + ], + "terms": [ + "adolescent psychiatry", + "child psychiatry" + ], + "tags": { + "amenity": "doctors", + "healthcare:speciality": "child_psychiatry" + }, + "addTags": { + "amenity": "doctors", + "healthcare:speciality": "child_psychiatry", + "healthcare": "doctor" + }, + "reference": { + "key": "healthcare:speciality", + "value": "child_psychiatry" + }, + "name": "Child and Adolescent Psychiatrist", + "aliases": [ + "Pediatric Psychiatrist" + ] +} diff --git a/data/presets/amenity/doctors/psychatrist.json b/data/presets/amenity/doctors/psychatrist.json new file mode 100644 index 00000000..5538820b --- /dev/null +++ b/data/presets/amenity/doctors/psychatrist.json @@ -0,0 +1,24 @@ +{ + "icon": "maki-doctor", + "geometry": [ + "point", + "area" + ], + "terms": [ + "psychiatry" + ], + "tags": { + "amenity": "doctors", + "healthcare:speciality": "psychiatry" + }, + "addTags": { + "amenity": "doctors", + "healthcare:speciality": "psychiatry", + "healthcare": "doctor" + }, + "reference": { + "key": "healthcare:speciality", + "value": "psychiatry" + }, + "name": "Psychiatrist" +} diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index ca722752..46f55a3e 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -5640,6 +5640,11 @@ en: name: Cardiologist # 'terms: cardiac surgeon,cardiology,cardiovascular system,coronary artery,heart' terms: + amenity/doctors/child_psychiatry: + # amenity=doctors + healthcare:speciality=child_psychiatry | Pediatric Psychiatrist | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key). + name: Child and Adolescent Psychiatrist + # 'terms: adolescent psychiatry,child psychiatry' + terms: amenity/doctors/dermatology: # amenity=doctors + healthcare:speciality=dermatology | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key). name: Dermatologist @@ -5730,6 +5735,11 @@ en: name: Colorectal Surgeon # 'terms: assman,colorectal surgery,proctology' terms: + amenity/doctors/psychatrist: + # amenity=doctors + healthcare:speciality=psychiatry | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key). + name: Psychiatrist + # 'terms: psychiatry' + terms: amenity/doctors/pulmonology: # amenity=doctors + healthcare:speciality=pulmonology | Pneumologist, Respiratory Physician, Respirologist | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key). name: Pulmonologist