mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-20 23:44:42 +02:00
add most popular alternative medicine practitioners (#731)
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "fas-spa",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "alternative",
|
||||
"healthcare:speciality": "acupuncture"
|
||||
},
|
||||
"name": "Acupuncture Practitioner",
|
||||
"aliases": [
|
||||
"Acupuncturist"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "temaki-hinduism",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"traditional indian medicine"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "alternative",
|
||||
"healthcare:speciality": "ayurveda"
|
||||
},
|
||||
"name": "Ayurveda Practitioner"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-hospital",
|
||||
"icon": "fas-spa",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "fas-spa",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "alternative",
|
||||
"healthcare:speciality": "homeopathy"
|
||||
},
|
||||
"name": "Homeopath",
|
||||
"aliases": [
|
||||
"Homeopathy Practitioner"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "fas-spa",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "alternative",
|
||||
"healthcare:speciality": "naturopathy"
|
||||
},
|
||||
"name": "Naturopath",
|
||||
"aliases": [
|
||||
"Naturopathy Practitioner"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "fas-spa",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "alternative",
|
||||
"healthcare:speciality": "osteopathy"
|
||||
},
|
||||
"name": "Osteopath",
|
||||
"aliases": [
|
||||
"Osteopathy Practitioner"
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user