Skip to content

Commit 0fc4099

Browse files
committed
fix: add Tom's French content from PHQ-9
1 parent 8873b7e commit 0fc4099

File tree

1 file changed

+9
-9
lines changed
  • packages/instrument-library/src/forms/patient-health-questionnaire-9

1 file changed

+9
-9
lines changed

packages/instrument-library/src/forms/patient-health-questionnaire-9/index.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)