diff --git a/data/presets/presets/healthcare/laboratory.json b/data/presets/presets/healthcare/laboratory.json new file mode 100644 index 000000000..741cbc233 --- /dev/null +++ b/data/presets/presets/healthcare/laboratory.json @@ -0,0 +1,24 @@ +{ + "icon": "hospital", + "fields": [ + "name", + "operator", + "website", + "ref", + "address", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "medical_laboratory", + "medical_lab", + "blood_check" + ], + "tags": { + "healthcare": "laboratory" + }, + "name": "Laboratory" +}