-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add common independent physicians (#718)
- Loading branch information
1 parent
b43ded6
commit d40b047
Showing
29 changed files
with
892 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"icon": "maki-doctor", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"allergy", | ||
"asthma" | ||
], | ||
"tags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "allergology" | ||
}, | ||
"addTags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "allergology", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "allergology" | ||
}, | ||
"name": "Allergologist" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"icon": "maki-doctor", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"cardiac surgeon", | ||
"Cardiology", | ||
"cardiovascular system", | ||
"coronary artery", | ||
"heart" | ||
], | ||
"tags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "cardiology" | ||
}, | ||
"addTags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "cardiology", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "cardiology" | ||
}, | ||
"name": "Cardiologist" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"icon": "maki-doctor", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"dermatology", | ||
"hair", | ||
"nails", | ||
"skin" | ||
], | ||
"tags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "dermatology" | ||
}, | ||
"addTags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "dermatology", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "dermatology" | ||
}, | ||
"name": "Dermatologist" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"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": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "gastroenterology", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "gastroenterology" | ||
}, | ||
"name": "Gastroenterologist" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"icon": "maki-doctor", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"gp", | ||
"family physician", | ||
"family practitioner", | ||
"family doctor" | ||
], | ||
"tags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "general" | ||
}, | ||
"addTags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "general", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "general" | ||
}, | ||
"name": "Primary Care Physician", | ||
"aliases": [ | ||
"General Practitioner" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"icon": "maki-doctor", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"anemia", | ||
"blood", | ||
"bone marrow", | ||
"haematology", | ||
"leukemia", | ||
"lymphoma" | ||
], | ||
"tags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "haematology" | ||
}, | ||
"addTags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "haematology", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "haematology" | ||
}, | ||
"name": "Hematologist", | ||
"aliases": [ | ||
"Haematologist" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"icon": "maki-doctor", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"internal general practitioner", | ||
"internal medicine", | ||
"internist", | ||
"physician" | ||
], | ||
"tags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "internal" | ||
}, | ||
"addTags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "internal", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "internal" | ||
}, | ||
"name": "Internist" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"icon": "maki-doctor", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"kidney", | ||
"kidneys", | ||
"kidney medicine", | ||
"nephrology", | ||
"renal" | ||
], | ||
"tags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "nephrology" | ||
}, | ||
"addTags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "nephrology", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "nephrology" | ||
}, | ||
"name": "Nephrologist" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"icon": "maki-doctor", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"brain", | ||
"nerves", | ||
"nervous system", | ||
"neurology", | ||
"neurosurgery" | ||
], | ||
"tags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "neurology" | ||
}, | ||
"addTags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "neurology", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "neurology" | ||
}, | ||
"name": "Neurologist" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"icon": "maki-doctor", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"brain", | ||
"neurological surgery" | ||
], | ||
"tags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "neurosurgery" | ||
}, | ||
"addTags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "neurosurgery", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "neurosurgery" | ||
}, | ||
"name": "Neurosurgeon", | ||
"aliases": [ | ||
"Brain Surgeon" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"icon": "maki-doctor", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"cancer", | ||
"chemotherapy", | ||
"oncology", | ||
"tumor" | ||
], | ||
"tags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "oncology" | ||
}, | ||
"addTags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "oncology", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "oncology" | ||
}, | ||
"name": "Oncologist" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"icon": "maki-doctor", | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"terms": [ | ||
"eye", | ||
"eyes", | ||
"glasses", | ||
"ocular", | ||
"ophthalmology" | ||
], | ||
"tags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "ophthalmology" | ||
}, | ||
"addTags": { | ||
"amenity": "doctors", | ||
"healthcare:speciality": "ophthalmology", | ||
"healthcare": "doctor" | ||
}, | ||
"reference": { | ||
"key": "healthcare:speciality", | ||
"value": "ophthalmology" | ||
}, | ||
"name": "Ophthalmologist" | ||
} |
Oops, something went wrong.
d40b047
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry, the change to the
social_facility/group_home.json
preset should not have been part of this squashed commit. It's partially reverted now in 2acd0f6.