formbuilder-lhcforms 9.2.7 → 9.3.0
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.
- package/dist/formbuilder-lhcforms/3rdpartylicenses.txt +47 -25
- package/dist/formbuilder-lhcforms/assets/fhir-definitions.schema.json5 +5275 -0
- package/dist/formbuilder-lhcforms/assets/ngx-fl.schema.json5 +40 -541
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json5 +193 -3600
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +4 -9
- package/dist/formbuilder-lhcforms/main.08866caa96eec171.js +1 -0
- package/dist/formbuilder-lhcforms/polyfills.14e826bda2550dd4.js +1 -0
- package/dist/formbuilder-lhcforms/{styles.3ed240a0672a3bac.css → styles.d43aae2a4b1405b3.css} +3 -3
- package/package.json +9 -10
- package/dist/formbuilder-lhcforms/assets/fhir-extension-schema.json5 +0 -2482
- package/dist/formbuilder-lhcforms/lforms/lib/elements/assets/lib/zone.min.js +0 -134
- package/dist/formbuilder-lhcforms/lforms/lib/elements/down_arrow_gray_10_10.png +0 -0
- package/dist/formbuilder-lhcforms/lforms/lib/elements/magnifying_glass.png +0 -0
- package/dist/formbuilder-lhcforms/lforms/lib/elements/main.js +0 -2478
- package/dist/formbuilder-lhcforms/lforms/lib/elements/main.js.map +0 -1
- package/dist/formbuilder-lhcforms/lforms/lib/elements/polyfills.js +0 -2
- package/dist/formbuilder-lhcforms/lforms/lib/elements/polyfills.js.map +0 -1
- package/dist/formbuilder-lhcforms/lforms/lib/elements/runtime.js +0 -2
- package/dist/formbuilder-lhcforms/lforms/lib/elements/runtime.js.map +0 -1
- package/dist/formbuilder-lhcforms/lforms/lib/elements/styles.css +0 -3
- package/dist/formbuilder-lhcforms/lforms/lib/fhir/lformsFHIRAll.min.js +0 -2
- package/dist/formbuilder-lhcforms/lforms/lib/fhir/lformsFHIRAll.min.js.map +0 -1
- package/dist/formbuilder-lhcforms/main.f3a5fe66fbbb463d.js +0 -1
- package/dist/formbuilder-lhcforms/polyfills.26015f639a44af6f.js +0 -1
|
@@ -30,26 +30,7 @@
|
|
|
30
30
|
"extension": {
|
|
31
31
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
32
32
|
"items": {
|
|
33
|
-
"
|
|
34
|
-
"properties": {
|
|
35
|
-
"id": {
|
|
36
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
37
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
38
|
-
"type": "string"
|
|
39
|
-
},
|
|
40
|
-
"url": {
|
|
41
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
42
|
-
"pattern": "^\\S*$",
|
|
43
|
-
"type": "string"
|
|
44
|
-
},
|
|
45
|
-
"value": {
|
|
46
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
47
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
48
|
-
"type": "string"
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
"additionalProperties": false,
|
|
52
|
-
"type": "object"
|
|
33
|
+
"$ref": "#/definitions/Extension"
|
|
53
34
|
},
|
|
54
35
|
"type": "array",
|
|
55
36
|
"widget": {
|
|
@@ -96,26 +77,7 @@
|
|
|
96
77
|
"extension": {
|
|
97
78
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
98
79
|
"items": {
|
|
99
|
-
"
|
|
100
|
-
"properties": {
|
|
101
|
-
"id": {
|
|
102
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
103
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
104
|
-
"type": "string"
|
|
105
|
-
},
|
|
106
|
-
"url": {
|
|
107
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
108
|
-
"pattern": "^\\S*$",
|
|
109
|
-
"type": "string"
|
|
110
|
-
},
|
|
111
|
-
"value": {
|
|
112
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
113
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
114
|
-
"type": "string"
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
"additionalProperties": false,
|
|
118
|
-
"type": "object"
|
|
80
|
+
"$ref": "#/definitions/Extension"
|
|
119
81
|
},
|
|
120
82
|
"type": "array",
|
|
121
83
|
"widget": {
|
|
@@ -172,26 +134,7 @@
|
|
|
172
134
|
"extension": {
|
|
173
135
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
174
136
|
"items": {
|
|
175
|
-
"
|
|
176
|
-
"properties": {
|
|
177
|
-
"id": {
|
|
178
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
179
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
180
|
-
"type": "string"
|
|
181
|
-
},
|
|
182
|
-
"url": {
|
|
183
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
184
|
-
"pattern": "^\\S*$",
|
|
185
|
-
"type": "string"
|
|
186
|
-
},
|
|
187
|
-
"value": {
|
|
188
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
189
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
190
|
-
"type": "string"
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
"additionalProperties": false,
|
|
194
|
-
"type": "object"
|
|
137
|
+
"$ref": "#/definitions/Extension"
|
|
195
138
|
},
|
|
196
139
|
"type": "array",
|
|
197
140
|
"widget": {
|
|
@@ -267,26 +210,7 @@
|
|
|
267
210
|
"extension": {
|
|
268
211
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
269
212
|
"items": {
|
|
270
|
-
"
|
|
271
|
-
"properties": {
|
|
272
|
-
"id": {
|
|
273
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
274
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
275
|
-
"type": "string"
|
|
276
|
-
},
|
|
277
|
-
"url": {
|
|
278
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
279
|
-
"pattern": "^\\S*$",
|
|
280
|
-
"type": "string"
|
|
281
|
-
},
|
|
282
|
-
"value": {
|
|
283
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
284
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
285
|
-
"type": "string"
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
"additionalProperties": false,
|
|
289
|
-
"type": "object"
|
|
213
|
+
"$ref": "#/definitions/Extension"
|
|
290
214
|
},
|
|
291
215
|
"type": "array",
|
|
292
216
|
"widget": {
|
|
@@ -318,26 +242,7 @@
|
|
|
318
242
|
"extension": {
|
|
319
243
|
"description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
320
244
|
"items": {
|
|
321
|
-
"
|
|
322
|
-
"properties": {
|
|
323
|
-
"id": {
|
|
324
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
325
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
326
|
-
"type": "string"
|
|
327
|
-
},
|
|
328
|
-
"url": {
|
|
329
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
330
|
-
"pattern": "^\\S*$",
|
|
331
|
-
"type": "string"
|
|
332
|
-
},
|
|
333
|
-
"value": {
|
|
334
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
335
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
336
|
-
"type": "string"
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
|
-
"additionalProperties": false,
|
|
340
|
-
"type": "object"
|
|
245
|
+
"$ref": "#/definitions/Extension"
|
|
341
246
|
},
|
|
342
247
|
"type": "array",
|
|
343
248
|
"title": "Extension",
|
|
@@ -348,26 +253,7 @@
|
|
|
348
253
|
"modifierExtension": {
|
|
349
254
|
"description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
|
|
350
255
|
"items": {
|
|
351
|
-
"
|
|
352
|
-
"properties": {
|
|
353
|
-
"id": {
|
|
354
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
355
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
356
|
-
"type": "string"
|
|
357
|
-
},
|
|
358
|
-
"url": {
|
|
359
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
360
|
-
"pattern": "^\\S*$",
|
|
361
|
-
"type": "string"
|
|
362
|
-
},
|
|
363
|
-
"value": {
|
|
364
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
365
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
366
|
-
"type": "string"
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
"additionalProperties": false,
|
|
370
|
-
"type": "object"
|
|
256
|
+
"$ref": "#/definitions/Extension"
|
|
371
257
|
},
|
|
372
258
|
"type": "array",
|
|
373
259
|
"title": "Modifier extension",
|
|
@@ -394,26 +280,7 @@
|
|
|
394
280
|
"extension": {
|
|
395
281
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
396
282
|
"items": {
|
|
397
|
-
"
|
|
398
|
-
"properties": {
|
|
399
|
-
"id": {
|
|
400
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
401
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
402
|
-
"type": "string"
|
|
403
|
-
},
|
|
404
|
-
"url": {
|
|
405
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
406
|
-
"pattern": "^\\S*$",
|
|
407
|
-
"type": "string"
|
|
408
|
-
},
|
|
409
|
-
"value": {
|
|
410
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
411
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
412
|
-
"type": "string"
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
|
-
"additionalProperties": false,
|
|
416
|
-
"type": "object"
|
|
283
|
+
"$ref": "#/definitions/Extension"
|
|
417
284
|
},
|
|
418
285
|
"type": "array",
|
|
419
286
|
"widget": {
|
|
@@ -442,26 +309,7 @@
|
|
|
442
309
|
"extension": {
|
|
443
310
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
444
311
|
"items": {
|
|
445
|
-
"
|
|
446
|
-
"properties": {
|
|
447
|
-
"id": {
|
|
448
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
449
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
450
|
-
"type": "string"
|
|
451
|
-
},
|
|
452
|
-
"url": {
|
|
453
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
454
|
-
"pattern": "^\\S*$",
|
|
455
|
-
"type": "string"
|
|
456
|
-
},
|
|
457
|
-
"value": {
|
|
458
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
459
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
460
|
-
"type": "string"
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
"additionalProperties": false,
|
|
464
|
-
"type": "object"
|
|
312
|
+
"$ref": "#/definitions/Extension"
|
|
465
313
|
},
|
|
466
314
|
"type": "array",
|
|
467
315
|
"widget": {
|
|
@@ -484,26 +332,7 @@
|
|
|
484
332
|
"extension": {
|
|
485
333
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
486
334
|
"items": {
|
|
487
|
-
"
|
|
488
|
-
"properties": {
|
|
489
|
-
"id": {
|
|
490
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
491
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
492
|
-
"type": "string"
|
|
493
|
-
},
|
|
494
|
-
"url": {
|
|
495
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
496
|
-
"pattern": "^\\S*$",
|
|
497
|
-
"type": "string"
|
|
498
|
-
},
|
|
499
|
-
"value": {
|
|
500
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
501
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
502
|
-
"type": "string"
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
"additionalProperties": false,
|
|
506
|
-
"type": "object"
|
|
335
|
+
"$ref": "#/definitions/Extension"
|
|
507
336
|
},
|
|
508
337
|
"type": "array",
|
|
509
338
|
"widget": {
|
|
@@ -574,26 +403,7 @@
|
|
|
574
403
|
"extension": {
|
|
575
404
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
576
405
|
"items": {
|
|
577
|
-
"
|
|
578
|
-
"properties": {
|
|
579
|
-
"id": {
|
|
580
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
581
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
582
|
-
"type": "string"
|
|
583
|
-
},
|
|
584
|
-
"url": {
|
|
585
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
586
|
-
"pattern": "^\\S*$",
|
|
587
|
-
"type": "string"
|
|
588
|
-
},
|
|
589
|
-
"value": {
|
|
590
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
591
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
592
|
-
"type": "string"
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
"additionalProperties": false,
|
|
596
|
-
"type": "object"
|
|
406
|
+
"$ref": "#/definitions/Extension"
|
|
597
407
|
},
|
|
598
408
|
"type": "array",
|
|
599
409
|
"widget": {
|
|
@@ -625,26 +435,7 @@
|
|
|
625
435
|
"extension": {
|
|
626
436
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
627
437
|
"items": {
|
|
628
|
-
"
|
|
629
|
-
"properties": {
|
|
630
|
-
"id": {
|
|
631
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
632
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
633
|
-
"type": "string"
|
|
634
|
-
},
|
|
635
|
-
"url": {
|
|
636
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
637
|
-
"pattern": "^\\S*$",
|
|
638
|
-
"type": "string"
|
|
639
|
-
},
|
|
640
|
-
"value": {
|
|
641
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
642
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
643
|
-
"type": "string"
|
|
644
|
-
}
|
|
645
|
-
},
|
|
646
|
-
"additionalProperties": false,
|
|
647
|
-
"type": "object"
|
|
438
|
+
"$ref": "#/definitions/Extension"
|
|
648
439
|
},
|
|
649
440
|
"type": "array",
|
|
650
441
|
"widget": {
|
|
@@ -763,26 +554,7 @@
|
|
|
763
554
|
"extension": {
|
|
764
555
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
765
556
|
"items": {
|
|
766
|
-
"
|
|
767
|
-
"properties": {
|
|
768
|
-
"id": {
|
|
769
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
770
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
771
|
-
"type": "string"
|
|
772
|
-
},
|
|
773
|
-
"url": {
|
|
774
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
775
|
-
"pattern": "^\\S*$",
|
|
776
|
-
"type": "string"
|
|
777
|
-
},
|
|
778
|
-
"value": {
|
|
779
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
780
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
781
|
-
"type": "string"
|
|
782
|
-
}
|
|
783
|
-
},
|
|
784
|
-
"additionalProperties": false,
|
|
785
|
-
"type": "object"
|
|
557
|
+
"$ref": "#/definitions/Extension"
|
|
786
558
|
},
|
|
787
559
|
"type": "array",
|
|
788
560
|
"widget": {
|
|
@@ -807,26 +579,7 @@
|
|
|
807
579
|
"extension": {
|
|
808
580
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
809
581
|
"items": {
|
|
810
|
-
"
|
|
811
|
-
"properties": {
|
|
812
|
-
"id": {
|
|
813
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
814
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
815
|
-
"type": "string"
|
|
816
|
-
},
|
|
817
|
-
"url": {
|
|
818
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
819
|
-
"pattern": "^\\S*$",
|
|
820
|
-
"type": "string"
|
|
821
|
-
},
|
|
822
|
-
"value": {
|
|
823
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
824
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
825
|
-
"type": "string"
|
|
826
|
-
}
|
|
827
|
-
},
|
|
828
|
-
"additionalProperties": false,
|
|
829
|
-
"type": "object"
|
|
582
|
+
"$ref": "#/definitions/Extension"
|
|
830
583
|
},
|
|
831
584
|
"type": "array",
|
|
832
585
|
"widget": {
|
|
@@ -878,26 +631,7 @@
|
|
|
878
631
|
"extension": {
|
|
879
632
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
880
633
|
"items": {
|
|
881
|
-
"
|
|
882
|
-
"properties": {
|
|
883
|
-
"id": {
|
|
884
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
885
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
886
|
-
"type": "string"
|
|
887
|
-
},
|
|
888
|
-
"url": {
|
|
889
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
890
|
-
"pattern": "^\\S*$",
|
|
891
|
-
"type": "string"
|
|
892
|
-
},
|
|
893
|
-
"value": {
|
|
894
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
895
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
896
|
-
"type": "string"
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
"additionalProperties": false,
|
|
900
|
-
"type": "object"
|
|
634
|
+
"$ref": "#/definitions/Extension"
|
|
901
635
|
},
|
|
902
636
|
"type": "array",
|
|
903
637
|
"widget": {
|
|
@@ -950,26 +684,7 @@
|
|
|
950
684
|
"extension": {
|
|
951
685
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
952
686
|
"items": {
|
|
953
|
-
"
|
|
954
|
-
"properties": {
|
|
955
|
-
"id": {
|
|
956
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
957
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
958
|
-
"type": "string"
|
|
959
|
-
},
|
|
960
|
-
"url": {
|
|
961
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
962
|
-
"pattern": "^\\S*$",
|
|
963
|
-
"type": "string"
|
|
964
|
-
},
|
|
965
|
-
"value": {
|
|
966
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
967
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
968
|
-
"type": "string"
|
|
969
|
-
}
|
|
970
|
-
},
|
|
971
|
-
"additionalProperties": false,
|
|
972
|
-
"type": "object"
|
|
687
|
+
"$ref": "#/definitions/Extension"
|
|
973
688
|
},
|
|
974
689
|
"type": "array",
|
|
975
690
|
"widget": {
|
|
@@ -990,26 +705,7 @@
|
|
|
990
705
|
"extension": {
|
|
991
706
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
992
707
|
"items": {
|
|
993
|
-
"
|
|
994
|
-
"properties": {
|
|
995
|
-
"id": {
|
|
996
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
997
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
998
|
-
"type": "string"
|
|
999
|
-
},
|
|
1000
|
-
"url": {
|
|
1001
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1002
|
-
"pattern": "^\\S*$",
|
|
1003
|
-
"type": "string"
|
|
1004
|
-
},
|
|
1005
|
-
"value": {
|
|
1006
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1007
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1008
|
-
"type": "string"
|
|
1009
|
-
}
|
|
1010
|
-
},
|
|
1011
|
-
"additionalProperties": false,
|
|
1012
|
-
"type": "object"
|
|
708
|
+
"$ref": "#/definitions/Extension"
|
|
1013
709
|
},
|
|
1014
710
|
"type": "array",
|
|
1015
711
|
"widget": {
|
|
@@ -1059,26 +755,7 @@
|
|
|
1059
755
|
"extension": {
|
|
1060
756
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1061
757
|
"items": {
|
|
1062
|
-
"
|
|
1063
|
-
"properties": {
|
|
1064
|
-
"id": {
|
|
1065
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1066
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1067
|
-
"type": "string"
|
|
1068
|
-
},
|
|
1069
|
-
"url": {
|
|
1070
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1071
|
-
"pattern": "^\\S*$",
|
|
1072
|
-
"type": "string"
|
|
1073
|
-
},
|
|
1074
|
-
"value": {
|
|
1075
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1076
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1077
|
-
"type": "string"
|
|
1078
|
-
}
|
|
1079
|
-
},
|
|
1080
|
-
"additionalProperties": false,
|
|
1081
|
-
"type": "object"
|
|
758
|
+
"$ref": "#/definitions/Extension"
|
|
1082
759
|
},
|
|
1083
760
|
"type": "array",
|
|
1084
761
|
"widget": {
|
|
@@ -1101,26 +778,7 @@
|
|
|
1101
778
|
"extension": {
|
|
1102
779
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1103
780
|
"items": {
|
|
1104
|
-
"
|
|
1105
|
-
"properties": {
|
|
1106
|
-
"id": {
|
|
1107
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1108
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1109
|
-
"type": "string"
|
|
1110
|
-
},
|
|
1111
|
-
"url": {
|
|
1112
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1113
|
-
"pattern": "^\\S*$",
|
|
1114
|
-
"type": "string"
|
|
1115
|
-
},
|
|
1116
|
-
"value": {
|
|
1117
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1118
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1119
|
-
"type": "string"
|
|
1120
|
-
}
|
|
1121
|
-
},
|
|
1122
|
-
"additionalProperties": false,
|
|
1123
|
-
"type": "object"
|
|
781
|
+
"$ref": "#/definitions/Extension"
|
|
1124
782
|
},
|
|
1125
783
|
"type": "array",
|
|
1126
784
|
"widget": {
|
|
@@ -1181,26 +839,7 @@
|
|
|
1181
839
|
"extension": {
|
|
1182
840
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1183
841
|
"items": {
|
|
1184
|
-
"
|
|
1185
|
-
"properties": {
|
|
1186
|
-
"id": {
|
|
1187
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1188
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1189
|
-
"type": "string"
|
|
1190
|
-
},
|
|
1191
|
-
"url": {
|
|
1192
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1193
|
-
"pattern": "^\\S*$",
|
|
1194
|
-
"type": "string"
|
|
1195
|
-
},
|
|
1196
|
-
"value": {
|
|
1197
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1198
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1199
|
-
"type": "string"
|
|
1200
|
-
}
|
|
1201
|
-
},
|
|
1202
|
-
"additionalProperties": false,
|
|
1203
|
-
"type": "object"
|
|
842
|
+
"$ref": "#/definitions/Extension"
|
|
1204
843
|
},
|
|
1205
844
|
"type": "array",
|
|
1206
845
|
"widget": {
|
|
@@ -1252,26 +891,7 @@
|
|
|
1252
891
|
"extension": {
|
|
1253
892
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1254
893
|
"items": {
|
|
1255
|
-
"
|
|
1256
|
-
"properties": {
|
|
1257
|
-
"id": {
|
|
1258
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1259
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1260
|
-
"type": "string"
|
|
1261
|
-
},
|
|
1262
|
-
"url": {
|
|
1263
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1264
|
-
"pattern": "^\\S*$",
|
|
1265
|
-
"type": "string"
|
|
1266
|
-
},
|
|
1267
|
-
"value": {
|
|
1268
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1269
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1270
|
-
"type": "string"
|
|
1271
|
-
}
|
|
1272
|
-
},
|
|
1273
|
-
"additionalProperties": false,
|
|
1274
|
-
"type": "object"
|
|
894
|
+
"$ref": "#/definitions/Extension"
|
|
1275
895
|
},
|
|
1276
896
|
"type": "array",
|
|
1277
897
|
"widget": {
|
|
@@ -1289,26 +909,7 @@
|
|
|
1289
909
|
"extension": {
|
|
1290
910
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1291
911
|
"items": {
|
|
1292
|
-
"
|
|
1293
|
-
"properties": {
|
|
1294
|
-
"id": {
|
|
1295
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1296
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1297
|
-
"type": "string"
|
|
1298
|
-
},
|
|
1299
|
-
"url": {
|
|
1300
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1301
|
-
"pattern": "^\\S*$",
|
|
1302
|
-
"type": "string"
|
|
1303
|
-
},
|
|
1304
|
-
"value": {
|
|
1305
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1306
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1307
|
-
"type": "string"
|
|
1308
|
-
}
|
|
1309
|
-
},
|
|
1310
|
-
"additionalProperties": false,
|
|
1311
|
-
"type": "object"
|
|
912
|
+
"$ref": "#/definitions/Extension"
|
|
1312
913
|
},
|
|
1313
914
|
"type": "array",
|
|
1314
915
|
"widget": {
|
|
@@ -1360,26 +961,7 @@
|
|
|
1360
961
|
"extension": {
|
|
1361
962
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1362
963
|
"items": {
|
|
1363
|
-
"
|
|
1364
|
-
"properties": {
|
|
1365
|
-
"id": {
|
|
1366
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1367
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1368
|
-
"type": "string"
|
|
1369
|
-
},
|
|
1370
|
-
"url": {
|
|
1371
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1372
|
-
"pattern": "^\\S*$",
|
|
1373
|
-
"type": "string"
|
|
1374
|
-
},
|
|
1375
|
-
"value": {
|
|
1376
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1377
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1378
|
-
"type": "string"
|
|
1379
|
-
}
|
|
1380
|
-
},
|
|
1381
|
-
"additionalProperties": false,
|
|
1382
|
-
"type": "object"
|
|
964
|
+
"$ref": "#/definitions/Extension"
|
|
1383
965
|
},
|
|
1384
966
|
"type": "array",
|
|
1385
967
|
"widget": {
|
|
@@ -1435,26 +1017,7 @@
|
|
|
1435
1017
|
"extension": {
|
|
1436
1018
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1437
1019
|
"items": {
|
|
1438
|
-
"
|
|
1439
|
-
"properties": {
|
|
1440
|
-
"id": {
|
|
1441
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1442
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1443
|
-
"type": "string"
|
|
1444
|
-
},
|
|
1445
|
-
"url": {
|
|
1446
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1447
|
-
"pattern": "^\\S*$",
|
|
1448
|
-
"type": "string"
|
|
1449
|
-
},
|
|
1450
|
-
"value": {
|
|
1451
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1452
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1453
|
-
"type": "string"
|
|
1454
|
-
}
|
|
1455
|
-
},
|
|
1456
|
-
"additionalProperties": false,
|
|
1457
|
-
"type": "object"
|
|
1020
|
+
"$ref": "#/definitions/Extension"
|
|
1458
1021
|
},
|
|
1459
1022
|
"type": "array",
|
|
1460
1023
|
"widget": {
|
|
@@ -1502,26 +1065,7 @@
|
|
|
1502
1065
|
"extension": {
|
|
1503
1066
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1504
1067
|
"items": {
|
|
1505
|
-
"
|
|
1506
|
-
"properties": {
|
|
1507
|
-
"id": {
|
|
1508
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1509
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1510
|
-
"type": "string"
|
|
1511
|
-
},
|
|
1512
|
-
"url": {
|
|
1513
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1514
|
-
"pattern": "^\\S*$",
|
|
1515
|
-
"type": "string"
|
|
1516
|
-
},
|
|
1517
|
-
"value": {
|
|
1518
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1519
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1520
|
-
"type": "string"
|
|
1521
|
-
}
|
|
1522
|
-
},
|
|
1523
|
-
"additionalProperties": false,
|
|
1524
|
-
"type": "object"
|
|
1068
|
+
"$ref": "#/definitions/Extension"
|
|
1525
1069
|
},
|
|
1526
1070
|
"type": "array",
|
|
1527
1071
|
"widget": {
|
|
@@ -1544,26 +1088,7 @@
|
|
|
1544
1088
|
"extension": {
|
|
1545
1089
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1546
1090
|
"items": {
|
|
1547
|
-
"
|
|
1548
|
-
"properties": {
|
|
1549
|
-
"id": {
|
|
1550
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1551
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1552
|
-
"type": "string"
|
|
1553
|
-
},
|
|
1554
|
-
"url": {
|
|
1555
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1556
|
-
"pattern": "^\\S*$",
|
|
1557
|
-
"type": "string"
|
|
1558
|
-
},
|
|
1559
|
-
"value": {
|
|
1560
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1561
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1562
|
-
"type": "string"
|
|
1563
|
-
}
|
|
1564
|
-
},
|
|
1565
|
-
"additionalProperties": false,
|
|
1566
|
-
"type": "object"
|
|
1091
|
+
"$ref": "#/definitions/Extension"
|
|
1567
1092
|
},
|
|
1568
1093
|
"type": "array",
|
|
1569
1094
|
"widget": {
|
|
@@ -1652,26 +1177,7 @@
|
|
|
1652
1177
|
"extension": {
|
|
1653
1178
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1654
1179
|
"items": {
|
|
1655
|
-
"
|
|
1656
|
-
"properties": {
|
|
1657
|
-
"id": {
|
|
1658
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1659
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1660
|
-
"type": "string"
|
|
1661
|
-
},
|
|
1662
|
-
"url": {
|
|
1663
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1664
|
-
"pattern": "^\\S*$",
|
|
1665
|
-
"type": "string"
|
|
1666
|
-
},
|
|
1667
|
-
"value": {
|
|
1668
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1669
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1670
|
-
"type": "string"
|
|
1671
|
-
}
|
|
1672
|
-
},
|
|
1673
|
-
"additionalProperties": false,
|
|
1674
|
-
"type": "object"
|
|
1180
|
+
"$ref": "#/definitions/Extension"
|
|
1675
1181
|
},
|
|
1676
1182
|
"type": "array",
|
|
1677
1183
|
"widget": {
|
|
@@ -1699,7 +1205,16 @@
|
|
|
1699
1205
|
"title": "Code",
|
|
1700
1206
|
"widget": {
|
|
1701
1207
|
"id": "boolean-radio",
|
|
1702
|
-
"optionLabels": [
|
|
1208
|
+
"optionLabels": [
|
|
1209
|
+
[
|
|
1210
|
+
false,
|
|
1211
|
+
"No code"
|
|
1212
|
+
],
|
|
1213
|
+
[
|
|
1214
|
+
true,
|
|
1215
|
+
"Include code"
|
|
1216
|
+
]
|
|
1217
|
+
],
|
|
1703
1218
|
"labelClasses": "col-2 ps-0 pe-1",
|
|
1704
1219
|
"controlClasses": "col-auto btn-group btn-group-sm ps-0"
|
|
1705
1220
|
}
|
|
@@ -1719,26 +1234,7 @@
|
|
|
1719
1234
|
"extension": {
|
|
1720
1235
|
"description": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
|
1721
1236
|
"items": {
|
|
1722
|
-
"
|
|
1723
|
-
"properties": {
|
|
1724
|
-
"id": {
|
|
1725
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1726
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1727
|
-
"type": "string"
|
|
1728
|
-
},
|
|
1729
|
-
"url": {
|
|
1730
|
-
"description": "Source of the definition for the extension code - a logical name or a URL.",
|
|
1731
|
-
"pattern": "^\\S*$",
|
|
1732
|
-
"type": "string"
|
|
1733
|
-
},
|
|
1734
|
-
"value": {
|
|
1735
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1736
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1737
|
-
"type": "string"
|
|
1738
|
-
}
|
|
1739
|
-
},
|
|
1740
|
-
"additionalProperties": false,
|
|
1741
|
-
"type": "object"
|
|
1237
|
+
"$ref": "#/definitions/Extension"
|
|
1742
1238
|
},
|
|
1743
1239
|
"type": "array",
|
|
1744
1240
|
"widget": {
|
|
@@ -1806,6 +1302,9 @@
|
|
|
1806
1302
|
"required": [
|
|
1807
1303
|
"resourceType"
|
|
1808
1304
|
],
|
|
1305
|
+
"definitions": {
|
|
1306
|
+
// Merge field definitions from fhir-definitions.schema.json5.
|
|
1307
|
+
},
|
|
1809
1308
|
"steps": [
|
|
1810
1309
|
{
|
|
1811
1310
|
"title": "Form level attributes",
|