mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-22 08:16:55 +02:00
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user