-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdvancingMSKTelehealth.bib
More file actions
4184 lines (3928 loc) · 443 KB
/
Copy pathAdvancingMSKTelehealth.bib
File metadata and controls
4184 lines (3928 loc) · 443 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@misc{2023ICD10CMDiagnosis,
title = {2023 {{ICD-10-CM Diagnosis Code M54}}.5: {{Low}} Back Pain},
urldate = {2023-07-24},
howpublished = {https://www.icd10data.com/ICD10CM/Codes/M00-M99/M50-M54/M54-/M54.5},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/VFUB6YGL/M54.html}
}
@inproceedings{affusoLetsGetPhysical2022,
title = {Let's {{Get Physical}}: {{Fitness}}, {{Bodies}}, and the {{Politics}} of {{Reinvention}}},
shorttitle = {Let's {{Get Physical}}},
booktitle = {Console-Ing {{Passions}} 2022},
author = {Affuso, Elizabeth and Fortmueller, Kate and Fuhs, Kristen and Scott, Suzanne},
year = {2022},
month = jun,
publisher = {University of Central Floridy},
address = {Orlando, Florida},
keywords = {engagement,fitness,intimacy,MSHIcapstone,Peloton,presentation,seminar},
file = {/Users/nately/Zotero/storage/X2EK8D66/1.html}
}
@article{ahmadPatientPerspectivesTelemedicine2023,
title = {Patient {{Perspectives}} on {{Telemedicine During}} the {{COVID-19 Pandemic}}},
author = {Ahmad, Farhan and Wysocki, Robert W. and Fernandez, John J. and Cohen, Mark S. and Simcock, Xavier C.},
year = {2023},
month = may,
journal = {HAND},
volume = {18},
number = {3},
pages = {522--526},
publisher = {SAGE Publications Inc},
issn = {1558-9447},
doi = {10.1177/15589447211030692},
urldate = {2024-06-09},
abstract = {BackgroundPatients received care over telemedicine during the COVID-19 pandemic, and their perspective is useful for hand surgeons.MethodsOnline surveys were sent October-November 2020 to 497 patients who received telemedicine care. Questions were free-response and multi-item Likert scales asking about telehealth in general, limitations, benefits, comparisons to in-person visits, and opinions on future use.ResultsThe response rate was 26\% (n = 130). Prior to the pandemic, 55\% had not used telemedicine for hand surgery consultation. Patients liked their telemedicine visit and felt their provider spent enough time with them (means = 9/10). In all, 48\% would have preferred in-person visits despite the pandemic, and 69\% would prefer in-person visits once the pandemic concludes. While 43\% had no concerns with telemedicine, 36\% had difficulties explaining their symptoms. Telemedicine was easy to access and navigate (M = 9/10). However, 23\% saw telemedicine of limited value due to the need for an in-person visit soon afterward. Of these patients, 46\% needed an in-person visit due to inadequate physical examination. Factors that make telemedicine more favorable to patients included convenience, lack of travel, scheduling ease, and time saved. Factors making telemedicine less favorable included need for in-person examination or procedure, pain assessment, and poor connectivity. There was no specific appointment time the cohort preferred. Patient recommendations to improve telemedicine included decreasing wait times and showing patient queue, wait time, or physician status online.ConclusionsTelemedicine was strongly liked by patients during the COVID-19 pandemic. However, nearly 70\% of patients still preferred in-person visits for the future.},
langid = {english},
keywords = {Hand,obsidian,Patient,read,surgery,Surgery,telehealth,Telehealth,telemedicine,Telemedicine,TELEMEDICINE,Telemedicine*},
file = {/Users/nately/Zotero/storage/U3IWTRYK/Ahmad et al. - 2023 - Patient Perspectives on Telemedicine During the COVID-19 Pandemic.pdf}
}
@article{allvinStrugglingBeSeen2019,
title = {Struggling to Be Seen and Understood as a Person -- {{Chronic}} Back Pain Patients' Experiences of Encounters in Health Care: {{An}} Interview Study},
shorttitle = {Struggling to Be Seen and Understood as a Person -- {{Chronic}} Back Pain Patients' Experiences of Encounters in Health Care},
author = {Allvin, Ren{\'e}e and Fjordkvist, Erika and Blomberg, Karin},
year = {2019},
journal = {Nursing Open},
volume = {6},
number = {3},
pages = {1047--1054},
issn = {2054-1058},
doi = {10.1002/nop2.290},
urldate = {2024-03-26},
abstract = {Aim The aim of this study was to describe how patients with chronic back pain experience encounters with health care. Persons with chronic back pain are a stigmatized group often treated based on stereotypes, which may lead to misunderstandings and create frustrated patients and healthcare personnel. Few studies have examined the generic aspects of quality of care in this context. Design A descriptive design with a qualitative approach was used. Methods Nine individual interviews were conducted with chronic back pain patients after admission to an orthopaedic hospital ward. Data were analysed using content analysis. Results The patients' experiences of healthcare encounters can be described by the theme ``Struggling to be seen and understood as a person,'' comprising the categories ``Lack of access and trust to care,'' ``A desire to be taken care of and listened to'' and ``Own strength to handle healthcare situations.''},
copyright = {{\copyright} 2019 The Authors. Nursing Open published by John Wiley \& Sons Ltd.},
langid = {english},
keywords = {chronic back pain,experiences,MSHIcapstone,patient-provider relationship,person-centred care,telehealth},
file = {/Users/nately/Zotero/storage/IXAQ39IY/Allvin et al. - 2019 - Struggling to be seen and understood as a person –.pdf}
}
@misc{AmericanTelemedicineAssociation,
title = {American {{Telemedicine Association}}},
journal = {ATA},
urldate = {2024-02-19},
abstract = {As the only organization completely focused on advancing telehealth, ATA is working to change the way the world thinks about healthcare. We are committed to ensuring that everyone has access to safe, affordable, and effective care when and where they need it, and that providers can more good for more people. We represent a broad and inclusive member network of technology solution providers, healthcare delivery systems, and payers, as well as partner organizations and alliances. Together, we are working to advance industry adoption of telehealth, promote responsible policy, advocate for government and market normalization, and provide education and resources to help integrate virtual care into emerging value-based delivery models.},
howpublished = {https://www.americantelemed.org/},
langid = {american},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/8MCVGDRJ/www.americantelemed.org.html}
}
@article{ammendoliaBootCampProgram2016,
title = {The Boot Camp Program for Lumbar Spinal Stenosis: A Protocol for a Randomized Controlled Trial},
author = {Ammendolia, Carlo and C{\^o}t{\'e}, Pierre and Rampersaud, Y Raja and Southerst, Danielle and Budgell, Brian and Bombardier, Claire and Hawker, Gillian},
year = {2016},
month = dec,
journal = {Chiropractic \& manual therapies},
volume = {24},
number = {1},
pages = {1--10},
publisher = {BioMed Central},
doi = {10.1186/s12998-016-0106-y},
abstract = {Background Lumbar spinal stenosis (LSS) causing neurogenic claudication is a leading cause of pain, disability and loss of independence in older adults. The prevalence of lumbar spinal stenosis is growing rapidly due to an aging population. The dominant limitation in LSS is walking ability. Postural, physical and psychosocial factors can impact symptoms and functional ability. LSS is the most common reason for spine surgery in older adults yet the vast majority of people with LSS receive non-surgical treatment. What constitutes effective non-surgical treatment is unknown. The purpose of this study is to evaluate the effectiveness of a multi-modal and self-management training program, known as the Boot Camp Program for LSS aimed at improving walking ability and other relevant patient-centred outcomes. Methods We will use a pragmatic two-arm randomized controlled single blinded (assessor) study design. Eligible and consenting participants will be randomized to receive from licensed chiropractors either a 6-week (twice weekly) self-management training program (manual therapy, education, home exercises) with an instructional workbook and video and a pedometer or a single instructional session with an instructional workbook and video and pedometer. The main outcome measure will be the self-paced walking test measured at 6 months. We will also assess outcomes at 8 weeks and 3 and 12 months. Discussion Symptoms and functional limitations in LSS are variable and influenced by changes in spinal alignment. Physical and psychological factors result in chronic disability for patients with LSS. The Boot Camp Program is a 6-week self-management training program aimed at the multi-faceted aspects of LSS and trains individuals to use self-management strategies. The goal is to provide life-long self-management strategies that maximize walking and overall functional abilities and quality of life. Trial registration ClinicalTrials.gov ID: NCT02592642 .},
date-added = {2022-03-25T23:12:42GMT},
date-modified = {2022-04-30T18:16:16GMT},
langid = {english},
local-url = {file://localhost/Users/nately/Dropbox/Articles/Library.papers3/Files/F6/F6EA3D8C-0265-4789-BEA6-96DF0D0922BF.pdf},
rating = {0},
uri = {papers3://publication/doi/10.1186/s12998-016-0106-y},
keywords = {boot camp,MSHIcapstone,obsidian,patient education,Stenosis},
file = {/Users/nately/Zotero/storage/Q7UZ64EL/Ammendolia et al. - 2016 - The boot camp program for lumbar spinal stenosis .pdf}
}
@article{ammendoliaClinicalOutcomesNeurogenic2015,
title = {Clinical {{Outcomes}} for {{Neurogenic Claudication Using}} a {{Multimodal Program}} for {{Lumbar Spinal Stenosis}}: {{A Retrospective Study}}},
shorttitle = {Clinical {{Outcomes}} for {{Neurogenic Claudication Using}} a {{Multimodal Program}} for {{Lumbar Spinal Stenosis}}},
author = {Ammendolia, Carlo and Chow, Ngai},
year = {2015},
month = mar,
journal = {Journal of Manipulative and Physiological Therapeutics},
volume = {38},
number = {3},
pages = {188--194},
issn = {0161-4754},
doi = {10.1016/j.jmpt.2014.12.006},
urldate = {2023-02-25},
abstract = {Objective The purpose of this preliminary study was to assess the effectiveness of a 6-week, nonsurgical, multimodal program that addresses the multifaceted aspects of neurogenic claudication. Methods In this retrospective study, 2 researchers independently extracted data from the medical records from January 2010 to April 2013 of consecutive eligible patients who had completed the 6-week Boot Camp Program. The program consisted of manual therapy twice per week (eg, soft tissue and neural mobilization, chiropractic spinal manipulation, lumbar flexion-distraction, and muscle stretching), structured home-based exercises, and instruction of self-management strategies. A paired t test was used to compare differences in outcomes from baseline to 6-week follow-up. Outcomes included self-reported pain, disability, walking ability, and treatment satisfaction. Results A total of 49 patients were enrolled, with a mean age of 70 years. The mean difference in the Oswestry Disability Index was 15.2 (95\% confidence interval [CI], 11.39-18.92), and that for the functional and symptoms scales of the Swiss Spinal Stenosis Questionnaire was 0.41 (95\% CI, 0.26-0.56) and 0.74 (95\% CI, 0.55-0.93), respectively. Numeric pain scores for both leg and back showed statistically significant improvements. Improvements in all outcomes were clinically important. Conclusions This study showed preliminary evidence for improved outcomes in patients with neurogenic claudication participating in a 6-week nonsurgical multimodal Boot Camp Program.},
langid = {english},
keywords = {Chiropractic,Claudication,Lumbar Vertebrae,Manual Therapy,MSHIcapstone,Osteoarthritis,Rehabilitation,Spinal Stenosis,Spine,Spinemobility},
file = {/Users/nately/Zotero/storage/V5E9MZVL/Ammendolia and Chow - 2015 - Clinical Outcomes for Neurogenic Claudication Usin.pdf;/Users/nately/Zotero/storage/I9HB2RSG/S0161475414002784.html}
}
@article{andreaturollaMusculoskeletalPhysicalTherapy2020,
title = {Musculoskeletal {{Physical Therapy During}} the {{COVID-19 Pandemic}}: {{Is Telerehabilitation}} the {{Answer}}?},
author = {{Andrea Turolla} and Turolla, Andrea and {Giacomo Rossettini} and Rossettini, Giacomo and {Antonello Viceconti} and Viceconti, Antonello and {Alvisa Palese} and Palese, Alvisa and {Tommaso Geri} and Geri, Tommaso},
year = {2020},
month = aug,
journal = {Physical Therapy},
volume = {100},
number = {8},
pages = {1260--1264},
doi = {10.1093/ptj/pzaa093},
pmid = {32386218},
keywords = {COVID-19,MSHIcapstone,pandemic,telemedicine,telerehabilitation,Telerehabilitation},
annotation = {MAG ID: 3021986807},
file = {/Users/nately/Zotero/storage/PC2FCE47/Andrea Turolla et al. - 2020 - Musculoskeletal Physical Therapy During the COVID-19 Pandemic Is Telerehabilitation the Answer.pdf}
}
@article{angellCongressExpectedExtend2022,
title = {Congress {{Expected}} to {{Extend Telehealth Coverage}} -- for {{Now}}},
author = {Angell, Melissa},
year = {2022},
month = dec,
journal = {Inc.com},
urldate = {2024-06-25},
abstract = {Health care coverage could get more costly if the Biden administration fails to extend the public health emergency. The \$1.7 trillion omnibus bill preserves telehealth benefits, but it's only temporary.},
langid = {english},
file = {/Users/nately/Zotero/storage/JIKVDGXG/congress-expected-to-extend-telehealth-coverage-for-now.html}
}
@article{ansaryVirtualPhysicalExam2021,
title = {The Virtual Physical Exam in the 21st Century},
author = {Ansary, Ali M and Martinez, Joseph N and Scott, John D},
year = {2021},
month = jul,
journal = {Journal of Telemedicine and Telecare},
volume = {27},
number = {6},
pages = {382--392},
issn = {1357-633X},
doi = {10.1177/1357633X19878330},
urldate = {2022-12-15},
keywords = {diagnosis,physical exam,Telemedicine,virtual},
file = {/Users/nately/Zotero/storage/MS9MH232/Ansary et al. - 2021 - The virtual physical exam in the 21st century.pdf}
}
@article{apathyTelemedicineInPersonVisit2024,
title = {Telemedicine and {{In-Person Visit Modality Mix}} and {{Electronic Health Record Use}} in {{Primary Care}}},
author = {Apathy, Nate C. and Zabala, Garrett and Gomes, Kylie and Spaar, Patti and Krevat, Seth A. and Ratwani, Raj M.},
year = {2024},
month = apr,
journal = {JAMA Network Open},
volume = {7},
number = {4},
pages = {e248060},
issn = {2574-3805},
doi = {10.1001/jamanetworkopen.2024.8060},
urldate = {2024-04-26},
keywords = {EHR,MSHIcapstone,obsidian,R,telehealth,telemedicine,tidyverse},
file = {/Users/nately/Zotero/storage/4IEA3J6H/apathy_2024_ld_240040_1713374683.23154.pdf}
}
@article{areiasLongTermClinicalOutcomes2022,
title = {Long-{{Term Clinical Outcomes}} of a {{Remote Digital Musculoskeletal Program}}: {{An Ad Hoc Analysis}} from a {{Longitudinal Study}} with a {{Non-Participant Comparison Group}}},
shorttitle = {Long-{{Term Clinical Outcomes}} of a {{Remote Digital Musculoskeletal Program}}},
author = {Areias, Anabela C. and Costa, Fab{\'i}ola and Janela, Dora and Molinos, Maria and Moulder, Robert G. and Lains, Jorge and Scheer, Justin K. and Bento, Virg{\'i}lio and Yanamadala, Vijay and Correia, Fernando Dias},
year = {2022},
month = dec,
journal = {Healthcare},
volume = {10},
number = {12},
pages = {2349},
publisher = {Multidisciplinary Digital Publishing Institute},
issn = {2227-9032},
doi = {10.3390/healthcare10122349},
urldate = {2024-05-22},
abstract = {Digital solutions have emerged as an alternative to conventional physiotherapy, particularly for chronic musculoskeletal pain (CMP) management; however, its long-term effects remain largely unexplored. This study focuses on patients reporting CMP, assessing 1-year clinical outcomes after a multimodal digital care program (DCP) versus non-participants, who enrolled in the program but never engaged in a single exercise session or partook of the educational content made available to them. In this longitudinal study ad-hoc analysis, pain and functionality outcomes at 1-year reassessment were studied, focusing on the odds of reaching minimal clinically important difference (MCID) and, overall average reduction in both outcomes. Healthcare utilization was additionally studied within the same period. From 867 individuals allocated to the study, 460 completed the 1-year reassessment (intervention group: 310; comparison group: 150). The intervention group presented sustained and greater pain reduction until 1-year reassessment than the comparison group, reflecting greater odds ratio of achieving the MCID both in pain and functionality (1.90 95\% CI: 1.27--2.86, p = 0.002 and 2.02 95\% CI: 1.31--3.12, p = 0.001, respectively). A lower healthcare utilization during the 1-year follow-up was observed in the intervention group than in the comparison group. This study suggests that a digital CMP program may have a lasting impact on improved pain and functionality in patients with CMP.},
copyright = {http://creativecommons.org/licenses/by/3.0/},
langid = {english},
keywords = {chronic musculoskeletal pain,eHealth,follow-up,functionality,MSHIcapstone,physical therapy,telerehabilitation},
file = {/Users/nately/Zotero/storage/6WUGB6HP/Areias et al. - 2022 - Long-Term Clinical Outcomes of a Remote Digital Musculoskeletal Program An Ad Hoc Analysis from a L.pdf}
}
@article{areiasPotentialMultimodalDigital2023,
title = {The Potential of a Multimodal Digital Care Program in Addressing Healthcare Inequities in Musculoskeletal Pain Management},
author = {Areias, Anabela C. and Molinos, Maria and Moulder, Robert G. and Janela, Dora and Scheer, Justin K. and Bento, Virg{\'i}lio and Yanamadala, Vijay and Cohen, Steven P. and Correia, Fernando Dias and Costa, Fab{\'i}ola},
year = {2023},
month = oct,
journal = {npj Digital Medicine},
volume = {6},
number = {1},
pages = {1--11},
publisher = {Nature Publishing Group},
issn = {2398-6352},
doi = {10.1038/s41746-023-00936-2},
urldate = {2023-11-30},
abstract = {Digital interventions have emerged as a solution for time and geographical barriers, however, their potential to target other social determinants of health is largely unexplored. In this post-hoc analysis, we report the impact of social deprivation on engagement and clinical outcomes after a completely remote multimodal musculoskeletal (MSK) digital care program managed by a culturally-sensitive clinical team. Patients were stratified in five categories according to their social deprivation index, and cross-referenced with their race/ethnicity, rurality and distance to healthcare facilities. From a total of 12,062 patients from all U.S. states, 8569 completed the program. Higher social deprivation was associated with greater baseline disease burden. We observed that all categories reported pain improvements (ranging from -2.0 95\%CI -2.1, -1.9 to -2.1 95\%CI -2.3, -1.9, p\,{$<$}\,0.001) without intergroup differences in mean changes or responder rates (from 59.9\% (420/701) to 66.6\% (780/1172), p\,=\,0.067), alongside reduction in analgesic consumption. We observed significant improvements in mental health and productivity across all categories, with productivity and non-work-related functional recovery being greater within the most deprived group. Engagement was high but varied slightly across categories. Together these findings highlight the importance of a patient-centered digital care program as a tool to address health inequities in musculoskeletal pain management. The idea of investigating social deprivation within a digital program provides a foundation for future work in this field to identify areas of improvement.},
copyright = {2023 The Author(s)},
langid = {english},
keywords = {equity,MSHIcapstone,MSK,Pain management,Rehabilitation,Sword Health,telehealth},
file = {/Users/nately/Zotero/storage/63HB4P9S/Areias et al. - 2023 - The potential of a multimodal digital care program.pdf}
}
@article{aronExperimentalGenerationInterpersonal1997,
title = {The Experimental Generation of Interpersonal Closeness: {{A}} Procedure and Some Preliminary Findings},
author = {Aron, Arthur and Melinat, Edward and Aron, Elaine N and Vallone, Robert Darrin and Bator, Renee J},
year = {1997},
month = nov,
journal = {Personality and Social Psychology Bulletin},
volume = {23},
number = {4},
pages = {363--377},
abstract = {A practical methodology is presented for creating closeness in an experimental context. Whether or not an individual is in a relationship,particularpairingsofindividualsintherelation- ship, and circumstances of relationship development become manipulated variables. Over a 45-min period subject pairs carry out self-disclosure and relationship-building tasks that graduaUy escalate in intensity. Study 1 found greater postinter- action closeness with these tasks versus comparable smaU-talk tasks. Studies 2 and 3 found no significant closeness effects, in spite o f adequate power, for (a) whether pairs were matched for nondisagreement on important attitudes, (b) whether pairs were led to expect mutual liking, or (c) whether getting close was made an explicit goal. These studies also iUustrated applications for addressing theoretical issues, yielding provocative tentative findings relating to attachment style and introversion/ extraversion.},
affiliation = {The Society for Personality and Social Psychology, Inc.},
date-added = {2015-01-27T01:42:17GMT},
date-modified = {2022-02-16T20:39:29GMT},
rating = {0},
read = {Yes},
uri = {papers3://publication/uuid/70BE040A-BC8B-4E48-AAF5-689B41B776A7},
keywords = {love,questions,relationship},
file = {/Users/nately/Zotero/storage/J3DR3YAR/Aron et al. - 1997 - The experimental generation of interpersonal closeness A procedure and some preliminary findings.pdf}
}
@article{atkinson-grahamCareDistanceUnderstanding2024,
title = {Care at a Distance: {{Understanding}} Lived Experiences of People with {{MSK}} Disorders Receiving Non-Pharmacological Interventions Delivered through Synchronous Telehealth: {{A}} Systematic Rapid Review},
shorttitle = {Care at a Distance},
author = {{Atkinson-Graham}, Melissa and Brunton, Ginny and Cancelliere, Carol and Corso, Melissa and {de Zoete}, Annemarie and Rubinstein, Sidney M and Murnaghan, Kent and Mior, Silvano},
year = {2024},
month = jan,
journal = {DIGITAL HEALTH},
volume = {10},
pages = {20552076241236573},
publisher = {SAGE Publications Ltd},
issn = {2055-2076},
doi = {10.1177/20552076241236573},
urldate = {2024-06-09},
abstract = {BackgroundLittle is known about lived experience of synchronous telehealth in patients with musculoskeletal (MSK) disorders.ObjectiveWe conducted a rapid systematic review to answer: (1) what are the lived experiences and/or perspectives of people with MSK disorders receiving non-pharmacological interventions delivered through synchronous telehealth; and (2) what clinical implications can be inferred from qualitative studies focusing on lived experiences for how telehealth is delivered in the management of MSK disorders?Data sourcesA comprehensive search of MEDLINE, CINAHL, PsycINFO, ProQuest, and Google Scholar from June 2010 to July 2023. Eligible qualitative and mixed methods studies capturing lived experiences of adults with MSK disorders receiving non-pharmacological interventions via synchronous telehealth were included.Study methodsSystematic rapid review conducted according to WHO guidelines. Titles and abstracts screened by reviewers independently, eligible studies critically appraised, and data was extracted. Themes summarized using the Consolidated Framework for Implementation Research (CFIR). GRADE-CERQual (Confidence in the Evidence from Reviews of Qualitative research) used to assess confidence in synthesis findings.ResultsWe identified 9782 references, screened 8029, and critically appraised 22, and included 17 studies. There is evidence to suggest that the experience of telehealth prior to and during the pandemic was shaped by (1) patient perception of telehealth, (2) existing relationships with practitioners, (3) availability and accessibility of telehealth technologies, and (4) perceptions about the importance of the role of the physical exam in assessing and treating MSK disorders.ConclusionThe five identified implications could be used to inform future research, policy, and strategy development.},
langid = {english},
file = {/Users/nately/Zotero/storage/9GX7W6K9/Atkinson-Graham et al. - 2024 - Care at a distance Understanding lived experiences of people with MSK disorders receiving non-pharm.pdf}
}
@article{bailensonNonverbalOverloadTheoretical2021,
title = {Nonverbal Overload: {{A}} Theoretical Argument for the Causes of Zoom Fatigue},
author = {Bailenson, Jeremy N},
year = {2021},
month = feb,
journal = {Technology, Mind, and Behavior},
volume = {2},
number = {1},
publisher = {PubPub},
doi = {10.1037/tmb0000030},
abstract = {For decades, scholars have predicted that videoconference technology will disrupt the practice of commuting daily to and from work and will change the way people socialize. In 2020, the Covid-19 pandemic forced a drastic increase in the number of videoconference meetings, and Zoom became the leading software package because it was free, robust, and easy to use. While the software has been an essential tool for productivity, learning, and social interaction, something about being on videoconference all day seems particularly exhausting, and the term ``Zoom Fatigue'' caught on quickly. In this article, I focus on nonverbal overload as a potential cause for fatigue, and provide four arguments outlining how various aspects of the current Zoom interface likely lead to psychological consequences. The arguments are based on academic theory and research, but also have yet to be directly tested in the context of Zoom, and require future experimentation to confirm. Instead of indicting the medium, my goal is to point out these design flaws to isolate research areas for social scientists and to suggest design improvements for technologists.},
date-added = {2021-04-09T23:37:35GMT},
date-modified = {2022-03-21T19:10:05GMT},
local-url = {file://localhost/Users/nately/Dropbox/Articles/Library.papers3/T/2021/Bailenson/2021\%20Bailenson\%20Technology\%20Mind\%20and\%20Behavior.pdf},
rating = {0},
uri = {papers3://publication/doi/10.1037/tmb0000030},
file = {/Users/nately/Zotero/storage/AJLVPSWY/2021 Bailenson Technology Mind and Behavior.pdf}
}
@article{baileyDigitalCareChronic2020,
title = {Digital Care for Chronic Musculoskeletal Pain: 10,000 Participant Longitudinal Cohort Study},
author = {Bailey, Jeannie F},
year = {2020},
volume = {22},
number = {5},
pages = {e18250},
publisher = {JMIR Publications Inc., Toronto, Canada},
doi = {10.2196/18250},
abstract = {Background: Chronic musculoskeletal pain has a vast global prevalence and economic burden. Conservative therapies are universally recommended but require patient engagement and self-management to be effective. Objective: This study aimed to evaluate the efficacy of a 12-week digital care program (DCP) in a large population of patients with chronic knee and back pain. Methods: A longitudinal observational study was conducted using a remote DCP available through a mobile app. Subjects participated in a 12-week multimodal DCP incorporating education, sensor-guided exercise therapy (ET), and behavioral health support with 1-on-1 remote health coaching. The primary outcome was pain measured by the visual analog scale (VAS). Secondary measures included engagement levels, program completion, program satisfaction, condition-specific pain measures, depression, anxiety, and work productivity. Results: A total of 10,264 adults with either knee (n=3796) or low back (n=6468) pain for at least three months were included in the study. Participants experienced a 68.45\% average improvement in VAS pain between baseline intake and 12 weeks. In all, 73.04\% (7497/10,264) participants completed the DCP into the final month. In total, 78.60\% (5893/7497) of program completers (7144/10,264, 69.60\% of all participants) achieved minimally important change in pain. Furthermore, the number of ET sessions and coaching interactions were both positively associated with improvement in pain, suggesting that the amount of engagement influenced outcomes. Secondary outcomes included a 57.9\% and 58.3\% decrease in depression and anxiety scores, respectively, and 61.5\% improvement in work productivity. Finally, 3 distinct clusters of pain response trajectories were identified, which could be predicted with a mean 76\% accuracy using baseline measures. Conclusions: These results support the efficacy and scalability of a DCP for chronic low back and knee pain in a large, diverse, real-world population. Participants demonstrated high completion and engagement rates and a significant positive relationship between engagement and pain reduction was identified, a finding that has not been previously demonstrated in a DCP. Furthermore, the large sample size allowed for the identification of distinct pain response subgroups, which may prove beneficial in predicting recovery and tailoring future interventions. This is the first longitudinal digital health study to analyze pain outcomes in a sample of this magnitude, and it supports the prospect for DCPs to serve the overwhelming number of musculoskeletal pain sufferers worldwide. [J Med Internet Res 2020;22(5):e18250]},
date-added = {2021-01-05T23:35:53GMT},
date-modified = {2022-03-20T22:32:59GMT},
langid = {english},
local-url = {file://localhost/Users/nately/Dropbox/Articles/Library.papers3/Files/2D/2DEAF8F7-C975-486E-9333-DFADDA177C50.pdf},
rating = {0},
read = {Yes},
uri = {papers3://publication/doi/10.2196/18250},
keywords = {Hinge Health,MSHIcapstone,rehab,telehealth},
file = {/Users/nately/Zotero/storage/FS33RRRM/Bailey - 2020 - Digital care for chronic musculoskeletal pain 10,.pdf}
}
@article{barberioTransitioningTelehealthTodays2021,
title = {Transitioning to {{Telehealth}}: {{Today}}'s {{Guidelines}} for {{Future Sustainability}}},
shorttitle = {Transitioning to {{Telehealth}}},
author = {Barberio, Judith Ann and Jenkins, Melinda L.},
year = {2021},
journal = {The Journal for Nurse Practitioners},
volume = {17},
number = {7},
pages = {795--798},
issn = {1555-4155},
doi = {10.1016/j.nurpra.2021.04.001},
urldate = {2024-06-26},
abstract = {The coronavirus disease 2019 pandemic has brought about many changes and catapulted telehealth into the mainstream of health care delivery. Audio and video conference health care visits have become commonplace and have impacted geographic barriers and access to care issues with the potential for care coordination in our fragmented health care delivery system. To make this dramatic shift from face-to-face health care to telehealth care, providers must learn to quickly transition to this new format. A discussion of the structure, process, and outcomes of telehealth addresses provider and consumer concerns and sets up guidelines for incorporating telehealth and patient satisfaction into your practice.},
pmcid = {PMC8134881},
pmid = {34031632},
keywords = {CMS,health care policy,health policy,Medicare,nursing,obsidian,policy,Policy,read,regulation,reimbursement,teleconsultation,telehealth,Telehealth,telemedicine,Telemedicine},
file = {/Users/nately/Zotero/storage/QXYT6MRV/Barberio and Jenkins - 2021 - Transitioning to Telehealth Today’s Guidelines for Future Sustainability.pdf}
}
@article{bargeriEffectivenessTelemedicineMusculoskeletal2024,
title = {Effectiveness of {{Telemedicine}} for {{Musculoskeletal Disorders}}: {{Umbrella Review}}},
shorttitle = {Effectiveness of {{Telemedicine}} for {{Musculoskeletal Disorders}}},
author = {Bargeri, Silvia and Castellini, Greta and Vitale, Jacopo Antonino and Guida, Stefania and Banfi, Giuseppe and Gianola, Silvia and Pennestr{\`i}, Federico},
year = {2024},
month = feb,
journal = {Journal of Medical Internet Research},
volume = {26},
number = {1},
pages = {e50090},
publisher = {JMIR Publications Inc., Toronto, Canada},
doi = {10.2196/50090},
urldate = {2024-05-22},
abstract = {Background: Several systematic reviews (SRs) assessing the use of telemedicine for musculoskeletal conditions have been published in recent years. However, the landscape of evidence on multiple clinical outcomes remains unclear. Objective: We aimed to summarize the available evidence from SRs on telemedicine for musculoskeletal disorders. Methods: We conducted an umbrella review of SRs with and without meta-analysis by searching PubMed and EMBASE up to July 25, 2022, for SRs of randomized controlled trials assessing telemedicine. We collected any kind of patient-reported outcome measures (PROMs), patient-reported experience measures (PREMs), and objective measures, including direct and indirect costs. We assessed the methodological quality with the AMSTAR 2 tool (A Measurement Tool to Assess systematic Reviews 2). Findings were reported qualitatively. Results: Overall, 35 SRs published between 2015 and 2022 were included. Most reviews (n=24, 69\%) were rated as critically low quality by AMSTAR 2. The majority of reviews assessed ``telerehabilitation'' (n=29) in patients with osteoarthritis (n=13) using PROMs (n=142 outcomes mapped with n=60 meta-analyses). A substantive body of evidence from meta-analyses found telemedicine to be beneficial or equal in terms of PROMs compared to conventional care (n=57 meta-analyses). Meta-analyses showed no differences between groups in PREMs (n=4), while objectives measures (ie, ``physical function'') were mainly in favor of telemedicine or showed no difference (9/13). All SRs showed notably lower costs for telemedicine compared to in-person visits. Conclusions: Telemedicine can provide more accessible health care with noninferior results for various clinical outcomes in comparison with conventional care. The assessment of telemedicine is largely represented by PROMs, with some gaps for PREMs, objective measures, and costs. Trial Registration: PROSPERO CRD42022347366; https://osf.io/pxedm/},
langid = {english},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/F2E23LC7/Bargeri et al. - 2024 - Effectiveness of Telemedicine for Musculoskeletal Disorders Umbrella Review.pdf}
}
@article{baroniStateArtTelerehabilitation2023,
title = {The State of the Art in Telerehabilitation for Musculoskeletal Conditions},
author = {Baroni, Marina P. and Jacob, Maria Fernanda A. and Rios, Wesley R. and Fandim, Junior V. and Fernandes, L{\'i}via G. and Chaves, Pedro I. and Fioratti, Iuri and Saragiotto, Bruno T.},
year = {2023},
month = jan,
journal = {Archives of Physiotherapy},
volume = {13},
number = {1},
pages = {1},
issn = {2057-0082},
doi = {10.1186/s40945-022-00155-0},
urldate = {2023-08-03},
abstract = {Background:{\enspace} Given the rapid advances in communication technology and the need that emerged from the COVID19 pandemic, telehealth initiatives have been widely used worldwide. This masterclass aims to provide an overview of telerehabilitation for musculoskeletal conditions, synthesizing the different terminologies used to describe telehealth and telerehabilitation, its effectiveness and how to use it in clinical practice, barriers and facilitators for the implementation in health services, and discuss the need of a curriculum education for the near future. Main body:{\enspace} Telerehabilitation refers to the use of information and communication technologies provided by any healthcare professionals for rehabilitation services. Telerehabilitation is a safe and effective option in the management of musculoskeletal conditions in different models of delivery. There are many technologies, with different costs and benefits, synchronous and asynchronous, that can be used for telerehabilitation: telephone, email, mobile health, messaging, web-based systems and videoconferences applications. To ensure a better practice of telerehabilitation, the clinician should certify safety and access, and appropriateness of environment, communication, technology, assessment, and therapeutic prescription. Despite the positive effect of telerehabilitation in musculoskeletal disorders, a suboptimal telerehabilitation implementation may have happened due to the COVID-19 pandemic, especially in countries where telehealth was not a reality, and clinicians lacked training and guidance. This emphasizes the need to identify the necessary curriculum content to guide future clinicians in their skills and knowledge for telerehabilitation. There are some challenges and barriers that must be carefully accounted for to contribute to a health service that is inclusive and relevant to health professionals and end users. Conclusions:{\enspace} Telerehabilitation can promote patient engagement in health care and plays an important role in improving health outcomes in patients with musculoskeletal conditions. Digital health technologies can also offer new opportunities to educate patients and facilitate the process of behavior change to a healthy lifestyle. Currently, the main needs in telerehabilitation are the inclusion of it in health curriculums in higher education and the development of cost-effectiveness and implementation trials, especially in low- and middle-income countries where access, investments and digital health literacy are limited.},
langid = {english},
keywords = {MSHIcapstone,obsidian,read,technology,telehealth,telerehabilitation},
file = {/Users/nately/Zotero/storage/ZXDZT7IV/Baroni et al. - 2023 - The state of the art in telerehabilitation for mus.pdf}
}
@article{barrywalshExploringAttitudesPeople2024,
title = {Exploring Attitudes of People with Chronic Health Conditions towards the Use of Group-Based Telerehabilitation: {{A}} Qualitative Study},
shorttitle = {Exploring Attitudes of People with Chronic Health Conditions towards the Use of Group-Based Telerehabilitation},
author = {Barry Walsh, Caoimhe and Cahalan, Roisin and Hinman, Rana S and O'Sullivan, Kieran},
year = {2024},
month = jan,
journal = {Clinical Rehabilitation},
volume = {38},
number = {1},
pages = {130--142},
publisher = {SAGE Publications Ltd STM},
issn = {0269-2155},
doi = {10.1177/02692155231197385},
urldate = {2024-06-09},
abstract = {ObjectiveThe study explores the attitudes of people with chronic health conditions towards the use of group-based telerehabilitation.DesignA qualitative research study.SettingThe setting involved semi-structured focus groups via videoconferencing software.ParticipantsA purposive sample of 18 people with chronic health conditions including cardiorespiratory, neurological and musculoskeletal conditions was recruited via national patient advocacy and support groups in Ireland and clinical contacts. The sample included both those who had, and had not, previously engaged in telerehabilitation programmes.ProceduresAn online questionnaire collected demographic information and data regarding previous telerehabilitation participation and telerehabilitation preferences. Focus groups were conducted using videoconferencing software, in accordance with the Consolidated Criteria for Reporting Qualitative Research (COREQ) Checklist, and analysed using thematic analysis following Braun and Clarke's methodology. Findings were triangulated with quantitative questionnaire data.ResultsFour focus groups were conducted including participants with chronic cardiorespiratory (n\,=\,8), neurological (n\,=\,6) and musculoskeletal (n\,=\,4) conditions. Three themes were identified regarding telerehabilitation: (a) benefits and facilitators (including convenience, increased service accessibility, social connection and technological support), (b) challenges and barriers (including technological access and literacy, limited `hands-on' therapy, safety concerns and social limitations), and (c) preferences (regarding mode of delivery, content, duration and generic programmes for mixed-condition groups).ConclusionsTelerehabilitation is convenient for people with chronic conditions; however, concerns exist regarding the use of technology and the limitations of this healthcare delivery method. The role of telerehabilitation is valued, and future programmes should acknowledge patient preferences including a hybrid model of care, exercise and educational content, social interaction and synchronous components.},
langid = {english},
file = {/Users/nately/Zotero/storage/TDAN7Z8M/Barry Walsh et al. - 2024 - Exploring attitudes of people with chronic health conditions towards the use of group-based telereha.pdf}
}
@misc{barteltTelehealthUtilizationHigher2023,
title = {Telehealth {{Utilization Higher Than Pre-Pandemic Levels}}, but {{Down}} from {{Pandemic Highs}}},
author = {Bartelt, Kersten and Piff, Alex and Allen, Steve and Barkley, Eric},
year = {2023},
month = nov,
journal = {Epic Research},
urldate = {2024-06-23},
file = {/Users/nately/Zotero/storage/QRIPCIXP/Bartelt et al. - 2023 - Telehealth Utilization Higher Than Pre-Pandemic Levels, but Down from Pandemic Highs.pdf}
}
@article{bartonItsSecondBest2022,
title = {``{{It}}'s Second Best'': {{A}} Mixed-Methods Evaluation of the Experiences and Attitudes of People with Musculoskeletal Pain towards Physiotherapist Delivered Telehealth during the {{COVID-19}} Pandemic},
shorttitle = {``{{It}}'s Second Best''},
author = {Barton, C.J. and Ezzat, A.M. and Merolli, M. and Williams, C.M. and Haines, T. and Mehta, N. and Malliaras, P.},
year = {2022},
month = apr,
journal = {Musculoskeletal Science \& Practice},
volume = {58},
pages = {102500},
issn = {2468-8630},
doi = {10.1016/j.msksp.2021.102500},
urldate = {2024-03-26},
abstract = {Background Musculoskeletal physiotherapy practice rapidly adopted telehealth during the COVID-19 pandemic, providing a unique opportunity to evaluate the experiences and attitudes of people who would not usually engage with these services. Methods A sequential mixed-methods study recruited people with musculoskeletal pain conditions accessing Australian private practice physiotherapist services. Part 1 involved an online survey of telehealth services accessed, treatments and resources provided, self-reported global change in condition, and attitudes toward telehealth. Part 2 involved semi-structured interviews with a subset of survey participants, exploring experiences and attitudes towards telehealth. Quantitative data was reported descriptively. Qualitative data was evaluated using inductive thematic analysis. Results 172 participants responded to the survey, and 19 were interviewed. 95\% accessed video-based telehealth, and 85\% reported condition improvement. 84\% agreed it was an efficient use of their time, 75\% agreed it was financially viable, and 73\% agreed their condition was accurately diagnosed. 62\% percent believed telehealth should be less expensive than in-person services. Qualitative analysis revealed four themes (17 subthemes), including (i) telehealth had value, but generally perceived as inferior to in-person care; (ii) challenges related to assessment, diagnosis, `hands on' treatment, observation, communication, and technology; (iii) advantages to access safe, expert, and convenient care; and (iv) importance of supportive technology, including video and supplementary resources. Conclusion Physiotherapist telehealth services provided to people with musculoskeletal pain during the pandemic was valued. However, telehealth was generally perceived as inferior to traditional in-person care, and may be best used as part of a hybrid model of care.},
pmcid = {PMC8777472},
pmid = {35074694},
keywords = {MSHIcapstone,telehealth},
file = {/Users/nately/Zotero/storage/L697GTLU/Barton et al. - 2022 - “It's second best” A mixed-methods evaluation of .pdf}
}
@article{becerramartinezPerceptualQualityAudioVisual2021,
title = {Perceptual {{Quality}} of {{Audio-Visual Content}} with {{Common Video}} and {{Audio Degradations}}},
author = {Becerra Martinez, Helard and Hines, Andrew and Farias, Myl{\`e}ne C. Q.},
year = {2021},
month = jan,
journal = {Applied Sciences},
volume = {11},
number = {13},
pages = {5813},
issn = {2076-3417},
doi = {10.3390/app11135813},
urldate = {2024-05-31},
abstract = {Audio-visual quality assessment remains as a complex research field. A great effort is being made to understand how visual and auditory domains are integrated and processed by humans. In this work, we analyzed and compared the results of three psychophisical experiments that collected quality and content scores given by a pool of subjects. The experiments include diverse content audio-visual material, e.g., Sports, TV Commercials, Interviews, Music, Documentaries and Cartoons, impaired with several visual (bitrate compression, packet-loss, and frame-freezing) and auditory (background noise, echo, clip, chop) distortions. Each experiment explores a particular domain. In Experiment 1, the video component was degraded with visual artifacts, meanwhile, the audio component did not suffer any type of degradation. In Experiment 2, the audio component was degraded while the video component remained untouched. Finally, in Experiment 3 both audio and video components were degraded. As expected, results confirmed a dominance of the visual component in the overall audio-visual quality. However, a detailed analysis showed that, for certain types of audio distortions, the audio component played a more important role in the construction of the overall perceived quality.},
copyright = {http://creativecommons.org/licenses/by/3.0/},
langid = {english},
keywords = {audio and video quality,QoE,video quality assessment},
file = {/Users/nately/Zotero/storage/KN6PCEDF/Becerra Martinez et al. - 2021 - Perceptual Quality of Audio-Visual Content with Common Video and Audio Degradations.pdf}
}
@article{belindajlawfordPhysicalTherapistsPerceptions2018,
title = {Physical {{Therapists}}' {{Perceptions}} of {{Telephone-}} and {{Internet Video}}--{{Mediated Service Models}} for {{Exercise Management}} of {{People With Osteoarthritis}}},
author = {{Belinda J Lawford} and Lawford, Belinda J and {Kim L Bennell} and Bennell, Kim L and {Jessica Kasza} and Kasza, Jessica and {Rana S Hinman} and Hinman, Rana S},
year = {2018},
month = mar,
journal = {Arthritis Care and Research},
volume = {70},
number = {3},
pages = {398--408},
doi = {10.1002/acr.23260},
abstract = {Objective. Investigate physical therapists' perceptions of, and willingness to use, telephone- and internet-mediated service models for exercise therapy for people with knee and/or hip osteoarthritis. Methods. An internet-based survey of Australian physical therapists comprising three sections: i) demographic information; and 16 positively-framed perception statements about delivering exercise via ii) telephone and; iii) video over the internet, for people with hip and/or knee osteoarthritis. Levels of agreement with each statement were evaluated. Logistic regression models were used to determine therapist characteristics influencing interest in delivering telerehabilitation. Results. 217 therapists spanning metropolitan, regional, rural and remote Australia completed the survey. For telephone-delivered care, there was consensus agreement it would not violate patient privacy (81\% agreed/strongly agreed) and would save patient's time (76\%), however there was less than majority agreement for 10 statements. There was consensus agreement video-delivered care would save a patient's time (82\%), be convenient for patients (80\%), and not violate patient privacy (75\%). Most agreed with all other perception statements about video-delivered care, except for liking no physical contact (14\%). Low confidence using internet video technologies, and inexperience with telerehabilitation, were significantly associated with reduced interest in delivering telephone and/or video-based services. Conclusion. Physical therapists agree telerehabilitation offers time-saving and privacy advantages for people with osteoarthritis, and perceive video-delivered care more favorably than telephone-delivered services. However, most do not like the lack of physical contact with either service model. These findings may inform the implementation of telerehabilitation osteoarthritis services, and the training needs of clinicians involved in delivering care. This article is protected by copyright. All rights reserved.},
annotation = {MAG ID: 2608097235}
}
@book{bellUseTelehealthDisability2022,
title = {The {{Use}} of {{Telehealth}} for {{Disability Evaluations}} in {{Medicine}} and {{Allied Health}}: {{Proceedings}} of a {{Workshop}}},
shorttitle = {The {{Use}} of {{Telehealth}} for {{Disability Evaluations}} in {{Medicine}} and {{Allied Health}}},
editor = {Bell, Crystal J. and Johnson, Anne Frances},
year = {2022},
month = sep,
publisher = {National Academies Press},
address = {Washington, D.C.},
doi = {10.17226/26650},
urldate = {2023-06-10},
collaborator = {{Board on Health Care Services} and {Health and Medicine Division} and {National Academies of Sciences, Engineering, and Medicine}},
isbn = {978-0-309-69150-5},
keywords = {Health and Medicine--Healthcare and Quality,Health and Medicine--Policy Reviews and Evaluations,MSHIcapstone},
file = {/Users/nately/Zotero/storage/T7Q8AR47/Bell and Johnson - 2022 - The Use of Telehealth for Disability Evaluations i.pdf}
}
@article{bennellDoesWebbasedExercise2019,
title = {Does a Web-Based Exercise Programming System Improve Home Exercise Adherence for People with Musculoskeletal Conditions?: {{A}} Randomized Controlled Trial.},
author = {Bennell, Kim L and Marshall, Charlotte J and Dobson, Fiona and Kasza, Jessica and Lonsdale, Chris and Hinman, Rana S},
year = {2019},
month = oct,
journal = {American Journal of Physical Medicine \& Rehabilitation},
volume = {98},
number = {10},
pages = {850--858},
doi = {10.1097/PHM.0000000000001204},
abstract = {OBJECTIVE:The aim of the study was to evaluate whether a web-based exercise programming system improves adherence to a home exercise program for people with musculoskeletal conditions. DESIGN:Eligible patients with a musculoskeletal condition presenting to a physical therapist in private practice were randomized to the following: (a) control (home exercise prescribed by therapist's usual methods) or (b) intervention (home exercise prescribed using a web-based exercise programming system). The primary outcome was self-rated exercise adherence measured at week 3 via 11-point Numeric Rating Scales. Secondary outcomes were satisfaction with exercise delivery and confidence in ability to undertake prescribed exercise. Process measures were also included. RESULTS:We enrolled 305 participants, with loss to follow-up of 14.5\% (22/152) and 13.7\% (21/153) in intervention and control groups, respectively. Compared with controls, the intervention group reported higher exercise adherence (mean difference Numeric Rating Scale units (95\% confidence intervals): adherence overall -1.0 [-1.6 to -0.3] and regarding number of exercises in session -0.7 [-1.3 to -0.1], number of repetitions -0.8 [-1.4 to -0.2], and number of sessions -1.0 [-1.6 to -0.3]). The intervention group showed greater confidence to exercise than control, with no difference in satisfaction. CONCLUSIONS:A web-based exercise programming system improved home exercise adherence and confidence in ability to undertake exercise, although the clinical relevance of the results needs to be established.},
affiliation = {From the Centre for Health, Exercise and Sports Medicine, Department of Physiotherapy, The University of Melbourne, Victoria, Australia (KLB, CJM, FD, RSH); Department of Epidemiology and Preventative Medicine, Monash University, Melbourne, Victoria, Australia (JK); and Institute for Positive Psychology and Education, Faculty of Health Sciences, Australian Catholic University, Sydney, New South Wales, Australia (CL).},
date-added = {2020-01-29T19:54:40GMT},
date-modified = {2022-03-21T19:09:28GMT},
langid = {english},
local-url = {file://localhost/Users/nately/Dropbox/Articles/Library.papers3/A/2019/Bennell/2019\%20Bennell\%20American\%20Journal\%20of\%20Physical\%20Medicine\%20\&\%20Rehabilitation.pdf},
pmid = {31021823},
rating = {0},
read = {Yes},
uri = {papers3://publication/doi/10.1097/PHM.0000000000001204},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/XL2MWZ4R/2019 Bennell American Journal of Physical Medicine & Rehabilitation.pdf}
}
@article{bernhardssonDigitalPhysiotherapyAssessment2023,
title = {Digital Physiotherapy Assessment vs Conventional Face-to-Face Physiotherapy Assessment of Patients with Musculoskeletal Disorders: {{A}} Systematic Review},
shorttitle = {Digital Physiotherapy Assessment vs Conventional Face-to-Face Physiotherapy Assessment of Patients with Musculoskeletal Disorders},
author = {Bernhardsson, Susanne and Larsson, Anette and Bergenheim, Anna and {Ho-Henriksson}, Chan-Mei and Ekhammar, Annika and Lange, Elvira and Larsson, Maria E. H. and Nordeman, Lena and Samsson, Karin S. and Bornh{\"o}ft, Lena},
year = {2023},
month = mar,
journal = {PLOS ONE},
volume = {18},
number = {3},
pages = {e0283013},
publisher = {Public Library of Science},
issn = {1932-6203},
doi = {10.1371/journal.pone.0283013},
urldate = {2023-07-15},
abstract = {Background This systematic review aimed to assess the certainty of evidence for digital versus conventional, face-to-face physiotherapy assessment of musculoskeletal disorders, concerning validity, reliability, feasibility, patient satisfaction, physiotherapist satisfaction, adverse events, clinical management, and cost-effectiveness. Methods Eligibility criteria: Original studies comparing digital physiotherapy assessment with face-to-face physiotherapy assessment of musculoskeletal disorders. Systematic database searches were performed in May 2021, and updated in May 2022, in Medline, Cochrane Library, Cinahl, AMED, and PEDro. Risk of bias and applicability of the included studies were appraised using the Quality Assessment of Diagnostic Accuracy Studies-2 tool and the Quality Appraisal of Reliability Studies tool. Included studies were synthesised narratively. Certainty of evidence was evaluated for each assessment component using GRADE. Results Ten repeated-measures studies were included, involving 193 participants aged 23--62 years. Reported validity of digital physiotherapy assessment ranged from moderate/acceptable to almost perfect/excellent for clinical tests, range of motion, patient-reported outcome measures (PROMs), pain, neck posture, and management decisions. Reported validity for assessing spinal posture varied and was for clinical observations unacceptably low. Reported validity and reliability for digital diagnosis ranged from moderate to almost perfect for exact+similar agreement, but was considerably lower when constrained to exact agreement. Reported reliability was excellent for digital assessment of clinical tests, range of motion, pain, neck posture, and PROMs. Certainty of evidence varied from very low to high, with PROMs and pain assessment obtaining the highest certainty. Patients were satisfied with their digital assessment, but did not perceive it as good as face-to-face assessment. Discussion Evidence ranging from very low to high certainty suggests that validity and reliability of digital physiotherapy assessments are acceptable to excellent for several assessment components. Digital physiotherapy assessment may be a viable alternative to face-to-face assessment for patients who are likely to benefit from the accessibility and convenience of remote access. Trial registration The review was registered in the PROSPERO database, CRD42021277624.},
langid = {english},
keywords = {Body limbs,Database searching,Lower back pain,Medical risk factors,MSHIcapstone,Myalgia,Pain,Patients,Physiotherapy},
file = {/Users/nately/Zotero/storage/82X26JXZ/Bernhardsson et al. - 2023 - Digital physiotherapy assessment vs conventional f.pdf}
}
@article{biseFacetofaceTelehealthInterventions2022,
title = {Face-to-Face Telehealth Interventions in the Treatment of Low Back Pain: {{A}} Systematic Review},
shorttitle = {Face-to-Face Telehealth Interventions in the Treatment of Low Back Pain},
author = {Bise, Christopher G. and Cupler, Zac and Mathers, Sean and Turner, Rose and Sundaram, Meenakshi and Catalani, Maria Beatriz and Dahler, Sarah and Popchak, Adam and Schneider, Michael},
year = {2022},
month = oct,
journal = {Complementary Therapies in Clinical Practice},
pages = {101671},
issn = {1744-3881},
doi = {10.1016/j.ctcp.2022.101671},
urldate = {2022-10-28},
langid = {english},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/43HYBNSM/Bise et al. - 2022 - Face-to-face telehealth interventions in the treat.pdf}
}
@article{blanchetInnovativeProgramsTelemedicine2008,
title = {Innovative {{Programs}} in {{Telemedicine Northwest TeleHealth}}},
author = {Blanchet, Kevin D.},
year = {2008},
month = may,
journal = {Telemedicine and e-Health},
volume = {14},
number = {4},
pages = {318--322},
publisher = {Mary Ann Liebert, Inc., publishers},
issn = {1530-5627},
doi = {10.1089/tmj.2008.9975},
urldate = {2024-06-10},
file = {/Users/nately/Zotero/storage/UUKEYXIK/Blanchet - 2008 - Innovative Programs in Telemedicine Northwest TeleHealth.pdf}
}
@article{bobosWhichRemoteRehabilitation2024,
title = {Which {{Remote Rehabilitation Interventions Work Best}} for {{Chronic Musculoskeletal Pain}} and {{Depression}}? {{A Bayesian Network Meta-Analysis}}},
shorttitle = {Which {{Remote Rehabilitation Interventions Work Best}} for {{Chronic Musculoskeletal Pain}} and {{Depression}}?},
author = {Bobos, Pavlos and Pereira, Tiago V. and Pouliopoulou, Dimitra V. and {Charakopoulou-Travlou}, Mariana and Nazari, Goris and MacDermid, Joy C.},
year = {2024},
month = jun,
journal = {Journal of Orthopaedic \& Sports Physical Therapy},
volume = {54},
number = {6},
pages = {361--376},
publisher = {Journal of Orthopaedic \& Sports Physical Therapy},
issn = {0190-6011},
doi = {10.2519/jospt.2024.12216},
urldate = {2024-06-10},
abstract = {OBJECTIVE: To evaluate the effectiveness of remote rehabilitation interventions for people living with chronic musculoskeletal pain and depression. DESIGN: A systematic review with network meta-analysis (NMA) of randomized controlled trials. LITERATURE SEARCH: We searched the Cochrane Central Register of Controlled Trials, CINAHL, EMBASE, LILACS MEDLINE, PSYNDEX, and PsycINFO databases from inception to May 2023. STUDY SELECTION CRITERIA: Randomized controlled trials that evaluated the effectiveness of remote rehabilitation interventions in people with chronic musculoskeletal pain and depression. DATA SYNTHESIS: We used Bayesian random-effects models for the NMA. Effect estimates were comparisons between rehabilitation interventions and waitlist. We performed a sensitivity analysis based on bias in the randomization process, large trials ({$>$}100 patients per arm) and musculoskeletal condition. RESULTS: Fifty-eight randomized controlled trials involving 10 278 participants (median sample size: 137; interquartile range [IQR]: 77--236) were included. Interactive voice response cognitive behavioral therapy (CBT; standardized mean difference [SMD] -0.66, 95\% credible interval [CrI] -1.17 to -0.16), CBT in person (SMD -0.50, 95\% CrI -0.97 to -0.04), and mobile app CBT plus exercise (SMD -0.37, 95\% CrI -0.69 to -0.02) were superior to waitlist at 12-week follow-up for reducing pain ({$>$} 98\% probability of superiority). For depression outcomes, Internet-delivered CBT and telecare were superior to waitlist at 12-week follow-up (SMD -0.51, 95\% CrI -0.87 to -0.13) ({$>$} 99\% probability of superiority). For pain outcomes, the certainty of evidence ranged from low to moderate. For depression outcomes, the certainty of evidence ranged from very low to moderate. The proportion of dropouts attributed to adverse events was unclear. No intervention was associated with higher odds of dropout. CONCLUSION: Interactive voice response CBT and mobile app CBT plus exercise showed similar treatment effects with in-person CBT on pain reduction among people living with chronic musculoskeletal pain and depression had over 98\% probability of superiority than waitlist control at 12-week follow-up. Internet-delivered CBT and telecare had over 99\% probability of superiority than waitlist control for improving depression outcomes at 12-week follow-up. J Orthop Sports Phys Ther 2024;54(6):361-376. Epub 26 February 2024. doi:10.2519/jospt.2024.12216},
keywords = {chronic musculoskeletal pain,depression,mental health comorbidities,network meta-analysis,rehabilitation interventions,systematic review},
file = {/Users/nately/Zotero/storage/G4A7IHEA/334351.pdf}
}
@article{briggsRehabilitation2030Call2017,
title = {Rehabilitation 2030: {{A Call}} to {{Action Relevant}} to {{Improving Musculoskeletal Health Care Globally}}},
shorttitle = {Rehabilitation 2030},
author = {Briggs, Andrew M. and Dreinh{\"o}fer, Karsten E.},
year = {2017},
month = may,
journal = {Journal of Orthopaedic \& Sports Physical Therapy},
volume = {47},
number = {5},
pages = {297--300},
issn = {0190-6011, 1938-1344},
doi = {10.2519/jospt.2017.0105},
urldate = {2022-06-21},
langid = {english},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/467CMFWL/Briggs and Dreinhöfer - 2017 - Rehabilitation 2030 A Call to Action Relevant to .pdf}
}
@misc{britainResourcesRuralTelehealth,
title = {Resources for {{Rural Telehealth}}},
author = {Britain, Catherine},
publisher = {Telehealth Alliance of Oregon},
urldate = {2024-02-23},
keywords = {grants,MSHIcapstone},
annotation = {contact: csbritain@gmail.com\\
website: https://www.ortelehealth.org},
file = {/Users/nately/Zotero/storage/DL622UVY/OR_CathyBritain-TAO.pdf}
}
@misc{britainTelemedicineOregon2013,
title = {Telemedicine in {{Oregon}}},
author = {Britain, Catherine},
year = {2013},
month = dec,
publisher = {The Telehealth Alliance of Oregon},
urldate = {2024-02-23},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/IG63UNTT/1.2-Telemedicine-in-Oregon-BRITAIN.pdf}
}
@article{bryantTheresIntimacyWhat2020,
title = {``{{There}}'s an {{Intimacy}} to {{What We Do}}'': {{How Peloton Became Must-Watch TV}} in 2020},
shorttitle = {``{{There}}'s an {{Intimacy}} to {{What We Do}}''},
author = {Bryant, Kenzie},
year = {2020},
month = dec,
journal = {Vanity Fair},
urldate = {2024-07-17},
abstract = {As the world (gyms included) shut down, the star instructors on the popular fitness app captured Americans' imaginations while toning their glutes.},
langid = {american},
keywords = {authenticity,instructor,intimacy,MSHIcapstone,Peloton,read,virtual},
file = {/Users/nately/Zotero/storage/ZIFGHTEB/how-peloton-became-must-watch-tv-in-2020.html}
}
@article{buchbinderLancetSeriesCall2020,
title = {The {{Lancet Series}} Call to Action to Reduce Low Value Care for Low Back Pain: An Update},
author = {Buchbinder, Rachelle and Underwood, Martin and Hartvigsen, Jan and Maher, Chris G},
year = {2020},
journal = {PAIN},
volume = {161},
number = {Supplement 1},
pages = {S57--S64},
doi = {10.1097/j.pain.0000000000001869},
date-added = {2020-11-03T23:28:54GMT},
date-modified = {2022-03-21T19:10:25GMT},
langid = {english},
local-url = {file://localhost/Users/nately/Dropbox/Articles/Library.papers3/P/2020/Buchbinder/2020\%20Buchbinder\%20PAIN.pdf},
rating = {5},
read = {Yes},
uri = {papers3://publication/doi/10.1097/j.pain.0000000000001869},
keywords = {Global burden of disease,Global Health,MSHIcapstone},
file = {/Users/nately/Zotero/storage/9XNACEV4/Buchbinder et al. - 2020 - The Lancet Series call to action to reduce low val.pdf}
}
@article{buckiScopingReviewTelehealth2021,
title = {Scoping {{Review}} of {{Telehealth}} for {{Musculoskeletal Disorders}}: {{Applications}} for the {{COVID-19 Pandemic}}},
shorttitle = {Scoping {{Review}} of {{Telehealth}} for {{Musculoskeletal Disorders}}},
author = {Bucki, Frank M. and Clay, Michael B. and Tobiczyk, Hannah and Green, Bart N.},
year = {2021},
month = sep,
journal = {Journal of Manipulative and Physiological Therapeutics},
volume = {44},
number = {7},
pages = {558--565},
issn = {0161-4754},
doi = {10.1016/j.jmpt.2021.12.003},
urldate = {2024-03-26},
abstract = {Objective The purpose of this scoping review was to identify information about telehealth and rehabilitation for the evaluation and management of musculoskeletal disorders, patient satisfaction, cost, and access as may be applicable during the COVID-19 pandemic. Methods We searched MEDLINE for studies published between January 1, 2000, and June 1, 2019. Search terms consisted of MEDLINE medical subject headings and other words relevant to this review, including ``telerehabilitation,'' ``musculoskeletal,'' ``telemedicine,'' ``therapy,'' ``chiropractic,'' ``ergonomics,'' and ``exercise.'' This review targeted studies of people aged 18 years and older with musculoskeletal concerns. Articles on diagnostic tests, effectiveness of treatment, patient satisfaction, access to care, and cost were included. Results Eleven studies were included in this review. Interrater reliability and agreement were moderate to high for several assessment procedures for the lower limb, elbow, and low back. Two clinical trials demonstrated that provider and patient simultaneous telehealth were equally as effective as in-office care. Patient and provider satisfaction with telehealth were reported to be equal to or higher than for conventional rehabilitation. We found no studies reporting cost or access. Conclusion In the COVID-19 pandemic environment, telehealth is feasible for health care providers to provide rehabilitation services for their patients with various musculoskeletal conditions. Current evidence suggests that for some musculoskeletal disorders, telehealth evaluation may be reliable, treatment may be effective, and patient satisfaction may be good or better than for in-office care. Results from this study may help physiatry, physical therapy, and chiropractic health care providers in their decisions to implement telehealth during and after the COVID-19 pandemic.},
pmcid = {PMC8892222},
pmid = {35249750},
keywords = {MSHIcapstone,telehealth},
file = {/Users/nately/Zotero/storage/NJRN5ZB6/Bucki et al. - 2021 - Scoping Review of Telehealth for Musculoskeletal D.pdf}
}
@article{camerond.normanEHEALSEHealthLiteracy2006,
title = {{{eHEALS}}: {{The eHealth Literacy Scale}}},
author = {{Cameron D. Norman} and Norman, Cameron D. and {Harvey A. Skinner} and Skinner, Harvey A.},
year = {2006},
month = nov,
journal = {Journal of Medical Internet Research},
volume = {8},
number = {4},
doi = {10.2196/jmir.8.4.e27},
abstract = {BACKGROUND: Electronic health resources are helpful only when people are able to use them, yet there remain few tools available to assess consumers' capacity for engaging in eHealth. Over 40\% of US and Canadian adults have low basic literacy levels, suggesting that eHealth resources are likely to be inaccessible to large segments of the population. Using information technology for health requires eHealth literacy---the ability to read, use computers, search for information, understand health information, and put it into context. The eHealth Literacy Scale (eHEALS) was designed (1) to assess consumers' perceived skills at using information technology for health and (2) to aid in determining the fit between eHealth programs and consumers. OBJECTIVES: The eHEALS is an 8-item measure of eHealth literacy developed to measure consumers' combined knowledge, comfort, and perceived skills at finding, evaluating, and applying electronic health information to health problems. The objective of the study was to psychometrically evaluate the properties of the eHEALS within a population context. A youth population was chosen as the focus for the initial development primarily because they have high levels of eHealth use and familiarity with information technology tools. METHODS: Data were collected at baseline, post-intervention, and 3- and 6-month follow-up using control group data as part of a single session, randomized intervention trial evaluating Web-based eHealth programs. Scale reliability was tested using item analysis for internal consistency (coefficient alpha) and test-retest reliability estimates. Principal components factor analysis was used to determine the theoretical fit of the measures with the data. RESULTS: A total of 664 participants (370 boys; 294 girls) aged 13 to 21 (mean = 14.95; SD = 1.24) completed the eHEALS at four time points over 6 months. Item analysis was performed on the 8-item scale at baseline, producing a tight fitting scale with {$\alpha$} = .88. Item-scale correlations ranged from r = .51 to .76. Test-retest reliability showed modest stability over time from baseline to 6-month follow-up (r = .68 to .40). Principal components analysis produced a single factor solution (56\% of variance). Factor loadings ranged from .60 to .84 among the 8 items. CONCLUSIONS: The eHEALS reliably and consistently captures the eHealth literacy concept in repeated administrations, showing promise as tool for assessing consumer comfort and skill in using information technology for health. Within a clinical environment, the eHEALS has the potential to serve as a means of identifying those who may or may not benefit from referrals to an eHealth intervention or resource. Further research needs to examine the applicability of the eHEALS to other populations and settings while exploring the relationship between eHealth literacy and health care outcomes. [J Med Internet Res 2006;8(4):e27]},
pmid = {17213046},
annotation = {MAG ID: 1967390644}
}
@misc{CanSpatialComputing2024,
title = {Can {{Spatial Computing Transform Care Delivery}}?},
shorttitle = {Can {{Spatial Computing Transform Care Delivery}}?},
year = {2024},
month = jun,
journal = {AHA Center for Health Innovation},
urldate = {2024-06-25},
abstract = {Holoconnects' Holobox hologram displays a lifelike 3D image of the physician and fosters a sense of connection with medical professionals even when they cannot be physically present.},
langid = {english},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/5LMGAIHI/2024-06-11-can-spatial-computing-transform-care-delivery.html}
}
@techreport{carlosplacidoNSRWhitePaper2022,
title = {{{NSR White Paper Capabilities}} and {{Limitations}} of {{Non-GEO Constellations}}},
author = {{Carlos Placido}},
year = {2022},
month = jan,
institution = {Northern Sky Research},
urldate = {2023-06-11},
abstract = {High-Throughput LEO1 and MEO2 satellite constellations3 are taking center stage during a pivotal time for high-speed satcom, but intrinsic business-case and architectural facets will mold the multi-orbit, multi-band satellite paradigm. This white paper leverages NSR's Non-GEO Constellations Analysis Toolkit 2.0 (NCAT2) to factually dive into the capabilities and limitations of LEO constellations, and the LEO-GEO4 complementation potential. Using SpaceX as example, and assuming two Starlink5 sub-constellations fully deployed, the paper follows a multipleperspective approach to analysis: It includes a granular supply and demand assessment, interference-avoidance exclusion angles, ARPU and distribution considerations. The paper concludes with perspectives on how, in the future, LEOs may best interplay with well-established GEOs. Today's fast-paced environment brings unprecedented opportunities for the telecommunications industry as a whole to make the most out of disruptive innovations and investments in space networks, both Non-GEO and GEO. However, orbital dynamics of LEO satellites drive the need to assess impacts differently, as not all LEO satellite capacity is either usable or uniformly distributed across the coverage regions.},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/XKHRMHZD/NSR-White-Paper-Capabilities-and-Limitations-of-Non-GEO-Constellations.pdf}
}
@article{carterUseTriangulationQualitative2014,
title = {The {{Use}} of {{Triangulation}} in {{Qualitative Research}}},
author = {Carter, Nancy and {Bryant-Lukosius}, Denise and DiCenso, Alba and Blythe, Jennifer and Neville, Alan J.},
year = {2014},
month = sep,
journal = {Oncology Nursing Forum},
volume = {41},
number = {5},
pages = {545--547},
issn = {0190-535X, 1538-0688},
doi = {10.1188/14.ONF.545-547},
urldate = {2023-07-24},
langid = {english},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/EB6NQP49/Carter et al. - 2014 - The Use of Triangulation in Qualitative Research.pdf}
}
@misc{CenterConnectedHealth,
title = {Center for {{Connected Health Policy}}},
journal = {Center for Connected Health Policy},
urldate = {2024-02-18},
abstract = {We're a nonprofit, nonpartisan organization working to maximize telehealth's ability to improve health outcomes, care delivery, and cost effectiveness.},
howpublished = {https://www.cchpca.org/},
keywords = {MSHIcapstone,telehealth,Telehealth,telemedicine,Telemedicine}
}
@misc{chakrabartiWhyStatesAre2023,
title = {Why Some States Are Rolling Back Telehealth Access},
author = {Chakrabarti, Meghna},
journal = {On Point Podcast},
urldate = {2024-02-23},
abstract = {The COVID pandemic paved the way for widespread use of telehealth doctor's appointments. They worked. But some states are rolling back access to virtual visits.},
collaborator = {Donnelly, Claire and Kwong, Mei and Bell, Robert and Eiland, Leslie},
langid = {english},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/FMT5BBAM/why-some-states-are-rolling-back-telehealth-access.html}
}
@article{changPatientCharacteristicsTelemedicine2024,
title = {Patient {{Characteristics}} and {{Telemedicine Use}} in the {{US}}, 2022},
author = {Chang, Eva and Penfold, Robert B. and Berkman, Nancy D.},
year = {2024},
month = mar,
journal = {JAMA Network Open},
volume = {7},
number = {3},
pages = {e243354},
issn = {2574-3805},
doi = {10.1001/jamanetworkopen.2024.3354},
urldate = {2024-03-23},
abstract = {Telemedicine use was common during the COVID-19 pandemic, expanding many patients' approaches to accessing health care. Of concern is whether telemedicine access was poorer among higher-needs and disadvantaged populations.To assess patient characteristics associated with telemedicine use and telemedicine mode and describe telemedicine visit experiences by telemedicine mode.This cross-sectional study included data from the 2022 Health Information National Trends Survey and included US adults with a health care visit. Data were analyzed from May to September 2023.Patient characteristics.Any telemedicine visits vs in-person visits only; telemedicine mode (video vs audio-only). Multivariable logistic models assessed patient characteristics associated with telemedicine visits and mode. Bivariate analyses compared telemedicine experiences by mode.The study included 5437 adult patients (mean [SE] age, 49.4 [0.23] years; 3136 females [53.4\%]; 1928 males [46.6\%]). In 2022, 2384 patients (43\%) had a telemedicine visit; 1565 (70\%) had a video visit while 819 (30\%) had an audio-only visit. In multivariable models, older age ({$\geq$}75 years: adjusted odds ratio [aOR], 0.63; 95\% CI, 0.42-0.94), no internet use (aOR, 0.62; 95\% CI, 0.48-0.81), and living in the Midwest (aOR, 0.50; 95\% CI, 0.35-0.70) were negatively associated with having telemedicine visits. Female sex (aOR, 1.43; 95\% CI, 1.12-1.83), having chronic conditions (aOR, 2.13; 95\% CI, 1.66-2.73), and multiple health care visits (2-4 visits: aOR, 1.77; 95\% CI, 1.23-2.54; {$\geq$}5 visits: aOR, 3.29; 95\% CI, 2.20-4.92) were positively associated. Among individuals who used telemedicine, older age (65-74 years: aOR, 2.13; 95\% CI, 1.09-4.14; {$\geq$}75 years: aOR, 3.58; 95\% CI, 1.60-8.00), no health insurance (aOR, 2.84; 95\% CI, 1.42-5.67), and no internet use (aOR, 2.11; 95\% CI, 1.18-3.78) were positively associated with having audio-only visits. We observed no significant differences in telemedicine use or mode by education, race and ethnicity, or income. Patients' experiences using telemedicine were generally similar for video and audio-only except more individuals who used audio-only had privacy concerns (20\% vs 12\%, P\,=\,.02).In this cross-sectional study of adults with health care visits, many patients, including those with the greatest care needs, chose telemedicine even after in-person visits were available. These findings support continuing this care delivery approach as an option valued by patients. Differences were not observed by most common measures of socioeconomic status. Continued monitoring of telemedicine use is needed to ensure equitable access to health care innovations.},
keywords = {MSHIcapstone,post-COVID,telehealth,US},
file = {/Users/nately/Zotero/storage/LNZJ3H3S/Chang et al. - 2024 - Patient Characteristics and Telemedicine Use in the US, 2022.pdf;/Users/nately/Zotero/storage/IICNHWF2/2816685.html}
}
@article{changRapidTransitionTelehealth2021,
title = {Rapid {{Transition}} to {{Telehealth}} and the {{Digital Divide}}: {{Implications}} for {{Primary Care Access}} and {{Equity}} in a {{Post}}-{{COVID Era}}},
shorttitle = {Rapid {{Transition}} to {{Telehealth}} and the {{Digital Divide}}},
author = {Chang, Ji E and LAI, ALDEN YUANHONG and GUPTA, {\relax AVNI} and NGUYEN, ANN M. and BERRY, CAROLYN A. and SHELLEY, DONNA R.},
year = {2021},
month = jun,
journal = {The Milbank Quarterly},
volume = {99},
number = {2},
pages = {340--368},
issn = {0887-378X},
doi = {10.1111/1468-0009.12509},
urldate = {2024-02-23},
abstract = {null Policy Points Telehealth has many potential advantages during an infectious disease outbreak such as the COVID-19 pandemic, and the COVID-19 pandemic has accelerated the shift to telehealth as a prominent care delivery mode.Not all health care providers and patients are equally ready to take part in the telehealth revolution, which raises concerns for health equity during and after the COVID-19 pandemic.Without proactive efforts to address both patient- and provider-related digital barriers associated with socioeconomic status, the wide-scale implementation of telehealth amid COVID-19 may reinforce disparities in health access in already marginalized and underserved communities.To ensure greater telehealth equity, policy changes should address barriers faced overwhelmingly by marginalized patient populations and those who serve them. Context The COVID-19 pandemic has catalyzed fundamental shifts across the US health care delivery system, including a rapid transition to telehealth. Telehealth has many potential advantages, including maintaining critical access to care while keeping both patients and providers safe from unnecessary exposure to the coronavirus. However, not all health care providers and patients are equally ready to take part in this digital revolution, which raises concerns for health equity during and after the COVID-19 pandemic. Methods The study analyzed data about small primary care practices' telehealth use and barriers to telehealth use collected from rapid-response surveys administered by the New York City Department of Health and Mental Hygiene's Bureau of Equitable Health Systems and New York University from mid-April through mid-June 2020 as part of the city's efforts to understand how primary care practices were responding to the COVID-19 pandemic following New York State's stay-at-home order on March 22. We focused on small primary care practices because they represent 40\% of primary care providers and are disproportionately located in low-income, minority or immigrant areas that were more severely impacted by COVID-19. To examine whether telehealth use and barriers differed based on the socioeconomic characteristics of the communities served by these practices, we used the Centers for Disease Control and Prevention Social Vulnerability Index (SVI) to stratify respondents as being in high-SVI or low-SVI areas. We then characterized respondents' telehealth use and barriers to adoption by using means and proportions with 95\% confidence intervals. In addition to a primary analysis using pooled data across the five waves of the survey, we performed sensitivity analyses using data from respondents who only took one survey, first wave only, and the last two waves only. Findings While all providers rapidly shifted to telehealth, there were differences based on community characteristics in both the primary mode of telehealth used and the types of barriers experienced by providers. Providers in high-SVI areas were almost twice as likely as providers in low-SVI areas to use telephones as their primary telehealth modality (41.7\% vs 23.8\%; P {$<$}.001). The opposite was true for video, which was used as the primary telehealth modality by 18.7\% of providers in high-SVI areas and 33.7\% of providers in low-SVI areas (P {$<$}0.001). Providers in high-SVI areas also faced more patient-related barriers and fewer provider-related barriers than those in low-SVI areas. Conclusions Between April and June 2020, telehealth became a prominent mode of primary care delivery in New York City. However, the transition to telehealth did not unfold in the same manner across communities. To ensure greater telehealth equity, policy changes should address barriers faced overwhelmingly by marginalized patient populations and those who serve them.},
pmcid = {PMC8209855},
pmid = {34075622},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/P7TN5VGJ/Chang et al. - 2021 - Rapid Transition to Telehealth and the Digital Div.pdf}
}
@article{chehadeInnovationsImproveAccess2020,
title = {Innovations to Improve Access to Musculoskeletal Care.},
author = {Chehade, Mellick J and Yadav, Lalit and {Kopansky-Giles}, Deborah and Merolli, Mark and Palmer, Edward and Jayatilaka, Asangi and Slater, Helen},
year = {2020},
month = jul,
journal = {Best Practice \& Research Clinical Rheumatology},
pages = {101559},
doi = {10.1016/j.berh.2020.101559},
abstract = {Innovation is a form of realising a new way of doing something, often ignoring traditional wisdom, in order to meet new challenges. Globally, particularly in emerging economies, the high burden of musculoskeletal conditions and their contribution to multimorbidity continue to rise, as does the gap for services to deliver essential care. There is a growing need to find solutions to this challenge and deliver person-centred and integrated care, wherein empowering patients with the capacity for self-management is critical. Whilst there is an abundance of information available online to support consumer education, the number of sources for credible medical information is diluted by uninformed anecdotal social media solutions. Even with the provision of high-quality information, behavioural change does not necessarily follow, and more robust educational approaches are required. In this chapter, we examine innovation, its management and the strategic directions required to improve musculoskeletal healthcare at macro (policy), meso (service delivery) and micro (clinical practice) levels. We discuss the critical role of consumer agency (patients and their families/carers) in driving innovation and the need to leverage this through empowerment by education. We provide a snapshot of real-world examples of innovative practices including capacity building in consumer and interprofessional musculoskeletal education and practice; recommendations to transform the access and delivery of integrated, person-centred care; and initiatives in musculoskeletal care and implementation of models of care, enabled by digital health solutions including telehealth, remote monitoring, artificial intelligence, blockchain technology and big data. We provide emerging evidence for how innovation can support systems' strengthening and build capacity to support improved access to 'right' musculoskeletal care, and explore some of the ways to best manage innovations. We conclude with recommended systematic steps to establish required leadership, collaboration, research, networking, dissemination, implementation and evaluation of future innovations in musculoskeletal health and care.},
affiliation = {NHMRC Centre for Research Excellence (CRE) in Frailty and Healthy Ageing, Adelaide Medical School, Faculty of Health and Medical Sciences, University of Adelaide, Adelaide, South Australia, Australia; Discipline of Orthopaedics and Trauma, Royal Adelaide Hospital, Central Adelaide Local Health Network, SA Health, Adelaide, South Australia, Australia. Electronic address: mellick.chehade@adelaide.edu.au.},
date-added = {2020-07-29T20:39:52GMT},
date-modified = {2022-03-21T19:09:43GMT},
langid = {english},
local-url = {file://localhost/Users/nately/Dropbox/Articles/Library.papers3/B/2020/Chehade/2020\%20Chehade\%20Best\%20Pract\%20Res\%20Clin\%20Rheumatol.pdf},
pmid = {32718885},
rating = {0},
read = {Yes},
uri = {papers3://publication/doi/10.1016/j.berh.2020.101559},
keywords = {G-MUSC,MSHIcapstone,Musculoskeletal},
file = {/Users/nately/Zotero/storage/NPHN77PV/Chehade et al. - 2020 - Innovations to improve access to musculoskeletal c.pdf}
}
@article{chenEvaluatingTelehealthAdoption2021,
title = {Evaluating {{Telehealth Adoption}} and {{Related Barriers Among Hospitals Located}} in {{Rural}} and {{Urban Areas}}},
author = {Chen, Jie and Amaize, Aitalohi and Barath, Deanna},
year = {2021},
journal = {The Journal of Rural Health},
volume = {37},
number = {4},
pages = {801--811},
issn = {1748-0361},
doi = {10.1111/jrh.12534},
urldate = {2024-06-10},
abstract = {Purpose To assess telehealth adoption among hospitals located in rural and urban areas, and identify barriers related to enhanced telehealth capabilities in the areas of patient engagement and health information exchange (HIE) capacity with external providers and community partners. Methods We used the 2018 American Hospital Association (AHA) Annual Survey and IT Supplement Survey. We applied state fixed effects multivariate analyses and Oaxaca decomposition to estimate the variation of outcomes of interest by hospital geographies. Findings Our research showed substantial differences in telehealth adoption among hospitals located in rural, micropolitan, and metropolitan areas, where adoption rates increase with urbanicity. Rural hospitals were least likely to have telehealth systems with patient engagement capabilities such as the ability to view their health information online and electronically transmit medical information to a third party. They were also the least likely to report that clinical information was available electronically from outside providers. Our model explained 65\% of the rural/urban difference in telehealth adoption, 55\% of the number of telehealth services adopted, and 43\%-49\% of the rural/urban difference in telehealth barriers. Conclusion Findings demonstrated significant barriers to telehealth use among hospitals located in rural and urban areas. For rural hospitals, barriers include lack of HIE capacity among health care providers in the community, and lack of patient engagement capability.},
copyright = {{\copyright} 2020 The Authors. The Journal of Rural Health published by Wiley Periodicals LLC on behalf of National Rural Health Association},
langid = {english},
keywords = {health information exchange,health information technology,patient engagement,rural health,telehealth},
file = {/Users/nately/Zotero/storage/MIQUUGW7/Chen et al. - 2021 - Evaluating Telehealth Adoption and Related Barriers Among Hospitals Located in Rural and Urban Areas.pdf;/Users/nately/Zotero/storage/44FJQNF8/jrh.html}
}
@article{chenValueVirtualPhysical2023,
title = {The {{Value}} of {{Virtual Physical Therapy}} for {{Musculoskeletal Care}}},
author = {Chen, Fang and Siego, Cynthia and Jasik, Carolyn and Norwood, Todd and Beresford, Lauren and Yang, Zhou and Dall, Timothy},
year = {2023},
month = jun,
series = {June 2023},
volume = {29},
publisher = {MJH Life Sciences},
urldate = {2024-07-29},
abstract = {Objectives: To estimate the economic benefit of evidence-based patient-initiated virtual physical therapy (PIVPT) service among a nationally representative sample of commercially insured patients with musculoskeletal (MSK) conditions. Study Design: Counterfactual simulation. Methods: Using a nationally representative sample from the 2018 Medical Expenditure Panel Survey, we simulated the direct medical care savings and indirect cost savings from reduced absenteeism resulting from PIVPT among commercially insured working adults with self-reported MSK conditions. Model parameters of the impact of PIVPT are drawn from peer-reviewed literature. Four potential benefits of PIVPT are explored: (1) more rapid access to PT, (2) improved adherence to PT, (3) less expensive PT care per episode, and (4) reduced/avoided referral costs of PT. Results: The mean medical care savings per person per year from PIVPT range between \$1116 and \$1523. Savings are mainly attributed to early initiation of PT (35\%) and lower cost of PT (33\%). The benefits of PIVPT result in a mean reduction of 6.6 hours in pain-related missed work per person per year. The return on investment of PIVPT is 2.0 (medical savings only) or 2.2 (medical savings plus reduced absenteeism). Conclusions: PIVPT service provides added value to MSK care by facilitating earlier access and better adherence to PT and lowering the cost of PT.},
langid = {english},
keywords = {musculoskeletal,physical therapy,value,virtual},
file = {/Users/nately/Zotero/storage/6V9REZYI/Chen et al. - 2023 - The Value of Virtual Physical Therapy for Musculoskeletal Care.pdf;/Users/nately/Zotero/storage/D8C9459M/the-value-of-virtual-physical-therapy-for-musculoskeletal-care.html}
}
@article{clemensscottkruseEvaluatingBarriersAdopting2018,
title = {Evaluating Barriers to Adopting Telemedicine Worldwide: {{A}} Systematic Review},
author = {{Clemens Scott Kruse} and Kruse, Clemens Scott and {Priyanka Karem} and Karem, Priyanka and {Kelli Shifflett} and Shifflett, Kelli and {Lokesh Vegi} and Vegi, Lokesh and {Karuna Ravi} and Ravi, Karuna and {Matthew Brooks} and Brooks, Matthew},
year = {2018},
month = jan,
journal = {Journal of Telemedicine and Telecare},
volume = {24},
number = {1},
pages = {4--12},
doi = {10.1177/1357633x16674087},
abstract = {Introduction and objectiveStudies on telemedicine have shown success in reducing the geographical and time obstacles incurred in the receipt of care in traditional modalities with the same or great...},
pmid = {29320966},
annotation = {MAG ID: 2532031923}
}
@phdthesis{collinsExercisersExperienceBelongingness2023,
title = {Exercisers' {{Experience}} of {{Belongingness}}, {{Personal Growth}}, and {{Mental Health Benefits}} in a {{Virtual Exercise Program}}},
author = {Collins, Holly N},
year = {2023},
urldate = {2024-07-17},
langid = {english},
school = {Fielding Graduate University},
keywords = {belonging,exercise,intimacy,MSHIcapstone,social,virtual},
file = {/Users/nately/Zotero/storage/KKYFEQEY/Collins - 2023 - Exercisers’ Experience of Belongingness, Personal Growth, and Mental Health Benefits in a Virtual Ex.pdf;/Users/nately/Zotero/storage/EYR9A9GP/2849725937.html}
}
@article{correaleModelImplementStandardized2022,
title = {A {{Model}} to {{Implement Standardized Virtual Care}} for {{Low Back Pain Amongst}} a {{Large Network}} of {{Providers}} in {{Urban}} and {{Rural Settings}}},
author = {Correale, Marcia Rebecca and Soever, Leslie Jayne and Rampersaud, Yoga Raja},
year = {2022},
month = jan,
journal = {Journal of Primary Care \& Community Health},
volume = {13},
pages = {21501319221130603},
publisher = {SAGE Publications Inc},
issn = {2150-1319},
doi = {10.1177/21501319221130603},
urldate = {2024-05-22},
abstract = {Prior to the COVID-19 pandemic, virtual care (VC) was not routinely offered for assessment of low back pain (LBP), a highly prevalent, disabling condition. COVID-19 related healthcare closures resulted in a rapid backlog of patients referred to a provincial interprofessional LBP program. Without management, these patients were at high risk of experiencing untoward outcomes. Virtual care became a logical option. However, many clinicians lacked experience and confidence with LBP virtual care (LBP-VC); and either were unfamiliar with, or did not have access to, requisite technology. Multi-stakeholder engagement was utilized to understand barriers, identify enablers, and ultimately promote VC for LBP. As a result of the multi-stakeholder engagement, the concept of a toolkit for LBP-VC, including clinical resources and guidelines, emerged. The toolkit contains preparatory steps for VC and a standardized approach to virtual LBP assessment. Key steps in the toolkit have potential applicability to other musculoskeletal populations.},
langid = {english},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/69KSBYGG/Correale et al. - 2022 - A Model to Implement Standardized Virtual Care for Low Back Pain Amongst a Large Network of Provider.pdf}
}
@article{costanzoSPINE20Recommendations20212022,
title = {{{SPINE20}} Recommendations 2021: Spine Care for People's Health and Prosperity},
shorttitle = {{{SPINE20}} Recommendations 2021},
author = {Costanzo, Giuseppe and Misaggi, Bernardo and Ricciardi, Luca and AlEissa, Sami I. and Tamai, Koji and Alhelal, Fahad and Alqahtani, Yahya and Alsobayel, Hana I. and Arand, Markus and Balsano, Massimo and Blattert, Thomas R. and {Brayda-Bruno}, Marco and Busari, Jamiu O. and Campello, Marco and Chhabra, Harvinder S. and Tamburrelli, Francesco Ciro and C{\^o}t{\'e}, Pierre and Darwono, Bambang and Kandziora, Frank and La Maida, Giovanni A. and Muehlbauer, Eric J. and Mulukutla, Raghava D. and Pereira, Paulo and Rajasekaran, Shanmuganathan and Rothenfluh, Dominique A. and Sullivan, William J. and Truumees, Eeric and Dohring, Edward J. and Pigott, Tim and Shetty, Ajoy P. and Teli, Marco G. A. and Wang, Jeffrey C. and Ames, Christopher and Anema, Johannes R. and Bang, Anand and Cheung, Kenneth M. C. and Gross, Douglas P. and Haldeman, Scott and Minisola, Salvatore and Mullerpatan, Rajani and Negrini, Stefano and Salmi, Louis-Rachid and Spinelli, M. Silvia and Vlok, Adriaan and Yankey, Kwadwo P. and Zaina, Fabio and Alturkistany, Ahmed and Franke, J{\"o}rg and Liljenqvist, Ulf R. and Piccirillo, Michael and Nordin, Margareta},
year = {2022},
month = apr,
journal = {European Spine Journal},
issn = {0940-6719, 1432-0932},
doi = {10.1007/s00586-022-07194-y},
urldate = {2022-05-05},
abstract = {Purpose{\enspace} The focus of SPINE20 is to develop evidence-based policy recommendations for the G20 countries to work with governments to reduce the burden of spine disease, and disability. Methods{\enspace} On September 17--18, 2021, SPINE20 held its annual meeting in Rome, Italy. Prior to the meeting, the SPINE20 created six proposed recommendations. These recommendations were uploaded to the SPINE20 website 10 days before the meeting and opened to the public for comments. The recommendations were discussed at the meeting allowing the participants to object and provide comments. Results{\enspace} In total, 27 societies endorsed the following recommendations. SPINE20 calls upon the G20 countries: (1) to expand telehealth for the access to spine care, especially in light of the current situation with COVID-19. (2) To adopt value-based interprofessional spine care as an approach to improve patient outcomes and reduce disability. (3) To facilitate access and invest in the development of a competent rehabilitation workforce to reduce the burden of disability related to spine disorders. (4) To adopt a strategy to promote daily physical activity and exercises among the elderly population to maintain an active and independent life with a healthy spine, particularly after COVID-19 pandemic. (5) To engage in capacity building with emerging countries and underserved communities for the benefit of spine patients. (6) To promote strategies to transfer evidence-based advances into patient benefit through effective implementation processes. Conclusions{\enspace} SPINE20's initiatives will make governments and decision makers aware of efforts to reduce needless suffering from disabling spine pain through education that can be instituted across the globe.},
langid = {english},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/CYXTX4W5/Costanzo et al. - 2022 - SPINE20 recommendations 2021 spine care for peopl.pdf}
}
@article{cottrellDoesTelerehabilitationResult2021,
title = {Does Telerehabilitation Result in Inferior Clinical Outcomes Compared with In-Person Care for the Management of Chronic Musculoskeletal Spinal Conditions in the Tertiary Hospital Setting? {{A}} Non-Randomised Pilot Clinical Trial},
shorttitle = {Does Telerehabilitation Result in Inferior Clinical Outcomes Compared with In-Person Care for the Management of Chronic Musculoskeletal Spinal Conditions in the Tertiary Hospital Setting?},
author = {Cottrell, Michelle A and O'Leary, Shaun P and Raymer, Maree and Hill, Anne J and Comans, Tracy and Russell, Trevor G},
year = {2021},
month = sep,
journal = {Journal of Telemedicine and Telecare},
volume = {27},
number = {7},
pages = {444--452},
issn = {1357-633X, 1758-1109},
doi = {10.1177/1357633X19887265},
urldate = {2024-03-27},
abstract = {Introduction: Clinical guidelines recommend multidisciplinary non-surgical management for most musculoskeletal spinal conditions. Access to such services continues to be a barrier for many individuals residing outside metropolitan regions. The primary aim of this study was to determine whether clinical outcomes achieved via telerehabilitation are as good as those achieved via in-person care.},
langid = {english},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/HNQA2ZJ8/Cottrell et al. - 2021 - Does telerehabilitation result in inferior clinical outcomes compared with in-person care for the ma.pdf}
}
@article{cottrellRealtimeTelerehabilitationTreatment2016,
title = {Real-Time Telerehabilitation for the Treatment of Musculoskeletal Conditions Is Effective and Comparable to Standard Practice: {{A}} Systematic Review and Meta-Analysis},
author = {Cottrell, M A and Galea, O A and OLeary, S P and Hill, A J and Russell, T G},
year = {2016},
month = may,
journal = {Clinical rehabilitation},
volume = {31},
number = {5},
pages = {625--638},
doi = {10.1177/0269215516645148},
abstract = {OBJECTIVE:To evaluate the effectiveness of treatment delivered via real-time telerehabilitation for the management of musculoskeletal conditions, and to determine if real-time telerehabilitation is comparable to conventional methods of delivery within this population. DATA SOURCES:Six databases (Medline, Embase, Cochrane CENTRAL, PEDro, psycINFO, CINAHL) were searched from inception to November 2015 for literature which reported on the outcomes of real-time telerehabilitation for musculoskeletal conditions. REVIEW METHODS:Two reviewers screened 5913 abstracts where 13 studies (n = 1520) met the eligibility criteria. Methodological quality was assessed using the Downs \& Black 'Checklist for Measuring Quality' tool. Results were pooled for meta-analysis based upon primary outcome measures and reported as standardised mean differences and 95\% confidence intervals (CI). RESULTS:Aggregate results suggest that telerehabilitation is effective in the improvement of physical function (SMD 1.63, 95\%CI 0.92-2.33, I(2)=93\%), whilst being slightly more favourable (SMD 0.44, 95\%CI 0.19-0.69, I(2)=58\%) than the control cohort following intervention. Sub-group analyses reveals that telerehabilitation in addition to usual care is more favourable (SMD 0.64, 95\%CI 0.43-0.85, I(2)=10\%) than usual care alone, whilst treatment delivered solely via telerehabilitation is equivalent to face-to-face intervention (SMD MD 0.14, 95\% CI -0.10-0.37, I(2) = 0\%) for the improvement of physical function. The improvement of pain was also seen to be comparable between cohorts (SMD 0.66, 95\%CI -0.27-1.60, I(2)=96\%) following intervention. CONCLUSIONS:Real-time telerehabilitation appears to be effective and comparable to conventional methods of healthcare delivery for the improvement of physical function and pain in a variety of musculoskeletal conditions.},
affiliation = {School of Health and Rehabilitation Science, University of Queensland, Australia Centre for Research Excellence in Telehealth, University of Queensland, Australia michelle.cottrell@uqconnect.edu.au.},
date-added = {2016-06-30T15:33:31GMT},
date-modified = {2022-04-30T18:15:43GMT},
langid = {english},
local-url = {file://localhost/Users/nately/Dropbox/Articles/Library.papers3/C/2016/Cottrell/2016\%20Cottrell\%20Clin\%20Rehabil-1.pdf},
pmid = {27141087},
rating = {0},
read = {Yes},
uri = {papers3://publication/doi/10.1177/0269215516645148},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/QMTJ6V68/2016 Cottrell Clin Rehabil-1.pdf}
}
@article{cottrellTelehealthMusculoskeletalPhysiotherapy2020,
title = {Telehealth for Musculoskeletal Physiotherapy},
author = {Cottrell, Michelle A and Russell, Trevor G},
year = {2020},
month = aug,
journal = {Musculoskeletal Science and Practice},
volume = {48},
pages = {102193},
publisher = {Elsevier Ltd},
doi = {10.1016/j.msksp.2020.102193},
abstract = {Musculoskeletal Science and Practice, 48 (2020) 102193. doi:10.1016/j.msksp.2020.102193},
date-added = {2021-01-06T23:54:09GMT},
date-modified = {2022-03-21T19:09:52GMT},
langid = {english},
local-url = {file://localhost/Users/nately/Dropbox/Articles/Library.papers3/Files/C8/C88A2760-0372-4BFE-A957-FABB669FED38.pdf},
rating = {0},
uri = {papers3://publication/doi/10.1016/j.msksp.2020.102193},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/RHW3EUES/Cottrell and Russell - 2020 - Telehealth for musculoskeletal physiotherapy.pdf}
}
@article{crouchTelehealthPandemicPatient2023,
title = {Telehealth during the Pandemic: {{Patient}} Perceptions and Policy Implications},
shorttitle = {Telehealth during the Pandemic},
author = {Crouch, Jacob and Winters, Karen and Zhang, Lei and Stewart, Mary W.},
year = {2023},
month = jan,
journal = {Journal of Nursing Scholarship},
volume = {55},
number = {1},
pages = {141--148},
issn = {1527-6546},
doi = {10.1111/jnu.12832},
urldate = {2024-02-23},
abstract = {Introduction Telehealth's potential to improve access to specialty health care, increase favorable patient outcomes, and save money demands attention. Unfortunately, patients often fail to embrace telehealth. The COVID-19 pandemic fueled greater telehealth usage globally. Little is known about patient perceptions of telehealth in the context of a pandemic. Therefore, we sought to understand patient perceptions of telehealth during the COVID-19 pandemic and explore relevant policy implications. Design Researchers used a cross-sectional, non-experimental design to survey 366 patients across two telehealth programs at a Mississippi academic health sciences center between November 1, 2021 and November 15, 2021. Methods As part of a larger, psychometric study on patient acceptance of telehealth, participants rated the item, ``The COVID-19 pandemic has made me more open to using telehealth'' on a 5-point Likert scale (1~=~strongly disagree; 5~=~strongly agree). Means of the different groups were analyzed using independent t-test and one-way ANOVA with Bonferroni post-hoc multiple comparisons. Results Of the total participants, 73\% (n~=~366) either agreed or strongly agreed that the COVID-19 pandemic had made them more open to using telehealth. Significant differences existed by age (p~=~0.016), race/ethnicity (p~=~0.015), and sex (p\,{$<$}\,0.001), however, groups did not differ by age during post-hoc analysis. A significant difference in the mean responses was observed between black participants (M~=~4.29) and white participants (M~=~3.91; p~=~0.011). In addition, female participants (M~=~4.11) rated the item higher than male participants (M~=~3.65). Conclusion As access to telehealth increased due to the COVID-19 pandemic, patients' perceptions to telehealth seem to have shifted in the positive direction as well. Findings may be used to support expansion of telehealth and advocacy for patients in a variety of settings. Clinical Relevance Study findings indicate that participants of telehealth are more open to using telehealth due to the COVID-19 pandemic. Implementing telehealth should be a priority to increase access to care for those who have limited access to specialty care, and policymakers should advocate to decrease barriers to telehealth within their institutions.},
pmcid = {PMC9874805},
pmid = {36218219},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/AUW2XBPL/Crouch et al. - 2023 - Telehealth during the pandemic Patient perception.pdf}
}
@article{cuiRandomizedcontrolledTrialAssessing2023,
title = {Randomized-Controlled Trial Assessing a Digital Care Program versus Conventional Physiotherapy for Chronic Low Back Pain},
author = {Cui, Di and Janela, Dora and Costa, Fab{\'i}ola and Molinos, Maria and Areias, Anabela C. and Moulder, Robert G. and Scheer, Justin K. and Bento, Virg{\'i}lio and Cohen, Steven P. and Yanamadala, Vijay and Correia, Fernando Dias},
year = {2023},
month = jul,
journal = {npj Digital Medicine},
volume = {6},
number = {1},
pages = {1--10},
publisher = {Nature Publishing Group},
issn = {2398-6352},
doi = {10.1038/s41746-023-00870-3},
urldate = {2023-08-27},
abstract = {Low back pain (LBP) is the world's leading cause of years lived with disability. Digital exercise-based interventions have shown great potential in the management of musculoskeletal conditions, promoting access and easing the economic burden. However, evidence of their effectiveness for chronic LBP (CLBP) management compared to in-person physiotherapy has yet to be unequivocally established. This randomized controlled trial (RCT) aims to compare the clinical outcomes of patients with CLBP following a digital intervention versus evidence-based in-person physiotherapy. Our results demonstrate that patient satisfaction and adherence were high and similar between groups, although a significantly lower dropout rate is observed in the digital group (11/70, 15.7\% versus 24/70, 34.3\% in the conventional group; P\,=\,0.019). Both groups experience significant improvements in disability (primary outcome), with no differences between groups in change from baseline (median difference: -0.55, 95\% CI: -2.42 to 5.81, P\,=\,0.412) or program-end scores (-1.05, 95\% CI: -4.14 to 6.37; P\,=\,0.671). Likewise, no significant differences between groups are found for secondary outcomes (namely pain, anxiety, depression, and overall productivity impairment). This RCT demonstrates that a remote digital intervention for CLBP can promote the same levels of recovery as evidence-based in-person physiotherapy, being a potential avenue to ease the burden of CLBP.},
copyright = {2023 The Author(s)},
langid = {english},
keywords = {Chronic pain,MSHIcapstone,Orthopaedics,Randomized controlled trials,Rehabilitation},
file = {/Users/nately/Zotero/storage/XN8S4H9Z/Cui et al. - 2023 - Randomized-controlled trial assessing a digital ca.pdf}
}
@article{cumminsWillUnitedStates2024,
title = {Will the {{United States}} Pass on Telemedicine Progress?},
author = {Cummins, Mollie R and Ivanova, Julia and Ong, Triton and Soni, Hiral and Barrera, Janelle F and Wilczewski, Hattie and Welch, Brandon M and Bunnell, Brian E},
year = {2024},
month = apr,
journal = {JAMIA Open},
volume = {7},
number = {1},
pages = {ooae016},
issn = {2574-2531},
doi = {10.1093/jamiaopen/ooae016},
urldate = {2024-04-06},
abstract = {During the COVID-19 pandemic, federal and state health policies allowed temporary flexibilities for Medicare and Medicaid beneficiaries, leading to a sharp increase in telemedicine use. However, many of the flexibilities that enabled innovation and growth in telemedicine continue temporarily since the federal emergency declaration ended in May 2023, and the United States has not made permanent decisions about telemedicine policy. Analysts have raised concerns about increased spending, program integrity, safety, and equity, and recommend strengthening oversight.Here, we argue that we must continue the flexibilities to better understand telemedicine's quality, safety, and outcomes, and until the United States can develop an evidence-based digital health strategy. A premature regression to pre-pandemic telemedicine policies risks unintended consequences.We must continue the current policy flexibilities, safeguard against fraud and abuse, and immediately prioritize research and evaluation of telemedicine's quality, safety, and outcomes, to avoid unintended consequences and support more permanent policy decision-making.During the COVID-19 pandemic, there were temporary flexibilities in federal and state health policies, rules and regulations that enabled widespread telemedicine use. The United States has realized the potential in improving access to healthcare by integrating telemedicine alongside traditional, in-person healthcare delivery. However, many of the policy flexibilities that enabled innovation and growth in telemedicine continue temporarily since the federal emergency declaration ended in May 2023. The United States has not made permanent decisions about telemedicine policy in the post-pandemic era. Analysts have raised concerns about increased spending, program integrity, safety, and equity, and recommend strengthening oversight. Here, we argue that we must continue the flexibilities indefinitely until we better understand telemedicine's quality, safety, and outcomes, and the United States can develop an evidence-based digital health strategy. In the context of explosive growth in digital health, a premature regression to pre-pandemic telemedicine policies risks unintended consequences, could prevent us from truly understanding telemedicine quality, safety, and outcomes, and would complicate regulatory decision-making for years to come. We must continue the current policy flexibilities, safeguard against fraud and abuse, and immediately prioritize research and evaluation of telemedicine's quality, safety, and outcomes, to avoid unintended consequences and support more permanent policy decision-making.},
keywords = {MSHIcapstone},
file = {/Users/nately/Zotero/storage/52W3SQB6/Cummins et al. - 2024 - Will the United States pass on telemedicine progress.pdf;/Users/nately/Zotero/storage/S5GFLCW8/7614500.html}
}
@article{daviesInternationalCoreCapability2021,
title = {An International Core Capability Framework for Physiotherapists to Deliver Quality Care via Videoconferencing: A {{Delphi}} Study},
shorttitle = {An International Core Capability Framework for Physiotherapists to Deliver Quality Care via Videoconferencing},
author = {Davies, Luke and Hinman, Rana S and Russell, Trevor and Lawford, Belinda and Bennell, Kim and Billings, Michael and {Cooper-Oguz}, Carmen and Finnan, Karen and Gallagher, Sarah and Gilbertson, Daniel Kenneth and Holdsworth, Lesley and Holland, Anne and McAlister, Jeremey and Miles, Dan and Roots, Robin},
year = {2021},
month = oct,
journal = {Journal of Physiotherapy},
volume = {67},
number = {4},
pages = {291--297},
issn = {1836-9553},
doi = {10.1016/j.jphys.2021.09.001},
urldate = {2024-06-24},
abstract = {Question What are the core capabilities that physiotherapists need in order to deliver quality care via videoconferencing? Design A three-round modified e-Delphi survey. Participants An international Delphi panel comprising a Steering Group and experts in the field, including physiotherapy researchers, physiotherapy clinicians, representatives of physiotherapy organisations, and consumers. Methods The draft framework was developed by the research team and Steering Group, based on relevant documents identified within the literature. The panel considered a draft framework of 73 specific capabilities mapped across eight domains. Over three rounds, panellists rated their agreement (Likert or numerical rating scales) on whether each capability was essential (core) for physiotherapists to deliver quality care via videoconferencing. Those capabilities achieving consensus, defined as 75\% of the panel ratings being {$\geq$} 7 out of 10 in Round 3, were retained. Results A total of 130 panellists from 32 countries participated in Round 1, with retention rates of 65\% and 60\% in Rounds 2 and 3, respectively. The final framework comprised 60 capabilities across seven domains: compliance (n~= 7 capabilities); patient privacy and confidentiality (n~= 4); patient safety (n~= 7); technology skills (n~= 7); telehealth delivery (n~= 16); assessment and diagnosis (n~= 7); and care planning and management (n~= 12). Conclusion This framework outlines the specific core capabilities required of physiotherapists to provide quality care via videoconferencing. The core capability framework provides guidance for physiotherapists to deliver care via videoconferencing and will help inform future development of physiotherapy curricula and professional development initiatives in the delivery of telehealth.},
keywords = {curriculum,education,obsidian,Physical therapy,read,Rehabilitation,Telehealth,Telemedicine,Videoconferencing},
file = {/Users/nately/Zotero/storage/C9D5MVNW/Davies et al. - 2021 - An international core capability framework for physiotherapists to deliver quality care via videocon.pdf;/Users/nately/Zotero/storage/6NBQPNII/S1836955321000990.html}
}