Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add common independent physicians #718

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2ce0bae
add common independent physicians
westnordost Dec 26, 2022
9464a16
fix json
westnordost Dec 26, 2022
4a031ce
pander to linter
westnordost Dec 26, 2022
b629de6
more linter stuff
westnordost Dec 26, 2022
ebf3aa6
more linter stuff
westnordost Dec 26, 2022
02e5ccf
typo
westnordost Dec 26, 2022
00e8e14
Update data/presets/amenity/doctors/neurosurgery.json
westnordost Dec 29, 2022
6637577
Update data/presets/amenity/doctors/plastic_surgery.json
westnordost Dec 29, 2022
bbdb9da
Update data/presets/amenity/doctors/podiatry.json
westnordost Dec 29, 2022
8da92e4
Update data/presets/amenity/doctors/proctology.json
westnordost Dec 29, 2022
8360fa2
Update data/presets/amenity/doctors/general.json
westnordost Dec 29, 2022
774460c
Update data/presets/amenity/doctors/proctology.json
westnordost Dec 29, 2022
3f49a8d
Update data/presets/amenity/doctors/radiology.json
westnordost Dec 29, 2022
a0bc3e4
Update data/presets/amenity/doctors/general.json
westnordost Dec 29, 2022
7b97095
Update data/presets/amenity/doctors/orthopaedics.json
westnordost Dec 29, 2022
d1b872f
Update data/presets/amenity/doctors/surgery.json
westnordost Dec 29, 2022
99c2eb1
Update data/presets/amenity/doctors/trauma.json
westnordost Dec 29, 2022
b716cd9
Update data/presets/amenity/doctors/rheumatology.json
westnordost Dec 29, 2022
0690753
Update data/presets/amenity/doctors/ophthalmology.json
westnordost Dec 29, 2022
8c7c510
Update data/presets/amenity/doctors/otolaryngology.json
westnordost Dec 29, 2022
01d7b00
Update data/presets/amenity/doctors/paediatrics.json
westnordost Dec 29, 2022
f0d81ed
Update data/presets/amenity/doctors/pathology.json
westnordost Dec 29, 2022
0689bab
Update nephrology.json
tyrasd Jan 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -710,14 +710,18 @@
"old": {"healthcare": "birthing_center"},
"replace": {"healthcare": "birthing_centre"}
},
{
"old": {"healthcare:speciality": "internist"},
"replace": {"healthcare:speciality": "internal"}
},
{
"old": {"highway": "abandoned"},
"replace": {"abandoned:highway": "*"}
},
{
"old": {"highway": "service", "service": "busway"},
"replace": {"highway": "busway"}
},
{
"old": {"highway": "service", "service": "busway"},
"replace": {"highway": "busway"}
},
{
"old": {"highway": "bridleway", "horse": "no"},
"replace": {"highway": "path", "horse": "no"}
Expand Down
23 changes: 23 additions & 0 deletions data/presets/amenity/doctors/allergology.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"terms": [
"allergy",
"asthma"
],
"tags": {
"amenity": "doctors",
"healthcare:speciality": "allergology"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "allergology"
},
"name": "Allergologist"
}
26 changes: 26 additions & 0 deletions data/presets/amenity/doctors/cardiology.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"terms": [
"cardiac surgeon",
"Cardiology",
"cardiovascular system",
"coronary artery",
"heart"
],
"tags": {
"amenity": "doctors",
"healthcare:speciality": "cardiology"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "cardiology"
},
"name": "Cardiologist"
}
25 changes: 25 additions & 0 deletions data/presets/amenity/doctors/dermatology.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"terms": [
"dermatology",
"hair",
"nails",
"skin"
],
"tags": {
"amenity": "doctors",
"healthcare:speciality": "dermatology"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "dermatology"
},
"name": "Dermatologist"
}
36 changes: 36 additions & 0 deletions data/presets/amenity/doctors/gastroenterology.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"terms": [
"bowels",
"digestive system",
"digestion",
"esophagus",
"food pipe",
"gallstone",
"gastrointestinal tract",
"gastroenterology",
"gullet",
"intestines",
"large intestine",
"liver",
"oesophagus",
"small intestine",
"stomach"
],
"tags": {
"amenity": "doctors",
"healthcare:speciality": "gastroenterology"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "gastroenterology"
},
"name": "Gastroenterologist"
}
28 changes: 28 additions & 0 deletions data/presets/amenity/doctors/general.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"terms": [
"GP",
"Family Physician",
"Family Practitioner",
"Family Doctor"
westnordost marked this conversation as resolved.
Show resolved Hide resolved
],
"tags": {
"amenity": "doctors",
"healthcare:speciality": "general"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "general"
},
"name": "Primary care physician",
"aliases": [
"General practitioner"
westnordost marked this conversation as resolved.
Show resolved Hide resolved
]
}
4 changes: 3 additions & 1 deletion data/presets/amenity/doctors/gynaecology.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
],
"tags": {
"amenity": "doctors",
"healthcare": "doctor",
"healthcare:speciality": "gynaecology"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "gynaecology"
Expand Down
30 changes: 30 additions & 0 deletions data/presets/amenity/doctors/haematology.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"terms": [
"anemia",
"blood",
"bone marrow",
"haematology",
"leukemia",
"lymphoma"
],
"tags": {
"amenity": "doctors",
"healthcare:speciality": "haematology"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "haematology"
},
"name": "Hematologist",
"aliases": [
"Haematologist"
]
}
25 changes: 25 additions & 0 deletions data/presets/amenity/doctors/internal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"terms": [
"internal general practitioner",
"internal medicine",
"internist",
"physician"
],
"tags": {
"amenity": "doctors",
"healthcare:speciality": "internal"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "internal"
},
"name": "Internist"
}
26 changes: 26 additions & 0 deletions data/presets/amenity/doctors/nephrology.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"terms": [
"kidney",
"kidneys",
"kidney medicine",
"Nephrology",
"renal"
],
"tags": {
"amenity": "doctors",
"healthcare:speciality": "nephrology"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "nephrology"
},
"name": "Nephrologist"
}
26 changes: 26 additions & 0 deletions data/presets/amenity/doctors/neurology.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"terms": [
"brain",
"nerves",
"nervous system",
"neurology",
"neurosurgery"
],
"tags": {
"amenity": "doctors",
"healthcare:speciality": "neurology"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "neurology"
},
"name": "Neurologist"
}
26 changes: 26 additions & 0 deletions data/presets/amenity/doctors/neurosurgery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"terms": [
"brain",
"neurological surgery"
],
"tags": {
"amenity": "doctors",
"healthcare:speciality": "neurosurgery"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "neurosurgery"
},
"name": "Neurosurgeon",
"aliases": [
"Brain surgeon"
westnordost marked this conversation as resolved.
Show resolved Hide resolved
]
}
25 changes: 25 additions & 0 deletions data/presets/amenity/doctors/oncology.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"terms": [
"cancer",
"chemotherapy",
"oncology",
"tumor"
],
"tags": {
"amenity": "doctors",
"healthcare:speciality": "oncology"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "oncology"
},
"name": "Oncologist"
}
26 changes: 26 additions & 0 deletions data/presets/amenity/doctors/ophthalmology.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"terms": [
"eye",
"eyes",
"glasses",
"ocular",
"Ophthalmology"
westnordost marked this conversation as resolved.
Show resolved Hide resolved
],
"tags": {
"amenity": "doctors",
"healthcare:speciality": "ophthalmology"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "ophthalmology"
},
"name": "Ophthalmologist"
}
26 changes: 26 additions & 0 deletions data/presets/amenity/doctors/orthopaedics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"icon": "maki-doctor",
"geometry": [
"point",
"area"
],
"terms": [
"Orthopedic surgery"
westnordost marked this conversation as resolved.
Show resolved Hide resolved
],
"tags": {
"amenity": "doctors",
"healthcare:speciality": "orthopaedics"
},
"addTags": {
"healthcare": "doctor"
},
"reference": {
"key": "healthcare:speciality",
"value": "orthopaedics"
},
"name": "Orthopedic Surgeon",
"aliases": [
"Orthopedics",
"Orthopaedics"
]
}
Loading