Skip to content

Commit 63483a7

Browse files
committed
add presets for Psychiatrist and Child Psychiatrist
closes #778
1 parent 563bad4 commit 63483a7

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"icon": "maki-doctor",
3+
"geometry": [
4+
"point",
5+
"area"
6+
],
7+
"terms": [
8+
"adolescent psychiatry",
9+
"child psychiatry"
10+
],
11+
"tags": {
12+
"amenity": "doctors",
13+
"healthcare:speciality": "child_psychiatry"
14+
},
15+
"addTags": {
16+
"amenity": "doctors",
17+
"healthcare:speciality": "child_psychiatry",
18+
"healthcare": "doctor"
19+
},
20+
"reference": {
21+
"key": "healthcare:speciality",
22+
"value": "child_psychiatry"
23+
},
24+
"name": "Child and Adolescent Psychiatrist",
25+
"aliases": [
26+
"Pediatric Psychiatrist"
27+
]
28+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"icon": "maki-doctor",
3+
"geometry": [
4+
"point",
5+
"area"
6+
],
7+
"terms": [
8+
"psychiatry"
9+
],
10+
"tags": {
11+
"amenity": "doctors",
12+
"healthcare:speciality": "psychiatry"
13+
},
14+
"addTags": {
15+
"amenity": "doctors",
16+
"healthcare:speciality": "psychiatry",
17+
"healthcare": "doctor"
18+
},
19+
"reference": {
20+
"key": "healthcare:speciality",
21+
"value": "psychiatry"
22+
},
23+
"name": "Psychiatrist"
24+
}

interim/source_strings.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -5640,6 +5640,11 @@ en:
56405640
name: Cardiologist
56415641
# 'terms: cardiac surgeon,cardiology,cardiovascular system,coronary artery,heart'
56425642
terms: <translate with synonyms or related terms for 'Cardiologist', separated by commas>
5643+
amenity/doctors/child_psychiatry:
5644+
# 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).
5645+
name: Child and Adolescent Psychiatrist
5646+
# 'terms: adolescent psychiatry,child psychiatry'
5647+
terms: <translate with synonyms or related terms for 'Child and Adolescent Psychiatrist', separated by commas>
56435648
amenity/doctors/dermatology:
56445649
# amenity=doctors + healthcare:speciality=dermatology | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
56455650
name: Dermatologist
@@ -5730,6 +5735,11 @@ en:
57305735
name: Colorectal Surgeon
57315736
# 'terms: assman,colorectal surgery,proctology'
57325737
terms: <translate with synonyms or related terms for 'Colorectal Surgeon', separated by commas>
5738+
amenity/doctors/psychatrist:
5739+
# amenity=doctors + healthcare:speciality=psychiatry | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
5740+
name: Psychiatrist
5741+
# 'terms: psychiatry'
5742+
terms: <translate with synonyms or related terms for 'Psychiatrist', separated by commas>
57335743
amenity/doctors/pulmonology:
57345744
# 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).
57355745
name: Pulmonologist

0 commit comments

Comments
 (0)