mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
add preset for healthcare=sample_collection (#324)
wiki: https://wiki.openstreetmap.org/wiki/Tag:healthcare%3Dsample_collection
This commit is contained in:
parent
321cabb182
commit
1c84c7ee36
5 changed files with 43 additions and 3 deletions
|
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
"key": "healthcare:speciality",
|
||||
"type": "semiCombo",
|
||||
"reference": {
|
||||
"key": "healthcare"
|
||||
},
|
||||
"label": "Specialties"
|
||||
}
|
||||
|
|
|
|||
9
data/fields/sample_collection.json
Normal file
9
data/fields/sample_collection.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "sample_collection",
|
||||
"type": "semiCombo",
|
||||
"reference": {
|
||||
"key": "healthcare",
|
||||
"value": "sample_collection"
|
||||
},
|
||||
"label": "Samples"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue