id-tagging-schema/data/presets/healthcare.json
Flo Edelmann 6e7e7be977
Some checks failed
Deploy / Deploy (push) Has been cancelled
Code Style Checks / Check file endings (push) Has been cancelled
Code Style Checks / Check for code formatting mistakes (push) Has been cancelled
Code Style Checks / Check for spelling errors (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Build and Deploy Staging Instance / build-deploy (push) Has been cancelled
Test / test (18) (push) Has been cancelled
sort all terms alphbetically (#1758)
by UTF-16 code units order (which can easily be checked programmatically)
2025-10-14 19:23:46 +02:00

44 lines
840 B
JSON

{
"icon": "maki-hospital",
"fields": [
"name",
"healthcare",
"operator",
"healthcare/speciality",
"address",
"building_area",
"phone",
"website"
],
"moreFields": [
"{@templates/contact}",
"branch_brand",
"brand",
"building/levels_building",
"gnis/feature_id-US",
"height_building",
"level",
"opening_hours",
"payment_multi",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"tags": {
"healthcare": "*"
},
"terms": [
"clinic",
"disease",
"doctor",
"health",
"institution",
"sick",
"surgery",
"wellness"
],
"name": "Healthcare Facility",
"matchScore": 0.4
}