pyegeria 5.4.0.15__py3-none-any.whl → 5.4.0.17__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 (114) hide show
  1. commands/cat/.DS_Store +0 -0
  2. commands/cat/.env +8 -0
  3. commands/cat/debug_log +10 -0
  4. commands/cat/debug_log.log +0 -0
  5. commands/cat/dr_egeria_md.py +1 -1
  6. commands/cat/list_format_set.py +5 -3
  7. commands/cat/logs/pyegeria.log +27 -0
  8. commands/cli/debug_log.log +0 -0
  9. commands/ops/load_archive.py +26 -22
  10. commands/ops/logs/pyegeria.log +0 -0
  11. md_processing/.DS_Store +0 -0
  12. md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
  13. md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
  14. md_processing/dr_egeria_inbox/arch_test.md +57 -0
  15. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  16. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  17. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  18. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  19. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  20. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  21. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  22. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  23. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  24. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  25. md_processing/dr_egeria_inbox/collections.md +39 -0
  26. md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
  27. md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
  28. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  29. md_processing/dr_egeria_inbox/data_field.md +54 -0
  30. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  31. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  32. md_processing/dr_egeria_inbox/data_test.md +179 -0
  33. md_processing/dr_egeria_inbox/data_test2.md +429 -0
  34. md_processing/dr_egeria_inbox/data_test3.md +462 -0
  35. md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
  36. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  37. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  38. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
  39. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  40. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  41. md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
  42. md_processing/dr_egeria_inbox/glossary_list.md +5 -0
  43. md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
  44. md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
  45. md_processing/dr_egeria_inbox/gov_def.md +424 -0
  46. md_processing/dr_egeria_inbox/gov_def2.md +447 -0
  47. md_processing/dr_egeria_inbox/product.md +50 -0
  48. md_processing/dr_egeria_inbox/rel.md +8 -0
  49. md_processing/dr_egeria_inbox/sb.md +119 -0
  50. md_processing/dr_egeria_inbox/solution-components.md +136 -0
  51. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  52. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  53. md_processing/dr_egeria_inbox/t2.md +268 -0
  54. md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
  55. md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
  56. md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +6 -0
  57. md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +31 -0
  58. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
  59. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
  60. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
  61. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
  62. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  63. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  64. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  65. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
  66. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  67. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  68. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
  69. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  70. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
  71. md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
  72. md_processing/dr_egeria_outbox/.obsidian/workspace.json +220 -0
  73. md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
  74. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:00-product.md +62 -0
  75. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:13-product.md +62 -0
  76. md_processing/dr_egeria_outbox/friday/processed-2025-07-20 13:23-product.md +47 -0
  77. md_processing/dr_egeria_outbox/friday/processed-2025-08-01 11:55-data_test3.md +503 -0
  78. md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
  79. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +2744 -0
  80. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +62 -0
  81. md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +444 -0
  82. md_processing/dr_egeria_outbox/processed-2025-08-03 16:05-glossary_list.md +37 -0
  83. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 14:55-product.md +77 -0
  84. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:05-product.md +75 -0
  85. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:11-product.md +74 -0
  86. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 20:40-collections.md +49 -0
  87. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  88. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  89. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  90. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  91. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
  92. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
  93. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
  94. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
  95. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
  96. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
  97. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
  98. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
  99. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
  100. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 14:27-gov_def2.md +485 -0
  101. md_processing/md_processing_utils/debug_log.log +0 -0
  102. md_processing/md_processing_utils/solution_architect_log.log +0 -0
  103. pyegeria/.DS_Store +0 -0
  104. pyegeria/__init__.py +2 -2
  105. pyegeria/_client_new.py +31 -1
  106. pyegeria/_output_formats.py +23 -0
  107. pyegeria/glossary_browser_omvs.py +178 -65
  108. pyegeria/platform_services.py +3 -3
  109. pyegeria/runtime_manager_omvs.py +55 -55
  110. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/METADATA +1 -1
  111. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/RECORD +114 -15
  112. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/LICENSE +0 -0
  113. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/WHEEL +0 -0
  114. {pyegeria-5.4.0.15.dist-info → pyegeria-5.4.0.17.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,462 @@
1
+
2
+ ___
3
+
4
+
5
+ # Update Glossary
6
+ ## Glossary Name
7
+ Test Glossary
8
+ ## Description
9
+ This glossary is just for testing
10
+
11
+ ___
12
+
13
+ # Update Term
14
+ ## In Glossary
15
+ Test Glossary
16
+ ## Term Name
17
+ Hospital Identifier
18
+ ## Description
19
+ Identifies each hospital uniquely. Used within the PatientId field.
20
+
21
+ ___
22
+
23
+ # Update Data Dictionary
24
+ ## Name
25
+ Clinical Trial Data Dictionary
26
+
27
+ ## Description
28
+ A data dictionary for clinical trial data elements.
29
+
30
+
31
+ # Update Data Dictionary
32
+ ## Name
33
+ Pharma Data Dictionary
34
+
35
+ ## Description
36
+ A data dictionary of elements relevant to the Pharma communities.
37
+
38
+
39
+ ___
40
+
41
+ # Update Data Spec
42
+
43
+ ## Data Specification
44
+
45
+ Data Specification for the Teddy Bear Drop Clinical Trial
46
+
47
+ ## Description
48
+ Principle data requirements for Teddy Bear Drop Clinical Trial. Meow
49
+
50
+ ## Qualified Name
51
+ DataSpec::Data Specification for the Teddy Bear Drop Clinical Trial
52
+
53
+ ## Classifications
54
+
55
+ ## Guid
56
+
57
+
58
+ ___
59
+
60
+
61
+ # Update Data Specification
62
+
63
+ ## Data Specification Name
64
+
65
+ Test Spec2
66
+
67
+ ## Description
68
+ A test spec - Meow
69
+
70
+ ## Qualified Name
71
+
72
+ ## Classifications
73
+
74
+ ## Guid
75
+
76
+ ## Additional Properties
77
+ {
78
+ "a prop" : "meow",
79
+ "another" : "woof"
80
+ }
81
+ ___
82
+
83
+ # Update Data Dictionary
84
+
85
+ ## Dictionary Name
86
+
87
+ dw
88
+
89
+ ## Description
90
+ A data dictionary for dan..meow
91
+ ## Qualified Name
92
+ DataDict::dw
93
+
94
+ ## Classifications
95
+
96
+ ## GUID
97
+
98
+
99
+ ___
100
+
101
+
102
+ # Update Data Structure
103
+
104
+ ## Data Structure Name
105
+
106
+ TBDF-Incoming Weekly Measurement Data
107
+
108
+ ## Description
109
+ This describes the weekly measurement data for each patient for the Teddy Bear dropt clinical trial.
110
+
111
+ ## Qualified Name
112
+ DataStruct::TBDF-Incoming Weekly Measurement Data
113
+
114
+ ## Namespace
115
+
116
+ ## In Data Specification
117
+ Data Specification for the Teddy Bear Drop Clinical Trial
118
+
119
+ ## Version Identifier
120
+
121
+
122
+ ## Guid
123
+
124
+
125
+ ___
126
+
127
+ # Update Data Structure
128
+
129
+ ## Data Structure Name
130
+
131
+ WWT-Incoming Weekly Measurement Data
132
+
133
+ ## Description
134
+ A collection of data fields that form a data structure.
135
+
136
+ ## Qualified Name
137
+ DataStruct::WWT-Incoming Weekly Measurement Data
138
+
139
+ ## In Data Specification
140
+ Test Spec2
141
+
142
+ ## Namespace
143
+
144
+
145
+ ## Version Identifier
146
+
147
+
148
+ ## GUID
149
+
150
+
151
+
152
+ ___
153
+
154
+ # Update Data Field
155
+
156
+ ## Data Field Name
157
+
158
+ PatientId
159
+
160
+ ## Description
161
+ Unique identifier of the patient
162
+
163
+ ## Qualified Name
164
+ DataField::PatientId
165
+
166
+
167
+ ## Data Type
168
+
169
+ String
170
+
171
+ ## Guid
172
+
173
+ ## Data Class
174
+
175
+ ## In Data Dictionary
176
+ DataDict::Clinical Trial Data Dictionary, Pharma Data Dictionary
177
+
178
+ ## In Data Structure
179
+ TBDF-Incoming Weekly Measurement Data
180
+ DataStruct::WWT-Incoming Weekly Measurement Data
181
+
182
+ ## Glossary Term
183
+ GlossaryTerm::ClinicalTrialTerminology::PatientId
184
+ ___
185
+
186
+
187
+
188
+ # Update Data Field
189
+
190
+ ## Data Field Name
191
+
192
+ HospitalId
193
+
194
+ ## Description
195
+ Unique identifier for a hospital. Used in forming PatientId.
196
+
197
+ ## Qualified Name
198
+ DataField::HospitalId
199
+
200
+ ## Data Type
201
+ String
202
+
203
+ ## In Data Dictionary
204
+ DataDict::Clinical Trial Data Dictionary
205
+
206
+ ## In Data Structure
207
+
208
+ DataStruct::TBDF-Incoming Weekly Measurement Data
209
+ DataStruct::WWT-Incoming Weekly Measurement Data
210
+
211
+ ## Position
212
+ 1
213
+
214
+ ## Min Cardinality
215
+ 0
216
+
217
+ ## Max Cardinality
218
+ 1
219
+
220
+ ## Glossary Term
221
+ Term::Hospital Identifier
222
+
223
+ ## Parent Data Field
224
+ DataField::PatientId
225
+
226
+ ## Journal Entry
227
+ Just creating this term
228
+
229
+ ___
230
+
231
+ # Update Data Field
232
+
233
+ ## Data Field Name
234
+
235
+ PatientSN
236
+
237
+ ## Description
238
+ Unique identifier of the patient within a hospital.
239
+
240
+ ## Qualified Name
241
+ DataField::PatientSN
242
+
243
+
244
+ ## Data Type
245
+
246
+ String
247
+ ## Position
248
+ 2
249
+
250
+ ## Min Cardinality
251
+ 0
252
+
253
+ ## Max Cardinality
254
+ 1
255
+
256
+ ## In Data Dictionary
257
+ DataDict::Clinical Trial Data Dictionary
258
+
259
+ ## In Data Structure
260
+ DataStruct::TBDF-Incoming Weekly Measurement Data
261
+ DataStruct::WWT-Incoming Weekly Measurement Data
262
+
263
+ ## Parent Data Field
264
+ DataField::PatientId
265
+
266
+ ## Journal Entry
267
+ Just creating this term
268
+
269
+ ___
270
+
271
+ # Update Data Class
272
+
273
+ ## Data Class Name
274
+
275
+ Date
276
+
277
+ ## Description
278
+ A date of the form YYYY-MM-DD
279
+
280
+ ## Qualified Name
281
+ DataClass::Date
282
+
283
+ ## Data Type
284
+ date
285
+ ## Position
286
+ 0
287
+
288
+ ## Min Cardinality
289
+ 0
290
+
291
+ ## Max Cardinality
292
+ 1
293
+
294
+ ## In Data Dictionary
295
+ DataDict::Clinical Trial Data Dictionary
296
+
297
+
298
+ ## Containing Data Class
299
+
300
+ ## Specializes Data Class
301
+
302
+ ## Journal Entry
303
+ Just creating this date
304
+
305
+
306
+
307
+ ___
308
+
309
+ # Update Data Class
310
+
311
+ ## Data Class Name
312
+
313
+ ISO-Date
314
+
315
+ ## Description
316
+ ISO 8601 standard date. A date of the form YYYY-MM-DD
317
+
318
+ ## Qualified Name
319
+ DataClass::ISO-Date
320
+
321
+ ## Data Type
322
+ date
323
+ ## Position
324
+ 0
325
+
326
+ ## Min Cardinality
327
+ 0
328
+
329
+ ## Max Cardinality
330
+ 1
331
+
332
+ ## In Data Dictionary
333
+ DataDict::Clinical Trial Data Dictionary
334
+
335
+
336
+ ## Containing Data Class
337
+
338
+ ## Specializes Data Class
339
+ DataClass::Date
340
+ ## Journal Entry
341
+ Just creating this date
342
+
343
+
344
+ ___
345
+
346
+
347
+ # Update Data Field
348
+
349
+ ## Data Field
350
+
351
+ Date
352
+
353
+ ## Description
354
+ A date of the form YYYY-MM-DD
355
+
356
+ ## Qualified Name
357
+ DataField::Date
358
+
359
+
360
+ ## Data Type
361
+ date
362
+
363
+ ## Position
364
+ 0
365
+
366
+ ## Min Cardinality
367
+ 0
368
+
369
+ ## Max Cardinality
370
+ 1
371
+
372
+ ## In Data Dictionary
373
+ DataDict::Clinical Trial Data Dictionary
374
+
375
+ ## In Data Structure
376
+ TBDF-Incoming Weekly Measurement Data,
377
+ DataStruct::WWT-Incoming Weekly Measurement Data
378
+
379
+ ## Parent Data Field
380
+
381
+ ## Data Class
382
+ DataClass::ISO-Date
383
+
384
+ ## Journal Entry
385
+ Just creating this date
386
+
387
+
388
+ ___
389
+
390
+
391
+
392
+ # Update Data Class
393
+
394
+ ## Data Class Name
395
+
396
+ Address
397
+
398
+ ## Description
399
+ Address Class
400
+
401
+ ## Qualified Name
402
+
403
+
404
+
405
+ ## Data Type
406
+
407
+ String
408
+ ## Position
409
+ 0
410
+
411
+ ## Min Cardinality
412
+ 0
413
+
414
+ ## Max Cardinality
415
+ 1
416
+
417
+ ## In Data Dictionary
418
+ DataDict::Clinical Trial Data Dictionary
419
+
420
+
421
+ ## Containing Data Class
422
+
423
+ ## Specializes Data Class
424
+
425
+ ## Journal Entry
426
+ Just creating this date
427
+
428
+
429
+
430
+ # Update Data Class
431
+
432
+ ## Data Class Name
433
+
434
+ Street Address
435
+
436
+ ## Description
437
+ Street Address including number and name of street.
438
+
439
+ ## Qualified Name
440
+
441
+
442
+
443
+ ## Data Type
444
+
445
+ String
446
+ ## Position
447
+ 0
448
+
449
+ ## Min Cardinality
450
+ 0
451
+
452
+ ## Max Cardinality
453
+ 1
454
+
455
+ ## In Data Dictionary
456
+ DataDict::Clinical Trial Data Dictionary
457
+
458
+
459
+ ## Containing Data Class
460
+ DataClass::Address
461
+ ## Specializes Data Class
462
+
@@ -0,0 +1,124 @@
1
+ # Dr.Egeria - designing data - part 1
2
+ ## Introduction
3
+
4
+ As data professionals, we often need to design data to be collected, processed, and shared with others.
5
+ The Egeria Data Designer module has been designed to support this. Using the features of data designer we can
6
+ define and refine:
7
+
8
+ * Data Structures - a composition of data fields (and data structures) that we work with as a unit. For instance, in
9
+ a clinical trial, each measurement record we receive will conform to a data structure.
10
+ * Data Fields - the building blocks of data structures - for example, in a clinical trial data structure we might find data fields for health measurements, a time and date when the measurements were made and a patient identifier.
11
+ * Data Classes - data classes contain a set of rules that describe the allowable values of a kind of data. For instance, when we we receive new data, perhaps we expect a clinical trial measurement record, then we will often want to validate that it conforms to our expectations; that the value of each field, conforms to the data class specification.
12
+ Similarly, if we receive some data and aren't sure what it is, we can compare the values we have received with this same set of rules to propose what kind of data it might be.
13
+
14
+ These are basic building blocks. The following diagram shows how these building blocks come together in a simple example. The ficticious Coco Pharmaceuticals company
15
+ is running a drug trial to measure the effectiveness of their experimental treatment of Teddy Bear Drop Foot. Each hospital participating in the trial provides
16
+ weekly clinical data records. The clinical trial has established the following data specification to exchange this weekly measurement data.
17
+
18
+ * A data structure named `TBDF-Incoming Weekly Measurement Data` that is composed of:
19
+ * Data Field: Date
20
+ * Data Field: PatientId
21
+ * Data Field: AngleLeft
22
+ * Data Field: AngleRight
23
+
24
+ * The data field `PatientId` is composed of two sub-fields
25
+ * Data Field: HospitalId
26
+ * Data Field: PatientNumber
27
+
28
+ Dr.Egeria allows us to easily sketch this out, and then refine the definitions incrementally as we work through the design.
29
+ So lets begin. First we will define the `TBDF-Incoming Weekly Measurement Data` data structure. We will then Don't Create the new data fields.
30
+
31
+ ___
32
+
33
+ # Don't Create Data Structure
34
+ ## Data Structure Name
35
+
36
+ TBDF-Incoming Weekly Measurement Data
37
+
38
+ ## Description
39
+ This describes the weekly measurement data for each patient for the Teddy Bear drop foot clinical trial.
40
+
41
+ > Note: we will continue to refine this definition as we work through the design.
42
+
43
+
44
+
45
+ ___
46
+ > Note: While not required, it is good practice to end each Dr.Egeria command with a `___` so that a markdown
47
+ > seperator is displayed between commands. It improves the readability.
48
+ ___
49
+
50
+ # Don't Create Data Field
51
+ ## Data Field
52
+ Date
53
+ ## Description
54
+ A date of the form YYYY-MM-DD
55
+
56
+ ___
57
+
58
+ # Don't Create Data Field
59
+ ## Data Field Name
60
+ PatientId
61
+ ## Description
62
+ Unique identifier of the patient
63
+
64
+ ___
65
+
66
+ # Don't Create Data Field
67
+ ## Data Field Name
68
+ AngleLeft
69
+ ## Description
70
+ Angle rotation of the left leg from vertical
71
+
72
+ ___
73
+
74
+ # Don't Create Data Field
75
+ ## Data Field Name
76
+ AngleRight
77
+ ## Description
78
+ Angle rotation of the left leg from vertical
79
+
80
+ ___
81
+
82
+ # Don't Create Data Field
83
+ ## Data Field Name
84
+
85
+ HospitalId
86
+
87
+ ## Description
88
+ Unique identifier for a hospital. Used in forming PatientId.
89
+
90
+ ___
91
+
92
+ # Update Data Field
93
+ ## Data Field Name
94
+ PatientNumber
95
+ ## Description
96
+ Unique identifier of the patient within a hospital. More information
97
+
98
+ ___
99
+ ___
100
+ # REPORTING
101
+ We can also use Dr.Egeria Commands to report on the Data Structures and Data Fields that we just created. Here
102
+ we request a simplified list form of the output.
103
+ ___
104
+
105
+ # Don't View Data Structures
106
+ ## Output Format
107
+ LIST
108
+ ___
109
+
110
+ # View Data Fields
111
+ ## Output Format
112
+ LIST
113
+ ## AsOfTime
114
+ 2025-06-24
115
+ ___
116
+ ___
117
+ # Building on what we have done
118
+ One of the interesting features of Dr.Egeria, is that we can take the results of processing a Dr.Egeria command as the
119
+ starting point for refining the information we provided. This is convenient, because when we generate the command output,
120
+ we transform the `Create` commands into `Update` commands. We also add some additional information that Egeria derived for us.
121
+
122
+ ## Next Steps
123
+ For our next steps, we will copy the file produced in the first step into a new file called `dr_egeria_data_designer_2.md`
124
+ Please open that file when you are ready to continue.