mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-07 21:48:05 +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"
|
||||
}
|
||||
Reference in New Issue
Block a user