Adding midwife preset

This commit is contained in:
JamesKingdom
2017-08-18 23:47:14 +01:00
parent e17f2d5209
commit dc3338c8f5
5 changed files with 59 additions and 0 deletions

View File

@@ -2737,6 +2737,11 @@ en:
name: Hospice
# 'terms: terminal,illness'
terms: '<translate with synonyms or related terms for ''Hospice'', separated by commas>'
healthcare/midwife:
# healthcare=midwife
name: Midwife
# 'terms: pregnancy,childbirth'
terms: '<translate with synonyms or related terms for ''Midwife'', separated by commas>'
healthcare/specialist:
# healthcare=yes
name: Healthcare Specialist

View File

@@ -6046,6 +6046,29 @@
},
"name": "Hospice"
},
"healthcare/midwife": {
"icon": "hospital",
"fields": [
"name",
"operator",
"building_area",
"address",
"opening_hours",
"ref"
],
"geometry": [
"point",
"area"
],
"terms": [
"pregnancy",
"childbirth"
],
"tags": {
"healthcare": "midwife"
},
"name": "Midwife"
},
"healthcare/specialist": {
"icon": "hospital",
"fields": [

View File

@@ -0,0 +1,23 @@
{
"icon": "hospital",
"fields": [
"name",
"operator",
"building_area",
"address",
"opening_hours",
"ref"
],
"geometry": [
"point",
"area"
],
"terms": [
"pregnancy",
"childbirth"
],
"tags": {
"healthcare": "midwife"
},
"name": "Midwife"
}

View File

@@ -1189,6 +1189,10 @@
"key": "healthcare",
"value": "hospice"
},
{
"key": "healthcare",
"value": "midwife"
},
{
"key": "healthcare",
"value": "yes"

View File

@@ -3484,6 +3484,10 @@
"name": "Hospice",
"terms": "terminal,illness"
},
"healthcare/midwife": {
"name": "Midwife",
"terms": "pregnancy,childbirth"
},
"healthcare/specialist": {
"name": "Healthcare Specialist",
"terms": "special"