Skip to content

Commit 0045ace

Browse files
authored
Merge pull request #38 from machintim/machintim-merge-in-SATRE-Glossary
Merge in SATRE Glossary
2 parents 23ba3f7 + 04e1fa2 commit 0045ace

File tree

1 file changed

+70
-1
lines changed

1 file changed

+70
-1
lines changed

assets/uktre-glossary.yaml

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ glossary:
1111
definition: |-
1212
The technical mechanism for controlling a known (authenticated) user’s access to a system and its underlying assets such as data. Access control is also referred to as authorisation (and shorthanded as “AuthZ” to distinguish it from authentication), as it determines what the user is authorised to do.
1313
See also: [AAI]; [Authentication]; [Authorisation].
14+
- term: Actor
15+
tags:
16+
- Architecture
17+
definition: |-
18+
A person, organization, or system that has one or more roles that initiates or interacts with activities.
19+
Example: The SATRE architecture needs actors such as data analysts and internal auditors.
20+
See also: [Role].
1421
- term: Administrative Data
1522
tags:
1623
- Data in general
@@ -38,6 +45,13 @@ glossary:
3845
- Computing
3946
definition: |-
4047
The process of installing, configuring, and making software applications available for use within a given environment (eg, a [Trusted Research Environment (TRE)]).
48+
- term: Application Component
49+
tags:
50+
- Architecture
51+
definition: |-
52+
An encapsulation of application functionality which is modular and replaceable.
53+
Example: To perform work within a TRE a data analyst might need access to a Desktop or command line interface application component.
54+
See also: [Desktop]; [Command Line Interface (CLI)].
4155
- term: Application Programming Interface (API)
4256
tags:
4357
- Computing
@@ -48,6 +62,17 @@ glossary:
4862
- Computing
4963
definition: |-
5064
A number of applications, tools and other software that work in concert to form a complete software solution.
65+
- term: Architecture
66+
tags:
67+
- Architecture
68+
definition: |-
69+
An architecture defines the structures and behaviours of an organisation including people, processes, data and technology. This helps build a blueprint for how organisations and people work with technology to deliver TREs.
70+
- term: Architectural Principle
71+
tags:
72+
- Architecture
73+
definition: |-
74+
Fundamental guidelines that inform the design, decision making and implementation of a TRE. These principles provide a framework to ensure that the design of the underlying components of a TRE are aligned to consistent goals, values and best practices.
75+
See also: [Trusted Research Environment (TRE)].
5176
- term: Artificial Intelligence (AI)
5277
tags:
5378
- Computing
@@ -97,6 +122,13 @@ glossary:
97122
- Processes
98123
definition: |-
99124
A set of guidelines that, if followed, is known to produce good outcomes. Best practice may be based on different levels of research evidence and/or collective experience.
125+
- term: Business Process
126+
tags:
127+
- Architecture
128+
definition: |-
129+
A set of actions which produce a specific desired outcome.
130+
Example: To access the TRE a data consumer needs to complete an onboarding business process.
131+
See also: [User Onboarding]; [Trusted Research Environment (TRE)].
100132
- term: Big Data
101133
tags:
102134
- Data in general
@@ -106,7 +138,19 @@ glossary:
106138
tags:
107139
- Special aspects in the NHS Context
108140
definition: |-
109-
A senior professional in the NHS who safeguards patient confidentiality and privacy. They are responsible for protecting patient information, including how it is used in, for example, research. Named after Dame Fiona Caldicott, the first UK National Data Guardian.
141+
A senior professional in the NHS who safeguards patient confidentiality and privacy. They are responsible for protecting patient information, including how it is used in, for example, research. Named after Dame Fiona Caldicott, the first UK National Data Guardian.
142+
- term: Capability
143+
tags:
144+
- Architecture
145+
definition: |-
146+
An ability that a system possesses. Capabilities are typically expressed in general and high-level terms. Achieving a capability typically requires a combination of organisation, people, processes, and technology.
147+
See also: [Capability Decomposition].
148+
- term: Capability Decomposition
149+
tags:
150+
- Architecture
151+
definition: |-
152+
A set of components that realise a capability. These components will vary depending on the nature of the capability. Business-focused capabilities will be realised by business processes, roles and services. Technology-focused capabilities will be realised by applications, services and interfaces. In addition to the components realising the capability, a catalogue of standards, frameworks and controls linked to the capabilities will provide guidance on how to implement the capabilities safely.
153+
See also: [Capability]; [Component]; [Business Process]; [Role]; [Application Component].
110154
- term: Census
111155
tags:
112156
- Data in general
@@ -147,6 +191,12 @@ glossary:
147191
definition: |-
148192
Computer data storage hosted by a cloud computing firm rather than provided locally. Access to cloud storage requires an Internet connection, in contrast to local storage which is either attached to a user's computer or needs only a local network connection.
149193
Examples: Apple's iCloud storage, Google's Drive or Microsoft OneDrive are examples of cloud storage.
194+
- term: Component
195+
tags:
196+
- Architecture
197+
definition: |-
198+
The statements concerning processes, controls, practices and applications that make up a capability, together with an importance label.
199+
See also: [Capability]; [Capability Decomposition].
150200
- term: Code Control
151201
tags:
152202
- Computing
@@ -259,6 +309,13 @@ glossary:
259309
- Data Management
260310
definition: |-
261311
The management and oversight of data throughout its lifecycle, including storage, usage, sharing, retention, and eventual disposal.
312+
- term: Data Object
313+
tags:
314+
- Architecture
315+
definition: |-
316+
A store of data or information.
317+
Example: To know what data is stored within the TRE a study database data object is needed. This contains information on the data assets within the TRE, who owns them and other compliance information.
318+
See also: [Database]; [Trusted Research Environment (TRE)].
262319
- term: Data Literacy
263320
tags:
264321
- Data in general
@@ -713,6 +770,12 @@ glossary:
713770
definition: |-
714771
The systematic evaluation and analysis of potential risks, threats, or vulnerabilities, including their likelihood, potential impact, and the effectiveness of existing controls or mitigation measures.
715772
See also: [Risk Assessment](https://www.elgaronline.com/display/book/9781035300921/b-9781035300921-R_69.xml).
773+
- term: Role
774+
tags:
775+
- Architecture
776+
definition: |-
777+
A role is a set of connected behaviors, rights, obligations and norms within a TRE system. Roles are occupied by individuals, who are called actors.
778+
See also: [Actor]; [Trusted Research Environment (TRE)].
716779
- term: Routinely Collected Data
717780
tags:
718781
- Health Services & Health Data
@@ -740,6 +803,12 @@ glossary:
740803
definition: |-
741804
Characteristics of individuals or populations related to social and demographic aspects such as age, gender, ethnicity, socioeconomic status, and education level.
742805
See also: [Characteristic].
806+
- term: Specification Pillar
807+
tags:
808+
- Architecture
809+
definition: |-
810+
A specification pillar is a group of related capabilities. SATRE has four specification pillars: Information governance, Computing technology, Data management and Supporting Capabilities.
811+
See also: [Capability].
743812
- term: Structured Query Language (SQL)
744813
tags:
745814
- Computing

0 commit comments

Comments
 (0)