Skip to content

Commit c670cd9

Browse files
authored
Additional "Obstetrician" as synonym to Gynecologist; add search terms (#873, #789)
1 parent d704bbd commit c670cd9

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

data/presets/amenity/doctors/gynaecology.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"gynaecologist",
1010
"gynaecology",
1111
"gynecology",
12+
"OBGYN",
13+
"ob/gyn",
1214
"obstetrics",
1315
"ovulation",
1416
"reproductive",
@@ -28,5 +30,9 @@
2830
"key": "healthcare:speciality",
2931
"value": "gynaecology"
3032
},
31-
"name": "Gynecologist"
33+
"name": "Obstetrician/Gynecologist",
34+
"aliases": [
35+
"Gynecologist",
36+
"Obstetrician"
37+
]
3238
}

interim/source_strings.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5979,9 +5979,9 @@ en:
59795979
terms: <translate with synonyms or related terms for 'Primary Care Physician', separated by commas>
59805980
amenity/doctors/gynaecology:
59815981
# amenity=doctors + healthcare:speciality=gynaecology | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
5982-
name: Gynecologist
5983-
# 'terms: egg,gynaecologist,gynaecology,gynecology,obstetrics,ovulation,reproductive,woman''s doctor,women''s doctor'
5984-
terms: <translate with synonyms or related terms for 'Gynecologist', separated by commas>
5982+
name: Obstetrician/Gynecologist
5983+
# 'terms: egg,gynaecologist,gynaecology,gynecology,obgyn,ob/gyn,obstetrics,ovulation,reproductive,woman''s doctor,women''s doctor'
5984+
terms: <translate with synonyms or related terms for 'Obstetrician/Gynecologist', separated by commas>
59855985
amenity/doctors/haematology:
59865986
# amenity=doctors + healthcare:speciality=haematology | Haematologist | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
59875987
name: Hematologist

0 commit comments

Comments
 (0)