chore: use questionHint in hospital.json

This commit is contained in:
Pieter Vander Vennet 2023-03-09 16:54:46 +01:00
parent accaaf09ca
commit f74915832a
3 changed files with 11 additions and 5 deletions

View file

@ -55,8 +55,8 @@
{
"id": "inpatient",
"question": {
"en": "Does this facility admit inpatients?<br><span class='subtle'>An <i>inpatient</i> is a patient which stays for multiple days in the facility</span>",
"de": "Nimmt die Einrichtung stationäre Patienten auf? <br><span class='subtil'>Ein <i>stationärer</i> Patient ist ein Patient, der mehrere Tage in der Einrichtung bleibt</span>"
"en": "Does this facility admit inpatients?<br>",
"de": "Nimmt die Einrichtung stationäre Patienten auf? <br>"
},
"mappings": [
{
@ -73,7 +73,11 @@
"de": "Dies ist ein Krankenhaus - Patienten können hier für mehrere Tage aufgenommen werden"
}
}
]
],
"questionHint": {
"en": "An inpatient is a patient which stays for multiple days in the facility",
"de": "Ein stationärer Patient ist ein Patient, der mehrere Tage in der Einrichtung bleibt"
}
},
"phone",
"email",

View file

@ -4856,7 +4856,8 @@
"then": "Dies ist ein Krankenhaus - Patienten können hier für mehrere Tage aufgenommen werden"
}
},
"question": "Nimmt die Einrichtung stationäre Patienten auf? <br><span class='subtil'>Ein <i>stationärer</i> Patient ist ein Patient, der mehrere Tage in der Einrichtung bleibt</span>"
"question": "Nimmt die Einrichtung stationäre Patienten auf? <br>",
"questionHint": "Ein stationärer Patient ist ein Patient, der mehrere Tage in der Einrichtung bleibt"
},
"name": {
"question": "Wie lautet der Name des Krankenhauses?",

View file

@ -4856,7 +4856,8 @@
"then": "This is a hospital - patients can be admitted here for multiple days"
}
},
"question": "Does this facility admit inpatients?<br><span class='subtle'>An <i>inpatient</i> is a patient which stays for multiple days in the facility</span>"
"question": "Does this facility admit inpatients?<br>",
"questionHint": "An inpatient is a patient which stays for multiple days in the facility"
},
"name": {
"question": "What is the name of this hospital?",