mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 05:43:53 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
30
data/presets/healthcare/alternative.json
Normal file
30
data/presets/healthcare/alternative.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"icon": "maki-hospital",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"acupuncture",
|
||||
"anthroposophical",
|
||||
"applied kinesiology",
|
||||
"aromatherapy",
|
||||
"ayurveda",
|
||||
"herbalism",
|
||||
"homeopathy",
|
||||
"hydrotherapy",
|
||||
"hypnosis",
|
||||
"naturopathy",
|
||||
"osteopathy",
|
||||
"reflexology",
|
||||
"reiki",
|
||||
"shiatsu",
|
||||
"traditional",
|
||||
"tuina",
|
||||
"unani"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "alternative"
|
||||
},
|
||||
"name": "Alternative Medicine"
|
||||
}
|
||||
17
data/presets/healthcare/alternative/chiropractic.json
Normal file
17
data/presets/healthcare/alternative/chiropractic.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-hospital",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"back",
|
||||
"pain",
|
||||
"spine"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "alternative",
|
||||
"healthcare:speciality": "chiropractic"
|
||||
},
|
||||
"name": "Chiropractor"
|
||||
}
|
||||
16
data/presets/healthcare/audiologist.json
Normal file
16
data/presets/healthcare/audiologist.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "maki-hospital",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"ear",
|
||||
"hearing",
|
||||
"sound"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "audiologist"
|
||||
},
|
||||
"name": "Audiologist"
|
||||
}
|
||||
19
data/presets/healthcare/birthing_center.json
Normal file
19
data/presets/healthcare/birthing_center.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "fas-baby",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"baby",
|
||||
"childbirth",
|
||||
"delivery",
|
||||
"labour",
|
||||
"labor",
|
||||
"pregnancy"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "birthing_center"
|
||||
},
|
||||
"name": "Birthing Center"
|
||||
}
|
||||
24
data/presets/healthcare/blood_donation.json
Normal file
24
data/presets/healthcare/blood_donation.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"icon": "maki-blood-bank",
|
||||
"fields": [
|
||||
"{healthcare}",
|
||||
"blood_components"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"blood bank",
|
||||
"blood donation",
|
||||
"blood transfusion",
|
||||
"apheresis",
|
||||
"plasmapheresis",
|
||||
"plateletpheresis",
|
||||
"stem cell donation"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "blood_donation"
|
||||
},
|
||||
"name": "Blood Donor Center"
|
||||
}
|
||||
11
data/presets/healthcare/counselling.json
Normal file
11
data/presets/healthcare/counselling.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"icon": "fas-comments",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "counselling"
|
||||
},
|
||||
"name": "Counselling Center"
|
||||
}
|
||||
36
data/presets/healthcare/dentist/orthodontics.json
Normal file
36
data/presets/healthcare/dentist/orthodontics.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"icon": "fas-teeth",
|
||||
"fields": [
|
||||
"{amenity/dentist}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{amenity/dentist}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"braces",
|
||||
"dentistry",
|
||||
"dentofacial orthopedics",
|
||||
"headgear",
|
||||
"jaw alignment",
|
||||
"teeth",
|
||||
"tooth"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "dentist",
|
||||
"healthcare:speciality": "orthodontics"
|
||||
},
|
||||
"addTags": {
|
||||
"healthcare": "dentist",
|
||||
"amenity": "dentist",
|
||||
"healthcare:speciality": "orthodontics"
|
||||
},
|
||||
"reference": {
|
||||
"key": "healthcare:speciality",
|
||||
"value": "orthodontics"
|
||||
},
|
||||
"name": "Orthodontist"
|
||||
}
|
||||
15
data/presets/healthcare/hospice.json
Normal file
15
data/presets/healthcare/hospice.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-hospital",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"terminal",
|
||||
"illness"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "hospice"
|
||||
},
|
||||
"name": "Hospice"
|
||||
}
|
||||
25
data/presets/healthcare/laboratory.json
Normal file
25
data/presets/healthcare/laboratory.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"icon": "fas-vial",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"website",
|
||||
"ref",
|
||||
"address",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"medical_laboratory",
|
||||
"medical_lab",
|
||||
"blood_check"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "laboratory"
|
||||
},
|
||||
"name": "Medical Laboratory"
|
||||
}
|
||||
19
data/presets/healthcare/midwife.json
Normal file
19
data/presets/healthcare/midwife.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "fas-baby",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"baby",
|
||||
"childbirth",
|
||||
"delivery",
|
||||
"labour",
|
||||
"labor",
|
||||
"pregnancy"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "midwife"
|
||||
},
|
||||
"name": "Midwife"
|
||||
}
|
||||
15
data/presets/healthcare/occupational_therapist.json
Normal file
15
data/presets/healthcare/occupational_therapist.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"icon": "maki-hospital",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"therapist",
|
||||
"therapy"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "occupational_therapist"
|
||||
},
|
||||
"name": "Occupational Therapist"
|
||||
}
|
||||
18
data/presets/healthcare/optometrist.json
Normal file
18
data/presets/healthcare/optometrist.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "fas-eye",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"eye",
|
||||
"glasses",
|
||||
"lasik",
|
||||
"lenses",
|
||||
"vision"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "optometrist"
|
||||
},
|
||||
"name": "Optometrist"
|
||||
}
|
||||
16
data/presets/healthcare/physiotherapist.json
Normal file
16
data/presets/healthcare/physiotherapist.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "temaki-physiotherapist",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"physical",
|
||||
"therapist",
|
||||
"therapy"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "physiotherapist"
|
||||
},
|
||||
"name": "Physiotherapist"
|
||||
}
|
||||
16
data/presets/healthcare/podiatrist.json
Normal file
16
data/presets/healthcare/podiatrist.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "maki-hospital",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"foot",
|
||||
"feet",
|
||||
"nails"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "podiatrist"
|
||||
},
|
||||
"name": "Podiatrist"
|
||||
}
|
||||
21
data/presets/healthcare/psychotherapist.json
Normal file
21
data/presets/healthcare/psychotherapist.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "maki-hospital",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"anxiety",
|
||||
"counselor",
|
||||
"depression",
|
||||
"mental health",
|
||||
"mind",
|
||||
"suicide",
|
||||
"therapist",
|
||||
"therapy"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "psychotherapist"
|
||||
},
|
||||
"name": "Psychotherapist"
|
||||
}
|
||||
16
data/presets/healthcare/rehabilitation.json
Normal file
16
data/presets/healthcare/rehabilitation.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"icon": "maki-hospital",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"rehab",
|
||||
"therapist",
|
||||
"therapy"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "rehabilitation"
|
||||
},
|
||||
"name": "Rehabilitation Facility"
|
||||
}
|
||||
17
data/presets/healthcare/speech_therapist.json
Normal file
17
data/presets/healthcare/speech_therapist.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "fas-comment",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"speech",
|
||||
"therapist",
|
||||
"therapy",
|
||||
"voice"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "speech_therapist"
|
||||
},
|
||||
"name": "Speech Therapist"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue