Add more healthcare providers, per osm wiki and taginfo

This commit is contained in:
Bryan Housel
2017-09-13 16:46:00 -04:00
parent 8d6f59c771
commit 80dfc5a415
14 changed files with 297 additions and 2 deletions
@@ -0,0 +1,38 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"healthcare/speciality",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"acupuncture",
"anthroposophical",
"applied_kinesiology",
"aromatherapy",
"ayurveda",
"heabalism",
"homeopathy",
"hydrotherapy",
"hypnosis",
"naturopathy",
"osteopathy",
"reflexology",
"reiki",
"shiatsu",
"traditional",
"tuina",
"unani"
],
"tags": {
"healthcare": "alternative"
},
"name": "Alternative Medicine"
}
@@ -0,0 +1,25 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"healthcare/speciality",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"back",
"pain",
"spine"
],
"tags": {
"healthcare": "alternative",
"healthcare:speciality": "chiropractic"
},
"name": "Chiropractor"
}
@@ -0,0 +1,24 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"healthcare/speciality",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"ear",
"hearing",
"sound"
],
"tags": {
"healthcare": "audiologist"
},
"name": "Audiologist"
}
@@ -0,0 +1,27 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"healthcare/speciality",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"baby",
"childbirth",
"delivery",
"labour",
"labor",
"pregnancy"
],
"tags": {
"healthcare": "birthing_center"
},
"name": "Birthing Center"
}
@@ -3,6 +3,7 @@
"fields": [
"name",
"operator",
"healthcare/speciality",
"blood_components",
"address",
"building_area",
@@ -3,6 +3,7 @@
"fields": [
"name",
"operator",
"healthcare/speciality",
"building_area",
"address",
"opening_hours"
+7 -2
View File
@@ -3,6 +3,7 @@
"fields": [
"name",
"operator",
"healthcare/speciality",
"building_area",
"address",
"opening_hours"
@@ -12,8 +13,12 @@
"area"
],
"terms": [
"pregnancy",
"childbirth"
"baby",
"childbirth",
"delivery",
"labour",
"labor",
"pregnancy"
],
"tags": {
"healthcare": "midwife"
@@ -0,0 +1,23 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"healthcare/speciality",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"therapist",
"therapy"
],
"tags": {
"healthcare": "occupational_therapist"
},
"name": "Occupational Therapist"
}
@@ -0,0 +1,26 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"healthcare/speciality",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"eye",
"glasses",
"lasik",
"lenses",
"vision"
],
"tags": {
"healthcare": "optometrist"
},
"name": "Optometrist"
}
@@ -0,0 +1,24 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"healthcare/speciality",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"physical",
"therapist",
"therapy"
],
"tags": {
"healthcare": "physiotherapist"
},
"name": "Physiotherapist"
}
@@ -0,0 +1,23 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"healthcare/speciality",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"foot",
"feet"
],
"tags": {
"healthcare": "podiatrist"
},
"name": "Podiatrist"
}
@@ -0,0 +1,29 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"healthcare/speciality",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"anxiety",
"counselor",
"depression",
"mental health",
"mind",
"suicide",
"therapist",
"therapy"
],
"tags": {
"healthcare": "psychotherapist"
},
"name": "Psychotherapist"
}
@@ -0,0 +1,24 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"healthcare/speciality",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"rehab",
"therapist",
"therapy"
],
"tags": {
"healthcare": "rehabilitation"
},
"name": "Rehabilitation Facility"
}
@@ -0,0 +1,25 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"healthcare/speciality",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"speech",
"therapist",
"therapy",
"voice"
],
"tags": {
"healthcare": "speech_therapist"
},
"name": "Speech Therapist"
}