Skip to content

Commit

Permalink
add most popular alternative medicine practitioners (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jan 13, 2023
1 parent cd26890 commit 36deeaa
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 10 deletions.
10 changes: 1 addition & 9 deletions data/presets/healthcare/alternative.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
{
"icon": "maki-hospital",
"icon": "fas-spa",
"geometry": [
"point",
"area"
],
"terms": [
"acupuncture",
"anthroposophical",
"applied kinesiology",
"aromatherapy",
"ayurveda",
"herbalism",
"homeopathy",
"hydrotherapy",
"hypnosis",
"naturopathy",
"osteopathy",
"reflexology",
"reiki",
"shiatsu",
"traditional",
"tuina",
"unani"
],
"tags": {
Expand Down
15 changes: 15 additions & 0 deletions data/presets/healthcare/alternative/acupuncture.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"icon": "fas-spa",
"geometry": [
"point",
"area"
],
"tags": {
"healthcare": "alternative",
"healthcare:speciality": "acupuncture"
},
"name": "Acupuncture Practitioner",
"aliases": [
"Acupuncturist"
]
}
15 changes: 15 additions & 0 deletions data/presets/healthcare/alternative/ayurveda.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"icon": "temaki-hinduism",
"geometry": [
"point",
"area"
],
"terms": [
"traditional indian medicine"
],
"tags": {
"healthcare": "alternative",
"healthcare:speciality": "ayurveda"
},
"name": "Ayurveda Practitioner"
}
2 changes: 1 addition & 1 deletion data/presets/healthcare/alternative/chiropractic.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "maki-hospital",
"icon": "fas-spa",
"geometry": [
"point",
"area"
Expand Down
15 changes: 15 additions & 0 deletions data/presets/healthcare/alternative/homeopathy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"icon": "fas-spa",
"geometry": [
"point",
"area"
],
"tags": {
"healthcare": "alternative",
"healthcare:speciality": "homeopathy"
},
"name": "Homeopath",
"aliases": [
"Homeopathy Practitioner"
]
}
15 changes: 15 additions & 0 deletions data/presets/healthcare/alternative/naturopathy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"icon": "fas-spa",
"geometry": [
"point",
"area"
],
"tags": {
"healthcare": "alternative",
"healthcare:speciality": "naturopathy"
},
"name": "Naturopath",
"aliases": [
"Naturopathy Practitioner"
]
}
15 changes: 15 additions & 0 deletions data/presets/healthcare/alternative/osteopathy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"icon": "fas-spa",
"geometry": [
"point",
"area"
],
"tags": {
"healthcare": "alternative",
"healthcare:speciality": "osteopathy"
},
"name": "Osteopath",
"aliases": [
"Osteopathy Practitioner"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"icon": "fas-spa",
"geometry": [
"point",
"area"
],
"terms": [
"die da",
"dit da",
"reiki",
"TCM",
"tui na",
"shiatsu"
],
"tags": {
"healthcare": "alternative",
"healthcare:speciality": "traditional_chinese_medicine"
},
"name": "Traditional Chinese Medicine Practitioner"
}

0 comments on commit 36deeaa

Please sign in to comment.