File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
packages/instrument-library/src/forms/patient-health-questionnaire-9 Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ export default defineInstrument({
1010 kind : 'FORM' ,
1111 language : [ 'en' , 'fr' ] ,
1212 tags : {
13- en : [ 'Health' ] ,
14- fr : [ 'Santé' ]
13+ en : [ 'Health' , 'Depression' ] ,
14+ fr : [ 'Santé' , 'Dépression' ]
1515 } ,
1616 internal : {
1717 edition : 1 ,
@@ -92,16 +92,16 @@ export default defineInstrument({
9292 } ,
9393 options : {
9494 en : {
95- 0 : 'Not at all ' ,
96- 1 : 'Several days ' ,
97- 2 : 'More than half of days' ,
95+ 0 : 'Not at All ' ,
96+ 1 : 'Several Days ' ,
97+ 2 : 'More than half the days' ,
9898 3 : 'Nearly every day'
9999 } ,
100100 fr : {
101- 0 : 'Not at all ' ,
102- 1 : 'Several days ' ,
103- 2 : 'More than half of days ' ,
104- 3 : 'Nearly every day '
101+ 0 : 'Jamais ' ,
102+ 1 : 'Plusieurs jours ' ,
103+ 2 : 'Plus de la moitié des jours ' ,
104+ 3 : 'Presque tous les jours '
105105 }
106106 } ,
107107 variant : 'likert'
You can’t perform that action at this time.
0 commit comments