-
Notifications
You must be signed in to change notification settings - Fork 1
/
pharmaccess.bib
3553 lines (3318 loc) · 385 KB
/
pharmaccess.bib
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{2021leveraging,
title = {Leveraging the {{OpenHIM}} \& {{Instant OpenHIE}} to {{Support COVID-19 Data Exchange}}},
year = {2021},
month = jul,
journal = {Jembi Health Systems},
urldate = {2023-06-06},
abstract = {Jembi is proud to have completed work on developing a prototype solution supporting COVID-19 data exchange using the OpenHIM and Instant OpenHIE to support COVID-19 case reporting and lab result submission using the HL7 FHIR standard. Digital Square funded this work, and it was completed in collaboration with the OpenHIE COVID-19 task force, with support from IntelliSOFT. The objective of the project was to develop a generic COVID-19 data exchange solution that could be adapted to country needs,},
howpublished = {https://www.jembi.org/post/leveraging-the-openhim-instant-openhie-to-support-covid-19-data-exchange},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/Z7NSEGRL/leveraging-the-openhim-instant-openhie-to-support-covid-19-data-exchange.html}
}
@techreport{2023african,
title = {African {{Union Health Information Exchange Guidelines}} and {{Standards}}},
year = {2023},
month = mar,
institution = {African Union},
urldate = {2024-01-10},
abstract = {Preface The application of digital health technology is growing at a rapid rate in Africa, with the goals of improving the delivery of healthcare services and more effectively reaching out to remote and underserved communities. The lack of enabling guidelines and standards across the continent, on the other hand, makes it difficult to share data [{\dots}]},
langid = {british},
file = {/Users/dkapitan/Zotero/storage/P2RNIMZR/African Union Health Information Exchange Guidelin.pdf;/Users/dkapitan/Zotero/storage/5A9LBBLH/african-union-health-information-exchange-guidelines-and-standards.html}
}
@misc{2023hcx,
title = {{{HCX Protocol}} v0.9},
year = {2023},
month = dec,
urldate = {2024-01-18},
abstract = {Open-source, community driven protocol for Health Claims data Exchange},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/7R9WM4UH/hcxprotocol.io.html}
}
@misc{2023healthcare,
title = {Healthcare {{Exchange Standards}}: {{Transitioning Federated HIE}} from {{XCA}} to {{FHIR Query}}},
shorttitle = {Healthcare {{Exchange Standards}}},
year = {2023},
month = mar,
journal = {Healthcare Exchange Standards},
urldate = {2024-08-20},
file = {/Users/dkapitan/Zotero/storage/9NIHVKGS/transitioning-federated-hie-from-xca-to.html}
}
@article{abbas2021business,
title = {Business {{Data Sharing}} through {{Data Marketplaces}}: {{A Systematic Literature Review}}},
shorttitle = {Business {{Data Sharing}} through {{Data Marketplaces}}},
author = {Abbas, Antragama Ewa and Agahari, Wirawan and van de Ven, Montijn and Zuiderwijk, Anneke and de Reuver, Mark},
year = {2021},
month = jan,
journal = {BLED 2021 Proceedings},
file = {/Users/dkapitan/Zotero/storage/NS4TWGF4/13.html}
}
@article{abbasian2023phas,
title = {{{PHAS}}: {{An End-to-End}}, {{Open-Source}}, and {{Portable Healthcare Analytics Stack}}},
shorttitle = {{{PHAS}}},
author = {Abbasian, Mahyar and Khatibi, Elahe and Azimi, Iman and Rahmani, Amir M.},
year = {2023},
month = jan,
journal = {Procedia Computer Science},
series = {The 14th {{International Conference}} on {{Ambient Systems}}, {{Networks}} and {{Technologies Networks}} ({{ANT}}) and {{The}} 6th {{International Conference}} on {{Emerging Data}} and {{Industry}} 4.0 ({{EDI40}})},
volume = {220},
pages = {511--518},
issn = {1877-0509},
doi = {10.1016/j.procs.2023.03.065},
urldate = {2024-02-05},
abstract = {In today's binary world, digital health is of paramount importance, primarily due to the prevalence of IoT devices, upsurging health costs, growing elderly population, and shortage of clinical providers, to name a few. In light of these, providing efficient and smarter full-stack healthcare data analytics to manage and process healthcare data is a crucial topic from both academic and professional perspectives. The key goals of this full-stack healthcare data analytics are to detect health issues and promote human-being health proactively. The existing healthcare data analytics stacks are generally classified into commercial or open-source solutions. In designing a healthcare data stack, it is critical to offer the researchers a collaborative, modular, easy-to-use, cost/time-effective, reproducible, uniform, and shared- knowledge framework. Such healthcare stacks need to pave the way for researchers to focus on developing data analytics algorithms, and the underlying infrastructure should comply with longitudinal characteristics of healthcare data. Nonetheless, the existing healthcare data analytics stacks need holistically incorporate all the parameters mentioned. In this paper, we propose a novel healthcare data analytics stack called Open-Source Portable Healthcare Analytics Stack (PHAS) to address this issue. PHAS considers the mentioned features by fusing the merits of open-source and commercial solutions at the right place in its architecture. PHAS proposes a new shared-knowledge and time-series-aware framework, which enables researchers to perform health data collection, integration, storage, visualization, and analysis. Moreover, we demonstrate the capabilities of the PHAS framework by implementing an anomaly detection algorithm for heart rate and blood pressure anomaly detection using the Medical Information Mart for Intensive Care III (MIMIC III) dataset. We provide open-source PHAS for the community to integrate into their solutions.},
keywords = {Data Analytics Stack,Framework,Healthcare,Machine Learning},
file = {/Users/dkapitan/Zotero/storage/HV696HQC/Abbasian et al. - 2023 - PHAS An End-to-End, Open-Source, and Portable Hea.pdf;/Users/dkapitan/Zotero/storage/FDGKYXHS/S1877050923006002.html}
}
@article{adler-milstein2021survey,
title = {A {{Survey Of Health Information Exchange Organizations In Advance Of A Nationwide Connectivity Framework}}},
author = {{Adler-Milstein}, Julia and Garg, Anjali and Zhao, Wendi and Patel, Vaishali},
year = {2021},
month = may,
journal = {Health Affairs},
volume = {40},
number = {5},
pages = {736--744},
publisher = {Health Affairs},
issn = {0278-2715},
doi = {10.1377/hlthaff.2020.01497},
urldate = {2024-08-20},
abstract = {After more than a decade of investment in electronic health information exchange (HIE), the Office of the National Coordinator for Health Information Technology is advancing a national framework---the Trusted Exchange Framework and Common Agreement---to connect islands of electronic data sharing. This national framework creates new potential opportunities and challenges for state and local health information organizations (HIOs). We undertook our sixth national HIO survey to assess the current state of HIOs and to newly examine anticipated responses to the Trusted Exchange Framework and Common Agreement. We identified eighty-nine operational HIOs, down from 106 in 2014. Although more than half of HIOs struggled with financial viability and competition from health information technology vendor--based HIE networks, many are large in scale, offer a breadth of services to diverse participants, and engage in network-to-network connectivity. Looking ahead, 56~percent of HIOs planned to participate in the Trusted Exchange Framework and Common Agreement, and 41~percent were unsure. As the Trusted Exchange Framework and Common Agreement advances basic network-to-network connectivity, HIOs that have experience with such connectivity while also offering value-added services will be well positioned for sustainability and growth.},
file = {/Users/dkapitan/Zotero/storage/M4FGXBNQ/Adler-Milstein et al. - 2021 - A Survey Of Health Information Exchange Organizati.pdf}
}
@misc{aidbox,
title = {Aidbox},
author = {{Health Samurai}},
year = {2024},
urldate = {2024-01-18},
howpublished = {https://docs.aidbox.app/storage-1/sql-on-fhir},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/GE2IGNC9/sql-on-fhir.html}
}
@article{aiterrami2023spatial,
title = {Spatial Big Data Architecture: {{From Data Warehouses}} and {{Data Lakes}} to the {{LakeHouse}}},
shorttitle = {Spatial Big Data Architecture},
author = {Ait Errami, Soukaina and Hajji, Hicham and Ait El Kadi, Kenza and Badir, Hassan},
year = {2023},
month = jun,
journal = {Journal of Parallel and Distributed Computing},
volume = {176},
pages = {70--79},
issn = {0743-7315},
doi = {10.1016/j.jpdc.2023.02.007},
urldate = {2023-04-23},
abstract = {The construction of systems supporting spatial data has experienced great enthusiasm in the past, due to the richness of this type of data and their semantics, which can be used in the decision-making process in various fields. Thus, the problem of integrating spatial data into existing databases and information systems has been addressed by creating spatial extensions to relational tables or by creating spatial data warehouses, while arranging data structures and query languages by making them more spatially-aware. With the advent of Big Data, these conventional storage and spatial representation structures are becoming increasingly outdated, and required a new organization of spatial data. Approaches based on distributed storage and data lakes have been proposed, to integrate the complexity of spatial data, with operational and analytical systems which unfortunately quickly showed their limits. Recently the concept of lakehouse was introduced in order to integrate, among other things, the notion of reliability and ACID properties to the volume of data to be managed. This new data architecture is a combination of governed and reliable Data Warehouses and flexible, scalable and cost-effective Data Lakes. In this paper, we present how traditional approaches of spatial data management in the context of spatial big data have quickly shown their limits. We present a literature overview of these approaches, and how they led to the Data LakeHouse. We detail how the Lakehouse paradigm can be used and extended for managing spatial big data, by giving the different components and best practices for building a spatial data LakeHouse architecture optimized for the storage and computing over spatial big data.},
langid = {english},
keywords = {Data architecture,Data LakeHouse,Distributed systems,Spatial data,Storage},
file = {/Users/dkapitan/Zotero/storage/PCEF375K/Ait Errami et al. - 2023 - Spatial big data architecture From Data Warehouse.pdf;/Users/dkapitan/Zotero/storage/W9QXW85X/errami2023spatial.pdf;/Users/dkapitan/Zotero/storage/R2F34LEV/S0743731523000229.html}
}
@article{akintunde2019health,
title = {{{HEALTH INFORMATION EXCHANGE MODEL FOR NIGERIAN HEALTH INFORMATION SYSTEMS}}},
author = {Akintunde, Oluwaseyi and Adebola, Akinsanya and Nzechukwu, Otuneme and Adetunji, Oluwatofunmi},
year = {2019},
month = feb,
journal = {International Journal of Computer Science and Information Security,},
volume = {17},
pages = {181--203},
abstract = {The advent and rapid proliferation of the internet has made information access and exchange more efficient and effective than it was before its invention. The internet permits data of various forms to be transmitted from entity to entity; this being an important feature of information age. The ability to take advantage of this technology to improve all aspects of human life and human endeavor is one of the keys to achieving sustainable growth and development for developing countries especially in terms of health care service delivery. The availability and accessibility of Health information whenever it is needed is important in determining the effectiveness of healthcare service delivery. This brings about the need for information exchange between different health information systems with reference to the Nigerian health sector i.e. an integrated system of interoperable health information systems that can exchange data in a meaningful and coherent way. The need for standardization is identified as major factor in achieving integration and interoperability between any groups of heterogeneous systems that must function together. This research work employed the review of related literature and existing health information exchange systems to determine the strengths and flaws of existing health information exchange systems and architectural models. How they can be adapted to and used to improve the Nigerian healthcare system was also a subject matter in this study. Based on the federated model of health information exchange; an architectural model and Framework was designed to demonstrate how interoperability can be achieved. Architectural models and Frameworks were designed to suit Nigeria's unique healthcare structure while supporting the designed architectural models with the development of an API using the federated model of health information exchange. Data was transferred between health information systems in JavaScript Object Notation (JSON) format using the developed API. The study concluded that the development of health information exchange Standards that conform to existing health information exchange reference models by the collaboration of medical and Information technology bodies in Nigeria would allow for a nationally integrated and interoperable health care system.},
file = {/Users/dkapitan/Zotero/storage/6QVY4AK7/Akintunde et al. - 2019 - HEALTH INFORMATION EXCHANGE MODEL FOR NIGERIAN HEA.pdf}
}
@article{alaimo2022organizations,
title = {Organizations {{Decentered}}: {{Data Objects}}, {{Technology}} and {{Knowledge}}},
shorttitle = {Organizations {{Decentered}}},
author = {Alaimo, Cristina and Kallinikos, Jannis},
year = {2022},
month = jan,
journal = {Organization Science},
volume = {33},
number = {1},
pages = {19--37},
publisher = {INFORMS},
issn = {1047-7039},
doi = {10.1287/orsc.2021.1552},
urldate = {2023-02-21},
abstract = {Data are no longer simply a component of administrative and managerial work but a pervasive resource and medium through which organizations come to know and act upon the contingencies they confront. We theorize how the ongoing technological developments reinforce the traditional functions of data as instruments of management and control but also reframe and extend their role. By rendering data as technical entities, digital technologies transform the process of knowing and the knowledge functions data fulfil in socioeconomic life. These functions are most of the times mediated by putting together disperse and steadily updatable data in more stable entities we refer to as data objects. Users, customers, products, and physical machines rendered as data objects become the technical and cognitive means through which organizational knowledge, patterns, and practices develop. Such conditions loosen the dependence of data from domain knowledge, reorder the relative significance of internal versus external references in organizations, and contribute to a paradigmatic contemporary development that we identify with the decentering of organizations of which digital platforms are an important specimen.},
keywords = {digital technology,digital transformation,information technology and systems,organization and management theory,organization communication and information systems,organizational form,organizational processes,practice},
file = {/Users/dkapitan/Zotero/storage/CD76IHJ3/Alaimo and Kallinikos - 2022 - Organizations Decentered Data Objects, Technology.pdf}
}
@incollection{alunyu2023state,
title = {State of {{Digital Health Communication Infrastructure}} in {{LMICs}}: {{Theory}}, {{Standards}} and {{Factors Affecting Their Implementation}}},
shorttitle = {State of {{Digital Health Communication Infrastructure}} in {{LMICs}}},
booktitle = {Current and {{Future Trends}} in {{Health}} and {{Medical Informatics}}},
author = {Alunyu, Andrew Egwar and Amiyo, Mercy Rebekah and Nabukenya, Josephine},
editor = {Daimi, Kevin and Alsadoon, Abeer and Seabra Dos Reis, Sara},
year = {2023},
series = {Studies in {{Computational Intelligence}}},
pages = {109--134},
publisher = {Springer Nature Switzerland},
address = {Cham},
doi = {10.1007/978-3-031-42112-9_6},
urldate = {2024-03-08},
abstract = {Healthcare data sharing is vital to the future of patient-centred care. However, it is challenged by weaknesses inherent in the communication infrastructure that support such data sharing. A key challenge has been pinned on the poor standardisation of digital health systems that make up the communication infrastructure thereby affecting the collection, processing, storage and transmission of health data/client's electronic medical records. This chapter presents experiences from Uganda regards progress in standardisation. A scoping literature review informed conceptualisation of digital health standardisation to involve setting standards context, standards development process, and implementation plus compliance monitoring. These three constructs guided the exploration of Uganda's state of digital health standardisation, conducted in four regions of the country. Whereas qualitative data collected were analysed using a thematic approach, the quantitative data was statistically analysed. Findings showed unstandardised implementations of digital health devices and applications, disparate and intermittent network connectivity with poor quality of service, limited digital health use skills, and inadequate facilitating resources. Further exploration attributed these limitations to weaknesses in the standardisation process and a lack of contextual standards to guide digital health implementations. Further works will develop a framework for fast-tracking the standardisation of the digital health communication infrastructure in low-resource health systems like Uganda.},
isbn = {978-3-031-42112-9},
langid = {english},
keywords = {Communication infrastructure,Digital health,Healthcare data sharing,Standardisation framework,Standards},
file = {/Users/dkapitan/Zotero/storage/AU2HC2IF/Alunyu et al. - 2023 - State of Digital Health Communication Infrastructu.pdf}
}
@article{amar2024electronic,
title = {Electronic {{Health Record}} and {{Semantic Issues Using Fast Healthcare Interoperability Resources}}: {{Systematic Mapping Review}}},
shorttitle = {Electronic {{Health Record}} and {{Semantic Issues Using Fast Healthcare Interoperability Resources}}},
author = {Amar, Fouzia and April, Alain and Abran, Alain},
year = {2024},
month = jan,
journal = {Journal of Medical Internet Research},
volume = {26},
number = {1},
pages = {e45209},
publisher = {JMIR Publications Inc., Toronto, Canada},
doi = {10.2196/45209},
urldate = {2024-02-05},
abstract = {Background: The increasing use of electronic health records and the Internet of Things has led to interoperability issues at different levels (structural and semantic). Standards are important not only for successfully exchanging data but also for appropriately interpreting them (semantic interoperability). Thus, to facilitate the semantic interoperability of data exchanged in health care, considerable resources have been deployed to improve the quality of shared clinical data by structuring and mapping them to the Fast Healthcare Interoperability Resources (FHIR) standard. Objective: The aims of this study are 2-fold: to inventory the studies on FHIR semantic interoperability resources and terminologies and to identify and classify the approaches and contributions proposed in these studies. Methods: A systematic mapping review (SMR) was conducted using 10 electronic databases as sources of information for inventory and review studies published during 2012 to 2022 on the development and improvement of semantic interoperability using the FHIR standard. Results: A total of 70 FHIR studies were selected and analyzed to identify FHIR resource types and terminologies from a semantic perspective. The proposed semantic approaches were classified into 6 categories, namely mapping (31/126, 24.6\%), terminology services (18/126, 14.3\%), resource description framework or web ontology language--based proposals (24/126, 19\%), annotation proposals (18/126, 14.3\%), machine learning (ML) and natural language processing (NLP) proposals (20/126, 15.9\%), and ontology-based proposals (15/126, 11.9\%). From 2012 to 2022, there has been continued research in 6 categories of approaches as well as in new and emerging annotations and ML and NLP proposals. This SMR also classifies the contributions of the selected studies into 5 categories: framework or architecture proposals, model proposals, technique proposals, comparison services, and tool proposals. The most frequent type of contribution is the proposal of a framework or architecture to enable semantic interoperability. Conclusions: This SMR provides a classification of the different solutions proposed to address semantic interoperability using FHIR at different levels: collecting, extracting and annotating data, modeling electronic health record data from legacy systems, and applying transformation and mapping to FHIR models and terminologies. The use of ML and NLP for unstructured data is promising and has been applied to specific use case scenarios. In addition, terminology services are needed to accelerate their use and adoption; furthermore, techniques and tools to automate annotation and ontology comparison should help reduce human interaction.},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/36M2PLBD/Amar et al. - 2024 - Electronic Health Record and Semantic Issues Using.pdf;/Users/dkapitan/Zotero/storage/H9WMEGQA/e45209.html}
}
@inproceedings{armbrust2021lakehouse,
title = {Lakehouse: {{A New Generation}} of {{Open Platforms}} That {{Unify Data Warehousing}} and {{Advanced Analytics}}},
booktitle = {11th {{Annual Conference}} on {{Innovative Data Systems Research}} ({{CIDR}} '21)},
author = {Armbrust, Michael and Ghodsi, Ali and Xin, Reynold and Zaharia, Matei},
year = {2021},
pages = {8},
abstract = {This paper argues that the data warehouse architecture as we know it today will wither in the coming years and be replaced by a new architectural pattern, the Lakehouse, which will (i) be based on open direct-access data formats, such as Apache Parquet, (ii) have firstclass support for machine learning and data science, and (iii) offer state-of-the-art performance. Lakehouses can help address several major challenges with data warehouses, including data staleness, reliability, total cost of ownership, data lock-in, and limited use-case support. We discuss how the industry is already moving toward Lakehouses and how this shift may affect work in data management. We also report results from a Lakehouse system using Parquet that is competitive with popular cloud data warehouses on TPC-DS.},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/8XX2TSTM/Armbrust et al. - 2021 - Lakehouse A New Generation of Open Platforms that.pdf}
}
@article{ashworth2022free,
title = {A {{Free}}, {{Open-Source}}, {{Offline Digital Health System}} for {{Refugee Care}}},
author = {Ashworth, Henry and Ebrahim, Senan and Ebrahim, Hassaan and Bhaiwala, Zahra and Chilazi, Michael},
year = {2022},
month = feb,
journal = {JMIR Medical Informatics},
volume = {10},
number = {2},
pages = {e33848},
issn = {2291-9694},
doi = {10.2196/33848},
urldate = {2024-04-18},
abstract = {Background: Rise of conflict, extreme weather events, and pandemics have led to larger displaced populations worldwide. Displaced populations have unique acute and chronic health needs that must be met by low-resource health systems. Electronic health records (EHRs) have been shown to improve health outcomes in displaced populations, but need to be adapted to meet the constraints of these health systems. Objective: The aim of this viewpoint is to describe the development and deployment of an EHR designed to care for displaced populations in low-resource settings. Methods: Using a human-centered design approach, we conducted in-depth interviews and focus groups with patients, health care providers, and administrators in Lebanon and Jordan to identify the essential EHR features. These features, including modular workflows, multilingual interfaces, and offline-first capabilities, led to the development of the Hikma Health EHR, which has been deployed in Lebanon and Nicaragua. Results: We report the successes and challenges from 12 months of Hikma Health EHR deployment in a mobile clinic providing care to Syrian refugees in Bekaa Valley, Lebanon. Successes include the EHR's ability to (1) increase clinical efficacy by providing detailed patient records, (2) be adaptable to the threats of COVID-19, and (3) improve organizational planning. Lessons learned include technical fixes to methods of identifying patients through name or their medical record ID. Conclusions: As the number of displaced people continues to rise globally, it is imperative that solutions are created to help maximize the health care they receive. Free, open-sourced, and adaptable EHRs can enable organizations to better provide for displaced populations.},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/VZXUL26D/Ashworth et al. - 2022 - A Free, Open-Source, Offline Digital Health System.pdf}
}
@article{ayaz2021fast,
title = {The {{Fast Health Interoperability Resources}} ({{FHIR}}) {{Standard}}: {{Systematic Literature Review}} of {{Implementations}}, {{Applications}}, {{Challenges}} and {{Opportunities}}},
shorttitle = {The {{Fast Health Interoperability Resources}} ({{FHIR}}) {{Standard}}},
author = {Ayaz, Muhammad and Pasha, Muhammad F and Alzahrani, Mohammed Y and Budiarto, Rahmat and Stiawan, Deris},
year = {2021},
month = jul,
journal = {JMIR Medical Informatics},
volume = {9},
number = {7},
pages = {e21929},
issn = {2291-9694},
doi = {10.2196/21929},
abstract = {Background Information technology has shifted paper-based documentation in the health care sector into a digital form, in which patient information is transferred electronically from one place to another. However, there remain challenges and issues to resolve in this domain owing to the lack of proper standards, the growth of new technologies (mobile devices, tablets, ubiquitous computing), and health care providers who are reluctant to share patient information. Therefore, a solid systematic literature review was performed to understand the use of this new technology in the health care sector. To the best of our knowledge, there is a lack of comprehensive systematic literature reviews that focus on Fast Health Interoperability Resources (FHIR)-based electronic health records (EHRs). In addition, FHIR is the latest standard, which is in an infancy stage of development. Therefore, this is a hot research topic with great potential for further research in this domain. Objective The main aim of this study was to explore and perform a systematic review of the literature related to FHIR, including the challenges, implementation, opportunities, and future FHIR applications. Methods In January 2020, we searched articles published from January 2012 to December 2019 via all major digital databases in the field of computer science and health care, including ACM, IEEE Explorer, Springer, Google Scholar, PubMed, and ScienceDirect. We identified 8181 scientific articles published in this field, 80 of which met our inclusion criteria for further consideration. Results The selected 80 scientific articles were reviewed systematically, and we identified open questions, challenges, implementation models, used resources, beneficiary applications, data migration approaches, and goals of FHIR. Conclusions The literature analysis performed in this systematic review highlights the important role of FHIR in the health care domain in the near future.},
pmcid = {PMC8367140},
pmid = {34328424},
file = {/Users/dkapitan/Zotero/storage/GPZC3SWK/Ayaz et al. - 2021 - The Fast Health Interoperability Resources (FHIR) .pdf}
}
@article{ayaz2023transforming,
title = {Transforming {{Healthcare Analytics}} with {{FHIR}}: {{A Framework}} for {{Standardizing}} and {{Analyzing Clinical Data}}},
shorttitle = {Transforming {{Healthcare Analytics}} with {{FHIR}}},
author = {Ayaz, Muhammad and Pasha, Muhammad Fermi and Alahmadi, Tahani Jaser and Abdullah, Nik Nailah Binti and Alkahtani, Hend Khalid},
year = {2023},
month = jan,
journal = {Healthcare},
volume = {11},
number = {12},
pages = {1729},
publisher = {Multidisciplinary Digital Publishing Institute},
issn = {2227-9032},
doi = {10.3390/healthcare11121729},
urldate = {2024-01-08},
abstract = {In this study, we discussed our contribution to building a data analytic framework that supports clinical statistics and analysis by leveraging a scalable standards-based data model named Fast Healthcare Interoperability Resource (FHIR). We developed an intelligent algorithm that is used to facilitate the clinical data analytics process on FHIR-based data. We designed several workflows for patient clinical data used in two hospital information systems, namely patient registration and laboratory information systems. These workflows exploit various FHIR Application programming interface (APIs) to facilitate patient-centered and cohort-based interactive analyses. We developed an FHIR database implementation that utilizes FHIR APIs and a range of operations to facilitate descriptive data analytics (DDA) and patient cohort selection. A prototype user interface for DDA was developed with support for visualizing healthcare data analysis results in various forms. Healthcare professionals and researchers would use the developed framework to perform analytics on clinical data used in healthcare settings. Our experimental results demonstrate the proposed framework's ability to generate various analytics from clinical data represented in the FHIR resources.},
copyright = {http://creativecommons.org/licenses/by/3.0/},
langid = {english},
keywords = {data analysis,data analytics,EHR,EMR,FHIR},
file = {/Users/dkapitan/Zotero/storage/A9EQNSN2/Ayaz et al. - 2023 - Transforming Healthcare Analytics with FHIR A Fra.pdf}
}
@article{bagayoko2023effect,
title = {Effect of High-Risk versus Low-Risk Pregnancy at the First Antenatal Care Visit on the Occurrence of Complication during Pregnancy and Labour or Delivery in {{Kenya}}: A Double-Robust Estimation},
shorttitle = {Effect of High-Risk versus Low-Risk Pregnancy at the First Antenatal Care Visit on the Occurrence of Complication during Pregnancy and Labour or Delivery in {{Kenya}}},
author = {Bagayoko, Moussa and Kadengye, Damazo T. and Odero, Henry Owoko and Izudi, Jonathan},
year = {2023},
month = oct,
journal = {BMJ Open},
volume = {13},
number = {10},
pages = {e072451},
publisher = {British Medical Journal Publishing Group},
issn = {2044-6055, 2044-6055},
doi = {10.1136/bmjopen-2023-072451},
urldate = {2024-02-27},
abstract = {Objectives We evaluated the causal effects of high-risk versus low-risk pregnancy at the first antenatal care (ANC) visit on the occurrence of complications during pregnancy and labour or delivery among women in Kenya. Methods We designed a quasi-experimental study using observational data from a large mobile health wallet programme, with the exposure as pregnancy risk at the first ANC visit, measured on a binary scale (low vs high). Complications during pregnancy and at labour or delivery were the study outcomes on a binary scale (yes vs no). Causal effects of the exposure were examined using a double-robust estimation, reported as an OR with a 95\% CI. Results We studied 4419 women aged 10--49 years (mean, 25.6{\textpm}6.27 years), with the majority aged 20--29 years (53.4\%) and rural residents (87.4\%). Of 3271 women with low-risk pregnancy at the first ANC visit, 833 (25.5\%) had complications during pregnancy while 1074 (32.8\%) had complications at labour/delivery. Conversely, of 1148 women with high-risk pregnancy at the first ANC visit, 343 (29.9\%) had complication during pregnancy while 488 (42.5\%) had complications at labour delivery. Multivariable adjusted analysis showed that women with high-risk pregnancy at the time of first ANC attendance had a higher occurrence of pregnancy during pregnancy (adjusted OR (aOR) 1.22, 95\% CI 1.02 to 1.46) and labour or delivery (aOR 1.20, 95\% CI 1.03 to 1.41). In the double-robust estimation, a high-risk pregnancy at first ANC visit increased the occurrence of complications during pregnancy (OR 1.23, 95\% CI 1.04 to 1.46) and labour or delivery (OR 1.24, 95\% CI 1.07 to 1.45). Conclusion Women with a high-risk pregnancy at the first ANC visit have an increased occurrence of complications during pregnancy and labour or delivery. These women should be identified early for close and appropriate obstetric and intrapartum monitoring and care to ensure maternal and neonatal survival.},
chapter = {Global health},
copyright = {{\copyright} Author(s) (or their employer(s)) 2023. Re-use permitted under CC BY-NC. No commercial re-use. See rights and permissions. Published by BMJ.. http://creativecommons.org/licenses/by-nc/4.0/This is an open access article distributed in accordance with the Creative Commons Attribution Non Commercial (CC BY-NC 4.0) license, which permits others to distribute, remix, adapt, build upon this work non-commercially, and license their derivative works on different terms, provided the original work is properly cited, appropriate credit is given, any changes made indicated, and the use is non-commercial. See:~http://creativecommons.org/licenses/by-nc/4.0/.},
langid = {english},
pmid = {37899166},
keywords = {Antenatal,Maternal medicine,NEONATOLOGY,Risk management},
file = {/Users/dkapitan/Zotero/storage/IGJM9858/Bagayoko et al. - 2023 - Effect of high-risk versus low-risk pregnancy at t.pdf}
}
@article{baldwin2008architecture,
title = {The {{Architecture}} of {{Platforms}}: {{A Unified View}}},
shorttitle = {The {{Architecture}} of {{Platforms}}},
author = {Baldwin, Carliss and Woodard, C. Jason},
year = {2008},
month = sep,
journal = {Platforms, Markets and Innovation},
doi = {10.2139/ssrn.1265155},
abstract = {The central role of "platform" products and services in mediating the activities of disaggregated "clusters" or "ecosystems" of firms has been widely recognized. But platforms and the systems in which they are embedded are very diverse. In particular, platforms may exist within firms as product lines, across firms as multi-product systems, and in the form of multi-sided markets. In this paper we argue that there is a fundamental unity in the architecture of platforms. Platform architectures are modularizations of complex systems in which certain components (the platform itself) remain stable, while others (the complements) are encouraged to vary in crosssection or over time. Among the most stable elements in a platform architecture are the modular interfaces that mediate between the platform and its complements. These interfaces are even more stable than the interior core of the platform, thus control over the interfaces amounts to control over the platform and its evolution. We describe three ways of representing platform architectures: network graphs, design structure matrices and layer maps. We conclude by addressing a number of fundamental strategic questions suggested by a unified view of platforms.},
file = {/Users/dkapitan/Zotero/storage/UDQ8ER38/Baldwin and Woodard - The Architecture of Platforms A Unified View.pdf;/Users/dkapitan/Zotero/storage/ZZCZTMZG/Baldwin and Woodard - 2008 - The Architecture of Platforms A Unified View.pdf}
}
@article{baran1964distributed,
title = {On {{Distributed Communications Networks}}},
author = {Baran, P.},
year = {1964},
month = mar,
journal = {IEEE Transactions on Communications Systems},
volume = {12},
number = {1},
pages = {1--9},
issn = {1558-2647},
doi = {10.1109/TCOM.1964.1088883},
urldate = {2024-08-12},
abstract = {This paper briefly reviews the distributed communication network concept in which each station is connected to all adjacent stations rather than to a few switching points, as in a centralized system. The payoff for a distributed configuration in terms of survivability in the cases of enemy attack directed against nodes, links or combinations of nodes and links is demonstrated. A comparison is made between diversity of assignment and perfect switching in distributed networks, and the feasibility of using low-cost unreliable communication links, even links so unreliable as to be unusable in present type networks, to form highly reliable networks is discussed. The requirements for a future all-digital data distributed network which provides common user service for a wide range of users having different requirements is considered. The use of a standard format message block permits building relatively simple switching mechanisms using an adaptive store-and-forward routing policy to handle all forms of digital data including digital voice. This network rapidly responds to changes in the network status. Recent history of measured network traffic is used to modify path selection. Simulation results are shown to indicate that highly efficient routing can be performed by local control without the necessity for any central, and therefore vulnerable, control point.},
keywords = {Buildings,Centralized control,Communication networks,Communication switching,Communication system control,History,Information systems,Network synthesis,Routing,Telecommunication network reliability},
file = {/Users/dkapitan/Zotero/storage/GXJYF89Z/Baran - 1964 - On Distributed Communications Networks.pdf}
}
@article{barcenafedxai,
title = {Fed-{{XAI}}: {{Federated Learning}} of {{Explainable Artificial Intelligence Models}}},
author = {B{\'a}rcena, Jos{\'e} Luis Corcuera and Daole, Mattia and Ducange, Pietro and Marcelloni, Francesco and Renda, Alessandro and Ruffini, Fabrizio and Schiavo, Alessio},
abstract = {The current era is characterized by an increasing pervasiveness of applications and services based on data processing and often built on Artificial Intelligence (AI) and, in particular, Machine Learning (ML) algorithms. In fact, extracting insights from data is so common in daily life of individuals, companies, and public entities and so relevant for the market players, to become an important matter of interest for institutional organizations. The theme is so relevant that ad hoc regulations have been proposed. One important aspect is given by the capability of the applications to tackle the data privacy issue. Additionally, depending on the specific application field, paramount importance is given to the possibility for the humans to understand why a certain AI/ML-based application is providing that specific output. In this paper, we discuss the concept of Federated Learning of eXplainable AI (XAI) models, in short FED-XAI, purposely designed to address these two requirements simultaneously. AI/ML models are trained with the simultaneous goals of preserving the data privacy (Federated Learning (FL) side) and ensuring a certain level of explainability of the system (XAI side). We first introduce the motivations at the foundation of FL and XAI, along with their basic concepts; then, we discuss the current status of this field of study, providing a brief survey regarding approaches, models, and results. Finally, we highlight the main future challenges.},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/6NGRFDBD/Bárcena et al. - Fed-XAI Federated Learning of Explainable Artific.pdf}
}
@article{bartlett2021insights,
title = {Insights into the Design, Development and Implementation of a Novel Digital Health Tool for Skilled Birth Attendants to Support Quality Maternity Care in {{Kenya}}},
author = {Bartlett, Linda and Avery, Lisa and Ponnappan, Priya and Chelangat, Judith and Cheruiyot, Jackline and Matthews, Rose and Rocheleau, Mary and Tikkanen, Mari and Allen, Mark and Amendola, Paul and Labrique, Alain},
year = {2021},
month = aug,
journal = {Family Medicine and Community Health},
volume = {9},
number = {3},
pages = {e000845},
issn = {2305-6983},
doi = {10.1136/fmch-2020-000845},
urldate = {2024-09-06},
pmcid = {PMC8336131},
pmid = {34344764},
file = {/Users/dkapitan/Zotero/storage/NU4E5NNI/Bartlett et al. - 2021 - Insights into the design, development and implemen.pdf}
}
@article{beck2019hourglass,
title = {On the Hourglass Model},
author = {Beck, Micah},
year = {2019},
month = jun,
journal = {Communications of the ACM},
volume = {62},
number = {7},
pages = {48--57},
issn = {0001-0782, 1557-7317},
doi = {10.1145/3274770},
abstract = {Used in the design of the Internet and Unix, the layered services of the hourglass model have enabled viral adoption and deployment scalability.},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/NKGQZL5V/Beck - 2019 - On the hourglass model.pdf}
}
@article{belov2021analysis,
title = {Analysis of {{Big Data Storage Tools}} for {{Data Lakes}} Based on {{Apache Hadoop Platform}}},
author = {Belov, Vladimir and Nikulchev, Evgeny},
year = {2021},
journal = {International Journal of Advanced Computer Science and Applications},
volume = {12},
number = {8},
issn = {21565570, 2158107X},
doi = {10.14569/IJACSA.2021.0120864},
urldate = {2024-04-18},
abstract = {When developing large data processing systems, the question of data storage arises. One of the modern tools for solving this problem is the so-called data lakes. Many implementations of data lakes use Apache Hadoop as a basic platform. Hadoop does not have a default data storage format, which leads to the task of choosing a data format when designing a data processing system. To solve this problem, it is necessary to proceed from the results of the assessment according to several criteria. In turn, experimental evaluation does not always give a complete understanding of the possibilities for working with a particular data storage format. In this case, it is necessary to study the features of the format, its internal structure, recommendations for use, etc. The article describes the features of both widely used data storage formats and the currently gaining popularity.},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/VYIRJ6C8/Belov and Nikulchev - 2021 - Analysis of Big Data Storage Tools for Data Lakes .pdf}
}
@article{benda2024designing,
title = {Designing {{Electronic Data Capture Systems}} for {{Sustainability}} in {{Low-Resource Settings}}: {{Viewpoint With Lessons Learned From Ethiopia}} and {{Myanmar}}},
shorttitle = {Designing {{Electronic Data Capture Systems}} for {{Sustainability}} in {{Low-Resource Settings}}},
author = {Benda, Natalie and Dougherty, Kylie and Gobezayehu, Abebe Gebremariam and Cranmer, John N. and Zawtha, Sakie and Andreadis, Katerina and Biza, Heran and Creber, Ruth Masterson},
year = {2024},
month = feb,
journal = {JMIR Public Health and Surveillance},
volume = {10},
number = {1},
pages = {e47703},
publisher = {JMIR Publications Inc., Toronto, Canada},
doi = {10.2196/47703},
urldate = {2024-05-27},
abstract = {Electronic data capture (EDC) is a crucial component in the design, evaluation, and sustainment of population health interventions. Low-resource settings, however, present unique challenges for developing a robust EDC system due to limited financial capital, differences in technological infrastructure, and insufficient involvement of those who understand the local context. Current literature focuses on the evaluation of health interventions using EDC but does not provide an in-depth description of the systems used or how they are developed. In this viewpoint, we present case descriptions from 2 low- and middle-income countries: Ethiopia and Myanmar. We address a gap in evidence by describing each EDC system in detail and discussing the pros and cons of different approaches. We then present common lessons learned from the 2 case descriptions as recommendations for considerations in developing and implementing EDC in low-resource settings, using a sociotechnical framework for studying health information technology in complex adaptive health care systems. Our recommendations highlight the importance of selecting hardware compatible with local infrastructure, using flexible software systems that facilitate communication across different languages and levels of literacy, and conducting iterative, participatory design with individuals with deep knowledge of local clinical and cultural norms.},
copyright = {Unless stated otherwise, all articles are open-access distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work ("first published in the Journal of Medical Internet Research...") is properly cited with original URL and bibliographic citation information. The complete bibliographic information, a link to the original publication on http://www.jmir.org/, as well as this copyright and license information must be included.},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/BYVZ2Q3U/Benda et al. - 2024 - Designing Electronic Data Capture Systems for Sust.pdf}
}
@book{benkler2006wealth,
title = {The Wealth of Networks: How Social Production Transforms Markets and Freedom},
shorttitle = {The Wealth of Networks},
author = {Benkler, Yochai},
year = {2006},
publisher = {Yale University Press},
address = {New Haven London},
abstract = {Introduction: a moment of opportunity and challenge -- The networked information economy -- Some basic economics of information production and innovation -- Peer production and sharing -- The economics of social production -- The political economy of property and commons -- Individual freedom: autonomy, information, and law -- Political freedom part 1: the trouble with mass media -- Political freedom part 2: emergence of the networked public sphere -- Cultural freedom: a culture both plastic and critical -- Justice and development -- Social ties: networking together -- Policies of freedom at a moment of transformation -- The battle over the institutional ecology of the digital environment -- Conclusion: the stakes of information law and policy},
isbn = {978-0-300-11056-2 978-0-300-12577-1},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/82CL6MM6/Benkler - 2006 - The wealth of networks how social production tran.pdf}
}
@article{benklerconsumers,
title = {From {{Consumers}} to {{Users}}: {{Shifting}} the {{Deeper Structures}} of {{Regulation Toward Sustainable Commons}} and {{User Access}}},
author = {Benkler, Yochai},
volume = {52},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/GXCBVD54/Benkler - From Consumers to Users Shifting the Deeper Struc.pdf}
}
@article{bergman2022business,
title = {Business Model Archetypes for Data Marketplaces in the Automotive Industry},
author = {Bergman, R{\^o}my and Abbas, Antragama Ewa and Jung, Sven and Werker, Claudia and {de Reuver}, Mark},
year = {2022},
month = jun,
journal = {Electronic Markets},
volume = {32},
number = {2},
pages = {747--765},
issn = {1422-8890},
doi = {10.1007/s12525-022-00547-x},
urldate = {2024-05-27},
abstract = {Policymakers and analysts are heavily promoting data marketplaces to foster data trading between companies. Existing business model literature covers individually owned, multilateral data marketplaces. However, these particular types of data marketplaces hardly reach commercial exploitation. This paper develops business model archetypes for the full array of data marketplace types, ranging from private to independent ownership and from a hierarchical to a market orientation. Through exploratory interviews and case analyses, we create a business model taxonomy. Patterns in our taxonomy reveal four business model archetypes. We find that privately-owned data marketplaces with hierarchical orientation apply the aggregating data marketplace archetype. Consortium-owned data marketplaces apply the archetypes of aggregating data marketplace with additional brokering service and consulting data marketplace. Independently owned data marketplaces with market orientation apply the facilitating data marketplace archetype. Our results provide a basis for configurational theory that explains the performance of data marketplace business models. Our results also provide a basis for specifying boundary conditions for theory on data marketplace business models, as, for instance, the importance of network effects differs strongly between the archetypes.},
langid = {english},
keywords = {L10,L22,L86,L89,Z00},
file = {/Users/dkapitan/Zotero/storage/ID3JBSXD/Bergman et al. - 2022 - Business model archetypes for data marketplaces in.pdf}
}
@article{beyan2020distributed,
title = {Distributed {{Analytics}} on {{Sensitive Medical Data}}: {{The Personal Health Train}}},
shorttitle = {Distributed {{Analytics}} on {{Sensitive Medical Data}}},
author = {Beyan, Oya and Choudhury, Ananya and {van Soest}, Johan and Kohlbacher, Oliver and Zimmermann, Lukas and Stenzhorn, Holger and Karim, Md. Rezaul and Dumontier, Michel and Decker, Stefan and {da Silva Santos}, Luiz Olavo Bonino and Dekker, Andre},
year = {2020},
month = jan,
journal = {Data Intelligence},
volume = {2},
number = {1-2},
pages = {96--107},
issn = {2641-435X},
doi = {10.1162/dint_a_00032},
urldate = {2023-02-16},
abstract = {In recent years, as newer technologies have evolved around the healthcare ecosystem, more and more data have been generated. Advanced analytics could power the data collected from numerous sources, both from healthcare institutions, or generated by individuals themselves via apps and devices, and lead to innovations in treatment and diagnosis of diseases; improve the care given to the patient; and empower citizens to participate in the decision-making process regarding their own health and well-being. However, the sensitive nature of the health data prohibits healthcare organizations from sharing the data. The Personal Health Train (PHT) is a novel approach, aiming to establish a distributed data analytics infrastructure enabling the (re)use of distributed healthcare data, while data owners stay in control of their own data. The main principle of the PHT is that data remain in their original location, and analytical tasks visit data sources and execute the tasks. The PHT provides a distributed, flexible approach to use data in a network of participants, incorporating the FAIR principles. It facilitates the responsible use of sensitive and/or personal data by adopting international principles and regulations. This paper presents the concepts and main components of the PHT and demonstrates how it complies with FAIR principles.},
file = {/Users/dkapitan/Zotero/storage/SGX995AZ/Beyan et al. - 2020 - Distributed Analytics on Sensitive Medical Data T.pdf}
}
@article{bharatleveraging,
title = {Leveraging {{ABDM Building Blocks}}:},
author = {Bharat, Ayushman},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/ISTVTZA3/Bharat - Leveraging ABDM Building Blocks.pdf}
}
@article{bishop2007reflexive,
title = {A {{Reflexive Account}} of {{Reusing Qualitative Data}}: {{Beyond}} {{Primary}}/{{Secondary Dualism}}},
shorttitle = {A {{Reflexive Account}} of {{Reusing Qualitative Data}}},
author = {Bishop, Libby},
year = {2007},
month = may,
journal = {Sociological Research Online},
volume = {12},
number = {3},
pages = {43--56},
publisher = {SAGE Publications Ltd},
issn = {1360-7804},
doi = {10.5153/sro.1553},
urldate = {2024-08-26},
abstract = {Though secondary analysis of qualitative data is becoming more prevalent, relatively few methodological studies exist that provide reflection on the actual, not idealised, process. This paper offers a reflexive account of secondary analysis focused on the topic of convenience food and choice. Several phases of the research process are examined: understanding context, defining a subject area, finding data and sampling, later sampling and topic refinement, and relating to transcripts. For each phase, I explore if reusing data is different from using it in the first instance, and if so, how those differences manifest themselves. The paper closes with reflections on the differences, similarities, and relationships between primary and secondary analysis of qualitative data. Although differences exist regarding the researcher-respondent relationship, primary and secondary analyses are more alike than not. The suitability of each approach can only be assessed in light of a particular research question.},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/3N2V35N9/Bishop - 2007 - A Reflexive Account of Reusing Qualitative Data B.pdf}
}
@article{bisquerthealthmesh,
title = {{{HealthMesh}}: {{An Architectural Framework}} for {{Federated Healthcare Data Management}}},
author = {Bisquert, Aniol and Hmimou, Achraf and Berral, Josep Ll and {Gutierrez-Torre}, Alberto and Romero, Oscar},
abstract = {Recently, significant milestones have been achieved in the field of healthcare data analysis. However, alongside these accomplishments, substantial data-related challenges have emerged in the domain of big data management. Modern healthcare projects are no more dealing with a single data repository but many heterogeneous ones and must overcome data variety, privacy and governance issues. Yet, current solutions face a privacy-decentralization trade-off. To address this dual challenge, we introduce HealthMesh, a novel layered architectural framework based on the Data Mesh principles, providing a domaindecentralised paradigm. In addition, the framework incorporates a Semantic Data Model which establishes robust governance, enables interoperability and guarantees policy compliance for all the data assets. To demonstrate the capabilities of the proposed approach, we provide an illustrative example inspired by the use case of the INCISIVE project for breast cancer analytics. Overall, this work makes a significant contribution on collecting key challenges, identifying actors and providing a set of components and guidelines for establishing a holistic framework for the complex field of healthcare data management.},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/SR28BEVA/bidquert2024healthmesh.pdf}
}
@article{bonina2021digital,
title = {Digital Platforms for Development: {{Foundations}} and Research Agenda},
shorttitle = {Digital Platforms for Development},
author = {Bonina, Carla and Koskinen, Kari and Eaton, Ben and Gawer, Annabelle},
year = {2021},
journal = {Information Systems Journal},
volume = {31},
number = {6},
pages = {869--902},
issn = {1365-2575},
doi = {10.1111/isj.12326},
urldate = {2024-08-13},
abstract = {Digital platforms hold a central position in today's world economy and are said to offer a great potential for the economies and societies in the global South. Yet, to date, the scholarly literature on digital platforms has largely concentrated on business while their developmental implications remain understudied. In part, this is because digital platforms are a challenging research object due to their lack of conceptual definition, their spread across different regions and industries, and their intertwined nature with institutions, actors and digital technologies. The purpose of this article is to contribute to the ongoing debate in information systems and ICT4D research to understand what digital platforms mean for development. To do so, we first define what digital platforms are and differentiate between transaction and innovation platforms, and explain their key characteristics in terms of purpose, research foundations, material properties and business models. We add the socio-technical context digital platforms operate and the linkages to developmental outcomes. We then conduct an extensive review to explore what current areas, developmental goals, tensions and issues emerge in the literature on platforms and development and identify relevant gaps in our knowledge. We later elaborate on six research questions to advance the studies on digital platforms for development: on indigenous innovation, digital platforms and institutions, on exacerbation of inequalities, on alternative forms of value, on the dark side of platforms and on the applicability of the platform typology for development.},
copyright = {{\copyright} 2021 The Authors. Information Systems Journal published by John Wiley \& Sons Ltd.},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/2WXJFWD7/Bonina et al. - 2021 - Digital platforms for development Foundations and.pdf;/Users/dkapitan/Zotero/storage/6W36Y4VW/isj.html}
}
@article{braa2004networks,
title = {Networks of Action: Sustainable Health Information Systems across Developing Countries},
shorttitle = {Networks of Action},
author = {Braa, J{\o}rn and Monteiro, Eric and Sahay, Sundeep},
year = {2004},
journal = {MIS quarterly},
eprint = {25148643},
eprinttype = {jstor},
pages = {337--362},
publisher = {JSTOR},
urldate = {2024-05-15},
file = {/Users/dkapitan/Zotero/storage/VTQS7RUK/Braa et al. - 2004 - Networks of action sustainable health information.pdf}
}
@article{braa2007developing,
title = {Developing {{Health Information Systems}} in {{Developing Countries}}: {{The Flexible Standards Strategy}}},
shorttitle = {Developing {{Health Information Systems}} in {{Developing Countries}}},
author = {{Braa} and {Hanseth} and {Heywood} and {Mohammed} and {Shaw}},
year = {2007},
journal = {MIS Quarterly},
volume = {31},
number = {2},
eprint = {10.2307/25148796},
eprinttype = {jstor},
pages = {381},
issn = {02767783},
doi = {10.2307/25148796},
urldate = {2024-05-15},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/LE7IZVAD/Braa et al. - 2007 - Developing Health Information Systems in Developin.pdf}
}
@misc{braa2023design,
title = {Design {{Theory}} for {{Societal Digital Transformation}}: {{The Case}} of {{Digital Global Health}}},
shorttitle = {Design {{Theory}} for {{Societal Digital Transformation}}},
author = {Braa, Jorn and Sahay, Sundeep and Monteiro, Eric},
year = {2023},
month = nov,
eprint = {2311.09173},
primaryclass = {cs},
doi = {0.17705/1jais.00816},
urldate = {2024-05-15},
abstract = {With societal challenges, including but not limited to human development, equity, social justice, and climate change, societal-level digital transformation (SDT) is of imminent relevance and theoretical interest. While building on local-level efforts, societal-level transformation is a nonlinear extension of the local level. Unfortunately, academic discourse on digital transformation has largely left SDT unaccounted for. Drawing on more than 25 years of intensive, interventionist research engagement with the digital transformation of public healthcare information management and delivery in more than 80 countries in the Global South, we contribute to theorizing SDT in the form of a design theory consisting of six interconnected design principles. These design principles articulate the interplay and tensions of accommodating over time increased diversity and flexibility in digital solutions, while simultaneously connecting local, national, and regional/ global efforts.},
archiveprefix = {arXiv},
keywords = {Computer Science - Computers and Society},
file = {/Users/dkapitan/Zotero/storage/LGRDK4DS/Braa et al. - 2023 - Design Theory for Societal Digital Transformation.pdf;/Users/dkapitan/Zotero/storage/ILIIV23G/2311.html}
}
@article{broyles2016shared,
title = {Shared {{Longitudinal Health Records}} for {{Clinical}} and {{Population Health}}},
author = {Broyles, David and Crichton, Ryan and Jolliffe, Bob and S{\ae}b{\o}, Johan Ivar and Dixon, Brian E.},
year = {2016},
journal = {Health Information Exchange},
pages = {149--162},
doi = {10.1016/B978-0-12-803135-3.00010-4},
urldate = {2024-08-27},
abstract = {The ability of a health information exchange to consolidate information, collected in multiple, disparate information systems, into a single, person-centric health record can provide a comprehensive and longitudinal representation of an individual's medical history. Shared, longitudinal health records can be leveraged to enhance the delivery of individual clinical care and provide opportunities to improve health outcomes at the population level. This chapter will describe the clinical benefits imparted by the shared health record (SHR) component of the OpenHIE infrastructure. It will also characterize the potential population health benefits of the aggregate level data contained and distributed by the Health Management Information System component of OpenHIE. The chapter will further discuss the implementation of these systems., By the end of the chapter, the reader should be able to:\ding{108}Identify and describe the differences among an electronic medical record, electronic health record, and a shared heath record.\ding{108}Explain the role of a shared health record in a health information exchange.\ding{108}List and describe the components of a shared health record.\ding{108}Discuss the role and benefits of a health management information system within a health information exchange.\ding{108}Define a population health indicator.\ding{108}Identify and describe application domains for a health management information system.\ding{108}Define a database management system.\ding{108}Compare the implications of implementing a shared health record using an electronic health record system versus a database management system.\ding{108}Discuss emerging trends likely to shape the evolution of shared health records and health management information systems.},
pmcid = {PMC7150120},
pmid = {null},
file = {/Users/dkapitan/Zotero/storage/WET52AIR/Broyles et al. - 2016 - Shared Longitudinal Health Records for Clinical an.pdf}
}
@article{cascini2024health,
title = {Health Data Sharing Attitudes towards Primary and Secondary Use of Data: A Systematic Review},
shorttitle = {Health Data Sharing Attitudes towards Primary and Secondary Use of Data},
author = {Cascini, Fidelia and Pantovic, Ana and {Al-Ajlouni}, Yazan A. and Puleo, Valeria and De Maio, Lucia and Ricciardi, Walter},
year = {2024},
month = may,
journal = {eClinicalMedicine},
volume = {71},
pages = {102551},
issn = {2589-5370},
doi = {10.1016/j.eclinm.2024.102551},
urldate = {2024-03-21},
abstract = {Background To receive the best care, people share their health data (HD) with their health practitioners (known as sharing HD for primary purposes). However, during the past two decades, sharing for other (i.e., secondary) purposes has become of great importance in numerous fields, including public health, personalized medicine, research, and development. We aimed to conduct the first comprehensive overview of all studies that investigated people's HD sharing attitudes---along with associated barriers/motivators and significant influencing factors---for all data types and across both primary and secondary uses. Methods We searched PubMed, MEDLINE, PsycINFO, Web of Science, EMBASE, and CINAHL for relevant studies published in English between database inception and February 28, 2023, using a predefined set of keywords. Studies were included, regardless of their design, if they reported outcomes related to attitudes towards sharing HD. We extracted key data from the included studies, including the type of HD involved and findings related to: HD sharing attitudes (either in general or depending on type of data/user); barriers/motivators/benefits/concerns of the study participants; and sociodemographic and other variables that could impact HD sharing behaviour. The qualitative synthesis was conducted by dividing the studies according to the data type (resulting in five subgroups) as well as the purpose the data sharing was focused on (primary, secondary or both). The Newcastle--Ottawa Scale (NOS) was used to assess the quality of non-randomised studies. This work was registered with PROSPERO, CRD42023413822. Findings Of 2109 studies identified through our search, 116 were included in the qualitative synthesis, yielding a total of 228,501 participants and various types of HD represented: person-generated HD (n~=~17 studies and 10,771 participants), personal HD in general (n~=~69 studies and 117,054 participants), Biobank data (n~=~7 studies and 27,073 participants), genomic data (n~=~13 studies and 54,716 participants), and miscellaneous data (n~=~10 studies and 18,887 participants). The majority of studies had a moderate level of quality (83 [71.6\%] of 116 studies), but varying levels of quality were observed across the included studies. Overall, studies suggest that sharing intentions for primary purposes were observed to be high regardless of data type, and it was higher than sharing intentions for secondary purposes. Sharing for secondary purposes yielded variable findings, where both the highest and the lowest intention rates were observed in the case of studies that explored sharing biobank data (98\% and 10\%, respectively). Several influencing factors on sharing intentions were identified, such as the type of data recipient, data, consent. Further, concerns related to data sharing that were found to be mutual for all data types included privacy, security, and data access/control, while the perceived benefits included those related to improvements in healthcare. Findings regarding attitudes towards sharing varied significantly across sociodemographic factors and depended on data type and type of use. In most cases, these findings were derived from single studies and therefore warrant confirmations from additional studies. Interpretation Sharing health data is a complex issue that is influenced by various factors (the type of health data, the intended use, the data recipient, among others) and these insights could be used to overcome barriers, address people's concerns, and focus on spreading awareness about the data sharing process and benefits. Funding None.},
keywords = {Biobank,Data sharing,Genomic data,Person-generated data,Personal health data,Secondary use},
file = {/Users/dkapitan/Zotero/storage/VILMTDEP/cascini2024health.pdf;/Users/dkapitan/Zotero/storage/2CFANZZK/S2589537024001305.html}
}
@book{cavanillas2016new,
title = {New {{Horizons}} for a {{Data-Driven Economy}}},
editor = {Cavanillas, Jos{\'e} Mar{\'i}a and Curry, Edward and Wahlster, Wolfgang},
year = {2016},
publisher = {Springer International Publishing},
address = {Cham},
doi = {10.1007/978-3-319-21569-3},
urldate = {2024-05-27},
copyright = {http://creativecommons.org/licenses/by-nc/4.0},
isbn = {978-3-319-21568-6 978-3-319-21569-3},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/S8ICHIX3/Cavanillas et al. - 2016 - New Horizons for a Data-Driven Economy.pdf}
}
@misc{chapter,
title = {{{CHAPTER}} 6: {{LINK THE DIGITAL HEALTH IMPLEMENTATION TO THE ENTERPRISE ARCHITECTURE}} from {{Digital}} Implementation Investment Guide ({{DIIG}}):: Integrating Digital Interventions into Health Programmes on {{JSTOR}}},
urldate = {2024-03-12},
howpublished = {https://www-jstor-org.dianus.libr.tue.nl/stable/resrep33205.12},
file = {/Users/dkapitan/Zotero/storage/4Q39MGIH/resrep33205.html}
}
@misc{choi2020building,
title = {Building {{Methods}} of {{Intelligent Data Catalog Based}} on {{Graph Database}} for {{Data Sharing Platform}}},
author = {Choi, Mi-Young and Moon, Chang-Joo and Jung, Sung-Jae},
year = {2020},
number = {10},
eprint = {10},
publisher = {ICIC International 学会},
doi = {10.24507/icicelb.11.10.953},
urldate = {2024-04-08},
abstract = {Recently, the private and public sectors are constantly registering various types of data on a data sharing platform or an open data platform and creating value through linkage and expansion of data. Data catalogs are tools that can help you quickly find and understand the data accumulated on these data-sharing platforms. In this paper, we propose a method to build a data catalog based on a graph database. In the graph database, the joins are significantly reduced compared to the relational type due to the structural characteristics, while the query processing performance is improved. We show the process of transferring the proposed data catalog from the relational data model to the graph data model. We show that the same information retrieval is performed with a simpler query and higher performance in the graph database.},
archiveprefix = {ICIC International 学会},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/DBN65XNN/Choi et al. - 2020 - Building Methods of Intelligent Data Catalog Based.pdf}
}
@inproceedings{choudhury2020personal,
title = {Personal {{Health Train}} on {{FHIR}}: {{A Privacy Preserving Federated Approach}} for {{Analyzing FAIR Data}} in {{Healthcare}}},
shorttitle = {Personal {{Health Train}} on {{FHIR}}},
booktitle = {Machine {{Learning}}, {{Image Processing}}, {{Network Security}} and {{Data Sciences}}},
author = {Choudhury, Ananya and {van Soest}, Johan and Nayak, Stuti and Dekker, Andre},
editor = {Bhattacharjee, Arup and Borgohain, Samir Kr. and Soni, Badal and Verma, Gyanendra and Gao, Xiao-Zhi},
year = {2020},
series = {Communications in {{Computer}} and {{Information Science}}},
pages = {85--95},
publisher = {Springer},
address = {Singapore},
doi = {10.1007/978-981-15-6315-7_7},
abstract = {Big data and machine learning applications focus on retrieving data on a central location for analysis. However, healthcare data can be sensitive in nature and as such difficult to share and make use for secondary purposes. Healthcare vendors are restricted to share data without proper consent from the patient. There is a rising awareness among individual patients as well regarding sharing their personal information due to ethical, legal and societal problems. The current data-sharing platforms in healthcare do not sufficiently handle these issues. The rationale of the Personal Health Train (PHT) approach shifts the focus from sharing data to sharing processing/analysis applications and their respective results. A prerequisite of the PHT-infrastructure is that the data is FAIR (findable, accessible, interoperable, reusable). The aim of the paper is to describe a methodology of finding the number of patients diagnosed with hypertension and calculate cohort statistics in a privacy-preserving federated manner. The whole process completes without individual patient data leaving the source. For this, we rely on the Fast Healthcare Interoperability Resources (FHIR) standard.},
isbn = {9789811563157},
langid = {english},
keywords = {FAIR,FHIR,Personal health train},
file = {/Users/dkapitan/Zotero/storage/MX4FY5MX/Choudhury et al. - 2020 - Personal Health Train on FHIR A Privacy Preservin.pdf}
}
@article{chukwu2022electricity,
title = {Electricity, {{Computing Hardware}}, and {{Internet Infrastructures}} in {{Health Facilities}} in {{Sierra Leone}}: {{Field Mapping Study}}},
shorttitle = {Electricity, {{Computing Hardware}}, and {{Internet Infrastructures}} in {{Health Facilities}} in {{Sierra Leone}}},
author = {Chukwu, Emeka and Garg, Lalit and Foday, Edward and Konomanyi, Abdul and Wright, Royston and Smart, Francis},
year = {2022},
month = feb,
journal = {JMIR Medical Informatics},
volume = {10},
number = {2},
pages = {e30040},
publisher = {JMIR Publications Inc., Toronto, Canada},
doi = {10.2196/30040},
urldate = {2024-03-08},
abstract = {Background: Years of health information system investment in many countries have facilitated service delivery, surveillance, reporting, and monitoring. Electricity, computing hardware, and internet networks are vital for health facility--based information systems. Availability of these infrastructures at health facilities is crucial for achieving national digital health visions. Objective: The aim of this study was to gain insight into the state of computing hardware, electricity, and connectivity infrastructure at health facilities in Sierra Leone using a representative sample. Methods: Stratified sampling of 72 (out of 1284) health facilities distributed in all districts of Sierra Leone was performed, factoring in the rural-urban divide, digital health activity, health facility type, and health facility ownership. Enumerators visited each health facility over a 2-week period. Results: Among the 72 surveyed health facilities, 59 (82\%) do not have institutionally provided internet. Among the 15 Maternal and Child Health Posts, as a type of primary health care unit (PHU), 9 (60\%) use solar energy as their only electricity source and the other 6 (40\%) have no electricity source. Similarly, among the 13 hospitals, 5 (38\%) use a generator as a primary electricity source. All hospitals have at least one functional computer, although only 7 of the 13 hospitals have four or more functional computers. Similarly, only 2 of the 59 (3\%) PHUs have one computer each, and 37 (63\%) of the PHUs have one tablet device each. We consider this health care computing infrastructure mapping to be representative with a 95\% confidence level within an 11\% margin of error. Two-thirds of the PHUs have only alternate solar electricity, only 10 of the 72 surveyed health facilities have functional official internet, and most use suboptimal computing hardware. Overall, 43\% of the surveyed health facilities believe that inadequate electricity is the biggest threat to digitization. Similarly, 16 (22\%) of the 72 respondents stated that device theft is a primary hindrance to digitization. Conclusions: Electricity provision for off-electricity-grid health facilities using alternative and renewable energy sources is emerging. The current trend where GSM (Global System for Mobile Communication) service providers provide the internet to all health facilities may change to other promising alternatives. This study provides evidence of the critical infrastructure gaps in health facilities in Sierra Leone.},
copyright = {This is an open-access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work, first published JMIR Medical Informatics, is properly cited. The complete bibliographic information, a link to the original publication on https://medinform.jmir.org/, as well as this copyright and license information must be included.},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/JF2H5GJE/Chukwu et al. - 2022 - Electricity, Computing Hardware, and Internet Infr.pdf;/Users/dkapitan/Zotero/storage/CBPPS9SW/e30040.html}
}
@misc{cohort,
title = {Cohort {{Profile}}: {{The Avon Longitudinal Study}} of {{Parents}} and {{Children}}: {{ALSPAC}} Mothers Cohort - {{PMC}}},
urldate = {2024-04-16},
howpublished = {https://www-ncbi-nlm-nih-gov.dianus.libr.tue.nl/pmc/articles/PMC3600619/},
file = {/Users/dkapitan/Zotero/storage/QYKRCY5C/PMC3600619.html}
}
@misc{comparison,
title = {Comparison of {{Open-Source Electronic Health Record Systems Based}} on {{Functional}} and {{User Performance Criteria}} - {{PMC}}},
urldate = {2024-06-04},
howpublished = {https://www-ncbi-nlm-nih-gov.dianus.libr.tue.nl/pmc/articles/PMC6517630/},
file = {/Users/dkapitan/Zotero/storage/X6KCNUE9/PMC6517630.html}
}
@misc{contexture2023national,
title = {National {{Networks}} and {{HIEs}}: {{The Various Crossroads}} of {{Data Exchange}}},
shorttitle = {National {{Networks}} and {{HIEs}}},
author = {Contexture},
year = {2023},
month = jan,
journal = {Contexture},
urldate = {2024-08-20},
abstract = {Background~ Contexture, as a health information exchange (HIE), serves a critical role in the overall ecosystem of data exchange and electronic health record (EHR) connectivity. HIEs were born as},
langid = {american},
file = {/Users/dkapitan/Zotero/storage/3DC4T5DU/national-networks-and-health-information-exchanges-the-various-crossroads-of-data-exchange.html}
}
@article{cordes2024competing,
title = {Competing Interests: Digital Health and Indigenous Data Sovereignty},
shorttitle = {Competing Interests},
author = {Cordes, Ashley and Bak, Marieke and Lyndon, Mataroria and Hudson, Maui and Fiske, Amelia and Celi, Leo Anthony and McLennan, Stuart},
year = {2024},
month = jul,
journal = {npj Digital Medicine},
volume = {7},
number = {1},
pages = {1--5},
publisher = {Nature Publishing Group},
issn = {2398-6352},
doi = {10.1038/s41746-024-01171-z},
urldate = {2024-08-16},
abstract = {Digital health is increasingly promoting open health data. Although this open approach promises a number of benefits, it also leads to tensions with Indigenous data sovereignty movements led by Indigenous peoples around the world who are asserting control over the use of health data as a part of self-determination. Digital health has a role in improving access to services and delivering improved health outcomes for Indigenous communities. However, we argue that in order to be effective and ethical, it is essential that the field engages more with Indigenous peoples{\textasciiacute} rights and interests. We discuss challenges and possible improvements for data acquisition, management, analysis, and integration as they pertain to the health of Indigenous communities around the world.},
copyright = {2024 The Author(s)},
langid = {english},
keywords = {Health policy,Medical research},
file = {/Users/dkapitan/Zotero/storage/29GEZYK4/Cordes et al. - 2024 - Competing interests digital health and indigenous.pdf}
}
@article{cremonesi2023need,
title = {The Need for Multimodal Health Data Modeling: {{A}} Practical Approach for a Federated-Learning Healthcare Platform},
shorttitle = {The Need for Multimodal Health Data Modeling},
author = {Cremonesi, Francesco and Planat, Vincent and Kalokyri, Varvara and Kondylakis, Haridimos and Sanavia, Tiziana and Miguel Mateos Resinas, Victor and Singh, Babita and Uribe, Silvia},
year = {2023},
month = may,
journal = {Journal of Biomedical Informatics},
volume = {141},
pages = {104338},
issn = {1532-0464},
doi = {10.1016/j.jbi.2023.104338},
urldate = {2024-01-16},
abstract = {Federated learning initiatives in healthcare are being developed to collaboratively train predictive models without the need to centralize sensitive personal data. GenoMed4All is one such project, with the goal of connecting European clinical and --omics data repositories on rare diseases through a federated learning platform. Currently, the consortium faces the challenge of a lack of well-established international datasets and interoperability standards for federated learning applications on rare diseases. This paper presents our practical approach to select and implement a Common Data Model (CDM) suitable for the federated training of predictive models applied to the medical domain, during the initial design phase of our federated learning platform. We describe our selection process, composed of identifying the consortium's needs, reviewing our functional and technical architecture specifications, and extracting a list of business requirements. We review the state of the art and evaluate three widely-used approaches (FHIR, OMOP and Phenopackets) based on a checklist of requirements and specifications. We discuss the pros and cons of each approach considering the use cases specific to our consortium as well as the generic issues of implementing a European federated learning healthcare platform. A list of lessons learned from the experience in our consortium is discussed, from the importance of establishing the proper communication channels for all stakeholders to technical aspects related to --omics data. For federated learning projects focused on secondary use of health data for predictive modeling, encompassing multiple data modalities, a phase of data model convergence is sorely needed to gather different data representations developed in the context of medical research, interoperability of clinical care software, imaging, and --omics analysis into a coherent, unified data model. Our work identifies this need and presents our experience and a list of actionable lessons learned for future work in this direction.},
keywords = {Data model,Federated learning,Healthcare,Lessons learned,Medical research,Omics},
file = {/Users/dkapitan/Zotero/storage/C5RQXIRH/Cremonesi et al. - 2023 - The need for multimodal health data modeling A pr.pdf;/Users/dkapitan/Zotero/storage/K2A9EKFC/S153204642300059X.html}
}
@article{curry2016big,
title = {The Big Data Value Chain: Definitions, Concepts, and Theoretical Approaches},
shorttitle = {The Big Data Value Chain},
author = {Curry, Edward},
year = {2016},
journal = {New horizons for a data-driven economy: A roadmap for usage and exploitation of big data in Europe},
pages = {29--37},
publisher = {Springer International Publishing},
urldate = {2024-05-27},
file = {/Users/dkapitan/Zotero/storage/F78VAX3X/Curry - 2016 - The big data value chain definitions, concepts, a.pdf}
}
@incollection{curry2021reference,
title = {A {{Reference Model}} for {{Big Data Technologies}}},
booktitle = {The {{Elements}} of {{Big Data Value}}: {{Foundations}} of the {{Research}} and {{Innovation Ecosystem}}},
author = {Curry, Edward and Metzger, Andreas and Berre, Arne J. and Monz{\'o}n, Andr{\'e}s and {Boggio-Marzet}, Alessandra},
editor = {Curry, Edward and Metzger, Andreas and Zillner, Sonja and Pazzaglia, Jean-Christophe and Garc{\'i}a Robles, Ana},
year = {2021},
pages = {127--151},
publisher = {Springer International Publishing},
address = {Cham},
doi = {10.1007/978-3-030-68176-0_6},
urldate = {2024-01-11},
abstract = {The Big Data Value (BDV) Reference Model has been developed with input from technical experts and stakeholders along the whole big data value chain. The BDV Reference Model may serve as a common reference framework to locate big data technologies on the overall IT stack. It addresses the main technical concerns and aspects to be considered for big data value systems. The BDV Reference Model enables the mapping of existing and future data technologies within a common framework. Within this chapter, we detail the reference model in more detail and show how it can be used to manage a portfolio of research and innovation projects.},
isbn = {978-3-030-68176-0},
langid = {english},
keywords = {Big data technologies,Data analysis,Data management,Data processing,Data protection,Data visualisation,Reference model},
file = {/Users/dkapitan/Zotero/storage/3HMH2BE9/Curry et al. - 2021 - A Reference Model for Big Data Technologies.pdf}
}
@article{dalhatu2023paper,
title = {From {{Paper Files}} to {{Web-Based Application}} for {{Data-Driven Monitoring}} of {{HIV Programs}}: {{Nigeria}}'s {{Journey}} to a {{National Data Repository}} for {{Decision-Making}} and {{Patient Care}}},
shorttitle = {From {{Paper Files}} to {{Web-Based Application}} for {{Data-Driven Monitoring}} of {{HIV Programs}}},
author = {Dalhatu, Ibrahim and Aniekwe, Chinedu and Bashorun, Adebobola and Abdulkadir, Alhassan and Dirlikov, Emilio and Ohakanu, Stephen and Adedokun, Oluwasanmi and Oladipo, Ademola and Jahun, Ibrahim and Murie, Lisa and Yoon, Steven and {Abdu-Aguye}, Mubarak G. and Sylvanus, Ahmed and Indyer, Samuel and Abbas, Isah and Bello, Mustapha and Nalda, Nannim and Alagi, Matthias and Odafe, Solomon and Adebajo, Sylvia and Ogorry, Otse and Akpu, Murphy and Okoye, Ifeanyi and Kakanfo, Kunle and Onovo, Amobi Andrew and Ashefor, Gregory and Nzelu, Charles and Ikpeazu, Akudo and Aliyu, Gambo and Ellerbrock, Tedd and Boyd, Mary and Stafford, Kristen A. and Swaminathan, Mahesh},
year = {2023},
month = sep,
journal = {Methods of Information in Medicine},
volume = {62},
number = {03/04},
pages = {130--139},
issn = {0026-1270, 2511-705X},
doi = {10.1055/s-0043-1768711},
urldate = {2024-03-25},
abstract = {Abstract Background{$\quad$}Timely and reliable data are crucial for clinical, epidemiologic, and program management decision making. Electronic health information systems provide platforms for managing large longitudinal patient records. Nigeria implemented the National Data Repository (NDR) to create a central data warehouse of all people living with human immunodeficiency virus (PLHIV) while providing useful functionalities to aid decision making at different levels of program implementation. Objective{$\quad$}We describe the Nigeria NDR and its development process, including its use for surveillance, research, and national HIV program monitoring toward achieving HIV epidemic control. Methods{$\quad$}Stakeholder engagement meetings were held in 2013 to gather information on data elements and vocabulary standards for reporting patient-level information, technical infrastructure, human capacity requirements, and information flow. Findings from these meetings guided the development of the NDR. An implementation guide provided common terminologies and data reporting structures for data exchange between the NDR and the electronic medical record (EMR) systems. Data from the EMR were encoded in extensible markup language and sent to the NDR over secure hypertext transfer protocol after going through a series of validation processes. Results{$\quad$}By June 30, 2021, the NDR had up-to-date records of 1,477,064 (94.4\%) patients receiving HIV treatment across 1,985 health facilities, of which 1,266,512 (85.7\%) patient records had fingerprint template data to support unique patient identification and record linkage to prevent registration of the same patient under different identities. Data from the NDR was used to support HIV program monitoring, case-based surveillance and production of products like the monthly lists of patients who have treatment interruptions and dashboards for monitoring HIV test and start. Conclusion{$\quad$}The NDR enabled the availability of reliable and timely data for surveillance, research, and HIV program monitoring to guide program improvements to accelerate progress toward epidemic control.},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/TGU3P9XW/Dalhatu et al. - 2023 - From Paper Files to Web-Based Application for Data.pdf}
}
@article{davies2019solidarity,
title = {Solidarity and {{Responsibility}} in {{Health Care}}},
author = {Davies, Ben and Savulescu, Julian},
year = {2019},
month = jul,
journal = {Public Health Ethics},
volume = {12},
number = {2},
pages = {133--144},
issn = {1754-9973},
doi = {10.1093/phe/phz008},
urldate = {2024-08-27},
abstract = {Some healthcare systems are said to be grounded in solidarity because healthcare is funded as a form of mutual support. This article argues that health care systems that are grounded in solidarity have the right to penalise some users who are responsible for their poor health. This derives from the fact that solidary systems involve both rights and obligations and, in some cases, those who avoidably incur health burdens violate obligations of solidarity. Penalties warranted include direct patient contribution to costs, and lower priority treatment, but not typically full exclusion from the healthcare system. We also note two important restrictions on this argument. First, failures of solidary obligations can only be assumed under conditions that are conducive to sufficiently autonomous choice, which occur when patients are given `Golden Opportunities' to improve their health. Second, because poor health does not occur in a social vacuum, an insistence on solidarity as part of healthcare is legitimate only if all members of society are held to similar standards of solidarity. We cannot insist upon, and penalise failures of, solidarity only for those who are unwell, and who cannot afford to evade the terms of public health.},
pmcid = {PMC6655468},
pmid = {31384302},
file = {/Users/dkapitan/Zotero/storage/LIZ46Z7R/Davies and Savulescu - 2019 - Solidarity and Responsibility in Health Care.pdf}
}
@article{dennis2019initiation,
title = {Initiation and Continuity of Maternal Healthcare: Examining the Role of Vouchers and User-Fee Removal on Maternal Health Service Use in {{Kenya}}},
shorttitle = {Initiation and Continuity of Maternal Healthcare},
author = {Dennis, Mardieh L and Benova, Lenka and Abuya, Timothy and Quartagno, Matteo and Bellows, Ben and Campbell, Oona M R},
year = {2019},
month = mar,
journal = {Health Policy and Planning},
volume = {34},
number = {2},
pages = {120--131},
issn = {0268-1080},
doi = {10.1093/heapol/czz004},
urldate = {2024-09-06},
abstract = {This study explores the relationship between two health financing initiatives on women's progression through the maternal health continuum in Kenya: a subsidized reproductive health voucher programme (2006--16) and the introduction of free maternity services in all government facilities (2013). Using cross-sectional survey data, we ran three multivariable logistic regression models examining the effects of the voucher programme, free maternity policy, health insurance and other determinants on (1) early antenatal care (ANC) initiation (first visit within the first trimester of pregnancy), (2) receiving continuous care (1+ ANC, facility birth, 1+ post-natal care (PNC) check) and (3) completing the maternal health pathway as recommended (4+ ANC, facility birth, 1+ PNC, with first check occurring within 48\,h of delivery). Full implementation of the voucher programme was positively associated with receiving continuous care among users of 1+ ANC [interaction term adjusted odds ratio (aOR): 1.33, P\,=\,0.014]. Early ANC initiation (aOR: 1.32, P\,=\,0.001) and use of private sector ANC (aOR: 1.93, P\,\<\,0.001) were also positively associated with use of continuous care among ANC users. Among continuous care users, early ANC was associated with increased odds of completing the maternal health pathway as recommended (aOR: 3.80, P\,\<\,0.001). Higher parity was negatively associated with all three outcomes, while having health insurance was positively associated with each outcome. The impact of other sociodemographic factors such as maternal age, education, wealth quintile, urban residence, and employment varied by outcome; however, the findings generally suggest that marginalized women faced greater barriers to early ANC initiation and continuity of care. Health financing and women's timing and source of ANC are strongly related to their subsequent progression through the maternal health pathway. To increase continuity of care and improve maternal health outcomes, policymakers must therefore focus on equitably reducing financial and other barriers to care seeking and improving quality of care throughout the continuum.},
file = {/Users/dkapitan/Zotero/storage/5LXL4Q58/Dennis et al. - 2019 - Initiation and continuity of maternal healthcare .pdf}
}
@article{dennis2020examining,
title = {Examining User Fee Reductions in Public Primary Healthcare Facilities in {{Kenya}}, 1997--2012: Effects on the Use and Content of Antenatal Care},
shorttitle = {Examining User Fee Reductions in Public Primary Healthcare Facilities in {{Kenya}}, 1997--2012},
author = {Dennis, Mardieh L. and Benova, Lenka and Goodman, Catherine and Barasa, Edwine and Abuya, Timothy and Campbell, Oona M. R.},
year = {2020},
month = mar,
journal = {International Journal for Equity in Health},
volume = {19},
number = {1},
pages = {35},
issn = {1475-9276},
doi = {10.1186/s12939-020-1150-8},
urldate = {2024-09-06},
abstract = {In 2004, The Kenyan government removed user fees in public dispensaries and health centers and replaced them with registration charges of 10 and 20 Kenyan shillings (2004 \$US 0.13 and \$0.25), respectively. This was termed the 10/20 policy. We examined the effect of this policy on the coverage, timing, source, and content of antenatal care (ANC), and the equity in these outcomes.},
langid = {english},
keywords = {Antenatal care,Kenya,Maternal health,Medical Ethics,Universal healthcare coverage,User fees},
file = {/Users/dkapitan/Zotero/storage/CXUWR3TH/Dennis et al. - 2020 - Examining user fee reductions in public primary he.pdf}
}
@article{dereuver2018digital,
title = {The {{Digital Platform}}: {{A Research Agenda}}},
shorttitle = {The {{Digital Platform}}},
author = {{de Reuver}, Mark and S{\o}rensen, Carsten and Basole, Rahul C.},
year = {2018},
month = jun,
journal = {Journal of Information Technology},
volume = {33},
number = {2},
pages = {124--135},
publisher = {SAGE Publications Ltd},
issn = {0268-3962},
doi = {10.1057/s41265-016-0033-3},
urldate = {2023-02-15},
abstract = {As digital platforms are transforming almost every industry today, they are slowly finding their way into the mainstream information systems (ISs) literature. Digital platforms are a challenging research object because of their distributed nature and intertwinement with institutions, markets and technologies. New research challenges arise as a result of the exponentially growing scale of platform innovation, the increasing complexity of platform architectures and the spread of digital platforms to many different industries. This paper develops a research agenda for digital platforms research in IS. We recommend researchers seek to (1) advance conceptual clarity by providing clear definitions that specify the unit of analysis, degree of digitality and the sociotechnical nature of digital platforms; (2) define the proper scoping of digital platform concepts by studying platforms on different architectural levels and in different industry settings; and (3) advance methodological rigour by employing embedded case studies, longitudinal studies, design research, data-driven modelling and visualisation techniques. Considering current developments in the business domain, we suggest six questions for further research: (1) Are platforms here to stay? (2) How should platforms be designed? (3) How do digital platforms transform industries? (4) How can data-driven approaches inform digital platforms research? (5) How should researchers develop theory for digital platforms? and (6) How do digital platforms affect everyday life?},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/Z2GNA5YA/de Reuver et al. - 2018 - The Digital Platform A Research Agenda.pdf}
}
@inproceedings{dereuver2022openness,
title = {The Openness of Data Platforms: A Research Agenda},
shorttitle = {The Openness of Data Platforms},
booktitle = {Proceedings of the 1st {{International Workshop}} on {{Data Economy}}},
author = {{de Reuver}, Mark and Ofe, Hosea and Agahari, Wirawan and Abbas, Antragama Ewa and Zuiderwijk, Anneke},
year = {2022},
month = dec,
series = {{{DE}} '22},
pages = {34--41},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
doi = {10.1145/3565011.3569056},
urldate = {2023-02-15},
abstract = {Data platforms are the keystone of the data economy. When opened up, data platforms allow data owners, data consumers and third parties to interact. Yet, openness may also harm business and societal interests. Literature on platform openness does not cover data platforms, and data economy scholars rarely study platform openness. Therefore, this paper develops a research agenda on the openness of data platforms. We explore how data platforms differ from conventional digital platforms (e.g., software platforms). From those differentiating characteristics, we identify areas for future work: (1) The specific characteristics of data require reconceptualizing the object of platform openness; (2) New ways in which data platforms can be opened should be conceptualized; (3) As data platforms are tailored to specific industries, platform-to-platform openness should be a novel unit of analysis; (4) Because opening up data platforms create novel risks, new reasons to (not) open up data platforms should be studied.},
isbn = {978-1-4503-9923-4},
keywords = {data ecosystem,data marketplace,data platform,platform openness},
file = {/Users/dkapitan/Zotero/storage/CSL6NCAX/de Reuver et al. - 2022 - The openness of data platforms a research agenda.pdf}
}
@misc{designinga,
title = {Designing and {{Evaluating Control Mechanisms}} for {{Sovereign Data Sharing}} through a {{Meta-Platform}} for {{Data Marketplaces}} {\textbar} {{TU Delft Repository}}},
urldate = {2024-08-14},
howpublished = {https://repository.tudelft.nl/record/uuid:3bc77a9e-7912-4b79-9e86-d0cc3c526785},
file = {/Users/dkapitan/Zotero/storage/HRK82E2I/uuid3bc77a9e-7912-4b79-9e86-d0cc3c526785.html}
}
@misc{developing,
title = {Developing {{A Semantic Web-based Framework}} for {{Executing}} the {{Clinical Quality Language Using FHIR}} - -},
urldate = {2024-05-27},
howpublished = {https://bia.unibz.it/esploro/outputs/conferenceProceeding/Developing-A-Semantic-Web-based-Framework-for-Executing-the-Clinical-Quality-Language-Using-FHIR/991005772984901241}
}
@misc{digitalpublicgoods,
title = {Digital {{Public Goods Alliance}}},
year = {2024},
journal = {Digital Public Goods Alliance - Promoting digital public goods to create a more equitable world},
urldate = {2024-02-05},
abstract = {Unlocking the potential of open-source technologies for a more equitable world. Explore and learn more about digital public goods The Digital Public Goods Alliance is a multi-stakeholder initiative that accelerates the attainment of the sustainable development goals by facilitating the discovery, development, use of, and investment in digital public goods. Learn More},
howpublished = {https://digitalpublicgoods.net/},
file = {/Users/dkapitan/Zotero/storage/J5Y9ZM7S/digitalpublicgoods.net.html}
}
@misc{digitalsquare2020instantopenhie,
title = {Advancing {{Instant OpenHIE}} {\textbar} {{Digital Square Open Application Platform}}},
urldate = {2024-04-02},
howpublished = {https://applications.digitalsquare.io/content/advancing-instant-openhie},
file = {/Users/dkapitan/Zotero/storage/JYDLLP35/advancing-instant-openhie.html}
}
@article{dohmen2022implementing,
title = {Implementing Value-Based Healthcare Using a Digital Health Exchange Platform to Improve Pregnancy and Childbirth Outcomes in Urban and Rural {{Kenya}}},
author = {Dohmen, Peter and De Sanctis, Teresa and Waiyaiya, Emma and Janssens, Wendy and {Rinke de Wit}, Tobias and Spieker, Nicole and {Van der Graaf}, Mark and Van Raaij, Erik M.},
year = {2022},
month = nov,
journal = {Frontiers in Public Health},
volume = {10},
publisher = {Frontiers},
issn = {2296-2565},
doi = {10.3389/fpubh.2022.1040094},
urldate = {2024-09-06},
abstract = {{$<$}p{$>$}Maternal and neonatal mortality rates in many low- and middle-income countries (LMICs) are still far above the targets of the United Nations Sustainable Development Goal 3. Value-based healthcare (VBHC) has the potential to outperform traditional supply-driven approaches in changing this dismal situation, and significantly improve maternal, neonatal and child health (MNCH) outcomes. We developed a theory of change and used a cohort-based implementation approach to create short and long learning cycles along which different components of the VBHC framework were introduced and evaluated in Kenya. At the core of the approach was a value-based care bundle for maternity care, with predefined cost and quality of care using WHO guidelines and adjusted to the risk profile of the pregnancy. The care bundle was implemented using a digital exchange platform that connects pregnant women, clinics and payers. The platform manages financial transactions, enables bi-directional communication with pregnant women {$<$}italic{$>$}via{$<$}/italic{$>$} SMS, collects data from clinics and shares enriched information {$<$}italic{$>$}via{$<$}/italic{$>$} dashboards with payers and clinics. While the evaluation of health outcomes is ongoing, first results show improved adherence to evidence-based care pathways at a predictable cost per enrolled person. This community case study shows that implementation of the VBHC framework in an LMIC setting is possible for MNCH. The incremental, cohort-based approach enabled iterative learning processes. This can support the restructuring of health systems in low resource settings from an output-driven model to a value based financing-driven model.{$<$}/p{$>$}},
langid = {english},
keywords = {cohort-based implementation,Digital Health,LMIC,MNCH,Outcome measurement,value-based healthcare (VBHC)},
file = {/Users/dkapitan/Zotero/storage/CV4DD939/Dohmen et al. - 2022 - Implementing value-based healthcare using a digita.pdf}
}
@inproceedings{duboc2006framework,
title = {A Framework for Modelling and Analysis of Software Systems Scalability},
booktitle = {Proceedings of the 28th International Conference on {{Software}} Engineering},
author = {Duboc, Leticia and Rosenblum, David S. and Wicks, Tony},
year = {2006},
month = may,
pages = {949--952},
publisher = {ACM},
address = {Shanghai China},
doi = {10.1145/1134285.1134460},
urldate = {2024-01-08},
abstract = {The term scalability appears frequently in computing literature, but it is a term that is poorly defined and poorly understood. The lack of a clear, consistent and systematic treatment of scalability makes it difficult to evaluate claims of scalability and to compare claims from different sources. This paper presents a framework for precisely characterizing and analyzing the scalability of a software system. The framework treats scalability as a multi-criteria optimization problem and captures the dependency relationships that underlie typical notions of scalability. The paper presents the results of a case study in which the framework and analysis method were applied to a real-world system, demonstrating that it is possible to develop a precise, systematic characterization of scalability and to use the characterization to compare the scalability of alternative system designs.},
isbn = {978-1-59593-375-1},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/CC3EVCNW/Duboc et al. - 2006 - A framework for modelling and analysis of software.pdf}
}
@article{duda2022hl7,
title = {{{HL7 FHIR-based}} Tools and Initiatives to Support Clinical Research: A Scoping Review},
shorttitle = {{{HL7 FHIR-based}} Tools and Initiatives to Support Clinical Research},
author = {Duda, Stephany N and Kennedy, Nan and Conway, Douglas and Cheng, Alex C and Nguyen, Viet and {Zayas-Cab{\'a}n}, Teresa and Harris, Paul A},
year = {2022},
month = sep,
journal = {Journal of the American Medical Informatics Association},
volume = {29},
number = {9},
pages = {1642--1653},
issn = {1527-974X},
doi = {10.1093/jamia/ocac105},
urldate = {2023-01-20},
abstract = {The HL7{\textregistered} fast healthcare interoperability resources (FHIR{\textregistered}) specification has emerged as the leading interoperability standard for the exchange of healthcare data. We conducted a scoping review to identify trends and gaps in the use of FHIR for clinical research.We reviewed published literature, federally funded project databases, application websites, and other sources to discover FHIR-based papers, projects, and tools (collectively, ``FHIR projects'') available to support clinical research activities.Our search identified 203 different FHIR projects applicable to clinical research. Most were associated with preparations to conduct research, such as data mapping to and from FHIR formats (n\,=\,66, 32.5\%) and managing ontologies with FHIR (n\,=\,30, 14.8\%), or post-study data activities, such as sharing data using repositories or registries (n\,=\,24, 11.8\%), general research data sharing (n\,=\,23, 11.3\%), and management of genomic data (n\,=\,21, 10.3\%). With the exception of phenotyping (n\,=\,19, 9.4\%), fewer FHIR-based projects focused on needs within the clinical research process itself.Funding and usage of FHIR-enabled solutions for research are expanding, but most projects appear focused on establishing data pipelines and linking clinical systems such as electronic health records, patient-facing data systems, and registries, possibly due to the relative newness of FHIR and the incentives for FHIR integration in health information systems. Fewer FHIR projects were associated with research-only activities.The FHIR standard is becoming an essential component of the clinical research enterprise. To develop FHIR's full potential for clinical research, funding and operational stakeholders should address gaps in FHIR-based research tools and methods.},
file = {/Users/dkapitan/Zotero/storage/J4EIBEFS/Duda et al. - 2022 - HL7 FHIR-based tools and initiatives to support cl.pdf;/Users/dkapitan/Zotero/storage/5P3NTBII/6639865.html}
}
@article{dunn2023cloudbased,
title = {A Cloud-Based Pipeline for Analysis of {{FHIR}} and Long-Read Data},
author = {Dunn, Tim and Cosgun, Erdal},
year = {2023},
month = jan,
journal = {Bioinformatics Advances},
volume = {3},
number = {1},
pages = {vbac095},
issn = {2635-0041},
doi = {10.1093/bioadv/vbac095},
urldate = {2024-01-09},
abstract = {As genome sequencing becomes cheaper and more accurate, it is becoming increasingly viable to merge this data with electronic health information to inform clinical decisions.In this work, we demonstrate a full pipeline for working with both PacBio sequencing data and clinical FHIR{\textregistered} data, from initial data to tertiary analysis. The electronic health records are stored in FHIR{\textregistered} (Fast Healthcare Interoperability Resource) format, the current leading standard for healthcare data exchange. For the genomic data, we perform variant calling on long-read PacBio HiFi data using Cromwell on Azure. Both data formats are parsed, processed and merged in a single scalable pipeline which securely performs tertiary analyses using cloud-based Jupyter notebooks. We include three example applications: exporting patient information to a database, clustering patients and performing a simple pharmacogenomic study.https://github.com/microsoft/genomicsnotebook/tree/main/fhirgenomicsSupplementary data are available at Bioinformatics Advances online.},
file = {/Users/dkapitan/Zotero/storage/KM764DPM/Dunn and Cosgun - 2023 - A cloud-based pipeline for analysis of FHIR and lo.pdf;/Users/dkapitan/Zotero/storage/IZSXRU2N/6994207.html}
}
@inproceedings{eapen2019drishti,
title = {Drishti: {{A Sense-Plan-Act Extension}} to {{Open mHealth Framework Using FHIR}}},
shorttitle = {Drishti},
booktitle = {2019 {{IEEE}}/{{ACM}} 1st {{International Workshop}} on {{Software Engineering}} for {{Healthcare}} ({{SEH}})},
author = {Eapen, Bell Raj and Archer, Norm and Sartipi, Kamran and Yuan, Yufei},
year = {2019},
month = may,
pages = {49--52},
doi = {10.1109/SEH.2019.00016},
urldate = {2024-04-15},
abstract = {Mobile Health (mHealth) is vital in promoting a collaborative healthcare model. Disparate mHealth Apps that do not talk to each other make complex behavioural interventions difficult. Open mHealth is a schema and framework for facilitating health information exchange for mHealth apps. We propose an extension to open mHealth for behavioural interventions. We call our proposed extension; Drishti (yogic gaze). It applies the sense-plan-act paradigm from robotics. We offer an open-source implementation of Drishti, and we evaluate it using a design science research framework.},
keywords = {Biomedical monitoring,Data models,FHIR,Information systems,Interoperability,Medical services,mHealth,Monitoring,Open source software,Standards},
file = {/Users/dkapitan/Zotero/storage/WD3XPBNG/Eapen et al. - 2019 - Drishti A Sense-Plan-Act Extension to Open mHealt.pdf;/Users/dkapitan/Zotero/storage/G4YJ9C33/8823907.html}
}
@article{ellis2022science,
title = {The {{Science}} of {{Learning Health Systems}}: {{Scoping Review}} of {{Empirical Research}}},
shorttitle = {The {{Science}} of {{Learning Health Systems}}},
author = {Ellis, Louise A. and Sarkies, Mitchell and Churruca, Kate and Dammery, Genevieve and Meulenbroeks, Isabelle and Smith, Carolynn L. and Pomare, Chiara and Mahmoud, Zeyad and Zurynski, Yvonne and Braithwaite, Jeffrey},
year = {2022},
month = feb,
journal = {JMIR Medical Informatics},
volume = {10},
number = {2},
pages = {e34907},
publisher = {JMIR Publications Inc., Toronto, Canada},
doi = {10.2196/34907},
urldate = {2024-09-06},
abstract = {Background: The development and adoption of a learning health system (LHS) has been proposed as a means to address key challenges facing current and future health care systems. The first review of the LHS literature was conducted 5 years ago, identifying only a small number of published papers that had empirically examined the implementation or testing of an LHS. It is timely to look more closely at the published empirical research and to ask the question, Where are we now? 5 years on from that early LHS review. Objective: This study performed a scoping review of empirical research within the LHS domain. Taking an ``implementation science'' lens, the review aims to map out the empirical research that has been conducted to date, identify limitations, and identify future directions for the field. Methods: Two academic databases (PubMed and Scopus) were searched using the terms ``learning health* system*'' for papers published between January 1, 2016, to January 31, 2021, that had an explicit empirical focus on LHSs. Study information was extracted relevant to the review objective, including each study's publication details; primary concern or focus; context; design; data type; implementation framework, model, or theory used; and implementation determinants or outcomes examined. Results: A total of 76 studies were included in this review. Over two-thirds of the studies were concerned with implementing a particular program, system, or platform (53/76, 69.7\%) designed to contribute to achieving an LHS. Most of these studies focused on a particular clinical context or patient population (37/53, 69.8\%), with far fewer studies focusing on whole hospital systems (4/53, 7.5\%) or on other broad health care systems encompassing multiple facilities (12/53, 22.6\%). Over two-thirds of the program-specific studies utilized quantitative methods (37/53, 69.8\%), with a smaller number utilizing qualitative methods (10/53, 18.9\%) or mixed-methods designs (6/53, 11.3\%). The remaining 23 studies were classified into 1 of 3 key areas: ethics, policies, and governance (10/76, 13.2\%); stakeholder perspectives of LHSs (5/76, 6.6\%); or LHS-specific research strategies and tools (8/76, 10.5\%). Overall, relatively few studies were identified that incorporated an implementation science framework. Conclusions: Although there has been considerable growth in empirical applications of LHSs within the past 5 years, paralleling the recent emergence of LHS-specific research strategies and tools, there are few high-quality studies. Comprehensive reporting of implementation and evaluation efforts is an important step to moving the LHS field forward. In particular, the routine use of implementation determinant and outcome frameworks will improve the assessment and reporting of barriers, enablers, and implementation outcomes in this field and will enable comparison and identification of trends across studies.},
copyright = {This is an open-access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work, first published JMIR Medical Informatics, is properly cited. The complete bibliographic information, a link to the original publication on https://medinform.jmir.org/, as well as this copyright and license information must be included.},
langid = {english},
file = {/Users/dkapitan/Zotero/storage/8PVX6BB3/Ellis et al. - 2022 - The Science of Learning Health Systems Scoping Re.pdf;/Users/dkapitan/Zotero/storage/755MG97Z/e34907.html}
}
@article{enticott2021learning,
title = {Learning Health Systems Using Data to Drive Healthcare Improvement and Impact: A Systematic Review},
shorttitle = {Learning Health Systems Using Data to Drive Healthcare Improvement and Impact},
author = {Enticott, Joanne and Johnson, Alison and Teede, Helena},
year = {2021},
month = mar,
journal = {BMC Health Services Research},
volume = {21},
number = {1},
pages = {200},
issn = {1472-6963},
doi = {10.1186/s12913-021-06215-8},
urldate = {2024-09-06},
abstract = {The transition to electronic health records offers the potential for big data to drive the next frontier in healthcare improvement. Yet there are multiple barriers to harnessing the power of data. The Learning Health System (LHS) has emerged as a model to overcome these barriers, yet there remains limited evidence of impact on delivery or outcomes of healthcare.},
langid = {english},
keywords = {Artificial Intelligence,Digital health,Health data hubs,Health services research,Learning health systems},
file = {/Users/dkapitan/Zotero/storage/E4PZHKRC/Enticott et al. - 2021 - Learning health systems using data to drive health.pdf}
}
@article{evertsz2023what,
title = {What Constitutes Equitable Data Sharing in Global Health Research? {{A}} Scoping Review of the Literature on Low-Income and Middle-Income Country Stakeholders' Perspectives},
shorttitle = {What Constitutes Equitable Data Sharing in Global Health Research?},
author = {Evertsz, Natalia and Bull, Susan and Pratt, Bridget},
year = {2023},