pyegeria 5.4.0.14__py3-none-any.whl → 5.4.0.16__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. commands/cat/.DS_Store +0 -0
  2. commands/cat/.env +8 -0
  3. commands/cat/debug_log +550 -0
  4. commands/cat/debug_log.log +0 -0
  5. commands/cat/list_format_set.py +10 -4
  6. commands/cat/logs/pyegeria.log +0 -0
  7. commands/cli/debug_log.log +0 -0
  8. commands/ops/load_archive.py +26 -22
  9. commands/ops/logs/pyegeria.log +0 -0
  10. md_processing/.DS_Store +0 -0
  11. md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
  12. md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
  13. md_processing/dr_egeria_inbox/arch_test.md +57 -0
  14. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  15. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  16. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  17. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  18. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  19. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  20. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  21. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  22. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  23. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  24. md_processing/dr_egeria_inbox/collections.md +39 -0
  25. md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
  26. md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
  27. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  28. md_processing/dr_egeria_inbox/data_field.md +54 -0
  29. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  30. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  31. md_processing/dr_egeria_inbox/data_test.md +179 -0
  32. md_processing/dr_egeria_inbox/data_test2.md +429 -0
  33. md_processing/dr_egeria_inbox/data_test3.md +462 -0
  34. md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
  35. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  36. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  37. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
  38. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  39. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  40. md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
  41. md_processing/dr_egeria_inbox/glossary_list.md +5 -0
  42. md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
  43. md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
  44. md_processing/dr_egeria_inbox/gov_def.md +424 -0
  45. md_processing/dr_egeria_inbox/gov_def2.md +447 -0
  46. md_processing/dr_egeria_inbox/product.md +50 -0
  47. md_processing/dr_egeria_inbox/rel.md +8 -0
  48. md_processing/dr_egeria_inbox/sb.md +119 -0
  49. md_processing/dr_egeria_inbox/solution-components.md +136 -0
  50. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  51. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  52. md_processing/dr_egeria_inbox/t2.md +268 -0
  53. md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
  54. md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
  55. md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +6 -0
  56. md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +31 -0
  57. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
  58. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
  59. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
  60. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
  61. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  62. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  63. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  64. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
  65. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  66. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  67. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
  68. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  69. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
  70. md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
  71. md_processing/dr_egeria_outbox/.obsidian/workspace.json +220 -0
  72. md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
  73. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:00-product.md +62 -0
  74. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:13-product.md +62 -0
  75. md_processing/dr_egeria_outbox/friday/processed-2025-07-20 13:23-product.md +47 -0
  76. md_processing/dr_egeria_outbox/friday/processed-2025-08-01 11:55-data_test3.md +503 -0
  77. md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
  78. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +2744 -0
  79. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +62 -0
  80. md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +444 -0
  81. md_processing/dr_egeria_outbox/processed-2025-08-03 16:05-glossary_list.md +37 -0
  82. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 14:55-product.md +77 -0
  83. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:05-product.md +75 -0
  84. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:11-product.md +74 -0
  85. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 20:40-collections.md +49 -0
  86. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  87. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  88. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  89. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  90. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
  91. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
  92. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
  93. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
  94. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
  95. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
  96. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
  97. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
  98. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
  99. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 14:27-gov_def2.md +485 -0
  100. md_processing/md_processing_utils/debug_log.log +0 -0
  101. md_processing/md_processing_utils/solution_architect_log.log +0 -0
  102. pyegeria/.DS_Store +0 -0
  103. pyegeria/_client_new.py +31 -1
  104. pyegeria/_output_format_models.py +373 -0
  105. pyegeria/_output_formats.py +501 -190
  106. pyegeria/collection_manager_omvs.py +1 -1
  107. pyegeria/glossary_browser_omvs.py +178 -65
  108. pyegeria/governance_officer_omvs.py +2 -2
  109. pyegeria/load_config.py +38 -13
  110. pyegeria/logging_configuration.py +2 -2
  111. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/METADATA +1 -1
  112. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/RECORD +115 -17
  113. md_processing/dr-egeria-outbox/DataStruct-2025-07-29-20-49-16.py +0 -8
  114. md_processing/dr-egeria-outbox/Mandy-DataStruct-2025-07-29-15-54-45.md +0 -19
  115. pyegeria/dr.egeria spec.md +0 -9
  116. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/LICENSE +0 -0
  117. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/WHEEL +0 -0
  118. {pyegeria-5.4.0.14.dist-info → pyegeria-5.4.0.16.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,2744 @@
1
+ y# Dr.Egeria Command Reference
2
+
3
+ This document contains the descriptions of all Dr.Egeria commands currently defined.
4
+
5
+
6
+ # Term List for search string: `*`
7
+
8
+ # Term Report - created at 2025-07-21 10:52
9
+ Term found from the search string: `All`
10
+
11
+ <a id="37d9a31e-bd4b-4a56-a42c-a57b8b7e7a7b"></a>
12
+ # Term Name: Create Information Supply Chain
13
+
14
+ ## GUID
15
+ 37d9a31e-bd4b-4a56-a42c-a57b8b7e7a7b
16
+
17
+ ## Description
18
+ The flow of a particular type of data across a digital landscape.
19
+
20
+ ## Usage
21
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
22
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
23
+ | Display Name | True | True | False | None | Name of the Information Supply Chain | False | |
24
+ | Description | False | True | False | None | A description of the data structure. | False | |
25
+ | Scope | False | True | False | None | Scope of the supply chain. | False | |
26
+ | Purposes | False | True | False | None | A list of purposes. | False | |
27
+ | Nested Information Supply Chains | False | True | False | None | A list of supply chains that compose this supply chain. | False | |
28
+ | In Information Supply Chain | False | True | False | None | Supply chains that this supply chain is in. | False | |
29
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
30
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
31
+ | Merge Update | False | True | False | None | If true, only those attributes specified in the update will be updated; If false, any attributes not provided during the update will be set to None. | False | |
32
+
33
+ ## Qualified Name
34
+ Term::Create Information Supply Chain
35
+
36
+ ## Status
37
+ DRAFT
38
+
39
+ ## In Glossary
40
+ Egeria-Markdown
41
+
42
+
43
+ ---
44
+
45
+ <a id="14cefdf9-8cb6-4be9-a5e4-38648f26199c"></a>
46
+ # Term Name: Attach Collection->Resource
47
+
48
+ ## GUID
49
+ 14cefdf9-8cb6-4be9-a5e4-38648f26199c
50
+
51
+ ## Description
52
+ Connect an existing collection to an element using the ResourceList relationship.
53
+
54
+ ## Usage
55
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
56
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
57
+ | Collection | True | True | False | None | An element of base type collection (e.g. collection, agreement; subscription, ...) | False | |
58
+ | Resource | True | True | False | None | The name of the resource to attach to. | False | |
59
+ | Resource Use | False | True | False | None | Describes the relationship between the resource and the collection. | False | |
60
+ | Resource Description | False | True | False | None | A description of the resource being attached. | False | |
61
+ | Resource Use Properties | False | True | False | None | A dictionary of name:value pairs describing properties of the resource use. | False | |
62
+
63
+ ## Qualified Name
64
+ Term::Attach Collection->Resource
65
+
66
+ ## Status
67
+ DRAFT
68
+
69
+ ## In Glossary
70
+ Egeria-Markdown
71
+
72
+
73
+ ---
74
+
75
+ <a id="6f68b434-2853-4433-9484-a44e6e93f074"></a>
76
+ # Term Name: Create Data Dictionary
77
+
78
+ ## GUID
79
+ 6f68b434-2853-4433-9484-a44e6e93f074
80
+
81
+ ## Description
82
+ A Data Dictionary is an organized and curated collection of data definitions that can serve as a reference for data professionals
83
+
84
+ ## Usage
85
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
86
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
87
+ | Display Name | True | True | False | None | Name of the Data Dictionary | False | |
88
+ | Description | False | True | False | None | A description of the Data Dictionary. | False | |
89
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
90
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
91
+
92
+ ## Qualified Name
93
+ Term::Create Data Dictionary
94
+
95
+ ## Status
96
+ DRAFT
97
+
98
+ ## In Glossary
99
+ Egeria-Markdown
100
+
101
+
102
+ ---
103
+
104
+ <a id="9a98e18b-53fc-4110-a777-c9d86db520fa"></a>
105
+ # Term Name: Create Agreement
106
+
107
+ ## GUID
108
+ 9a98e18b-53fc-4110-a777-c9d86db520fa
109
+
110
+ ## Description
111
+ A kind of collection that represents an Agreement. This is for generic agreements. Specific kinds of agreements have their own commands.
112
+
113
+ ## Usage
114
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
115
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
116
+ | Display Name | True | True | False | None | Name of the agreement. | False | |
117
+ | Description | False | True | False | None | Description of the contents of the agreement. | False | |
118
+ | Agreement Identifier | False | True | False | None | A user specified agreement identifier. | False | |
119
+ | Agreement Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
120
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
121
+ | Version Identifier | False | True | False | None | Published agreement version identifier. | False | |
122
+ | Agreement Actors | False | True | False | None | A list of actors with responsibilities for the agreement. | False | |
123
+ | Restrictions | False | True | False | None | A dictionary of property:value pairs describing restrictions. | False | |
124
+ | Obligations | False | True | False | None | A dictionary of property:value pairs describing obligations. | False | |
125
+ | Entitlements | False | True | False | None | A dictionary of property:value pairs describing entitlements. | False | |
126
+ | Usage Measurements | False | True | False | None | A dictionary of property:value pairs describing usage measurements. | False | |
127
+ | Product Metrics | False | True | False | None | A dictionary of property:value pairs describing metrics for the product/. | False | |
128
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
129
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
130
+
131
+ ## Qualified Name
132
+ Term::Create Agreement
133
+
134
+ ## Status
135
+ DRAFT
136
+
137
+ ## In Glossary
138
+ Egeria-Markdown
139
+
140
+
141
+ ---
142
+
143
+ <a id="676939eb-be4a-4fd3-9a9f-a23152a1ef07"></a>
144
+ # Term Name: Create Data Specification
145
+
146
+ ## GUID
147
+ 676939eb-be4a-4fd3-9a9f-a23152a1ef07
148
+
149
+ ## Description
150
+ A Data Specification defines the data requirements for a project or initiative. This includes the data structures , data fields and data classes.
151
+
152
+ ## Usage
153
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
154
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
155
+ | Display Name | True | True | False | None | Name of the Data Specification. | False | |
156
+ | Description | False | True | False | None | A description of the Data Specification. | False | |
157
+ | Collection Type | False | True | False | None | A user supplied collection type. | False | |
158
+ | Qualified Name | True | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
159
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
160
+
161
+ ## Qualified Name
162
+ Term::Create Data Specification
163
+
164
+ ## Status
165
+ DRAFT
166
+
167
+ ## In Glossary
168
+ Egeria-Markdown
169
+
170
+
171
+ ---
172
+
173
+ <a id="22089aef-39a3-479d-833b-801e6923d6cb"></a>
174
+ # Term Name: Facility
175
+
176
+ ## GUID
177
+ 22089aef-39a3-479d-833b-801e6923d6cb
178
+
179
+ ## Summary
180
+ The facility type captures a particular type of operation that Coco Pharmaceuticals has running at one of its sites.
181
+
182
+ ## Description
183
+ Each type of facility, such as manufacturing, research, offices, ..., needs different equipment and are likely to have different sustainability challenges. Therefore by breaking down the activity at each site into facilities, it is possible to create a separate focus on each type of facility.
184
+
185
+ ## Qualified Name
186
+ GlossaryTerm:Facility
187
+
188
+ ## Status
189
+ ACTIVE
190
+
191
+ ## In Glossary
192
+ Sustainability Glossary
193
+
194
+
195
+ ---
196
+
197
+ <a id="1d4168d5-680d-4b97-a155-7af2399a2dab"></a>
198
+ # Term Name: Create Regulation Article
199
+
200
+ ## GUID
201
+ 1d4168d5-680d-4b97-a155-7af2399a2dab
202
+
203
+ ## Description
204
+ A RegulationArticle entity is an article in a regulation. Dividing a regulation simplifies planning and execution.
205
+
206
+ ## Usage
207
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
208
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
209
+ | Display Name | True | True | False | None | Name of the definition. | False | |
210
+ | Summary | False | True | False | None | Summary of the definition. | False | |
211
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
212
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
213
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
214
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
215
+ | Scope | False | True | False | None | Scope of the definition. | False | |
216
+ | Importance | False | True | False | None | Importance of the definition. | False | |
217
+ | Implications | False | True | False | None | List of implications. | False | |
218
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
219
+ | Results | False | True | False | None | A list of expected results. | False | |
220
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
221
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
222
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
223
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
224
+
225
+ ## Qualified Name
226
+ Term::Create Regulation Article
227
+
228
+ ## Status
229
+ DRAFT
230
+
231
+ ## In Glossary
232
+ Egeria-Markdown
233
+
234
+
235
+ ---
236
+
237
+ <a id="ffe5155b-cb74-4642-ad55-4e3a7af9d3ef"></a>
238
+ # Term Name: Measurement Date
239
+
240
+ ## GUID
241
+ ffe5155b-cb74-4642-ad55-4e3a7af9d3ef
242
+
243
+ ## Summary
244
+ The date that the patient measurement was made.
245
+
246
+ ## Description
247
+ The measurements are from a discrete day so that any changes in a patient''s condition can be measured. The format of the date may vary depending on the source of the measurement.
248
+
249
+ ## Usage
250
+ Used to identify the data of any patient measurement during a clinical trial.
251
+
252
+ ## Qualified Name
253
+ GlossaryTerm::ClinicalTrialTerminology::MeasurementDate
254
+
255
+ ## Status
256
+ ACTIVE
257
+
258
+ ## In Glossary
259
+ Coco Pharmaceuticals Clinical Trial Terminology
260
+
261
+ ## Categories
262
+ Clinical Trials Common Data Fields
263
+
264
+
265
+ ---
266
+
267
+ <a id="261821ea-1552-4279-9207-dea6dfe9aa57"></a>
268
+ # Term Name: Create Business Imperative
269
+
270
+ ## GUID
271
+ 261821ea-1552-4279-9207-dea6dfe9aa57
272
+
273
+ ## Description
274
+ The BusinessImperative entity defines a business goal that is critical to the success of the organization.
275
+
276
+ ## Usage
277
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
278
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
279
+ | Display Name | True | True | False | None | Name of the definition. | False | |
280
+ | Summary | False | True | False | None | Summary of the definition. | False | |
281
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
282
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
283
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
284
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
285
+ | Scope | False | True | False | None | Scope of the definition. | False | |
286
+ | Importance | False | True | False | None | Importance of the definition. | False | |
287
+ | Implications | False | True | False | None | List of implications. | False | |
288
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
289
+ | Results | False | True | False | None | A list of expected results. | False | |
290
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
291
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
292
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
293
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
294
+
295
+ ## Qualified Name
296
+ Term::Create Business Imperative
297
+
298
+ ## Status
299
+ DRAFT
300
+
301
+ ## In Glossary
302
+ Egeria-Markdown
303
+
304
+
305
+ ---
306
+
307
+ <a id="a4438b93-a5c1-4b3f-9b3e-1c673edaf457"></a>
308
+ # Term Name: View Solution Components
309
+
310
+ ## GUID
311
+ a4438b93-a5c1-4b3f-9b3e-1c673edaf457
312
+
313
+ ## Description
314
+ Return the data structure details, optionally filtered by the search string.
315
+
316
+ ## Usage
317
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
318
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
319
+ | Search String | False | True | False | None | An optional search string to filter results by. | False | |
320
+ | Output Format | False | True | False | None | Optional specification of output format for the query. | False | List; Form; Report; Dict |
321
+ | Detailed | False | True | False | None | If true a more detailed set of attributes will be returned. | False | |
322
+
323
+ ## Qualified Name
324
+ Term::View Solution Components
325
+
326
+ ## Status
327
+ DRAFT
328
+
329
+ ## In Glossary
330
+ Egeria-Markdown
331
+
332
+
333
+ ---
334
+
335
+ <a id="8dab28e9-c0da-4117-bb57-15d07c30e83e"></a>
336
+ # Term Name: Create Governance Approach
337
+
338
+ ## GUID
339
+ 8dab28e9-c0da-4117-bb57-15d07c30e83e
340
+
341
+ ## Description
342
+ The GovernanceApproach entity defines a policy that describes a method that should be used for a particular activity.
343
+
344
+ ## Usage
345
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
346
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
347
+ | Display Name | True | True | False | None | Name of the definition. | False | |
348
+ | Summary | False | True | False | None | Summary of the definition. | False | |
349
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
350
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
351
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
352
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
353
+ | Scope | False | True | False | None | Scope of the definition. | False | |
354
+ | Importance | False | True | False | None | Importance of the definition. | False | |
355
+ | Governance Drivers | False | True | False | None | The drivers this policy is in response to. Drivers may be Business Imperatives, Regulations, Governance Strategy or Threats. | False | |
356
+ | Implications | False | True | False | None | List of implications. | False | |
357
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
358
+ | Results | False | True | False | None | A list of expected results. | False | |
359
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
360
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
361
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
362
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
363
+
364
+ ## Qualified Name
365
+ Term::Create Governance Approach
366
+
367
+ ## Status
368
+ DRAFT
369
+
370
+ ## In Glossary
371
+ Egeria-Markdown
372
+
373
+
374
+ ---
375
+
376
+ <a id="a0fc06f8-cd2b-4205-af30-51916bf9975e"></a>
377
+ # Term Name: Patient Height
378
+
379
+ ## GUID
380
+ a0fc06f8-cd2b-4205-af30-51916bf9975e
381
+
382
+ ## Summary
383
+ Template Substitute for Patient Height
384
+
385
+ ## Usage
386
+ Only for use in templates.
387
+
388
+ ## Qualified Name
389
+ GlossaryTerm::ClinicalTrialTerminology::TemplateSubstitute::PatientHeight
390
+
391
+ ## Status
392
+ ACTIVE
393
+
394
+ ## In Glossary
395
+ Coco Pharmaceuticals Clinical Trial Terminology
396
+
397
+ ## Categories
398
+ Template substitutes
399
+
400
+
401
+ ---
402
+
403
+ <a id="fccd6393-030f-45b8-b2ce-de6d857e8fa1"></a>
404
+ # Term Name: Link Governance Controls
405
+
406
+ ## GUID
407
+ fccd6393-030f-45b8-b2ce-de6d857e8fa1
408
+
409
+ ## Description
410
+ Link peer governance controls with the GovernanceControlLink relationship. Controls types are: GovernanceRule, GovernanceProcess, GovernanceResponsibility, GovernanceProcedure, SecurityAccessControl, SecurityGroup.
411
+
412
+ ## Usage
413
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
414
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
415
+ | Control Definition 1 | True | True | False | None | The first governance control to link. | False | |
416
+ | Control Definition 2 | True | True | False | None | The fsecond governance control to link. | False | |
417
+ | Link Label | False | True | False | None | Labels the link between two governance defninitions. | False | |
418
+ | Description | False | True | False | None | A description of the relationship. | False | |
419
+
420
+ ## Qualified Name
421
+ Term::Link Governance Controls
422
+
423
+ ## Status
424
+ DRAFT
425
+
426
+ ## In Glossary
427
+ Egeria-Markdown
428
+
429
+
430
+ ---
431
+
432
+ <a id="0c8af67f-3a0a-48ec-a245-38da23b2c927"></a>
433
+ # Term Name: Greenhouse Gas Protocol
434
+
435
+ ## GUID
436
+ 0c8af67f-3a0a-48ec-a245-38da23b2c927
437
+
438
+ ## Summary
439
+ The Greenhouse Gas Protocol set the standards to measure and manage harmful emissions.
440
+
441
+ ## Description
442
+ GHG Protocol establishes comprehensive global standardized frameworks to measure and manage greenhouse gas (GHG) emissions from private and public sector operations, value chains and mitigation actions.
443
+ Building on a 20-year partnership between World Resources Institute (WRI) and the World Business Council for Sustainable Development (WBCSD), GHG Protocol works with governments, industry associations, NGOs, businesses and other organizations.
444
+
445
+ ## Qualified Name
446
+ GlossaryTerm:Greenhouse Gas Protocol
447
+
448
+ ## Status
449
+ ACTIVE
450
+
451
+ ## In Glossary
452
+ Sustainability Glossary
453
+
454
+
455
+ ---
456
+
457
+ <a id="b4765468-4c70-42ec-b4fa-51e9e14193c0"></a>
458
+ # Term Name: View Information Supply Chains
459
+
460
+ ## GUID
461
+ b4765468-4c70-42ec-b4fa-51e9e14193c0
462
+
463
+ ## Description
464
+ Return information supply chains filtered by the search string.
465
+
466
+ ## Usage
467
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
468
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
469
+ | Search String | False | True | False | None | An optional search string to filter results by. | False | |
470
+ | Output Format | False | True | False | None | Optional specification of output format for the query. | False | LIST; FORM; MD; REPORT; MERMAID; LIST; DICT; HTML |
471
+ | Detailed | False | True | False | None | If true a more detailed set of attributes will be returned. | False | |
472
+
473
+ ## Qualified Name
474
+ Term::View Information Supply Chains
475
+
476
+ ## Status
477
+ DRAFT
478
+
479
+ ## In Glossary
480
+ Egeria-Markdown
481
+
482
+
483
+ ---
484
+
485
+ <a id="aff97a9a-45dd-4292-9ecc-2dece60d8a07"></a>
486
+ # Term Name: View Data Structures
487
+
488
+ ## GUID
489
+ aff97a9a-45dd-4292-9ecc-2dece60d8a07
490
+
491
+ ## Description
492
+ Return the data structures, optionally filtered by the search string.
493
+
494
+ ## Usage
495
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
496
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
497
+ | Search String | False | True | False | None | An optional search string to filter results by. | False | |
498
+ | Output Format | False | True | False | None | Optional specification of output format for the query. | False | List; Form; Report; Dict |
499
+ | Starts With | False | True | False | None | If true, look for matches with the search string starting from the beginning of a field. | False | |
500
+ | Ends With | False | True | False | None | If true, look for matches with the search string starting from the end of a field. | False | |
501
+ | Ignore Case | False | True | False | None | If true, ignore the difference between upper and lower characters when matching the search string. | False | |
502
+ | AsOfTime | False | True | False | None | An ISO-8601 string representing the time to view the state of the repository. | False | |
503
+ | Sort Order | False | True | False | None | How to order the results. The sort order can be selected from a list of valid value. | False | ANY; CREATION_DATE_RECENT; CREATION_DATA_OLDEST; LAST_UPDATE_RECENT; LAST_UPDATE_OLDEST; PROPERTY_ASCENDING; PROPERTY_DESCENDING |
504
+ | Page Size | False | True | False | None | The number of elements returned per page. | False | |
505
+ | Start From | False | True | False | None | When paging through results, the starting point of the results to return. | False | |
506
+
507
+ ## Qualified Name
508
+ Term::View Data Structures
509
+
510
+ ## Status
511
+ DRAFT
512
+
513
+ ## In Glossary
514
+ Egeria-Markdown
515
+
516
+
517
+ ---
518
+
519
+ <a id="4e230607-f47f-44ea-b696-2a49392f231b"></a>
520
+ # Term Name: Create Solution Role
521
+
522
+ ## GUID
523
+ 4e230607-f47f-44ea-b696-2a49392f231b
524
+
525
+ ## Description
526
+ A collection of data fields that for a data specification for a data source.
527
+
528
+ ## Usage
529
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
530
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
531
+ | Name | True | True | False | None | Name of the role. | False | |
532
+ | Description | False | True | False | None | A description of the data structure. | False | |
533
+ | Title | False | True | False | None | Title of the role. | False | |
534
+ | Scope | False | True | False | None | Scope of the role. | False | |
535
+ | identifier | False | True | False | None | role identifier | False | |
536
+ | Domain Identifier | False | True | False | None | Governance domain identifier | False | |
537
+ | Role Type | False | True | False | None | Type of the role. Currently must be GovernanceRole. | False | |
538
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
539
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
540
+
541
+ ## Qualified Name
542
+ Term::Create Solution Role
543
+
544
+ ## Status
545
+ DRAFT
546
+
547
+ ## In Glossary
548
+ Egeria-Markdown
549
+
550
+
551
+ ---
552
+
553
+ <a id="a451035c-34c8-4ce1-b7e5-c8368cf235c1"></a>
554
+ # Term Name: Create DigitalSubscription
555
+
556
+ ## GUID
557
+ a451035c-34c8-4ce1-b7e5-c8368cf235c1
558
+
559
+ ## Description
560
+ A type of agreement for a digital subscription.
561
+
562
+ ## Usage
563
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
564
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
565
+ | Display Name | True | True | False | None | Name of the agreement. | False | |
566
+ | Description | False | True | False | None | Description of the contents of the agreement. | False | |
567
+ | Identifier | False | True | False | None | A user specified agreement identifier. | False | |
568
+ | Product Status | False | True | False | None | The status of the digital product. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
569
+ | User_Defined_Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
570
+ | Support Level | False | True | False | None | Level of support agreed or requested. | False | |
571
+ | Service Levels | False | True | False | None | A dictionary of name:value pairs describing the service levels. | False | |
572
+ | Restrictions | False | True | False | None | A dictionary of property:value pairs describing restrictions. | False | |
573
+ | Obligations | False | True | False | None | A dictionary of property:value pairs describing obligations. | False | |
574
+ | Entitlements | False | True | False | None | A dictionary of property:value pairs describing entitlements. | False | |
575
+ | Usage Measurements | False | True | False | None | A dictionary of property:value pairs describing usage measurements. | False | |
576
+ | Product Metrics | False | True | False | None | A dictionary of property:value pairs describing metrics for the product/. | False | |
577
+ | Version Identifier | False | True | False | None | Published agreement version identifier. | False | |
578
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
579
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
580
+
581
+ ## Qualified Name
582
+ Term::Create DigitalSubscription
583
+
584
+ ## Status
585
+ DRAFT
586
+
587
+ ## In Glossary
588
+ Egeria-Markdown
589
+
590
+
591
+ ---
592
+
593
+ <a id="87d28d7c-4d8a-45b8-abbc-9973002283a7"></a>
594
+ # Term Name: CO2 Emission Scope
595
+
596
+ ## GUID
597
+ 87d28d7c-4d8a-45b8-abbc-9973002283a7
598
+
599
+ ## Summary
600
+ A type of activity that produces CO2.
601
+
602
+ ## Description
603
+ One aspect of sustainability is to reduce the amount of CO2 that is produced by the organization. The GHG protocol divides the reporting of CO2 emissions into three scopes: Scope 1, Scope 2 and Scope 3, to make it easier to monitor and build plans to reduce emissions.
604
+
605
+ ## Qualified Name
606
+ GlossaryTerm:CO2 Emission Scope
607
+
608
+ ## Status
609
+ ACTIVE
610
+
611
+ ## In Glossary
612
+ Sustainability Glossary
613
+
614
+
615
+ ---
616
+
617
+ <a id="e00384cd-616e-4707-9917-8f95ec41dabf"></a>
618
+ # Term Name: Link Agreement Items
619
+
620
+ ## GUID
621
+ e00384cd-616e-4707-9917-8f95ec41dabf
622
+
623
+ ## Description
624
+ Attach or detach an agreement to an element referenced in its definition. Agreement item can be an referenced element.
625
+
626
+ ## Usage
627
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
628
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
629
+ | Description | False | True | False | None | Description of the contents of the agreement item. | False | |
630
+ | Agreement Item Id | False | True | False | None | A user specified agreement item identifier. | False | |
631
+ | Agreement Start | False | True | False | None | The start date of the agreement as an ISO 8601 string. | False | |
632
+ | Agreement End | False | True | False | None | The end date of the agreement as an ISO 8601 string. | False | |
633
+ | Restrictions | False | True | False | None | A dictionary of property:value pairs describing restrictions. | False | |
634
+ | Obligations | False | True | False | None | A dictionary of property:value pairs describing obligations. | False | |
635
+ | Entitlements | False | True | False | None | A dictionary of property:value pairs describing entitlements. | False | |
636
+ | Usage Measurements | False | True | False | None | A dictionary of property:value pairs describing usage measurements. | False | |
637
+ | Usage Metrics | False | True | False | None | A dictionary of property:value pairs describing usage metrics for the agreements. | False | |
638
+
639
+ ## Qualified Name
640
+ Term::Link Agreement Items
641
+
642
+ ## Status
643
+ DRAFT
644
+
645
+ ## In Glossary
646
+ Egeria-Markdown
647
+
648
+
649
+ ---
650
+
651
+ <a id="dd68ca33-a3c3-46b6-befe-142ea0aa9210"></a>
652
+ # Term Name: Attach Term-Term Relationship
653
+
654
+ ## GUID
655
+ dd68ca33-a3c3-46b6-befe-142ea0aa9210
656
+
657
+ ## Description
658
+ Create a relationship between terms.
659
+
660
+ ## Usage
661
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
662
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
663
+ | Term 1 | True | True | False | None | The name of the first term term to connect. | False | |
664
+ | Term 2 | True | True | False | None | The name of the second term term to connect. | False | |
665
+ | Relationship | True | True | False | None | The type of relationship to connecting the two terms. | False | Synonym; Translation; PreferredTerm; TermISATYPEOFRelationship; TermTYPEDBYRelationship; Antonym; ReplacementTerm; ValidValue; TermHASARelationship; RelatedTerm; ISARelationship |
666
+
667
+ ## Qualified Name
668
+ Term::Attach Term-Term Relationship
669
+
670
+ ## Status
671
+ DRAFT
672
+
673
+ ## In Glossary
674
+ Egeria-Markdown
675
+
676
+
677
+ ---
678
+
679
+ <a id="9fb34e8e-72f1-4478-b65a-a745c8e51a66"></a>
680
+ # Term Name: Create Governance Process
681
+
682
+ ## GUID
683
+ 9fb34e8e-72f1-4478-b65a-a745c8e51a66
684
+
685
+ ## Description
686
+ An executable process that choreographs different actions.
687
+
688
+ ## Usage
689
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
690
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
691
+ | Display Name | True | True | False | None | Name of the definition. | False | |
692
+ | Summary | False | True | False | None | Summary of the definition. | False | |
693
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
694
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
695
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
696
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
697
+ | Scope | False | True | False | None | Scope of the definition. | False | |
698
+ | Importance | False | True | False | None | Importance of the definition. | False | |
699
+ | Implementation Description | False | True | False | None | Describes how this governance control is implemnted. | False | |
700
+ | Supports Policies | False | True | False | None | The policies that this governance control supports. | False | |
701
+ | Implications | False | True | False | None | List of implications. | False | |
702
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
703
+ | Results | False | True | False | None | A list of expected results. | False | |
704
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
705
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
706
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
707
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
708
+
709
+ ## Qualified Name
710
+ Term::Create Governance Process
711
+
712
+ ## Status
713
+ DRAFT
714
+
715
+ ## In Glossary
716
+ Egeria-Markdown
717
+
718
+
719
+ ---
720
+
721
+ <a id="c6a0f97f-6a2e-42b0-b7e4-cdeada0a0fc4"></a>
722
+ # Term Name: Patient Blood Pressure
723
+
724
+ ## GUID
725
+ c6a0f97f-6a2e-42b0-b7e4-cdeada0a0fc4
726
+
727
+ ## Summary
728
+ Blood pressure of patient (systolic and diastolic).
729
+
730
+ ## Description
731
+ Blood pressure is the pressure of circulating blood against the walls of blood vessels. Most of this pressure results from the heart pumping blood through the circulatory system. Blood pressure is expressed in terms of the systolic pressure over diastolic pressure in the cardiac cycle. It is measured in millimetres of mercury above the surrounding atmospheric pressure, or in kilopascals. The difference between the systolic and diastolic pressures is known as pulse pressure, while the average pressure during a cardiac cycle is known as mean arterial pressure.
732
+
733
+ ## Usage
734
+ Acts as one of the standard mechanism for measuring the health of a patient in a clinical trial.
735
+
736
+ ## Qualified Name
737
+ GlossaryTerm::ClinicalTrialTerminology::PatientBloodPressure
738
+
739
+ ## Status
740
+ ACTIVE
741
+
742
+ ## In Glossary
743
+ Coco Pharmaceuticals Clinical Trial Terminology
744
+
745
+ ## Categories
746
+ Clinical Trials Common Data Fields
747
+
748
+
749
+ ---
750
+
751
+ <a id="21e8878d-b550-49a6-b3f3-ca5d4fab4ba5"></a>
752
+ # Term Name: Create Governance Obligation
753
+
754
+ ## GUID
755
+ 21e8878d-b550-49a6-b3f3-ca5d4fab4ba5
756
+
757
+ ## Description
758
+ The GovernanceObligation entity defines a policy that describes a requirement that must be met.
759
+
760
+ ## Usage
761
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
762
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
763
+ | Display Name | True | True | False | None | Name of the definition. | False | |
764
+ | Summary | False | True | False | None | Summary of the definition. | False | |
765
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
766
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
767
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
768
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
769
+ | Scope | False | True | False | None | Scope of the definition. | False | |
770
+ | Importance | False | True | False | None | Importance of the definition. | False | |
771
+ | Governance Drivers | False | True | False | None | The drivers this policy is in response to. Drivers may be Business Imperatives, Regulations, Governance Strategy or Threats. | False | |
772
+ | Implications | False | True | False | None | List of implications. | False | |
773
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
774
+ | Results | False | True | False | None | A list of expected results. | False | |
775
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
776
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
777
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
778
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
779
+
780
+ ## Qualified Name
781
+ Term::Create Governance Obligation
782
+
783
+ ## Status
784
+ DRAFT
785
+
786
+ ## In Glossary
787
+ Egeria-Markdown
788
+
789
+
790
+ ---
791
+
792
+ <a id="4cdbb398-dd73-4342-8d76-2360120d73ba"></a>
793
+ # Term Name: Create Service Level Objectives
794
+
795
+ ## GUID
796
+ 4cdbb398-dd73-4342-8d76-2360120d73ba
797
+
798
+ ## Description
799
+ Defines the performance, availability and qualitiy levels expected by the element attached.
800
+
801
+ ## Usage
802
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
803
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
804
+ | Display Name | True | True | False | None | Name of the definition. | False | |
805
+ | Summary | False | True | False | None | Summary of the definition. | False | |
806
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
807
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
808
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
809
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
810
+ | Scope | False | True | False | None | Scope of the definition. | False | |
811
+ | Importance | False | True | False | None | Importance of the definition. | False | |
812
+ | Implementation Description | False | True | False | None | Describes how this governance control is implemnted. | False | |
813
+ | Supports Policies | False | True | False | None | The policies that this governance control supports. | False | |
814
+ | Implications | False | True | False | None | List of implications. | False | |
815
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
816
+ | Results | False | True | False | None | A list of expected results. | False | |
817
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
818
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
819
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
820
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
821
+
822
+ ## Qualified Name
823
+ Term::Create Service Level Objectives
824
+
825
+ ## Status
826
+ DRAFT
827
+
828
+ ## In Glossary
829
+ Egeria-Markdown
830
+
831
+
832
+ ---
833
+
834
+ <a id="363a54e0-2196-4d1c-b153-c10dc58440e1"></a>
835
+ # Term Name: Right Hip Rotation Angle
836
+
837
+ ## GUID
838
+ 363a54e0-2196-4d1c-b153-c10dc58440e1
839
+
840
+ ## Summary
841
+ The number of degrees of rotation of the right foot measured from vertical.
842
+
843
+ ## Description
844
+ As the stuffing around the hip weakens, the foot on the attached leg rotates, typically outwards when the teddy bear is sitting. This measurement is an integer measuring the number of degrees of rotation of the right foot measured from vertical. Positive values measure that the foot is rotating outwards.
845
+
846
+ ## Usage
847
+ Definition for use in the Teddy Bear Drop Foot demonstration study.
848
+
849
+ ## Qualified Name
850
+ GlossaryTerm::ClinicalTrialTerminology::AngleRight
851
+
852
+ ## Status
853
+ ACTIVE
854
+
855
+ ## In Glossary
856
+ Coco Pharmaceuticals Clinical Trial Terminology
857
+
858
+ ## Categories
859
+ Teddy Bear Drop Foot Data Fields
860
+
861
+
862
+ ---
863
+
864
+ <a id="2549021a-de43-4e52-9881-83f482ebb9b8"></a>
865
+ # Term Name: Link Subscribers
866
+
867
+ ## GUID
868
+ 2549021a-de43-4e52-9881-83f482ebb9b8
869
+
870
+ ## Description
871
+ Attach or detach a subscriber to a subscription. Subscriber can be any type of element.
872
+
873
+ ## Usage
874
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
875
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
876
+ | Subscriber Id | False | True | False | None | identifier of a subscriber. Initially, will let this be an arbitrary string - could harden this to a qualified name later if needed. | False | |
877
+ | Agreement Start | False | True | False | None | The start date of the agreement as an ISO 8601 string. | False | |
878
+ | Agreement End | False | True | False | None | The end date of the agreement as an ISO 8601 string. | False | |
879
+ | Restrictions | False | True | False | None | A dictionary of property:value pairs describing restrictions. | False | |
880
+ | Obligations | False | True | False | None | A dictionary of property:value pairs describing obligations. | False | |
881
+ | Entitlements | False | True | False | None | A dictionary of property:value pairs describing entitlements. | False | |
882
+ | Usage Measurements | False | True | False | None | A dictionary of property:value pairs describing usage measurements. | False | |
883
+
884
+ ## Qualified Name
885
+ Term::Link Subscribers
886
+
887
+ ## Status
888
+ DRAFT
889
+
890
+ ## In Glossary
891
+ Egeria-Markdown
892
+
893
+
894
+ ---
895
+
896
+ <a id="53569b49-b6ec-47f1-80a6-4f059bb3edf3"></a>
897
+ # Term Name: Create Digital Product
898
+
899
+ ## GUID
900
+ 53569b49-b6ec-47f1-80a6-4f059bb3edf3
901
+
902
+ ## Description
903
+ A Data Dictionary is an organized and curated collection of data definitions that can serve as a reference for data professionals
904
+
905
+ ## Usage
906
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
907
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
908
+ | Display Name | True | True | False | None | Name of the digital product | False | |
909
+ | Description | False | True | False | None | Description of the contents of a product. | False | |
910
+ | Product Name | False | True | False | None | The external name of the digital product. | False | |
911
+ | Product Status | False | True | False | None | The status of the digital product. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; APPROVED_CONCEPT; UNDER_DEVELOPMENT; DEVELOPMENT_COMPLETE; APPROVED_FOR_DEPLOYMENT; ACTIVE; DISABLED; DEPRECATED; OTHER |
912
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
913
+ | Product Type | False | True | False | None | Type of product - periodic, delta, snapshot, etc | False | |
914
+ | Product Identifier | False | True | False | None | User specified product identifier. | False | |
915
+ | Product Description | False | True | False | None | Externally facing description of the product and its intended usage. | False | |
916
+ | Maturity | False | True | False | None | Product maturity - user defined. | False | |
917
+ | Service Life | False | True | False | None | Estimated service lifetime of the product. | False | |
918
+ | Introduction Date | False | True | False | None | Date of product introduction in ISO 8601 format. Either all of the dates (introduction, next version, withdrawal) dates need to be supplied or none of them. Otherwise an error will occur. | False | |
919
+ | Next Version Date | False | True | False | None | Date of the next version, in ISO 8601 format. Either all of the dates (introduction, next version, withdrawal) dates need to be supplied or none of them. Otherwise an error will occur. | False | |
920
+ | Withdrawal Date | False | True | False | None | Date of planned product withdrawal in ISO 8601 format. Either all of the dates (introduction, next version, withdrawal) dates need to be supplied or none of them. Otherwise an error will occur. | False | |
921
+ | Collection Type | False | True | False | None | A user supplied collection type. Defaults to Digital Product. | False | |
922
+ | Current Version | False | True | False | None | Published product version identifier. | False | |
923
+ | Product Manager | False | True | False | None | Actors responsible for managing this product. Actors may be individuals, automations, etc. | False | |
924
+ | Agreements | False | True | False | None | A list of agreements associated with this product. The agreements must already exist. | False | |
925
+ | Digital Subscriptions | False | True | False | None | | False | |
926
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
927
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
928
+
929
+ ## Qualified Name
930
+ Term::Create Digital Product
931
+
932
+ ## Status
933
+ DRAFT
934
+
935
+ ## In Glossary
936
+ Egeria-Markdown
937
+
938
+
939
+ ---
940
+
941
+ <a id="7c0d816b-22d4-4c1a-b9a2-1028f6c654dd"></a>
942
+ # Term Name: Create Category
943
+
944
+ ## GUID
945
+ 7c0d816b-22d4-4c1a-b9a2-1028f6c654dd
946
+
947
+ ## Description
948
+ A group of terms that are useful to collect together.
949
+
950
+ ## Usage
951
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
952
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
953
+ | Category Name | True | True | False | None | The name of a category. | False | |
954
+ | Description | False | True | False | None | A description of the Category. | False | |
955
+ | In Glossary | True | True | False | None | The name of the glossary that contains the Category. Recommend using the Qualified Name of the Glossary, if known. | False | |
956
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
957
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
958
+
959
+ ## Qualified Name
960
+ Term::Create Category
961
+
962
+ ## Status
963
+ DRAFT
964
+
965
+ ## In Glossary
966
+ Egeria-Markdown
967
+
968
+
969
+ ---
970
+
971
+ <a id="8689b580-0f4a-4de5-a1cf-ce6477445946"></a>
972
+ # Term Name: Patient Identifier
973
+
974
+ ## GUID
975
+ 8689b580-0f4a-4de5-a1cf-ce6477445946
976
+
977
+ ## Summary
978
+ Template Substitute for Patient Identifier
979
+
980
+ ## Usage
981
+ Only for use in templates.
982
+
983
+ ## Qualified Name
984
+ GlossaryTerm::ClinicalTrialTerminology::TemplateSubstitute::PatientId
985
+
986
+ ## Status
987
+ ACTIVE
988
+
989
+ ## In Glossary
990
+ Coco Pharmaceuticals Clinical Trial Terminology
991
+
992
+ ## Categories
993
+ Template substitutes
994
+
995
+
996
+ ---
997
+
998
+ <a id="ae718d8e-184f-43bb-abf7-e644e3e5bf93"></a>
999
+ # Term Name: Create Data Structure
1000
+
1001
+ ## GUID
1002
+ ae718d8e-184f-43bb-abf7-e644e3e5bf93
1003
+
1004
+ ## Description
1005
+ A collection of data fields that for a data specification for a data source.
1006
+
1007
+ ## Usage
1008
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1009
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1010
+ | Display Name | True | True | False | None | Name of the data structure. | False | |
1011
+ | Description | False | True | False | None | A description of the data structure. | False | |
1012
+ | In Data Specification | False | True | False | None | The data specifications this structure is a member of. | False | |
1013
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
1014
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
1015
+
1016
+ ## Qualified Name
1017
+ Term::Create Data Structure
1018
+
1019
+ ## Status
1020
+ DRAFT
1021
+
1022
+ ## In Glossary
1023
+ Egeria-Markdown
1024
+
1025
+
1026
+ ---
1027
+
1028
+ <a id="a003818e-5891-4306-9b69-a923b1261ded"></a>
1029
+ # Term Name: Link Solution Component Peers
1030
+
1031
+ ## GUID
1032
+ a003818e-5891-4306-9b69-a923b1261ded
1033
+
1034
+ ## Description
1035
+ This command can be used to link or unlink wires between components.
1036
+
1037
+ ## Usage
1038
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1039
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1040
+ | Component1 | True | True | False | None | The first component to link. | False | |
1041
+ | Component2 | True | True | False | None | The second component to link. | False | |
1042
+ | Wire Label | False | True | False | None | Labels the link between two components. | False | |
1043
+ | Description | False | True | False | None | A description of the wire. | False | |
1044
+
1045
+ ## Qualified Name
1046
+ Term::Link Solution Component Peers
1047
+
1048
+ ## Status
1049
+ DRAFT
1050
+
1051
+ ## In Glossary
1052
+ Egeria-Markdown
1053
+
1054
+
1055
+ ---
1056
+
1057
+ <a id="25cc9358-9930-4b98-ac8d-4280cf87164d"></a>
1058
+ # Term Name: Hydrofluorocarbon
1059
+
1060
+ ## GUID
1061
+ 25cc9358-9930-4b98-ac8d-4280cf87164d
1062
+
1063
+ ## Summary
1064
+ Hydrofluorocarbons (HFCs) are man-made organic compounds that contain fluorine and hydrogen atoms, and are the most common type of organofluorine compounds.
1065
+
1066
+ ## Description
1067
+ Most HFCs are gases at room temperature and pressure. They are frequently used in air conditioning and as refrigerants; R-134a (1,1,1,2-tetrafluoroethane) is one of the most commonly used HFC refrigerants. In order to aid the recovery of the stratospheric ozone layer, HFCs were adopted to replace the more potent chlorofluorocarbons (CFCs), which were phased out from use by the Montreal Protocol, and hydrochlorofluorocarbons (HCFCs) which are presently being phased out.[1] HFCs replaced older chlorofluorocarbons such as R-12 and hydrochlorofluorocarbons such as R-21.[2] HFCs are also used in insulating foams, aerosol propellants, as solvents and for fire protection.They may not harm the ozone layer as much as the compounds they replace, but they still contribute to global warming --- with some like trifluoromethane having 11,700 times the warming potential of carbon dioxide.[3] Their atmospheric concentrations and contribution to anthropogenic greenhouse gas emissions are rapidly increasing[quantify], causing international concern about their radiative forcing.
1068
+
1069
+ ## Qualified Name
1070
+ GlossaryTerm:Hydrofluorocarbon
1071
+
1072
+ ## Status
1073
+ ACTIVE
1074
+
1075
+ ## In Glossary
1076
+ Sustainability Glossary
1077
+
1078
+ ## Categories
1079
+ Chemicals
1080
+
1081
+
1082
+ ---
1083
+
1084
+ <a id="53c6b0c3-31c3-460e-a4f1-f685fe5f4155"></a>
1085
+ # Term Name: Link Contracts
1086
+
1087
+ ## GUID
1088
+ 53c6b0c3-31c3-460e-a4f1-f685fe5f4155
1089
+
1090
+ ## Description
1091
+ Attach or detach an agreement to an element describing the location of the contract documents.
1092
+
1093
+ ## Usage
1094
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1095
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1096
+ | Contract Id | False | True | False | None | Contract identifier. | False | |
1097
+ | Contract Liaison | False | True | False | None | Name of the liaison for the contract. | False | |
1098
+ | Contract Liaison Type | False | True | False | None | type of liaison. | False | |
1099
+ | Contract Liaison Property Name | False | True | False | None | | False | |
1100
+
1101
+ ## Qualified Name
1102
+ Term::Link Contracts
1103
+
1104
+ ## Status
1105
+ DRAFT
1106
+
1107
+ ## In Glossary
1108
+ Egeria-Markdown
1109
+
1110
+
1111
+ ---
1112
+
1113
+ <a id="072c6182-8004-4aee-804d-6be2afa79b9b"></a>
1114
+ # Term Name: Create Solution Blueprint
1115
+
1116
+ ## GUID
1117
+ 072c6182-8004-4aee-804d-6be2afa79b9b
1118
+
1119
+ ## Description
1120
+ A solution blueprint describes the architecture of a digital service in terms of solution components.
1121
+
1122
+ ## Usage
1123
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1124
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1125
+ | Display Name | True | True | False | None | Name of the Information Supply Chain | False | |
1126
+ | Description | False | True | False | None | A description of the data structure. | False | |
1127
+ | Version Identifier | False | True | False | None | A user supplied version identifier. | False | |
1128
+ | Solution Components | False | True | False | None | Solution components that make up the blueprint. | False | |
1129
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
1130
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
1131
+
1132
+ ## Qualified Name
1133
+ Term::Create Solution Blueprint
1134
+
1135
+ ## Status
1136
+ DRAFT
1137
+
1138
+ ## In Glossary
1139
+ Egeria-Markdown
1140
+
1141
+
1142
+ ---
1143
+
1144
+ <a id="71c3a77a-110d-41d5-9637-e324ea14ee78"></a>
1145
+ # Term Name: Sustainability Dashboard
1146
+
1147
+ ## GUID
1148
+ 71c3a77a-110d-41d5-9637-e324ea14ee78
1149
+
1150
+ ## Summary
1151
+ Graphical summary of Coco Pharmaceuticals'' sustainability data.
1152
+
1153
+ ## Description
1154
+ The sustainability dashboard provides detailed information about the impact of the different activities undertaken by Coco Pharmaceuticals'' and how this impact is changing over time.
1155
+
1156
+ ## Qualified Name
1157
+ GlossaryTerm:Sustainability Dashboard
1158
+
1159
+ ## Status
1160
+ ACTIVE
1161
+
1162
+ ## In Glossary
1163
+ Sustainability Glossary
1164
+
1165
+
1166
+ ---
1167
+
1168
+ <a id="a5d62be9-49d1-4022-b1a6-2a5dbe8f657d"></a>
1169
+ # Term Name: View Data Dictionaries
1170
+
1171
+ ## GUID
1172
+ a5d62be9-49d1-4022-b1a6-2a5dbe8f657d
1173
+
1174
+ ## Description
1175
+ Return the data dictionaries, optionally filtered by the search string.
1176
+
1177
+ ## Usage
1178
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1179
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1180
+ | Search String | False | True | False | None | An optional search string to filter results by. | False | |
1181
+ | Output Format | False | True | False | None | Optional specification of output format for the query. | False | LIST; FORM; DICT; MD; MERMAID; REPORT |
1182
+ | Starts With | False | True | False | None | If true, look for matches with the search string starting from the beginning of a field. | False | |
1183
+ | Ends With | False | True | False | None | If true, look for matches with the search string starting from the end of a field. | False | |
1184
+ | Ignore Case | False | True | False | None | If true, ignore the difference between upper and lower characters when matching the search string. | False | |
1185
+ | Page Size | False | True | False | None | The number of elements returned per page. | False | |
1186
+ | Start From | False | True | False | None | When paging through results, the starting point of the results to return. | False | |
1187
+ | AsOfTime | False | True | False | None | An ISO-8601 string representing the time to view the state of the repository. | False | |
1188
+ | Sort Order | False | True | False | None | How to order the results. The sort order can be selected from a list of valid value. | False | ANY; CREATION_DATE_RECENT; CREATION_DATA_OLDEST; LAST_UPDATE_RECENT; LAST_UPDATE_OLDEST; PROPERTY_ASCENDING; PROPERTY_DESCENDING |
1189
+
1190
+ ## Qualified Name
1191
+ Term::View Data Dictionaries
1192
+
1193
+ ## Status
1194
+ DRAFT
1195
+
1196
+ ## In Glossary
1197
+ Egeria-Markdown
1198
+
1199
+
1200
+ ---
1201
+
1202
+ <a id="92a5a610-78c3-404a-999f-c3352390b672"></a>
1203
+ # Term Name: Carbon Dioxide
1204
+
1205
+ ## GUID
1206
+ 92a5a610-78c3-404a-999f-c3352390b672
1207
+
1208
+ ## Summary
1209
+ Carbon dioxide (chemical formula CO2) is a chemical compound made up of molecules that each have one carbon atom covalently double bonded to two oxygen atoms.
1210
+
1211
+ ## Description
1212
+ Carbon dioxide is found in the gas state at room temperature, and as the source of available carbon in the carbon cycle, atmospheric CO2 is the primary carbon source for life on Earth. In the air, carbon dioxide is transparent to visible light but absorbs infrared radiation, acting as a greenhouse gas. Carbon dioxide is soluble in water and is found in groundwater, lakes, ice caps, and seawater. When carbon dioxide dissolves in water, it forms carbonate and mainly bicarbonate (HCO−3), which causes ocean acidification as atmospheric CO2 levels increase.
1213
+
1214
+ ## Qualified Name
1215
+ GlossaryTerm:Carbon Dioxide
1216
+
1217
+ ## Status
1218
+ ACTIVE
1219
+
1220
+ ## In Glossary
1221
+ Sustainability Glossary
1222
+
1223
+ ## Categories
1224
+ Chemicals
1225
+
1226
+
1227
+ ---
1228
+
1229
+ <a id="bafe1da9-4777-405d-b7cd-fe43615b72f9"></a>
1230
+ # Term Name: Create Naming Standard Rule
1231
+
1232
+ ## GUID
1233
+ bafe1da9-4777-405d-b7cd-fe43615b72f9
1234
+
1235
+ ## Description
1236
+ A standard for naming specific kinds of resources.
1237
+
1238
+ ## Usage
1239
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1240
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1241
+ | Display Name | True | True | False | None | Name of the definition. | False | |
1242
+ | Summary | False | True | False | None | Summary of the definition. | False | |
1243
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
1244
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
1245
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
1246
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
1247
+ | Scope | False | True | False | None | Scope of the definition. | False | |
1248
+ | Importance | False | True | False | None | Importance of the definition. | False | |
1249
+ | Implementation Description | False | True | False | None | Describes how this governance control is implemnted. | False | |
1250
+ | Supports Policies | False | True | False | None | The policies that this governance control supports. | False | |
1251
+ | Name Patterns | False | True | False | None | List of implications. | False | |
1252
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
1253
+ | Results | False | True | False | None | A list of expected results. | False | |
1254
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
1255
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
1256
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
1257
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
1258
+
1259
+ ## Qualified Name
1260
+ Term::Create Naming Standard Rule
1261
+
1262
+ ## Status
1263
+ DRAFT
1264
+
1265
+ ## In Glossary
1266
+ Egeria-Markdown
1267
+
1268
+
1269
+ ---
1270
+
1271
+ <a id="9a3499e6-6b04-45e1-9b67-acd73244afc2"></a>
1272
+ # Term Name: Patient Identifier
1273
+
1274
+ ## GUID
1275
+ 9a3499e6-6b04-45e1-9b67-acd73244afc2
1276
+
1277
+ ## Summary
1278
+ Unique identifier of patient.
1279
+
1280
+ ## Description
1281
+ Unique identifier for the individual that has agree to take part in this study. The identifier on its own is anonymous, preserving the privacy of the patient. However, there is a database that ties the patient identifier to the name of the bear.
1282
+
1283
+ ## Usage
1284
+ Acts as an anonymous identifier for a patient in a clinical trial.
1285
+
1286
+ ## Qualified Name
1287
+ GlossaryTerm::ClinicalTrialTerminology::PatientId
1288
+
1289
+ ## Status
1290
+ ACTIVE
1291
+
1292
+ ## In Glossary
1293
+ Coco Pharmaceuticals Clinical Trial Terminology
1294
+
1295
+ ## Categories
1296
+ Clinical Trials Common Data Fields
1297
+
1298
+
1299
+ ---
1300
+
1301
+ <a id="fc4e589c-c601-44b9-b440-cdee902f66b5"></a>
1302
+ # Term Name: Left Hip Rotation Angle
1303
+
1304
+ ## GUID
1305
+ fc4e589c-c601-44b9-b440-cdee902f66b5
1306
+
1307
+ ## Summary
1308
+ The number of degrees of rotation of the left foot measured from vertical.
1309
+
1310
+ ## Description
1311
+ As the stuffing around the hip weakens, the foot on the attached leg rotates, typically outwards when the teddy bear is sitting. This measurement is an integer measuring the number of degrees of rotation of the left foot measured from vertical. Positive values measure that the foot is rotating outwards.
1312
+
1313
+ ## Usage
1314
+ Definition for use in the Teddy Bear Drop Foot demonstration study.
1315
+
1316
+ ## Qualified Name
1317
+ GlossaryTerm::ClinicalTrialTerminology::AngleLeft
1318
+
1319
+ ## Status
1320
+ ACTIVE
1321
+
1322
+ ## In Glossary
1323
+ Coco Pharmaceuticals Clinical Trial Terminology
1324
+
1325
+ ## Categories
1326
+ Teddy Bear Drop Foot Data Fields
1327
+
1328
+
1329
+ ---
1330
+
1331
+ <a id="37386623-43d8-4322-a7f3-0d27e0d35e92"></a>
1332
+ # Term Name: Create Governance Procedure
1333
+
1334
+ ## GUID
1335
+ 37386623-43d8-4322-a7f3-0d27e0d35e92
1336
+
1337
+ ## Description
1338
+ A manual procedure that is performed under certain circumstances.
1339
+
1340
+ ## Usage
1341
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1342
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1343
+ | Display Name | True | True | False | None | Name of the definition. | False | |
1344
+ | Summary | False | True | False | None | Summary of the definition. | False | |
1345
+ | Summary | False | True | False | None | Summary of the definition. | False | |
1346
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
1347
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
1348
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
1349
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
1350
+ | Scope | False | True | False | None | Scope of the definition. | False | |
1351
+ | Importance | False | True | False | None | Importance of the definition. | False | |
1352
+ | Implementation Description | False | True | False | None | Describes how this governance control is implemnted. | False | |
1353
+ | Supports Policies | False | True | False | None | The policies that this governance control supports. | False | |
1354
+ | Implications | False | True | False | None | List of implications. | False | |
1355
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
1356
+ | Results | False | True | False | None | A list of expected results. | False | |
1357
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
1358
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
1359
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
1360
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
1361
+
1362
+ ## Qualified Name
1363
+ Term::Create Governance Procedure
1364
+
1365
+ ## Status
1366
+ DRAFT
1367
+
1368
+ ## In Glossary
1369
+ Egeria-Markdown
1370
+
1371
+
1372
+ ---
1373
+
1374
+ <a id="9e2b0a60-8427-4aea-8ace-97ee48addab8"></a>
1375
+ # Term Name: Patient Weight
1376
+
1377
+ ## GUID
1378
+ 9e2b0a60-8427-4aea-8ace-97ee48addab8
1379
+
1380
+ ## Summary
1381
+ Weight of patient in kilograms.
1382
+
1383
+ ## Description
1384
+ This is the weight of the patient in kilograms to 1 decimal place, without outer clothes on, ideally measured in the morning.
1385
+
1386
+ ## Usage
1387
+ Acts as a standard mechanism for measuring the weight of a patient in a clinical trial.
1388
+
1389
+ ## Qualified Name
1390
+ GlossaryTerm::ClinicalTrialTerminology::PatientWeight
1391
+
1392
+ ## Status
1393
+ ACTIVE
1394
+
1395
+ ## In Glossary
1396
+ Coco Pharmaceuticals Clinical Trial Terminology
1397
+
1398
+ ## Categories
1399
+ Clinical Trials Common Data Fields
1400
+
1401
+
1402
+ ---
1403
+
1404
+ <a id="88489252-812d-473f-8139-000a1e21d1e2"></a>
1405
+ # Term Name: Create Glossary
1406
+
1407
+ ## GUID
1408
+ 88489252-812d-473f-8139-000a1e21d1e2
1409
+
1410
+ ## Description
1411
+ A grouping of definitions.
1412
+
1413
+ ## Usage
1414
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1415
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1416
+ | Glossary Name | True | True | False | None | The name of the glossary to create or update. | False | |
1417
+ | Description | False | True | False | None | A description of the Glossary. | False | |
1418
+ | Language | False | True | False | None | The language of the glossary. Note that multilingual descriptions are supported. Please see web site for details. | False | |
1419
+ | Usage | False | True | False | None | A description of how the glossary is to be used. | False | |
1420
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
1421
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
1422
+
1423
+ ## Qualified Name
1424
+ Term::Create Glossary
1425
+
1426
+ ## Status
1427
+ DRAFT
1428
+
1429
+ ## In Glossary
1430
+ Egeria-Markdown
1431
+
1432
+
1433
+ ---
1434
+
1435
+ <a id="cbbe56b0-1b7d-4701-8769-34af68a9862a"></a>
1436
+ # Term Name: View Data Fields
1437
+
1438
+ ## GUID
1439
+ cbbe56b0-1b7d-4701-8769-34af68a9862a
1440
+
1441
+ ## Description
1442
+ Return the data fields, optionally filtered by the search string.
1443
+
1444
+ ## Usage
1445
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1446
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1447
+ | Search String | False | True | False | None | An optional search string to filter results by. | False | |
1448
+ | Output Format | False | True | False | None | Optional specification of output format for the query. | False | LIST; FORM; REPORT; MERMAID; DICT |
1449
+ | Starts With | False | True | False | None | If true, look for matches with the search string starting from the beginning of a field. | False | |
1450
+ | Ends With | False | True | False | None | If true, look for matches with the search string starting from the end of a field. | False | |
1451
+ | Ignore Case | False | True | False | None | If true, ignore the difference between upper and lower characters when matching the search string. | False | |
1452
+ | AsOfTime | False | True | False | None | An ISO-8601 string representing the time to view the state of the repository. | False | |
1453
+ | Sort Order | False | True | False | None | How to order the results. The sort order can be selected from a list of valid value. | False | ANY; CREATION_DATE_RECENT; CREATION_DATA_OLDEST; LAST_UPDATE_RECENT; LAST_UPDATE_OLDEST; PROPERTY_ASCENDING; PROPERTY_DESCENDING |
1454
+ | Page Size | False | True | False | None | The number of elements returned per page. | False | |
1455
+ | Start From | False | True | False | None | When paging through results, the starting point of the results to return. | False | |
1456
+
1457
+ ## Qualified Name
1458
+ Term::View Data Fields
1459
+
1460
+ ## Status
1461
+ DRAFT
1462
+
1463
+ ## In Glossary
1464
+ Egeria-Markdown
1465
+
1466
+
1467
+ ---
1468
+
1469
+ <a id="8e9abedc-ec1c-4030-96cd-fc33ef447eb1"></a>
1470
+ # Term Name: Attach Category Parent
1471
+
1472
+ ## GUID
1473
+ 8e9abedc-ec1c-4030-96cd-fc33ef447eb1
1474
+
1475
+ ## Description
1476
+ Attaches a parent category to a child category.
1477
+
1478
+ ## Usage
1479
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1480
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1481
+ | Category Name | True | True | False | None | The name of a category. | False | |
1482
+ | Parent Category | True | True | False | None | The name of the parent category to attach to. | False | |
1483
+
1484
+ ## Qualified Name
1485
+ Term::Attach Category Parent
1486
+
1487
+ ## Status
1488
+ DRAFT
1489
+
1490
+ ## In Glossary
1491
+ Egeria-Markdown
1492
+
1493
+
1494
+ ---
1495
+
1496
+ <a id="47eae273-01d3-464e-adf7-9a44f71fd068"></a>
1497
+ # Term Name: Add Member->Collection
1498
+
1499
+ ## GUID
1500
+ 47eae273-01d3-464e-adf7-9a44f71fd068
1501
+
1502
+ ## Description
1503
+ Add a member to a collection.
1504
+
1505
+ ## Usage
1506
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1507
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1508
+ | Element_Id | True | True | False | None | The name of the element to add to the collection. | False | |
1509
+ | Collection Id | True | True | False | None | The name of the collection to link to. There are many collection types, including Digital Products, Agreements and Subscriptions. | False | |
1510
+ | Membership Rationale | False | True | False | None | Rationale for membership. | False | |
1511
+ | Created By | False | True | False | None | Who added the member. (currently informal string) | False | |
1512
+ | Membership Status | False | True | False | None | The status of adding a member to a collection. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
1513
+
1514
+ ## Qualified Name
1515
+ Term::Add Member->Collection
1516
+
1517
+ ## Status
1518
+ DRAFT
1519
+
1520
+ ## In Glossary
1521
+ Egeria-Markdown
1522
+
1523
+
1524
+ ---
1525
+
1526
+ <a id="074f9e1c-d831-4d69-9fdb-2b362bbb132b"></a>
1527
+ # Term Name: Measurement Date
1528
+
1529
+ ## GUID
1530
+ 074f9e1c-d831-4d69-9fdb-2b362bbb132b
1531
+
1532
+ ## Summary
1533
+ Template Substitute for Measurement Date
1534
+
1535
+ ## Usage
1536
+ Only for use in templates.
1537
+
1538
+ ## Qualified Name
1539
+ GlossaryTerm::ClinicalTrialTerminology::TemplateSubstitute::MeasurementDate
1540
+
1541
+ ## Status
1542
+ ACTIVE
1543
+
1544
+ ## In Glossary
1545
+ Coco Pharmaceuticals Clinical Trial Terminology
1546
+
1547
+ ## Categories
1548
+ Template substitutes
1549
+
1550
+
1551
+ ---
1552
+
1553
+ <a id="26c30322-82cf-4e64-9dc9-dab1efb4eb16"></a>
1554
+ # Term Name: Create Governance Rule
1555
+
1556
+ ## GUID
1557
+ 26c30322-82cf-4e64-9dc9-dab1efb4eb16
1558
+
1559
+ ## Description
1560
+ An executable rule that can be deployed at particular points in the operations.
1561
+
1562
+ ## Usage
1563
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1564
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1565
+ | Display Name | True | True | False | None | Name of the definition. | False | |
1566
+ | Summary | False | True | False | None | Summary of the definition. | False | |
1567
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
1568
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
1569
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
1570
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
1571
+ | Scope | False | True | False | None | Scope of the definition. | False | |
1572
+ | Importance | False | True | False | None | Importance of the definition. | False | |
1573
+ | Implementation Description | False | True | False | None | Describes how this governance control is implemented. | False | |
1574
+ | Supports Policies | False | True | False | None | The policies that this governance control supports. | False | |
1575
+ | Implications | False | True | False | None | List of implications. | False | |
1576
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
1577
+ | Results | False | True | False | None | A list of expected results. | False | |
1578
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
1579
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
1580
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
1581
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
1582
+
1583
+ ## Qualified Name
1584
+ Term::Create Governance Rule
1585
+
1586
+ ## Status
1587
+ DRAFT
1588
+
1589
+ ## In Glossary
1590
+ Egeria-Markdown
1591
+
1592
+
1593
+ ---
1594
+
1595
+ <a id="63d49bcb-f367-4b65-82e6-827145ca2d18"></a>
1596
+ # Term Name: Create Governance Strategy
1597
+
1598
+ ## GUID
1599
+ 63d49bcb-f367-4b65-82e6-827145ca2d18
1600
+
1601
+ ## Description
1602
+ The strategy used in the development of the governance domains activities. How the governance domain supports the business strategy.
1603
+
1604
+ ## Usage
1605
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1606
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1607
+ | Display Name | True | True | False | None | Name of the definition. | False | |
1608
+ | Summary | False | True | False | None | Summary of the definition. | False | |
1609
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
1610
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
1611
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
1612
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
1613
+ | Scope | False | True | False | None | Scope of the definition. | False | |
1614
+ | Importance | False | True | False | None | Importance of the definition. | False | |
1615
+ | Business Imperatives | False | True | False | None | List of imperitives. | False | |
1616
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
1617
+ | Results | False | True | False | None | A list of expected results. | False | |
1618
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
1619
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
1620
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
1621
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
1622
+
1623
+ ## Qualified Name
1624
+ Term::Create Governance Strategy
1625
+
1626
+ ## Status
1627
+ DRAFT
1628
+
1629
+ ## In Glossary
1630
+ Egeria-Markdown
1631
+
1632
+
1633
+ ---
1634
+
1635
+ <a id="b5f1514e-7996-454d-ab7d-909487a431a0"></a>
1636
+ # Term Name: View Data Classes
1637
+
1638
+ ## GUID
1639
+ b5f1514e-7996-454d-ab7d-909487a431a0
1640
+
1641
+ ## Description
1642
+ Return the data classes, optionally filtered by the search string.
1643
+
1644
+ ## Usage
1645
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1646
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1647
+ | Search String | False | True | False | None | An optional search string to filter results by. | False | |
1648
+ | Output Format | False | True | False | None | Optional specification of output format for the query. | False | LIST; FORM; REPORT; MERMAID; DICT |
1649
+ | Starts With | False | True | False | None | If true, look for matches with the search string starting from the beginning of a field. | False | |
1650
+ | Ends With | False | True | False | None | If true, look for matches with the search string starting from the end of a field. | False | |
1651
+ | Ignore Case | False | True | False | None | If true, ignore the difference between upper and lower characters when matching the search string. | False | |
1652
+ | AsOfTime | False | True | False | None | An ISO-8601 string representing the time to view the state of the repository. | False | |
1653
+ | Sort Order | False | True | False | None | How to order the results. The sort order can be selected from a list of valid value. | False | ANY; CREATION_DATE_RECENT; CREATION_DATA_OLDEST; LAST_UPDATE_RECENT; LAST_UPDATE_OLDEST; PROPERTY_ASCENDING; PROPERTY_DESCENDING |
1654
+ | Page Size | False | True | False | None | The number of elements returned per page. | False | |
1655
+ | Start From | False | True | False | None | When paging through results, the starting point of the results to return. | False | |
1656
+
1657
+ ## Qualified Name
1658
+ Term::View Data Classes
1659
+
1660
+ ## Status
1661
+ DRAFT
1662
+
1663
+ ## In Glossary
1664
+ Egeria-Markdown
1665
+
1666
+
1667
+ ---
1668
+
1669
+ <a id="40c15b4a-0123-4ca1-970f-edaaf56615d8"></a>
1670
+ # Term Name: Patient Blood Pressure
1671
+
1672
+ ## GUID
1673
+ 40c15b4a-0123-4ca1-970f-edaaf56615d8
1674
+
1675
+ ## Summary
1676
+ Template Substitute for Patient Blood Pressure
1677
+
1678
+ ## Usage
1679
+ Only for use in templates.
1680
+
1681
+ ## Qualified Name
1682
+ GlossaryTerm::ClinicalTrialTerminology::TemplateSubstitute::PatientBloodPressure
1683
+
1684
+ ## Status
1685
+ ACTIVE
1686
+
1687
+ ## In Glossary
1688
+ Coco Pharmaceuticals Clinical Trial Terminology
1689
+
1690
+ ## Categories
1691
+ Template substitutes
1692
+
1693
+
1694
+ ---
1695
+
1696
+ <a id="b0ae7a14-b073-4192-9933-3d5d9fed2eba"></a>
1697
+ # Term Name: Link Information Supply Chain Peers
1698
+
1699
+ ## GUID
1700
+ b0ae7a14-b073-4192-9933-3d5d9fed2eba
1701
+
1702
+ ## Description
1703
+ This command can be used to link or unlink information supply chain segments.
1704
+
1705
+ ## Usage
1706
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1707
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1708
+ | Segment1 | True | True | False | None | The first segment to link. | False | |
1709
+ | Segment2 | True | True | False | None | The second segment to link. | False | |
1710
+ | Link Label | False | True | False | None | Labels the link between two information supply chain segments. | False | |
1711
+ | Description | False | True | False | None | A description of the data structure. | False | |
1712
+
1713
+ ## Qualified Name
1714
+ Term::Link Information Supply Chain Peers
1715
+
1716
+ ## Status
1717
+ DRAFT
1718
+
1719
+ ## In Glossary
1720
+ Egeria-Markdown
1721
+
1722
+
1723
+ ---
1724
+
1725
+ <a id="56cad08d-76f7-42ea-bba4-695468924e14"></a>
1726
+ # Term Name: Create Governance Processing Purpose
1727
+
1728
+ ## GUID
1729
+ 56cad08d-76f7-42ea-bba4-695468924e14
1730
+
1731
+ ## Description
1732
+ Privacy regulations such as (GDPR) require data subjects to agree the processing that is permitted on their data.
1733
+
1734
+ ## Usage
1735
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1736
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1737
+ | Display Name | True | True | False | None | Name of the definition. | False | |
1738
+ | Summary | False | True | False | None | Summary of the definition. | False | |
1739
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
1740
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
1741
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
1742
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
1743
+ | Scope | False | True | False | None | Scope of the definition. | False | |
1744
+ | Importance | False | True | False | None | Importance of the definition. | False | |
1745
+ | Implications | False | True | False | None | List of implications. | False | |
1746
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
1747
+ | Results | False | True | False | None | A list of expected results. | False | |
1748
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
1749
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
1750
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
1751
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
1752
+
1753
+ ## Qualified Name
1754
+ Term::Create Governance Processing Purpose
1755
+
1756
+ ## Status
1757
+ DRAFT
1758
+
1759
+ ## In Glossary
1760
+ Egeria-Markdown
1761
+
1762
+
1763
+ ---
1764
+
1765
+ <a id="54087c48-52b9-4b9b-9cd7-9e7f74b1e141"></a>
1766
+ # Term Name: Create Governance Principle
1767
+
1768
+ ## GUID
1769
+ 54087c48-52b9-4b9b-9cd7-9e7f74b1e141
1770
+
1771
+ ## Description
1772
+ The GovernancePrinciple entity defines a policy that describes an end state that the organization aims to achieve.
1773
+
1774
+ ## Usage
1775
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1776
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1777
+ | Display Name | True | True | False | None | Name of the definition. | False | |
1778
+ | Summary | False | True | False | None | Summary of the definition. | False | |
1779
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
1780
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
1781
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
1782
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
1783
+ | Scope | False | True | False | None | Scope of the definition. | False | |
1784
+ | Importance | False | True | False | None | Importance of the definition. | False | |
1785
+ | Governance Drivers | False | True | False | None | The drivers this policy is in response to. Drivers may be Business Imperatives, Regulations, Governance Strategy or Threats. | False | |
1786
+ | Implications | False | True | False | None | List of implications. | False | |
1787
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
1788
+ | Results | False | True | False | None | A list of expected results. | False | |
1789
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
1790
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
1791
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
1792
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
1793
+
1794
+ ## Qualified Name
1795
+ Term::Create Governance Principle
1796
+
1797
+ ## Status
1798
+ DRAFT
1799
+
1800
+ ## In Glossary
1801
+ Egeria-Markdown
1802
+
1803
+
1804
+ ---
1805
+
1806
+ <a id="60df8a83-50da-485b-9545-c337559948d6"></a>
1807
+ # Term Name: Right Hip Rotation Angle
1808
+
1809
+ ## GUID
1810
+ 60df8a83-50da-485b-9545-c337559948d6
1811
+
1812
+ ## Summary
1813
+ Template Substitute for Right Hip Rotation Angle
1814
+
1815
+ ## Usage
1816
+ Only for use in templates.
1817
+
1818
+ ## Qualified Name
1819
+ GlossaryTerm::ClinicalTrialTerminology::TemplateSubstitute::AngleRight
1820
+
1821
+ ## Status
1822
+ ACTIVE
1823
+
1824
+ ## In Glossary
1825
+ Coco Pharmaceuticals Clinical Trial Terminology
1826
+
1827
+ ## Categories
1828
+ Template substitutes
1829
+
1830
+
1831
+ ---
1832
+
1833
+ <a id="e0c8920e-f472-49aa-acc6-e526214a38ac"></a>
1834
+ # Term Name: Left Hip Rotation Angle
1835
+
1836
+ ## GUID
1837
+ e0c8920e-f472-49aa-acc6-e526214a38ac
1838
+
1839
+ ## Summary
1840
+ Template Substitute for Left Hip Rotation Angle
1841
+
1842
+ ## Usage
1843
+ Only for use in templates.
1844
+
1845
+ ## Qualified Name
1846
+ GlossaryTerm::ClinicalTrialTerminology::TemplateSubstitute::AngleLeft
1847
+
1848
+ ## Status
1849
+ ACTIVE
1850
+
1851
+ ## In Glossary
1852
+ Coco Pharmaceuticals Clinical Trial Terminology
1853
+
1854
+ ## Categories
1855
+ Template substitutes
1856
+
1857
+
1858
+ ---
1859
+
1860
+ <a id="cfc4354e-1a55-4ca6-87dd-3d07114ae5db"></a>
1861
+ # Term Name: View Solution Roles
1862
+
1863
+ ## GUID
1864
+ cfc4354e-1a55-4ca6-87dd-3d07114ae5db
1865
+
1866
+ ## Description
1867
+ Return the data structure details, optionally filtered by the search string.
1868
+
1869
+ ## Usage
1870
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1871
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1872
+ | Search String | False | True | False | None | An optional search string to filter results by. | False | |
1873
+ | Output Format | False | True | False | None | Optional specification of output format for the query. | False | List; Form; Report; Dict |
1874
+ | Detailed | False | True | False | None | If true a more detailed set of attributes will be returned. | False | |
1875
+
1876
+ ## Qualified Name
1877
+ Term::View Solution Roles
1878
+
1879
+ ## Status
1880
+ DRAFT
1881
+
1882
+ ## In Glossary
1883
+ Egeria-Markdown
1884
+
1885
+
1886
+ ---
1887
+
1888
+ <a id="b05e23da-f186-43d2-a34a-2c49242f3722"></a>
1889
+ # Term Name: Create Certification Type
1890
+
1891
+ ## GUID
1892
+ b05e23da-f186-43d2-a34a-2c49242f3722
1893
+
1894
+ ## Description
1895
+ A type of certification.
1896
+
1897
+ ## Usage
1898
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1899
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1900
+ | Display Name | True | True | False | None | Name of the definition. | False | |
1901
+ | Summary | False | True | False | None | Summary of the definition. | False | |
1902
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
1903
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
1904
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
1905
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
1906
+ | Scope | False | True | False | None | Scope of the definition. | False | |
1907
+ | Importance | False | True | False | None | Importance of the definition. | False | |
1908
+ | Details | False | True | False | None | Details of the certification. | False | |
1909
+ | Implications | False | True | False | None | List of implications. | False | |
1910
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
1911
+ | Results | False | True | False | None | A list of expected results. | False | |
1912
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
1913
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
1914
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
1915
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
1916
+
1917
+ ## Qualified Name
1918
+ Term::Create Certification Type
1919
+
1920
+ ## Status
1921
+ DRAFT
1922
+
1923
+ ## In Glossary
1924
+ Egeria-Markdown
1925
+
1926
+
1927
+ ---
1928
+
1929
+ <a id="2110e000-1fa6-4d2f-912b-39421d893002"></a>
1930
+ # Term Name: Link Governance Drivers
1931
+
1932
+ ## GUID
1933
+ 2110e000-1fa6-4d2f-912b-39421d893002
1934
+
1935
+ ## Description
1936
+ Link peer governance drivers with the GovernanceDriverLink relationship. Drivers are: GovernanceStrategy, BusinessImperitive, Regulation, RegulationArticle, Threat.
1937
+
1938
+ ## Usage
1939
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1940
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1941
+ | Definition 1 | True | True | False | None | The first governance driver to link. | False | |
1942
+ | Definition 2 | True | True | False | None | The second governance driver to link. | False | |
1943
+ | Link Label | False | True | False | None | Labels the link between two governance defninitions. | False | |
1944
+ | Description | False | True | False | None | A description of the relationship. | False | |
1945
+
1946
+ ## Qualified Name
1947
+ Term::Link Governance Drivers
1948
+
1949
+ ## Status
1950
+ DRAFT
1951
+
1952
+ ## In Glossary
1953
+ Egeria-Markdown
1954
+
1955
+
1956
+ ---
1957
+
1958
+ <a id="7bad55ba-3e76-45c3-ac45-43005223fe62"></a>
1959
+ # Term Name: Create License Type
1960
+
1961
+ ## GUID
1962
+ 7bad55ba-3e76-45c3-ac45-43005223fe62
1963
+
1964
+ ## Description
1965
+ A type of license.
1966
+
1967
+ ## Usage
1968
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
1969
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
1970
+ | Display Name | True | True | False | None | Name of the definition. | False | |
1971
+ | Summary | False | True | False | None | Summary of the definition. | False | |
1972
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
1973
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
1974
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
1975
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
1976
+ | Scope | False | True | False | None | Scope of the definition. | False | |
1977
+ | Importance | False | True | False | None | Importance of the definition. | False | |
1978
+ | Details | False | True | False | None | Details of the license. | False | |
1979
+ | Implications | False | True | False | None | List of implications. | False | |
1980
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
1981
+ | Results | False | True | False | None | A list of expected results. | False | |
1982
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
1983
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
1984
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
1985
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
1986
+
1987
+ ## Qualified Name
1988
+ Term::Create License Type
1989
+
1990
+ ## Status
1991
+ DRAFT
1992
+
1993
+ ## In Glossary
1994
+ Egeria-Markdown
1995
+
1996
+
1997
+ ---
1998
+
1999
+ <a id="d85d9e01-84ec-45e9-85cc-c566be17e2b2"></a>
2000
+ # Term Name: Emission
2001
+
2002
+ ## GUID
2003
+ d85d9e01-84ec-45e9-85cc-c566be17e2b2
2004
+
2005
+ ## Summary
2006
+ The release of a harmful substance into the atmosphere.
2007
+
2008
+ ## Description
2009
+ Human activity is causing the release of substances into the earth''s atmosphere that is impacting our climate and the health of the flora and fauna that we rely on to survive. Reducing these emissions are the focus of sustainability initiatives in order to reduce the instability in the climate and availability of resources.
2010
+
2011
+ ## Qualified Name
2012
+ GlossaryTerm:Emission
2013
+
2014
+ ## Status
2015
+ ACTIVE
2016
+
2017
+ ## In Glossary
2018
+ Sustainability Glossary
2019
+
2020
+
2021
+ ---
2022
+
2023
+ <a id="a2f234bf-10f0-4ca1-a6a1-e975e6505704"></a>
2024
+ # Term Name: Site
2025
+
2026
+ ## GUID
2027
+ a2f234bf-10f0-4ca1-a6a1-e975e6505704
2028
+
2029
+ ## Summary
2030
+ A physical location that Coco Pharmaceuticals operates from.
2031
+
2032
+ ## Description
2033
+ Coco Pharmaceuticals has a number of physical premises that is operates from. Each of these premises is called a *site*
2034
+
2035
+ ## Qualified Name
2036
+ GlossaryTerm:Site
2037
+
2038
+ ## Status
2039
+ ACTIVE
2040
+
2041
+ ## In Glossary
2042
+ Sustainability Glossary
2043
+
2044
+
2045
+ ---
2046
+
2047
+ <a id="fb26ec5b-8576-49b8-ac5e-e926470426dc"></a>
2048
+ # Term Name: Create Term
2049
+
2050
+ ## GUID
2051
+ fb26ec5b-8576-49b8-ac5e-e926470426dc
2052
+
2053
+ ## Usage
2054
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2055
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2056
+ | Term Name | True | True | False | None | The name of the term to create or update. | False | |
2057
+ | Summary | False | True | False | None | A summary description of the term. | False | |
2058
+ | Description | False | True | False | None | A description of the term. | False | |
2059
+ | Abbreviation | False | True | False | None | An abbreviation for the term. | False | |
2060
+ | Example | False | True | False | None | An example of how the term is used. | False | |
2061
+ | Usage | False | True | False | None | A description of how the term is to be used. | False | |
2062
+ | Status | False | True | False | None | The lifecycle status of a term. | False | DRAFT; ACTIVE, DEPRECATED; OBSOLETE; OTHER |
2063
+ | Published Version Identifier | False | True | False | None | | False | |
2064
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
2065
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
2066
+
2067
+ ## Qualified Name
2068
+ Term::Create Term
2069
+
2070
+ ## Status
2071
+ DRAFT
2072
+
2073
+ ## In Glossary
2074
+ Egeria-Markdown
2075
+
2076
+
2077
+ ---
2078
+
2079
+ <a id="2fe6262a-650d-4b8e-96a7-af9a16742c2b"></a>
2080
+ # Term Name: View Governance Definitions
2081
+
2082
+ ## GUID
2083
+ 2fe6262a-650d-4b8e-96a7-af9a16742c2b
2084
+
2085
+ ## Description
2086
+ This can be used to list any kind of governance definitions.
2087
+
2088
+ ## Usage
2089
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2090
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2091
+ | Search String | False | True | False | None | An optional search string to filter results by. | False | |
2092
+ | Output Format | False | True | False | None | Optional specification of output format for the query. | False | LIST; FORM; REPORT; MERMAID; DICT |
2093
+ | Starts With | False | True | False | None | If true, look for matches with the search string starting from the beginning of a field. | False | |
2094
+ | Ends With | False | True | False | None | If true, look for matches with the search string starting from the end of a field. | False | |
2095
+ | Ignore Case | False | True | False | None | If true, ignore the difference between upper and lower characters when matching the search string. | False | |
2096
+ | AsOfTime | False | True | False | None | An ISO-8601 string representing the time to view the state of the repository. | False | |
2097
+ | Sort Order | False | True | False | None | How to order the results. The sort order can be selected from a list of valid value. | False | ANY; CREATION_DATE_RECENT; CREATION_DATA_OLDEST; LAST_UPDATE_RECENT; LAST_UPDATE_OLDEST; PROPERTY_ASCENDING; PROPERTY_DESCENDING |
2098
+ | Order Property Name | False | True | False | None | The property to use for sorting if the sort_order_property is PROPERTY_ASCENDING or PROPERTY_DESCENDING | False | |
2099
+ | Page Size | False | True | False | None | The number of elements returned per page. | False | |
2100
+ | Start From | False | True | False | None | When paging through results, the starting point of the results to return. | False | |
2101
+
2102
+ ## Qualified Name
2103
+ Term::View Governance Definitions
2104
+
2105
+ ## Status
2106
+ DRAFT
2107
+
2108
+ ## In Glossary
2109
+ Egeria-Markdown
2110
+
2111
+
2112
+ ---
2113
+
2114
+ <a id="336ccde3-6527-43b4-961d-28d457f8e51c"></a>
2115
+ # Term Name: Link Governance Policies
2116
+
2117
+ ## GUID
2118
+ 336ccde3-6527-43b4-961d-28d457f8e51c
2119
+
2120
+ ## Description
2121
+ Link peer governance policies with the GovernancePolicyLink relationship. Policies types are: GovernancePrinciple, GovernanceObligation, GovernanceApproach.
2122
+
2123
+ ## Usage
2124
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2125
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2126
+ | Definition 1 | True | True | False | None | The first governance policy to link. | False | |
2127
+ | Definition 2 | True | True | False | None | The second governance policy to link. | False | |
2128
+ | Link Label | False | True | False | None | Labels the link between two governance defninitions. | False | |
2129
+ | Description | False | True | False | None | A description of the relationship. | False | |
2130
+
2131
+ ## Qualified Name
2132
+ Term::Link Governance Policies
2133
+
2134
+ ## Status
2135
+ DRAFT
2136
+
2137
+ ## In Glossary
2138
+ Egeria-Markdown
2139
+
2140
+
2141
+ ---
2142
+
2143
+ <a id="f39544c9-0b11-4d6c-b8aa-1fe809615b24"></a>
2144
+ # Term Name: Link Digital Product - Digital Product
2145
+
2146
+ ## GUID
2147
+ f39544c9-0b11-4d6c-b8aa-1fe809615b24
2148
+
2149
+ ## Description
2150
+ Link digital product dependency between two digital products.
2151
+
2152
+ ## Usage
2153
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2154
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2155
+ | DigitalProduct1 | True | True | False | None | The first product to link. | False | |
2156
+ | DigitalProduct2 | True | True | False | None | The second product to link. | False | |
2157
+ | Label | False | True | False | None | Labels the link between two digital products. | False | |
2158
+ | Description | False | True | False | None | A description of the link. | False | |
2159
+
2160
+ ## Qualified Name
2161
+ Term::Link Digital Product - Digital Product
2162
+
2163
+ ## Status
2164
+ DRAFT
2165
+
2166
+ ## In Glossary
2167
+ Egeria-Markdown
2168
+
2169
+
2170
+ ---
2171
+
2172
+ <a id="66d3dc5e-0a50-4172-b7d0-f42715fa38f2"></a>
2173
+ # Term Name: Patient Weight
2174
+
2175
+ ## GUID
2176
+ 66d3dc5e-0a50-4172-b7d0-f42715fa38f2
2177
+
2178
+ ## Summary
2179
+ Template Substitute for Patient Weight
2180
+
2181
+ ## Usage
2182
+ Only for use in templates.
2183
+
2184
+ ## Qualified Name
2185
+ GlossaryTerm::ClinicalTrialTerminology::TemplateSubstitute::PatientWeight
2186
+
2187
+ ## Status
2188
+ ACTIVE
2189
+
2190
+ ## In Glossary
2191
+ Coco Pharmaceuticals Clinical Trial Terminology
2192
+
2193
+ ## Categories
2194
+ Template substitutes
2195
+
2196
+
2197
+ ---
2198
+
2199
+ <a id="513a52ad-cf8e-4b9c-b772-c6e466aafa80"></a>
2200
+ # Term Name: View Solution Blueprints
2201
+
2202
+ ## GUID
2203
+ 513a52ad-cf8e-4b9c-b772-c6e466aafa80
2204
+
2205
+ ## Description
2206
+ Return the data structure details, optionally filtered by the search string.
2207
+
2208
+ ## Usage
2209
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2210
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2211
+ | Search String | False | True | False | None | An optional search string to filter results by. | False | |
2212
+ | Output Format | False | True | False | None | Optional specification of output format for the query. | False | List; Form; Report; Dict |
2213
+ | Detailed | False | True | False | None | If true a more detailed set of attributes will be returned. | False | |
2214
+
2215
+ ## Qualified Name
2216
+ Term::View Solution Blueprints
2217
+
2218
+ ## Status
2219
+ DRAFT
2220
+
2221
+ ## In Glossary
2222
+ Egeria-Markdown
2223
+
2224
+
2225
+ ---
2226
+
2227
+ <a id="371a90e8-80e7-4af2-b0ab-4d44de0fe374"></a>
2228
+ # Term Name: Patient Date of Birth
2229
+
2230
+ ## GUID
2231
+ 371a90e8-80e7-4af2-b0ab-4d44de0fe374
2232
+
2233
+ ## Summary
2234
+ Template Substitute for Patient Date of Birth
2235
+
2236
+ ## Usage
2237
+ Only for use in templates.
2238
+
2239
+ ## Qualified Name
2240
+ GlossaryTerm::ClinicalTrialTerminology::TemplateSubstitute::PatientDateOfBirth
2241
+
2242
+ ## Status
2243
+ ACTIVE
2244
+
2245
+ ## In Glossary
2246
+ Coco Pharmaceuticals Clinical Trial Terminology
2247
+
2248
+ ## Categories
2249
+ Template substitutes
2250
+
2251
+
2252
+ ---
2253
+
2254
+ <a id="ffdcf567-5c37-4d1b-b3be-844bd995efa9"></a>
2255
+ # Term Name: Create Data Sharing Agreement
2256
+
2257
+ ## GUID
2258
+ ffdcf567-5c37-4d1b-b3be-844bd995efa9
2259
+
2260
+ ## Description
2261
+ Create a new collection with the DataSharingAgreement classification.
2262
+
2263
+ ## Usage
2264
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2265
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2266
+ | Display Name | True | True | False | None | Name of the agreement. | False | |
2267
+ | Description | False | True | False | None | Description of the contents of the agreement. | False | |
2268
+ | Identifier | False | True | False | None | A user specified agreement identifier. | False | |
2269
+ | Agreement Status | False | True | False | None | The status of the digital product. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
2270
+ | User_Defined_Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
2271
+ | Version Identifier | False | True | False | None | Published agreement version identifier. | False | |
2272
+ | Product Manager | False | True | False | None | An actor responsible for managing this product. Actors may be individuals, automations, etc. | False | |
2273
+ | Digital Subscriptions | False | True | False | None | | False | |
2274
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
2275
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
2276
+
2277
+ ## Qualified Name
2278
+ Term::Create Data Sharing Agreement
2279
+
2280
+ ## Status
2281
+ DRAFT
2282
+
2283
+ ## In Glossary
2284
+ Egeria-Markdown
2285
+
2286
+
2287
+ ---
2288
+
2289
+ <a id="f6ac8a1d-38ca-4f33-8e39-92fcdb142d0d"></a>
2290
+ # Term Name: Create Regulation Definition
2291
+
2292
+ ## GUID
2293
+ f6ac8a1d-38ca-4f33-8e39-92fcdb142d0d
2294
+
2295
+ ## Description
2296
+ Defines a relevant legal regulation that the business operation must comply with. Often regulations are divided into regulation articles.
2297
+
2298
+ ## Usage
2299
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2300
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2301
+ | Display Name | True | True | False | None | Name of the definition. | False | |
2302
+ | Summary | False | True | False | None | Summary of the definition. | False | |
2303
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
2304
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
2305
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
2306
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
2307
+ | Scope | False | True | False | None | Scope of the definition. | False | |
2308
+ | Importance | False | True | False | None | Importance of the definition. | False | |
2309
+ | Source | False | True | False | None | The source of the regulator. | False | |
2310
+ | Regulators | False | True | False | None | The regulatory authorities responsible for monitoring compliance to regulations. | False | |
2311
+ | Implications | False | True | False | None | List of implications. | False | |
2312
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
2313
+ | Results | False | True | False | None | A list of expected results. | False | |
2314
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
2315
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
2316
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
2317
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
2318
+
2319
+ ## Qualified Name
2320
+ Term::Create Regulation Definition
2321
+
2322
+ ## Status
2323
+ DRAFT
2324
+
2325
+ ## In Glossary
2326
+ Egeria-Markdown
2327
+
2328
+
2329
+ ---
2330
+
2331
+ <a id="94f61b66-333c-4827-a694-94932da307c0"></a>
2332
+ # Term Name: View Data Specifications
2333
+
2334
+ ## GUID
2335
+ 94f61b66-333c-4827-a694-94932da307c0
2336
+
2337
+ ## Description
2338
+ Return the data specifications, optionally filtered by the search string.
2339
+
2340
+ ## Usage
2341
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2342
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2343
+ | Search String | False | True | False | None | An optional search string to filter results by. | False | |
2344
+ | Output Format | False | True | False | None | Optional specification of output format for the query. | False | LIST; FORM; DICT; MD; MERMAID; REPORT |
2345
+ | Starts With | False | True | False | None | If true, look for matches with the search string starting from the beginning of a field. | False | |
2346
+ | Ends With | False | True | False | None | If true, look for matches with the search string starting from the end of a field. | False | |
2347
+ | Ignore Case | False | True | False | None | If true, ignore the difference between upper and lower characters when matching the search string. | False | |
2348
+ | AsOfTime | False | True | False | None | An ISO-8601 string representing the time to view the state of the repository. | False | |
2349
+ | Sort Order | False | True | False | None | How to order the results. The sort order can be selected from a list of valid value. | False | ANY; CREATION_DATE_RECENT; CREATION_DATA_OLDEST; LAST_UPDATE_RECENT; LAST_UPDATE_OLDEST; PROPERTY_ASCENDING; PROPERTY_DESCENDING |
2350
+ | Page Size | False | True | False | None | The number of elements returned per page. | False | |
2351
+ | Start From | False | True | False | None | When paging through results, the starting point of the results to return. | False | |
2352
+
2353
+ ## Qualified Name
2354
+ Term::View Data Specifications
2355
+
2356
+ ## Status
2357
+ DRAFT
2358
+
2359
+ ## In Glossary
2360
+ Egeria-Markdown
2361
+
2362
+
2363
+ ---
2364
+
2365
+ <a id="3e66f817-db59-4749-bd20-787df660ddf2"></a>
2366
+ # Term Name: Create Data Class
2367
+
2368
+ ## GUID
2369
+ 3e66f817-db59-4749-bd20-787df660ddf2
2370
+
2371
+ ## Description
2372
+ Describes the data values that may be stored in data fields. Can be used to configure quality validators and data field classifiers.
2373
+
2374
+ ## Usage
2375
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2376
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2377
+ | Display Name | True | True | False | None | Name of the data structure. | False | |
2378
+ | Description | False | True | False | None | A description of the data class. | False | |
2379
+ | Namespace | False | True | False | None | Optional namespace that scopes the field. | False | |
2380
+ | Match Property Names | False | True | True | None | Names of the properties that are set. | False | |
2381
+ | Match Threshold | False | True | False | None | Percent of values that must match the data class specification. | False | |
2382
+ | IsCaseSensitive | False | True | False | None | Are field values case sensitive? | False | |
2383
+ | Data Type | True | True | False | None | Data type for the data class. | False | string; int; long; date; boolean; char; byte; float; double; biginteger; bigdecimal; array<string>; array<int>; map<string,string>; map<string, boolean>; map<string, int>; map<string, long>; map<string,double>; map<string, date> map<string, object>; short; map<string, array<string>>; other |
2384
+ | Allow Duplicate Values | False | True | False | None | Allow duplicate values within the data class? | False | |
2385
+ | isNullable | False | True | False | None | Can the values within the dataclass be absent? | False | |
2386
+ | isCaseSensitive | False | True | False | None | Indicates if the values in a data class are case sensitive. | False | |
2387
+ | Default Value | False | True | False | None | Specify a default value for the data class. | False | |
2388
+ | Average Value | False | True | False | None | Average value for the data class. | False | |
2389
+ | Value List | False | True | False | None | | False | |
2390
+ | Value Range From | False | True | False | None | Beginning range of legal values. | False | |
2391
+ | Value Range To | False | True | False | None | End of valid range for value. | False | |
2392
+ | Sample Values | False | True | False | None | Sample values of the data class. | False | |
2393
+ | Data Patterns | False | True | False | None | prescribed format of a data field - e.g. credit card numbers. Often expressed as a regular expression. | False | |
2394
+ | In Data Dictionary | False | True | False | None | What data dictionaries is this data field in? | False | |
2395
+ | Containing Data Class | False | True | False | None | Data classes this is part of. | False | |
2396
+ | Specializes Data Class | False | True | False | None | Specializes a parent data class. | False | |
2397
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
2398
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
2399
+
2400
+ ## Qualified Name
2401
+ Term::Create Data Class
2402
+
2403
+ ## Status
2404
+ DRAFT
2405
+
2406
+ ## In Glossary
2407
+ Egeria-Markdown
2408
+
2409
+
2410
+ ---
2411
+
2412
+ <a id="bd6f46fe-2204-439b-b866-eb0c232a6323"></a>
2413
+ # Term Name: Create Governance Responsibility
2414
+
2415
+ ## GUID
2416
+ bd6f46fe-2204-439b-b866-eb0c232a6323
2417
+
2418
+ ## Description
2419
+ A responsiblity assigned to an actor or team. It could be a requirement to take a certain action in specific circumstances or to make decisions or give approvals for actions.
2420
+
2421
+ ## Usage
2422
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2423
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2424
+ | Display Name | True | True | False | None | Name of the definition. | False | |
2425
+ | Summary | False | True | False | None | Summary of the definition. | False | |
2426
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
2427
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
2428
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
2429
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
2430
+ | Scope | False | True | False | None | Scope of the definition. | False | |
2431
+ | Importance | False | True | False | None | Importance of the definition. | False | |
2432
+ | Implementation Description | False | True | False | None | Describes how this governance control is implemnted. | False | |
2433
+ | Supports Policies | False | True | False | None | The policies that this governance control supports. | False | |
2434
+ | Implications | False | True | False | None | List of implications. | False | |
2435
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
2436
+ | Results | False | True | False | None | A list of expected results. | False | |
2437
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
2438
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
2439
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
2440
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
2441
+
2442
+ ## Qualified Name
2443
+ Term::Create Governance Responsibility
2444
+
2445
+ ## Status
2446
+ DRAFT
2447
+
2448
+ ## In Glossary
2449
+ Egeria-Markdown
2450
+
2451
+
2452
+ ---
2453
+
2454
+ <a id="2a4d96a2-2d3e-4f81-aba9-fe41fc8e8466"></a>
2455
+ # Term Name: Create Security Access Control
2456
+
2457
+ ## GUID
2458
+ 2a4d96a2-2d3e-4f81-aba9-fe41fc8e8466
2459
+
2460
+ ## Description
2461
+ A technical control that defines the access control lists that an actor must belong to be entitled to perform a specific action.
2462
+
2463
+ ## Usage
2464
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2465
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2466
+ | Display Name | True | True | False | None | Name of the definition. | False | |
2467
+ | Summary | False | True | False | None | Summary of the definition. | False | |
2468
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
2469
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
2470
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
2471
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
2472
+ | Scope | False | True | False | None | Scope of the definition. | False | |
2473
+ | Importance | False | True | False | None | Importance of the definition. | False | |
2474
+ | Implementation Description | False | True | False | None | Describes how this governance control is implemnted. | False | |
2475
+ | Implications | False | True | False | None | List of implications. | False | |
2476
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
2477
+ | Results | False | True | False | None | A list of expected results. | False | |
2478
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
2479
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
2480
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
2481
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
2482
+
2483
+ ## Qualified Name
2484
+ Term::Create Security Access Control
2485
+
2486
+ ## Status
2487
+ DRAFT
2488
+
2489
+ ## In Glossary
2490
+ Egeria-Markdown
2491
+
2492
+
2493
+ ---
2494
+
2495
+ <a id="83e52f39-d352-4f97-a3df-ee39d2d9cc0e"></a>
2496
+ # Term Name: Patient Height
2497
+
2498
+ ## GUID
2499
+ 83e52f39-d352-4f97-a3df-ee39d2d9cc0e
2500
+
2501
+ ## Summary
2502
+ Height of patient in centimetres.
2503
+
2504
+ ## Description
2505
+ This is the height of the patient in centimetres, without shoes and to the top of the skull, ideally measured in the morning.
2506
+
2507
+ ## Usage
2508
+ Acts as a standard mechanism for measuring the height of a patient in a clinical trial.
2509
+
2510
+ ## Qualified Name
2511
+ GlossaryTerm::ClinicalTrialTerminology::PatientHeight
2512
+
2513
+ ## Status
2514
+ ACTIVE
2515
+
2516
+ ## In Glossary
2517
+ Coco Pharmaceuticals Clinical Trial Terminology
2518
+
2519
+ ## Categories
2520
+ Clinical Trials Common Data Fields
2521
+
2522
+
2523
+ ---
2524
+
2525
+ <a id="aff94ae7-3934-4ff6-9949-1c31b19adf97"></a>
2526
+ # Term Name: Patient Date of Birth
2527
+
2528
+ ## GUID
2529
+ aff94ae7-3934-4ff6-9949-1c31b19adf97
2530
+
2531
+ ## Summary
2532
+ Day, month and year that the patient was born.
2533
+
2534
+ ## Description
2535
+ This is the day that the person was born. Not official birth date if different.
2536
+
2537
+ ## Usage
2538
+ Acts as a standard mechanism for measuring the age of a patient in a clinical trial.
2539
+
2540
+ ## Qualified Name
2541
+ GlossaryTerm::ClinicalTrialTerminology::PatientDateOfBirth
2542
+
2543
+ ## Status
2544
+ ACTIVE
2545
+
2546
+ ## In Glossary
2547
+ Coco Pharmaceuticals Clinical Trial Terminology
2548
+
2549
+ ## Categories
2550
+ Clinical Trials Common Data Fields
2551
+
2552
+
2553
+ ---
2554
+
2555
+ <a id="380b72f9-f6f3-4865-897d-bf7074b5861d"></a>
2556
+ # Term Name: Create Solution Component
2557
+
2558
+ ## GUID
2559
+ 380b72f9-f6f3-4865-897d-bf7074b5861d
2560
+
2561
+ ## Description
2562
+ A reusable solution component.
2563
+
2564
+ ## Usage
2565
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2566
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2567
+ | Display Name | True | True | False | None | Name of the solution component. | False | |
2568
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
2569
+ | Description | False | True | False | None | A description of the data structure. | False | |
2570
+ | Solution Component Type | False | True | False | None | Type of solution component. | False | |
2571
+ | Planned Deployed Implementation Type | False | True | False | None | The planned implementation type for deployment. | False | |
2572
+ | Initial Status | False | True | False | None | Optional lifecycle status. If not specified, set to ACTIVE. If set to Other then the value in User Defined Status will be used. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE; DISABLED; DEPRECATED; OTHER |
2573
+ | In Solution Components | False | True | False | None | Solution components that include this one. | False | |
2574
+ | In Solution Blueprints | False | True | False | None | Solution Blueprints that contain this component. | False | |
2575
+ | In Information Supply Chains | False | True | False | None | The Information Supply Chains that this component is a member of. | False | |
2576
+ | Actors | False | True | False | None | Actors associated with this component. | False | |
2577
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
2578
+ | Merge Update | False | True | False | None | If true, only those attributes specified in the update will be updated; If false, any attributes not provided during the update will be set to None. | False | |
2579
+
2580
+ ## Qualified Name
2581
+ Term::Create Solution Component
2582
+
2583
+ ## Status
2584
+ DRAFT
2585
+
2586
+ ## In Glossary
2587
+ Egeria-Markdown
2588
+
2589
+
2590
+ ---
2591
+
2592
+ <a id="58933d73-7f04-4899-99ce-bbd25826041a"></a>
2593
+ # Term Name: Sustainability
2594
+
2595
+ ## GUID
2596
+ 58933d73-7f04-4899-99ce-bbd25826041a
2597
+
2598
+ ## Summary
2599
+ A means of operating that makes effective use of replaceable resources.
2600
+
2601
+ ## Description
2602
+ In the broadest sense, sustainability refers to the ability to maintain or support a process continuously over time. In business and policy contexts, sustainability seeks to prevent the depletion of natural or physical resources, so that they will remain available for the long term.
2603
+
2604
+ ## Qualified Name
2605
+ GlossaryTerm:Sustainability
2606
+
2607
+ ## Status
2608
+ ACTIVE
2609
+
2610
+ ## In Glossary
2611
+ Sustainability Glossary
2612
+
2613
+
2614
+ ---
2615
+
2616
+ <a id="96598a1f-21a7-4c87-a71e-b43ec8056495"></a>
2617
+ # Term Name: Create Data Field
2618
+
2619
+ ## GUID
2620
+ 96598a1f-21a7-4c87-a71e-b43ec8056495
2621
+
2622
+ ## Description
2623
+ A data field is a fundamental building block for a data structure.
2624
+
2625
+ ## Usage
2626
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2627
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2628
+ | Display Name | True | True | False | None | Name of the Data Field | False | |
2629
+ | Description | False | True | False | None | A description of the Data Field | False | |
2630
+ | Data Type | True | True | False | None | The data type of the data field. Point to data type valid value list if exists. | False | string; int; long; date; boolean; char; byte; float; double; biginteger; bigdecimal; array<string>; array<int>; map<string,string>; map<string, boolean>; map<string, int>; map<string, long>; map<string,double>; map<string, date> map<string, object>; short; map<string, array<string>>; other |
2631
+ | Position | False | True | False | None | Position of the data field in the data structure. If 0, position is irrelevant. | False | |
2632
+ | Minimum Cardinality | False | True | False | None | The minimum cardinality for a data element. | False | |
2633
+ | Maximum Cardinality | False | True | False | None | The maximum cardinality for a data element. | False | |
2634
+ | In Data Structure | False | True | False | None | The data structure this field is a member of. If display name is not unique, use qualified name. | False | |
2635
+ | Data Class | False | True | False | None | The data class that values of this data field conform to. | False | |
2636
+ | Glossary Term | False | True | False | None | Term that provides meaning to this field. | False | |
2637
+ | isNullable | False | True | False | None | Can the values within the dataclass be absent? | False | |
2638
+ | Minimum Length | False | True | False | None | | False | |
2639
+ | Length | False | True | False | None | The length of a value for a field. | False | |
2640
+ | Precision | False | True | False | None | The precision of a numeric | False | |
2641
+ | Ordered Values | False | True | False | None | is this field in an ordered list? | False | |
2642
+ | Units | False | True | False | None | An optional string indicating the units of the field. | False | |
2643
+ | Default Value | False | True | False | None | Specify a default value for the data class. | False | |
2644
+ | Version Identifier | False | True | False | None | A user supplied version identifier. | False | |
2645
+ | In Data Dictionary | False | True | False | None | What data dictionaries is this data field in? | False | |
2646
+ | Parent Data Field | False | True | False | None | Optional parent field if this is a nested field. | False | |
2647
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
2648
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
2649
+
2650
+ ## Qualified Name
2651
+ Term::Create Data Field
2652
+
2653
+ ## Status
2654
+ DRAFT
2655
+
2656
+ ## In Glossary
2657
+ Egeria-Markdown
2658
+
2659
+
2660
+ ---
2661
+
2662
+ <a id="75712a3f-290d-4aa6-ac60-2af4150246a5"></a>
2663
+ # Term Name: Create Security Group
2664
+
2665
+ ## GUID
2666
+ 75712a3f-290d-4aa6-ac60-2af4150246a5
2667
+
2668
+ ## Description
2669
+ A group of actors that need to be given the same access to a specific set of resources.
2670
+
2671
+ ## Usage
2672
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2673
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2674
+ | Display Name | True | True | False | None | Name of the definition. | False | |
2675
+ | Summary | False | True | False | None | Summary of the definition. | False | |
2676
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
2677
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
2678
+ | Distinguished Name | False | True | False | None | Unique identity of an actor. | False | |
2679
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
2680
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
2681
+ | Scope | False | True | False | None | Scope of the definition. | False | |
2682
+ | Importance | False | True | False | None | Importance of the definition. | False | |
2683
+ | Implementation Description | False | True | False | None | Describes how this governance control is implemnted. | False | |
2684
+ | Implications | False | True | False | None | List of implications. | False | |
2685
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
2686
+ | Results | False | True | False | None | A list of expected results. | False | |
2687
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
2688
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
2689
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
2690
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
2691
+
2692
+ ## Qualified Name
2693
+ Term::Create Security Group
2694
+
2695
+ ## Status
2696
+ DRAFT
2697
+
2698
+ ## In Glossary
2699
+ Egeria-Markdown
2700
+
2701
+
2702
+ ---
2703
+
2704
+ <a id="4ae0c7c3-ae76-431c-8c64-97aa3140efc7"></a>
2705
+ # Term Name: Create Threat Definition
2706
+
2707
+ ## GUID
2708
+ 4ae0c7c3-ae76-431c-8c64-97aa3140efc7
2709
+
2710
+ ## Description
2711
+ The Threat entity describes a particular threat to the organization''s operations that must either be guarded against or accommodated to reduce its impact.
2712
+
2713
+ ## Usage
2714
+ | Attribute Name | Input Required | Read Only | Generated | Default Value | Notes | Unique Values | Valid Values |
2715
+ |-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
2716
+ | Display Name | True | True | False | None | Name of the definition. | False | |
2717
+ | Summary | False | True | False | None | Summary of the definition. | False | |
2718
+ | Description | False | True | False | None | Description of the contents of the definition. | False | |
2719
+ | Domain Identifier | False | True | False | None | Integer representing the governance domain. All domains is 0. | False | |
2720
+ | Document Identifier | False | True | False | None | A user supplied identifier for the governance document. | False | |
2721
+ | Version Identifier | False | True | False | None | Published version identifier. | False | |
2722
+ | Scope | False | True | False | None | Scope of the definition. | False | |
2723
+ | Importance | False | True | False | None | Importance of the definition. | False | |
2724
+ | Implications | False | True | False | None | List of implications. | False | |
2725
+ | Outcomes | False | True | False | None | List of desired outcomes. | False | |
2726
+ | Results | False | True | False | None | A list of expected results. | False | |
2727
+ | Status | False | True | False | None | The status of the agreement. There is a list of valid values that this conforms to. | False | DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE''; DEPRECATED; OTHER |
2728
+ | User Defined Status | False | True | False | None | Only valid if Product Status is set to OTHER. User defined & managed status values. | False | |
2729
+ | Qualified Name | False | True | True | None | A unique qualified name for the element. Generated using the qualified name pattern if not user specified. | True | |
2730
+ | GUID | False | False | True | None | A system generated unique identifier. | True | |
2731
+
2732
+ ## Qualified Name
2733
+ Term::Create Threat Definition
2734
+
2735
+ ## Status
2736
+ DRAFT
2737
+
2738
+ ## In Glossary
2739
+ Egeria-Markdown
2740
+
2741
+
2742
+ # Provenance
2743
+
2744
+ * Results from processing file generated_help_report.md on 2025-07-21 10:52