Skip to content

Commit

Permalink
add presets for Psychiatrist and Child Psychiatrist
Browse files Browse the repository at this point in the history
closes #778
  • Loading branch information
tyrasd committed Feb 13, 2023
1 parent 563bad4 commit 63483a7
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
28 changes: 28 additions & 0 deletions data/presets/amenity/doctors/child_psychiatry.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
24 changes: 24 additions & 0 deletions data/presets/amenity/doctors/psychatrist.json
Original file line number Diff line number Diff line change
@@ -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"
}
10 changes: 10 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5640,6 +5640,11 @@ en:
name: Cardiologist
# 'terms: cardiac surgeon,cardiology,cardiovascular system,coronary artery,heart'
terms: <translate with synonyms or related terms for 'Cardiologist', separated by commas>
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: <translate with synonyms or related terms for 'Child and Adolescent Psychiatrist', separated by commas>
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
Expand Down Expand Up @@ -5730,6 +5735,11 @@ en:
name: Colorectal Surgeon
# 'terms: assman,colorectal surgery,proctology'
terms: <translate with synonyms or related terms for 'Colorectal Surgeon', separated by commas>
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: <translate with synonyms or related terms for 'Psychiatrist', separated by commas>
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
Expand Down

0 comments on commit 63483a7

Please sign in to comment.