-
Notifications
You must be signed in to change notification settings - Fork 1
FACIT Fatigue
Mathew Thorpe edited this page Aug 30, 2021
·
1 revision
Variable / Field Name | Section Header | Field Type | Field Label | Choices or Calculations |
---|---|---|---|---|
facit_date | text | Date | ||
facit_fatigued | FACIT Fatigue Scale (Version 4) | radio | I feel fatigued | 0, Not at all ; 1, A little bit ; 2, Somewhat ; 3, Quite a bit ; 4, Very much |
facit_feel_weak | radio | I feel weak all over | 0, Not at all ; 1, A little bit ; 2, Somewhat ; 3, Quite a bit ; 4, Very much | |
facit_feel_listless | radio | I feel listless ("washed out") | 0, Not at all ; 1, A little bit ; 2, Somewhat ; 3, Quite a bit ; 4, Very much | |
facit_feel_tired | radio | I feel tired | 0, Not at all ; 1, A little bit ; 2, Somewhat ; 3, Quite a bit ; 4, Very much | |
facit_trouble_starting | radio | I have trouble starting things because I am tired | 0, Not at all ; 1, A little bit ; 2, Somewhat ; 3, Quite a bit ; 4, Very much | |
facit_trouble_finishing | radio | I have trouble finishing things because I am tired | 0, Not at all ; 1, A little bit ; 2, Somewhat ; 3, Quite a bit ; 4, Very much | |
facit_energy | radio | I have energy | 0, Not at all ; 1, A little bit ; 2, Somewhat ; 3, Quite a bit ; 4, Very much | |
facit_usual_activities | radio | I am able to do my usual activities | 0, Not at all ; 1, A little bit ; 2, Somewhat ; 3, Quite a bit ; 4, Very much | |
facit_sleep_in_the_day | radio | I need to sleep during the day | 0, Not at all ; 1, A little bit ; 2, Somewhat ; 3, Quite a bit ; 4, Very much | |
facit_too_tired_to_eat | radio | I am too tired to eat | 0, Not at all ; 1, A little bit ; 2, Somewhat ; 3, Quite a bit ; 4, Very much | |
facit_help_usual_acti | radio | I need help doing my usual activities | 0, Not at all ; 1, A little bit ; 2, Somewhat ; 3, Quite a bit ; 4, Very much | |
facit_frustrated | radio | I am frustrated by being too tired to do the things I want to do | 0, Not at all ; 1, A little bit ; 2, Somewhat ; 3, Quite a bit ; 4, Very much | |
facit_limit_social | radio | I have to limit my social activity because I am tired | 0, Not at all ; 1, A little bit ; 2, Somewhat ; 3, Quite a bit ; 4, Very much | |
facit_item1_score | calc | Item 1 Score | 4-[facit_fatigued] | |
facit_item1_comp | calc | Item 1 Completed | if([facit_fatigued]="", 0, 1) | |
facit_item2_score | calc | Item 2 Score | 4-[facit_feel_weak] | |
facit_item2_comp | calc | Item 2 Completed | if([facit_feel_weak]="", 0, 1) | |
facit_item3_score | calc | Item 3 Score | 4-[facit_feel_listless] | |
facit_item3_comp | calc | Item 3 Completed | if([facit_feel_listless]="", 0, 1) | |
facit_item4_score | calc | Item 4 Score | 4-[facit_feel_tired] | |
facit_item4_comp | calc | Item 4 Completed | if([facit_feel_tired]="", 0, 1) | |
facit_item5_score | calc | Item 5 Score | 4-[facit_trouble_starting] | |
facit_item5_comp | calc | Item 5 Completed | if([facit_trouble_starting]="", 0, 1) | |
facit_item6_score | calc | Item 6 Score | 4-[facit_trouble_finishing] | |
facit_item6_comp | calc | Item 6 Completed | if([facit_trouble_finishing]="", 0, 1) | |
facit_item7_score | calc | Item 7 Score | 0+[facit_energy] | |
facit_item7_comp | calc | Item 7 Completed | if([facit_energy]="", 0, 1) | |
facit_item8_score | calc | Item 8 Score | 0+[facit_usual_activities] | |
facit_item8_comp | calc | Item 8 Completed | if([facit_usual_activities]="", 0, 1) | |
facit_item9_score | calc | Item 9 Score | 4-[facit_sleep_in_the_day] | |
facit_item9_comp | calc | Item 9 Completed | if([facit_sleep_in_the_day]="", 0, 1) | |
facit_item10_score | calc | Item 10 Score | 4-[facit_too_tired_to_eat] | |
facit_item10_comp | calc | Item 10 Completed | if([facit_too_tired_to_eat]="", 0, 1) | |
facit_item11_score | calc | Item 11 Score | 4-[facit_help_usual_acti] | |
facit_item11_comp | calc | Item 11 Completed | if([facit_help_usual_acti]="", 0, 1) | |
facit_item12_score | calc | Item 12 Score | 4-[facit_frustrated] | |
facit_item12_comp | calc | Item 12 Completed | if([facit_frustrated]="", 0, 1) | |
facit_item13_score | calc | Item 13 Score | 4-[facit_limit_social] | |
facit_item13_comp | calc | Item 13 Completed | if([facit_limit_social]="", 0, 1) | |
facit_item_total | calc | Item Total | sum([facit_item1_score], [facit_item2_score], [facit_item3_score], [facit_item4_score], [facit_item5_score], [facit_item6_score], [facit_item7_score], [facit_item8_score], [facit_item9_score], [facit_item10_score], [facit_item11_score], [facit_item12_score], [facit_item13_score]) | |
facit_items_comp | calc | Items Completed | sum([facit_item1_comp], [facit_item2_comp], [facit_item3_comp], [facit_item4_comp], [facit_item5_comp], [facit_item6_comp], [facit_item7_comp], [facit_item8_comp], [facit_item9_comp], [facit_item10_comp], [facit_item11_comp], [facit_item12_comp], [facit_item13_comp]) | |
facit_v4_summary | calc | Facit Fatigue Subscale Score | ([facit_item_total]*13)/[facit_items_comp] |
Contents
Case Report Form Definitions
- Forms
- Timepoints
- PHOSP ID
- eConsent Tier 1
- eConsent Tier 2
- Informed Consent Form
- Split Tier Consent
- Eligibility Checklist
- CRF1A Part 1
- CRF1A Part 2
- CRF1A Part 3
- CRF1B
- CRF2A
- CRF2B
- CRF3A
- CRF3B
- CRF3C
- CRF4A
- CRF4B
- CRF Emergency Visit
- Adverse Event Log
- Withdrawals
- CRF Early Termination
- CRF Tier 2 Withdrawal
- Medications Log
- Activity Monitor Log
- Mental Health Assessment
- Nutrition
- Social History
- EQ-5D-5L
- GAD-7
- PHQ-9
- MRC Dyspnoea
- SARC-F
- GPPAQ
- Dyspnoea-12
- FACIT Fatigue
- PCL-5
- BPI
- NEADL
- MoCA
- Rockwood Clinical Frailty
- PSQI
- MEQ
- LCQ
- PFTs
- Walk Tests
- Tier 2 Core Test Checklist
- Tier 2 Research Samples
- Tier 2 Notification - Blood
- Tier 2 Notification - Oral Wash
- Tier 2 Notification - Sputum
- Tier 2 Notification - Urine
- QRISK3
- BIA
- DXA
- Muscle Strength
- SPPB
- Pre-PSQ
- PSQ
- Lab Log - Routine Blood
- Lab Log - Urine
- Lab Log - Immuno
- Lab Log - Additional Tests
- PCR Swab Tests