pyegeria 5.3.9.9.7__py3-none-any.whl → 5.4.0__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.
- commands/cat/debug_log +2806 -0
- commands/cat/debug_log.2025-07-15_14-28-38_087378.zip +0 -0
- commands/cat/debug_log.2025-07-16_15-48-50_037087.zip +0 -0
- commands/cat/dr_egeria_command_help.py +273 -0
- commands/cat/dr_egeria_md.py +90 -20
- commands/cat/glossary_actions.py +2 -2
- commands/cat/list_collections.py +24 -10
- commands/cat/list_data_designer.py +183 -0
- md_processing/__init__.py +28 -5
- md_processing/data/commands.json +31474 -1096
- md_processing/dr_egeria_outbox-pycharm/.obsidian/app.json +1 -0
- md_processing/dr_egeria_outbox-pycharm/.obsidian/appearance.json +1 -0
- md_processing/dr_egeria_outbox-pycharm/.obsidian/core-plugins.json +31 -0
- md_processing/dr_egeria_outbox-pycharm/.obsidian/workspace.json +177 -0
- md_processing/dr_egeria_outbox-pycharm/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
- md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
- md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
- md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 14:27-gov_def2.md +474 -0
- md_processing/family_docs/Data Designer/Create_Data_Class.md +164 -0
- md_processing/family_docs/Data Designer/Create_Data_Dictionary.md +30 -0
- md_processing/family_docs/Data Designer/Create_Data_Field.md +162 -0
- md_processing/family_docs/Data Designer/Create_Data_Specification.md +36 -0
- md_processing/family_docs/Data Designer/Create_Data_Structure.md +38 -0
- md_processing/family_docs/Data Designer/View_Data_Classes.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Dictionaries.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Fields.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Specifications.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Structures.md +78 -0
- md_processing/family_docs/Data Designer.md +842 -0
- md_processing/family_docs/Digital Product Manager/Add_Member->Collection.md +42 -0
- md_processing/family_docs/Digital Product Manager/Attach_Collection->Resource.md +36 -0
- md_processing/family_docs/Digital Product Manager/Create_Agreement.md +96 -0
- md_processing/family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md +72 -0
- md_processing/family_docs/Digital Product Manager/Create_DigitalSubscription.md +102 -0
- md_processing/family_docs/Digital Product Manager/Create_Digital_Product.md +134 -0
- md_processing/family_docs/Digital Product Manager/Link_Agreement_Items.md +60 -0
- md_processing/family_docs/Digital Product Manager/Link_Contracts.md +26 -0
- md_processing/family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md +30 -0
- md_processing/family_docs/Digital Product Manager/Link_Subscribers.md +48 -0
- md_processing/family_docs/Digital Product Manager.md +668 -0
- md_processing/family_docs/Glossary/Attach_Category_Parent.md +18 -0
- md_processing/family_docs/Glossary/Attach_Term-Term_Relationship.md +26 -0
- md_processing/family_docs/Glossary/Create_Category.md +38 -0
- md_processing/family_docs/Glossary/Create_Glossary.md +42 -0
- md_processing/family_docs/Glossary/Create_Term.md +70 -0
- md_processing/family_docs/Glossary.md +206 -0
- md_processing/family_docs/Governance Officer/Create_Business_Imperative.md +106 -0
- md_processing/family_docs/Governance Officer/Create_Certification_Type.md +112 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Approach.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Obligation.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Principle.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Procedure.md +128 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Process.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Processing_Purpose.md +106 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Responsibility.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Rule.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Strategy.md +106 -0
- md_processing/family_docs/Governance Officer/Create_License_Type.md +112 -0
- md_processing/family_docs/Governance Officer/Create_Naming_Standard_Rule.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Regulation_Article.md +106 -0
- md_processing/family_docs/Governance Officer/Create_Regulation_Definition.md +118 -0
- md_processing/family_docs/Governance Officer/Create_Security_Access_Control.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Security_Group.md +120 -0
- md_processing/family_docs/Governance Officer/Create_Service_Level_Objectives.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Threat_Definition.md +106 -0
- md_processing/family_docs/Governance Officer/Link_Governance_Controls.md +32 -0
- md_processing/family_docs/Governance Officer/Link_Governance_Drivers.md +32 -0
- md_processing/family_docs/Governance Officer/Link_Governance_Policies.md +32 -0
- md_processing/family_docs/Governance Officer/View_Governance_Definitions.md +82 -0
- md_processing/family_docs/Governance Officer.md +2412 -0
- md_processing/family_docs/Solution Architect/Create_Information_Supply_Chain.md +70 -0
- md_processing/family_docs/Solution Architect/Create_Solution_Blueprint.md +44 -0
- md_processing/family_docs/Solution Architect/Create_Solution_Component.md +96 -0
- md_processing/family_docs/Solution Architect/Create_Solution_Role.md +66 -0
- md_processing/family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md +32 -0
- md_processing/family_docs/Solution Architect/Link_Solution_Component_Peers.md +32 -0
- md_processing/family_docs/Solution Architect/View_Information_Supply_Chains.md +32 -0
- md_processing/family_docs/Solution Architect/View_Solution_Blueprints.md +32 -0
- md_processing/family_docs/Solution Architect/View_Solution_Components.md +32 -0
- md_processing/family_docs/Solution Architect/View_Solution_Roles.md +32 -0
- md_processing/family_docs/Solution Architect.md +490 -0
- md_processing/md_commands/data_designer_commands.py +1192 -710
- md_processing/md_commands/glossary_commands.py +19 -32
- md_processing/md_commands/governance_officer_commands.py +420 -0
- md_processing/md_commands/product_manager_commands.py +1180 -0
- md_processing/md_commands/project_commands.py +5 -2
- md_processing/md_commands/solution_architect_commands.py +1140 -0
- md_processing/md_processing_utils/common_md_proc_utils.py +288 -96
- md_processing/md_processing_utils/common_md_utils.py +205 -6
- md_processing/md_processing_utils/debug_log +574 -0
- md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +2065 -0
- md_processing/md_processing_utils/extraction_utils.py +1 -1
- md_processing/md_processing_utils/generate_dr_help.py +165 -0
- md_processing/md_processing_utils/generate_md_cmd_templates.py +143 -0
- md_processing/md_processing_utils/generate_md_templates.py +92 -0
- md_processing/md_processing_utils/generated_help_terms.md +842 -0
- md_processing/md_processing_utils/md_processing_constants.py +94 -17
- pyegeria/__init__.py +1 -0
- pyegeria/_client.py +39 -1
- pyegeria/classification_manager_omvs.py +1 -1
- pyegeria/collection_manager_omvs.py +4667 -1178
- pyegeria/data_designer_omvs.py +348 -31
- pyegeria/egeria_tech_client.py +9 -25
- pyegeria/glossary_browser_omvs.py +5 -6
- pyegeria/glossary_manager_omvs.py +2 -2
- pyegeria/governance_officer_omvs.py +2367 -0
- pyegeria/output_formatter.py +157 -32
- pyegeria/solution_architect_omvs.py +5063 -1110
- pyegeria/utils.py +22 -2
- {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/METADATA +3 -1
- pyegeria-5.4.0.dist-info/RECORD +243 -0
- {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/entry_points.txt +5 -0
- commands/cat/.DS_Store +0 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +0 -696
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +0 -298
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +0 -608
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +0 -94
- md_processing/dr_egeria_inbox/archive/freddie_intro.md +0 -284
- md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +0 -275
- md_processing/dr_egeria_inbox/archive/test-term.md +0 -110
- md_processing/dr_egeria_inbox/cat_test.md +0 -100
- md_processing/dr_egeria_inbox/data_field.md +0 -54
- md_processing/dr_egeria_inbox/data_spec.md +0 -77
- md_processing/dr_egeria_inbox/data_spec_test.md +0 -2406
- md_processing/dr_egeria_inbox/data_test.md +0 -86
- md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +0 -168
- md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +0 -280
- md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +0 -313
- md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +0 -1073
- md_processing/dr_egeria_inbox/dr_egeria_isc1.md +0 -44
- md_processing/dr_egeria_inbox/glossary_test1.md +0 -324
- md_processing/dr_egeria_inbox/rel.md +0 -8
- md_processing/dr_egeria_inbox/sb.md +0 -119
- md_processing/dr_egeria_inbox/search_test.md +0 -39
- md_processing/dr_egeria_inbox/solution-components.md +0 -154
- md_processing/dr_egeria_inbox/solution_blueprints.md +0 -118
- md_processing/dr_egeria_inbox/synonym_test.md +0 -42
- md_processing/dr_egeria_inbox/t1.md +0 -0
- md_processing/dr_egeria_inbox/t2.md +0 -268
- md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +0 -94
- md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +0 -88
- md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +0 -56
- md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +0 -103
- md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +0 -94
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +0 -96
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +0 -100
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +0 -88
- md_processing/dr_egeria_outbox/processed-2025-05-19 09:26-data_test.md +0 -91
- md_processing/dr_egeria_outbox/processed-2025-05-19 10:27-data_test.md +0 -91
- md_processing/dr_egeria_outbox/processed-2025-05-19 14:04-data_test.md +0 -91
- md_processing/md_commands/blueprint_commands.py +0 -303
- pyegeria/.DS_Store +0 -0
- pyegeria/m_test.py +0 -118
- pyegeria-5.3.9.9.7.dist-info/RECORD +0 -196
- /commands/cat/{list_data_structures.py → list_data_structures_full.py} +0 -0
- {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/WHEEL +0 -0
md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md
ADDED
@@ -0,0 +1,719 @@
|
|
1
|
+
|
2
|
+
# `Governance Definitions` with filter: `*`
|
3
|
+
|
4
|
+
|
5
|
+
# Update Governance Definition Form - created at 2025-07-17 15:00
|
6
|
+
Governance Definition found from the search string: `All`
|
7
|
+
|
8
|
+
# Update Governance Definition
|
9
|
+
|
10
|
+
## Governance Definition Name
|
11
|
+
|
12
|
+
New Sustainability Governance Domain
|
13
|
+
|
14
|
+
## Typename
|
15
|
+
GovernanceApproach
|
16
|
+
|
17
|
+
## Extendedproperties
|
18
|
+
{'summary': 'Set up a new governance domain for sustainability to educate and drive action.', 'implications': {'typeName': 'array<string>', 'arrayCount': 1, 'arrayValues': {'propertyValueMap': {'0': {'class': 'PrimitiveTypePropertyValue', 'typeName': 'string', 'primitiveTypeCategory': 'OM_PRIMITIVE_TYPE_STRING', 'primitiveValue': 'Individuals in the company will be assigned new responsibilities to drive initiatives.'}}, 'propertyCount': 1, 'propertyNames': ['0'], 'propertiesAsStrings': {'0': 'Individuals in the company will be assigned new responsibilities to drive initiatives.'}}}, 'description': 'The new governance domain would provide a focal point for education, initiatives and awards that improve the sustainability of Coco Pharmaceuticals. particularly where cross-organizational collaboration is required. It will include a leader, a community of advocates and location leaders to help drive initiatives across the organization'}
|
19
|
+
|
20
|
+
## Documentidentifier
|
21
|
+
GovernanceApproach::New Sustainability Governance Domain
|
22
|
+
|
23
|
+
## Title
|
24
|
+
New Sustainability Governance Domain
|
25
|
+
|
26
|
+
## Scope
|
27
|
+
Across Coco Pharmaceuticals
|
28
|
+
|
29
|
+
## Domainidentifier
|
30
|
+
9
|
31
|
+
|
32
|
+
## Importance
|
33
|
+
High
|
34
|
+
|
35
|
+
## GUID
|
36
|
+
334fc1df-692a-4960-bbff-343bf7c486d2
|
37
|
+
|
38
|
+
|
39
|
+
---
|
40
|
+
|
41
|
+
# Update Governance Definition
|
42
|
+
|
43
|
+
## Governance Definition Name
|
44
|
+
|
45
|
+
Valid weekly measurements data for the {{clinicalTrialId}} Clinical Trial
|
46
|
+
|
47
|
+
## Typename
|
48
|
+
CertificationType
|
49
|
+
|
50
|
+
## Extendedproperties
|
51
|
+
{'summary': 'The data in this file matches the specification for the associated Clinical Trial.', 'description': 'This certification is awarded when the data matches both the schema and the data specification.'}
|
52
|
+
|
53
|
+
## Documentidentifier
|
54
|
+
CertificationType:: Valid weekly measurements data for the {{clinicalTrialId}} Clinical Trial
|
55
|
+
|
56
|
+
## Title
|
57
|
+
Valid weekly measurements data for the {{clinicalTrialId}} Clinical Trial
|
58
|
+
|
59
|
+
## Scope
|
60
|
+
Within Project
|
61
|
+
|
62
|
+
## Domainidentifier
|
63
|
+
0
|
64
|
+
|
65
|
+
## Details
|
66
|
+
This certification is added to the weekly patient measurements data sets if they are correctly formatted and the data passes the valid value tests.
|
67
|
+
|
68
|
+
## GUID
|
69
|
+
8a921039-ad5f-454d-ae17-e5a5b69f9333
|
70
|
+
|
71
|
+
|
72
|
+
---
|
73
|
+
|
74
|
+
# Update Governance Definition
|
75
|
+
|
76
|
+
## Governance Definition Name
|
77
|
+
|
78
|
+
Standard Clinical Trial License
|
79
|
+
|
80
|
+
## Typename
|
81
|
+
LicenseType
|
82
|
+
|
83
|
+
## Extendedproperties
|
84
|
+
{'summary': 'The license granted by the participant in a clinical trial on the use of their data.', 'description': 'Across Coco Pharmaceuticals'}
|
85
|
+
|
86
|
+
## Documentidentifier
|
87
|
+
License::Standard Clinical Trial License
|
88
|
+
|
89
|
+
## Title
|
90
|
+
Standard Clinical Trial License
|
91
|
+
|
92
|
+
## Scope
|
93
|
+
This license is part of the agreement made between participant of a clinical trial and Coco Pharmaceuticals. It describes the types of processing and governance that are permitted/required concerning the use of the data collected during a clinical trial.
|
94
|
+
|
95
|
+
## Domainidentifier
|
96
|
+
0
|
97
|
+
|
98
|
+
## Details
|
99
|
+
This license requires that all data transmitted over a public network is either de-identified or encrypted. The data can be used for assessing the efficacy of the treatment under test as well as ongoing research into similar conditions/treatments. It may not be used for any other purposes that jeopardizes the anonymity of the participants since the identity of participants in a clinical trial is confidential. It may not be transmitted to any third parties without the explicit permission of the affected participant. The participants understand that for legal compliance reasons, Coco Pharmaceuticals will need to retain the data for 20 years.
|
100
|
+
|
101
|
+
## GUID
|
102
|
+
c24e9deb-a564-4db5-806b-0ab0429e59d6
|
103
|
+
|
104
|
+
|
105
|
+
---
|
106
|
+
|
107
|
+
# Update Governance Definition
|
108
|
+
|
109
|
+
## Governance Definition Name
|
110
|
+
|
111
|
+
A Gov procedure
|
112
|
+
|
113
|
+
## Typename
|
114
|
+
GovernanceProcedure
|
115
|
+
|
116
|
+
## Extendedproperties
|
117
|
+
{'summary': 'Based on Talmud', 'description': 'Somewhat chaotic'}
|
118
|
+
|
119
|
+
## Documentidentifier
|
120
|
+
GovProcedure::A Gov procedure
|
121
|
+
|
122
|
+
## Title
|
123
|
+
A Gov procedure
|
124
|
+
|
125
|
+
## Scope
|
126
|
+
InterGalactic
|
127
|
+
|
128
|
+
## Domainidentifier
|
129
|
+
1
|
130
|
+
|
131
|
+
## Importance
|
132
|
+
Somewhat
|
133
|
+
|
134
|
+
## Outcomes
|
135
|
+
Happiness
|
136
|
+
|
137
|
+
## Results
|
138
|
+
Unknown
|
139
|
+
|
140
|
+
## GUID
|
141
|
+
7029fe43-3445-4b0a-a259-34cd3fa0b0d3
|
142
|
+
|
143
|
+
|
144
|
+
---
|
145
|
+
|
146
|
+
# Update Governance Definition
|
147
|
+
|
148
|
+
## Governance Definition Name
|
149
|
+
|
150
|
+
Operate Coco Pharmaceuticals in an increasingly sustainable way
|
151
|
+
|
152
|
+
## Typename
|
153
|
+
GovernanceStrategy
|
154
|
+
|
155
|
+
## Extendedproperties
|
156
|
+
{'summary': 'Create a company wide sustainability initiative with rewards.', 'implications': {'typeName': 'array<string>', 'arrayCount': 5, 'arrayValues': {'propertyValueMap': {'0': {'class': 'PrimitiveTypePropertyValue', 'typeName': 'string', 'primitiveTypeCategory': 'OM_PRIMITIVE_TYPE_STRING', 'primitiveValue': 'A budget needs to be allocated.'}, '1': {'class': 'PrimitiveTypePropertyValue', 'typeName': 'string', 'primitiveTypeCategory': 'OM_PRIMITIVE_TYPE_STRING', 'primitiveValue': 'People need to be given time to participate.'}, '2': {'class': 'PrimitiveTypePropertyValue', 'typeName': 'string', 'primitiveTypeCategory': 'OM_PRIMITIVE_TYPE_STRING', 'primitiveValue': 'New communication paths need to be established.'}, '3': {'class': 'PrimitiveTypePropertyValue', 'typeName': 'string', 'primitiveTypeCategory': 'OM_PRIMITIVE_TYPE_STRING', 'primitiveValue': 'New responsibilities need to be established with key leaders.'}, '4': {'class': 'PrimitiveTypePropertyValue', 'typeName': 'string', 'primitiveTypeCategory': 'OM_PRIMITIVE_TYPE_STRING', 'primitiveValue': 'New employee rewards need to be designed and implemented'}}, 'propertyCount': 5, 'propertyNames': ['0', '1', '2', '3', '4'], 'propertiesAsStrings': {'0': 'A budget needs to be allocated.', '1': 'People need to be given time to participate.', '2': 'New communication paths need to be established.', '3': 'New responsibilities need to be established with key leaders.', '4': 'New employee rewards need to be designed and implemented'}}}, 'description': "Use sustainability regulations to develop a program of education and initiatives that are designed to improve Coco''s sustainability measurements with rewards for effective actions."}
|
157
|
+
|
158
|
+
## Documentidentifier
|
159
|
+
GovernanceStrategy::Operate Coco Pharmaceuticals in an increasingly sustainable way
|
160
|
+
|
161
|
+
## Title
|
162
|
+
Operate Coco Pharmaceuticals in an increasingly sustainable way
|
163
|
+
|
164
|
+
## Scope
|
165
|
+
Across Coco Pharmaceuticals
|
166
|
+
|
167
|
+
## Domainidentifier
|
168
|
+
9
|
169
|
+
|
170
|
+
## Importance
|
171
|
+
High
|
172
|
+
|
173
|
+
## GUID
|
174
|
+
667c6480-a90a-4fd4-9022-8da646e203d2
|
175
|
+
|
176
|
+
|
177
|
+
---
|
178
|
+
|
179
|
+
# Update Governance Definition
|
180
|
+
|
181
|
+
## Governance Definition Name
|
182
|
+
|
183
|
+
Cross Clinical Trial Analysis
|
184
|
+
|
185
|
+
## Typename
|
186
|
+
DataProcessingPurpose
|
187
|
+
|
188
|
+
## Extendedproperties
|
189
|
+
{'summary': 'Data is approved for analysis across clinical trials, looking for trends, potential improvements in the processes and potential new treatments.', 'description': 'Within Discipline'}
|
190
|
+
|
191
|
+
## Documentidentifier
|
192
|
+
DataProcessingPurpose:: Cross Clinical Trial Analysis
|
193
|
+
|
194
|
+
## Title
|
195
|
+
Cross Clinical Trial Analysis
|
196
|
+
|
197
|
+
## Scope
|
198
|
+
This purpose allows processing of the data beyond the scope of the specific clinical trial. However, it can only be used for processing that advances the clinical trial process, or the development of new treatments.
|
199
|
+
|
200
|
+
## Domainidentifier
|
201
|
+
0
|
202
|
+
|
203
|
+
## GUID
|
204
|
+
24b43ad3-4342-42de-a776-1b3ba3f597c4
|
205
|
+
|
206
|
+
|
207
|
+
---
|
208
|
+
|
209
|
+
# Update Governance Definition
|
210
|
+
|
211
|
+
## Governance Definition Name
|
212
|
+
|
213
|
+
Avoid using harmful materials
|
214
|
+
|
215
|
+
## Typename
|
216
|
+
GovernancePrinciple
|
217
|
+
|
218
|
+
## Extendedproperties
|
219
|
+
{'summary': 'Avoid using materials that are known to be harmful to environment', 'implications': {'typeName': 'array<string>', 'arrayCount': 1, 'arrayValues': {'propertyValueMap': {'0': {'class': 'PrimitiveTypePropertyValue', 'typeName': 'string', 'primitiveTypeCategory': 'OM_PRIMITIVE_TYPE_STRING', 'primitiveValue': 'Budget is required to replace equipment, supplies and suppliers before the end of their natural life.'}}, 'propertyCount': 1, 'propertyNames': ['0'], 'propertiesAsStrings': {'0': 'Budget is required to replace equipment, supplies and suppliers before the end of their natural life.'}}}, 'description': 'Locate harmful materials, seek alternatives and switch.'}
|
220
|
+
|
221
|
+
## Documentidentifier
|
222
|
+
GovernancePrinciple::Avoid using harmful materials
|
223
|
+
|
224
|
+
## Title
|
225
|
+
Avoid using harmful materials
|
226
|
+
|
227
|
+
## Scope
|
228
|
+
Across Coco Pharmaceuticals
|
229
|
+
|
230
|
+
## Domainidentifier
|
231
|
+
9
|
232
|
+
|
233
|
+
## Importance
|
234
|
+
High
|
235
|
+
|
236
|
+
## GUID
|
237
|
+
ed004f39-ab6e-47d7-bdc3-4fbaca213a07
|
238
|
+
|
239
|
+
|
240
|
+
---
|
241
|
+
|
242
|
+
# Update Governance Definition
|
243
|
+
|
244
|
+
## Governance Definition Name
|
245
|
+
|
246
|
+
Eliminate CFC/HFC Cooling Units
|
247
|
+
|
248
|
+
## Typename
|
249
|
+
GovernanceResponsibility
|
250
|
+
|
251
|
+
## Extendedproperties
|
252
|
+
{'summary': 'Identify and Replace cooling units using CFCs and HFCs.'}
|
253
|
+
|
254
|
+
## Documentidentifier
|
255
|
+
GovernanceResponsibility::Eliminate CFC/HFC Cooling Units
|
256
|
+
|
257
|
+
## Title
|
258
|
+
Eliminate CFC/HFC Cooling Units
|
259
|
+
|
260
|
+
## Scope
|
261
|
+
Within Facility
|
262
|
+
|
263
|
+
## Domainidentifier
|
264
|
+
9
|
265
|
+
|
266
|
+
## Importance
|
267
|
+
High
|
268
|
+
|
269
|
+
## GUID
|
270
|
+
c4635d92-2082-4e01-a92a-f3714ff7a65f
|
271
|
+
|
272
|
+
|
273
|
+
---
|
274
|
+
|
275
|
+
# Update Governance Definition
|
276
|
+
|
277
|
+
## Governance Definition Name
|
278
|
+
|
279
|
+
General Purpose
|
280
|
+
|
281
|
+
## Typename
|
282
|
+
DataProcessingPurpose
|
283
|
+
|
284
|
+
## Extendedproperties
|
285
|
+
{'summary': 'Data may be processed for any purpose.', 'description': 'Across Coco Pharmaceuticals'}
|
286
|
+
|
287
|
+
## Documentidentifier
|
288
|
+
DataProcessingPurpose:: General Purpose
|
289
|
+
|
290
|
+
## Title
|
291
|
+
General Purpose
|
292
|
+
|
293
|
+
## Scope
|
294
|
+
This purpose allows any purpose since the data either has no license, or an open license that permits all types of processing.
|
295
|
+
|
296
|
+
## Domainidentifier
|
297
|
+
0
|
298
|
+
|
299
|
+
## GUID
|
300
|
+
b436c4ce-aebc-4e23-ada4-ab8155fb2ccc
|
301
|
+
|
302
|
+
|
303
|
+
---
|
304
|
+
|
305
|
+
# Update Governance Definition
|
306
|
+
|
307
|
+
## Governance Definition Name
|
308
|
+
|
309
|
+
Approved clinical trial
|
310
|
+
|
311
|
+
## Typename
|
312
|
+
CertificationType
|
313
|
+
|
314
|
+
## Extendedproperties
|
315
|
+
{'summary': 'The clinical trial is approved by the board of directors and the regulators', 'description': 'This certification gives permission for resources to be deployed as part of the linked clinical trial project.'}
|
316
|
+
|
317
|
+
## Documentidentifier
|
318
|
+
CertificationType:: Approved clinical trial
|
319
|
+
|
320
|
+
## Title
|
321
|
+
Approved clinical trial
|
322
|
+
|
323
|
+
## Scope
|
324
|
+
Across Coco Pharmaceuticals
|
325
|
+
|
326
|
+
## Domainidentifier
|
327
|
+
0
|
328
|
+
|
329
|
+
## Details
|
330
|
+
The clinical trial must be conducted as agreed with the approved level and types of participants and the identified data and analysis.
|
331
|
+
|
332
|
+
## GUID
|
333
|
+
28ee93d2-f5a5-4352-bcad-0674aae2b2a6
|
334
|
+
|
335
|
+
|
336
|
+
---
|
337
|
+
|
338
|
+
# Update Governance Definition
|
339
|
+
|
340
|
+
## Governance Definition Name
|
341
|
+
|
342
|
+
Measure harmful emissions
|
343
|
+
|
344
|
+
## Typename
|
345
|
+
GovernanceApproach
|
346
|
+
|
347
|
+
## Extendedproperties
|
348
|
+
{'summary': 'Use the greenhouse gas protocol to measure and manage harmful emissions.', 'implications': {'typeName': 'array<string>', 'arrayCount': 1, 'arrayValues': {'propertyValueMap': {'0': {'class': 'PrimitiveTypePropertyValue', 'typeName': 'string', 'primitiveTypeCategory': 'OM_PRIMITIVE_TYPE_STRING', 'primitiveValue': 'A new reporting pipeline and dashboard is required to gather the data and display it to interested parties'}}, 'propertyCount': 1, 'propertyNames': ['0'], 'propertiesAsStrings': {'0': 'A new reporting pipeline and dashboard is required to gather the data and display it to interested parties'}}}, 'description': "The greenhouse gas protocol (GHG) provides a staged approach to assessing the level of harmful emission caused by Coco''s operations. This allows the organization to understand its contribution to climate change and identify where the best place to focus on reducing the effect."}
|
349
|
+
|
350
|
+
## Documentidentifier
|
351
|
+
GovernanceApproach::Measure harmful emissions
|
352
|
+
|
353
|
+
## Title
|
354
|
+
Measure harmful emissions
|
355
|
+
|
356
|
+
## Scope
|
357
|
+
Across Coco Pharmaceuticals
|
358
|
+
|
359
|
+
## Domainidentifier
|
360
|
+
9
|
361
|
+
|
362
|
+
## Importance
|
363
|
+
High
|
364
|
+
|
365
|
+
## GUID
|
366
|
+
a68bd5ca-ec15-4f16-9cdc-b76735c35281
|
367
|
+
|
368
|
+
|
369
|
+
---
|
370
|
+
|
371
|
+
# Update Governance Definition
|
372
|
+
|
373
|
+
## Governance Definition Name
|
374
|
+
|
375
|
+
Corporate Sustainability Reporting Directive (CSRD)
|
376
|
+
|
377
|
+
## Typename
|
378
|
+
Regulation
|
379
|
+
|
380
|
+
## Extendedproperties
|
381
|
+
{'summary': 'Details of the types of reporting that organizations must produce.', 'implications': {'typeName': 'array<string>', 'arrayCount': 1, 'arrayValues': {'propertyValueMap': {'0': {'class': 'PrimitiveTypePropertyValue', 'typeName': 'string', 'primitiveTypeCategory': 'OM_PRIMITIVE_TYPE_STRING', 'primitiveValue': 'New data pipelines and dashboards need to be implemented'}}, 'propertyCount': 1, 'propertyNames': ['0'], 'propertiesAsStrings': {'0': 'New data pipelines and dashboards need to be implemented'}}}}
|
382
|
+
|
383
|
+
## Documentidentifier
|
384
|
+
Regulation::Corporate Sustainability Reporting Directive (CSRD)
|
385
|
+
|
386
|
+
## Title
|
387
|
+
Corporate Sustainability Reporting Directive (CSRD)
|
388
|
+
|
389
|
+
## Scope
|
390
|
+
Across Coco Pharmaceuticals
|
391
|
+
|
392
|
+
## Domainidentifier
|
393
|
+
9
|
394
|
+
|
395
|
+
## Importance
|
396
|
+
High
|
397
|
+
|
398
|
+
## Outcomes
|
399
|
+
A greater awareness of sustainability will improve resource use
|
400
|
+
|
401
|
+
## GUID
|
402
|
+
2ba17e3c-825a-409b-928f-d0e46e741c11
|
403
|
+
|
404
|
+
|
405
|
+
---
|
406
|
+
|
407
|
+
# Update Governance Definition
|
408
|
+
|
409
|
+
## Governance Definition Name
|
410
|
+
|
411
|
+
Participating Hospital for the {{clinicalTrialId}} approved Clinical Trial
|
412
|
+
|
413
|
+
## Typename
|
414
|
+
CertificationType
|
415
|
+
|
416
|
+
## Extendedproperties
|
417
|
+
{'summary': 'The hospital is participating in the associated Clinical Trial.', 'description': 'This certification is started when the hospital completes the necessary preparations for the clinical trail.'}
|
418
|
+
|
419
|
+
## Documentidentifier
|
420
|
+
CertificationType:: Participating Hospital for the {{clinicalTrialId}} approved Clinical Trial
|
421
|
+
|
422
|
+
## Title
|
423
|
+
Participating Hospital for the {{clinicalTrialId}} approved Clinical Trial
|
424
|
+
|
425
|
+
## Scope
|
426
|
+
Within Project
|
427
|
+
|
428
|
+
## Domainidentifier
|
429
|
+
0
|
430
|
+
|
431
|
+
## Details
|
432
|
+
This certification requires the hospital to provided signed data sharing agreements for each of their patient subjects and agrees to supply data that conforms to the schema and quality levels laid out for both the patient details and weekly patient measurements data specifications.
|
433
|
+
|
434
|
+
## GUID
|
435
|
+
5acc69bf-dfbb-4e4a-b47b-19d610f2cb06
|
436
|
+
|
437
|
+
|
438
|
+
---
|
439
|
+
|
440
|
+
# Update Governance Definition
|
441
|
+
|
442
|
+
## Governance Definition Name
|
443
|
+
|
444
|
+
Approach
|
445
|
+
|
446
|
+
## Typename
|
447
|
+
GovernanceApproach
|
448
|
+
|
449
|
+
## Extendedproperties
|
450
|
+
{'summary': 'Based on Talmud', 'description': 'Somewhat chaotic'}
|
451
|
+
|
452
|
+
## Documentidentifier
|
453
|
+
GovApproach::Approach
|
454
|
+
|
455
|
+
## Title
|
456
|
+
Approach
|
457
|
+
|
458
|
+
## Scope
|
459
|
+
InterGalactic
|
460
|
+
|
461
|
+
## Domainidentifier
|
462
|
+
1
|
463
|
+
|
464
|
+
## Importance
|
465
|
+
Somewhat
|
466
|
+
|
467
|
+
## Outcomes
|
468
|
+
Happiness
|
469
|
+
|
470
|
+
## Results
|
471
|
+
Unknown
|
472
|
+
|
473
|
+
## GUID
|
474
|
+
e0b6721f-80dc-4342-ab83-ea556d4beff8
|
475
|
+
|
476
|
+
|
477
|
+
---
|
478
|
+
|
479
|
+
# Update Governance Definition
|
480
|
+
|
481
|
+
## Governance Definition Name
|
482
|
+
|
483
|
+
Strategy
|
484
|
+
|
485
|
+
## Typename
|
486
|
+
GovernanceStrategy
|
487
|
+
|
488
|
+
## Extendedproperties
|
489
|
+
{'summary': 'Based on Talmud', 'description': 'Somewhat chaotic'}
|
490
|
+
|
491
|
+
## Documentidentifier
|
492
|
+
GovStrategy::Strategy
|
493
|
+
|
494
|
+
## Title
|
495
|
+
Strategy
|
496
|
+
|
497
|
+
## Scope
|
498
|
+
InterGalactic
|
499
|
+
|
500
|
+
## Domainidentifier
|
501
|
+
1
|
502
|
+
|
503
|
+
## Importance
|
504
|
+
Somewhat
|
505
|
+
|
506
|
+
## Outcomes
|
507
|
+
Happiness
|
508
|
+
|
509
|
+
## Results
|
510
|
+
Unknown
|
511
|
+
|
512
|
+
## GUID
|
513
|
+
388ea693-5239-46c0-a339-5bb96bd6a514
|
514
|
+
|
515
|
+
|
516
|
+
---
|
517
|
+
|
518
|
+
# Update Governance Definition
|
519
|
+
|
520
|
+
## Governance Definition Name
|
521
|
+
|
522
|
+
Deliver Sustainability Reporting Capability
|
523
|
+
|
524
|
+
## Typename
|
525
|
+
GovernanceResponsibility
|
526
|
+
|
527
|
+
## Extendedproperties
|
528
|
+
{'summary': "Operate an information supply chain to measure and monitor Coco Pharmaceuticals'' operations for sustainability."}
|
529
|
+
|
530
|
+
## Documentidentifier
|
531
|
+
GovernanceResponsibility::Deliver Sustainability Reporting Capability
|
532
|
+
|
533
|
+
## Title
|
534
|
+
Deliver Sustainability Reporting Capability
|
535
|
+
|
536
|
+
## Scope
|
537
|
+
Within Facility
|
538
|
+
|
539
|
+
## Domainidentifier
|
540
|
+
9
|
541
|
+
|
542
|
+
## Importance
|
543
|
+
High
|
544
|
+
|
545
|
+
## GUID
|
546
|
+
13a8b144-5f86-4197-9ea0-5aae95dc793e
|
547
|
+
|
548
|
+
|
549
|
+
---
|
550
|
+
|
551
|
+
# Update Governance Definition
|
552
|
+
|
553
|
+
## Governance Definition Name
|
554
|
+
|
555
|
+
Sustainability Champion
|
556
|
+
|
557
|
+
## Typename
|
558
|
+
GovernanceResponsibility
|
559
|
+
|
560
|
+
## Extendedproperties
|
561
|
+
{'summary': 'Lead the local team(s) on their sustainability events and initiatives.', 'implications': {'typeName': 'array<string>', 'arrayCount': 1, 'arrayValues': {'propertyValueMap': {'0': {'class': 'PrimitiveTypePropertyValue', 'typeName': 'string', 'primitiveTypeCategory': 'OM_PRIMITIVE_TYPE_STRING', 'primitiveValue': 'This person needs time and resources to set up community events. They need to belong to a community of advocates that together develop material to support their advocacy.'}}, 'propertyCount': 1, 'propertyNames': ['0'], 'propertiesAsStrings': {'0': 'This person needs time and resources to set up community events. They need to belong to a community of advocates that together develop material to support their advocacy.'}}}, 'description': 'Provide education and guidance to the people from the assigned business area on improving the sustainability of its operation.'}
|
562
|
+
|
563
|
+
## Documentidentifier
|
564
|
+
GovernanceResponsibility::Sustainability Champion
|
565
|
+
|
566
|
+
## Title
|
567
|
+
Sustainability Champion
|
568
|
+
|
569
|
+
## Scope
|
570
|
+
Within Business Capability
|
571
|
+
|
572
|
+
## Domainidentifier
|
573
|
+
9
|
574
|
+
|
575
|
+
## Importance
|
576
|
+
High
|
577
|
+
|
578
|
+
## GUID
|
579
|
+
b73fb3aa-f964-4118-9797-81e222a858ce
|
580
|
+
|
581
|
+
|
582
|
+
---
|
583
|
+
|
584
|
+
# Update Governance Definition
|
585
|
+
|
586
|
+
## Governance Definition Name
|
587
|
+
|
588
|
+
A Regulation
|
589
|
+
|
590
|
+
## Typename
|
591
|
+
Regulation
|
592
|
+
|
593
|
+
## Extendedproperties
|
594
|
+
{'summary': 'Based on Talmud', 'description': 'Somewhat chaotic'}
|
595
|
+
|
596
|
+
## Documentidentifier
|
597
|
+
Regulation::A Regulation
|
598
|
+
|
599
|
+
## Title
|
600
|
+
A Regulation
|
601
|
+
|
602
|
+
## Scope
|
603
|
+
InterGalactic
|
604
|
+
|
605
|
+
## Domainidentifier
|
606
|
+
1
|
607
|
+
|
608
|
+
## Importance
|
609
|
+
Somewhat
|
610
|
+
|
611
|
+
## Outcomes
|
612
|
+
Happiness
|
613
|
+
|
614
|
+
## Results
|
615
|
+
Unknown
|
616
|
+
|
617
|
+
## GUID
|
618
|
+
df38d7cc-f6f8-4879-a092-d735be27bc3d
|
619
|
+
|
620
|
+
|
621
|
+
---
|
622
|
+
|
623
|
+
# Update Governance Definition
|
624
|
+
|
625
|
+
## Governance Definition Name
|
626
|
+
|
627
|
+
Sustainability leadership
|
628
|
+
|
629
|
+
## Typename
|
630
|
+
GovernanceResponsibility
|
631
|
+
|
632
|
+
## Extendedproperties
|
633
|
+
{'summary': 'Lead the sustainability governance domain', 'implications': {'typeName': 'array<string>', 'arrayCount': 1, 'arrayValues': {'propertyValueMap': {'0': {'class': 'PrimitiveTypePropertyValue', 'typeName': 'string', 'primitiveTypeCategory': 'OM_PRIMITIVE_TYPE_STRING', 'primitiveValue': 'This is a full-time role. The individual assigned to the role will need board-level sponsorship because they will need to influence behaviour across all aspects of the business.'}}, 'propertyCount': 1, 'propertyNames': ['0'], 'propertiesAsStrings': {'0': 'This is a full-time role. The individual assigned to the role will need board-level sponsorship because they will need to influence behaviour across all aspects of the business.'}}}, 'description': 'Lead the community of people who are identified as having responsibility for an aspect of sustainability. Identify new initiatives and help to get them funded and underway. Encourage an open conversation about sustainability at all levels of the company.'}
|
634
|
+
|
635
|
+
## Documentidentifier
|
636
|
+
GovernanceResponsibility::Sustainability leadership
|
637
|
+
|
638
|
+
## Title
|
639
|
+
Sustainability leadership
|
640
|
+
|
641
|
+
## Scope
|
642
|
+
Across Coco Pharmaceuticals
|
643
|
+
|
644
|
+
## Domainidentifier
|
645
|
+
9
|
646
|
+
|
647
|
+
## Importance
|
648
|
+
High
|
649
|
+
|
650
|
+
## GUID
|
651
|
+
27646717-3f23-496e-b35c-2772de3adfff
|
652
|
+
|
653
|
+
|
654
|
+
---
|
655
|
+
|
656
|
+
# Update Governance Definition
|
657
|
+
|
658
|
+
## Governance Definition Name
|
659
|
+
|
660
|
+
The price of ignoring sustainability
|
661
|
+
|
662
|
+
## Typename
|
663
|
+
Threat
|
664
|
+
|
665
|
+
## Extendedproperties
|
666
|
+
{'summary': 'A poor record of sustainable operations will affect Coco Pharmaceuticals credit rating', 'implications': {'typeName': 'array<string>', 'arrayCount': 1, 'arrayValues': {'propertyValueMap': {'0': {'class': 'PrimitiveTypePropertyValue', 'typeName': 'string', 'primitiveTypeCategory': 'OM_PRIMITIVE_TYPE_STRING', 'primitiveValue': 'Higher cost of doing business'}}, 'propertyCount': 1, 'propertyNames': ['0'], 'propertiesAsStrings': {'0': 'Higher cost of doing business'}}}, 'description': 'Increasingly, financial institutions are viewing organizations with a lack of focus in sustainability as a poor risk for the future.'}
|
667
|
+
|
668
|
+
## Documentidentifier
|
669
|
+
Threat::The price of ignoring sustainability
|
670
|
+
|
671
|
+
## Title
|
672
|
+
The price of ignoring sustainability
|
673
|
+
|
674
|
+
## Scope
|
675
|
+
Across Coco Pharmaceuticals
|
676
|
+
|
677
|
+
## Domainidentifier
|
678
|
+
9
|
679
|
+
|
680
|
+
## Importance
|
681
|
+
High
|
682
|
+
|
683
|
+
## GUID
|
684
|
+
4552f777-65d6-4706-b4bf-e9177660de88
|
685
|
+
|
686
|
+
|
687
|
+
---
|
688
|
+
|
689
|
+
# Update Governance Definition
|
690
|
+
|
691
|
+
## Governance Definition Name
|
692
|
+
|
693
|
+
Clinical Trial Validation
|
694
|
+
|
695
|
+
## Typename
|
696
|
+
DataProcessingPurpose
|
697
|
+
|
698
|
+
## Extendedproperties
|
699
|
+
{'summary': 'Data is approved for processing that validates the efficacy of the treatments trialed.', 'description': 'Within Project'}
|
700
|
+
|
701
|
+
## Documentidentifier
|
702
|
+
DataProcessingPurpose:: Clinical Trial Validation
|
703
|
+
|
704
|
+
## Title
|
705
|
+
Clinical Trial Validation
|
706
|
+
|
707
|
+
## Scope
|
708
|
+
This purpose limits the processing of the data to the clinical trial in which it was collected.
|
709
|
+
|
710
|
+
## Domainidentifier
|
711
|
+
0
|
712
|
+
|
713
|
+
## GUID
|
714
|
+
637bc4d8-2781-452d-b9c0-5a6edee11a8b
|
715
|
+
|
716
|
+
|
717
|
+
# Provenance
|
718
|
+
|
719
|
+
* Results from processing file Derive-Dr-Gov-Defs.md on 2025-07-17 15:00
|