|
| 1 | +import { Cards } from "nextra/components"; |
| 2 | +import { |
| 3 | + PocketKnifeIcon, |
| 4 | + ChevronRightCircleIcon, |
| 5 | + LockIcon, |
| 6 | + HeartPulseIcon, |
| 7 | + GlobeIcon, |
| 8 | +} from "lucide-react"; |
| 9 | + |
| 10 | +# Concepts & Standards |
| 11 | + |
| 12 | +There are a number of concepts and standards that TRE Administrators should be familiar with in the context of Federated Workflow Processing. |
| 13 | + |
| 14 | +## Concepts |
| 15 | + |
| 16 | +### Federated Research Patterns |
| 17 | + |
| 18 | +The Federated Research documentation provides an overview of its concepts of "Patterns" and "Weaves": |
| 19 | + |
| 20 | +<Cards.Card |
| 21 | + className="mt-2" |
| 22 | + icon={<ChevronRightCircleIcon />} |
| 23 | + title="Federated Research Patterns" |
| 24 | + href="https://docs.federated-analytics.ac.uk/federated_research_patterns/patterns" |
| 25 | +/> |
| 26 | + |
| 27 | +<Cards.Card |
| 28 | + className="mt-2" |
| 29 | + icon={<ChevronRightCircleIcon />} |
| 30 | + title="Federated Research Patterns - Weaves" |
| 31 | + href="https://docs.federated-analytics.ac.uk/federated_research_patterns/weaves" |
| 32 | +/> |
| 33 | + |
| 34 | +> [!NOTE] |
| 35 | +> |
| 36 | +> This training package focuses on documentation for the deployment and usage of tooling for the Five Safes TES Weave. |
| 37 | +
|
| 38 | +### Five Safes TES |
| 39 | + |
| 40 | +## Standards |
| 41 | + |
| 42 | +These standards are used by the Five Safes TES Weave and Tools. Included below is a brief description of what these standards are and why they have been adopted. |
| 43 | + |
| 44 | +### Five Safes |
| 45 | + |
| 46 | +- A set of principles to describe how decisions about granting access to data should be made. Covering Safe People, Data, Project, Outputs, Settings it is a set of interlocking principles |
| 47 | +- HDR UK have been a major proponent of the adoption of these principles across the UK health data eco-system. It has become the default mechanism across most domains and is the governance framework in which access decisions are made for HDR UK and DARE UK. |
| 48 | + |
| 49 | +<Cards.Card |
| 50 | + className="mt-2" |
| 51 | + icon={<LockIcon />} |
| 52 | + title="Read more about Five Safes" |
| 53 | + href="https://ukdataservice.ac.uk/help/secure-lab/what-is-the-five-safes-framework/" |
| 54 | +/> |
| 55 | + |
| 56 | +### Global Alliance for Genomics and Health (GA4GH) |
| 57 | + |
| 58 | +- A joint academic and industry programme |
| 59 | +- Health Data Research UK and GA4GH have a strategic partnership |
| 60 | +- Pre-competitive work to enable global analysis of genomic data |
| 61 | +- Produced international standards |
| 62 | + |
| 63 | +HDR UK and DARE UK have funded programmes to understand if the standards developed in GA4GH can be used in wider data environments, and especially within secure data environments for sensitive data. |
| 64 | + |
| 65 | +The Federated Analytics programme in HDR UK and the TREvolution programme in DARE UK have MVPs to demonstrate the utility of these standards beyond health. |
| 66 | + |
| 67 | +<Cards.Card |
| 68 | + className="mt-2" |
| 69 | + icon={<GlobeIcon />} |
| 70 | + title="Read more about GA4GH" |
| 71 | + href="https://www.ga4gh.org" |
| 72 | +/> |
| 73 | + |
| 74 | +#### Task Execution Service (TES) |
| 75 | + |
| 76 | +- Provides a standard mechanism for orchestrating complex analyses across different compute environments |
| 77 | + |
| 78 | +<Cards.Card |
| 79 | + className="mt-2" |
| 80 | + icon={<PocketKnifeIcon />} |
| 81 | + title="Read more about TES" |
| 82 | + href="https://www.ga4gh.org/product/task-execution-service-tes/" |
| 83 | +/> |
| 84 | + |
| 85 | +### Observational Medical Outcomes Partnership (OMOP) |
| 86 | + |
| 87 | +- A standard that describes how health data should be grouped together in a set of common tables (a common data model) |
| 88 | +- Created and maintained by Observational Health Data Sciences and Informatics (OHDSI) |
| 89 | +- Adopted by NHS England Secure Data Environment programme |
| 90 | +- Used as a global standard for real world data studies |
| 91 | + |
| 92 | +HDR UK have supercharged the UK efforts in the adoption of OMOP, by funding the conversion of data to OMOP, helping to establish OHDSI UK, and by the establishment of the real-world evidence framework. |
| 93 | + |
| 94 | +The Federated Analytics programme in HDR UK have open-source tools in production that support the conversion of data to OMOP and the discovery of OMOP datasets globally. These are being developed further in DARE UK to demonstrate how they can be deployed across multiple secure data environments. |
| 95 | + |
| 96 | +<Cards.Card |
| 97 | + className="mt-2" |
| 98 | + icon={<HeartPulseIcon />} |
| 99 | + title="Read more about OMOP" |
| 100 | + href="https://www.ohdsi.org/data-standardization/" |
| 101 | +/> |
0 commit comments