formbuilder-lhcforms 11.0.15 → 11.2.2
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 +169 -0
- package/dist/formbuilder-lhcforms/assets/extension-fields-layout.json5 +393 -0
- package/dist/formbuilder-lhcforms/assets/fhir-definitions.schema.json5 +164 -90
- package/dist/formbuilder-lhcforms/assets/fl-fields-layout.json5 +68 -6
- package/dist/formbuilder-lhcforms/assets/items-layout.json5 +3 -3
- package/dist/formbuilder-lhcforms/assets/ngx-fl.schema.json5 +14 -93
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json5 +42 -168
- package/dist/formbuilder-lhcforms/assets/ngx-vs.schema.json5 +0 -24
- package/dist/formbuilder-lhcforms/assets/value-set-fields-layout.json5 +22 -3
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +2 -2
- package/dist/formbuilder-lhcforms/main.6f4b01cc0ff793cf.js +1 -0
- package/dist/formbuilder-lhcforms/{polyfills.ff3bd2c828bc396b.js → polyfills.315ba4e3241084b8.js} +1 -1
- package/dist/formbuilder-lhcforms/{styles.cccbceef409ed46d.css → styles.e9d72ffd1a43a77f.css} +1 -1
- package/package.json +8 -13
- package/dist/formbuilder-lhcforms/main.c677bdf88a01db66.js +0 -1
|
@@ -430,38 +430,6 @@
|
|
|
430
430
|
},
|
|
431
431
|
"additionalProperties": false,
|
|
432
432
|
"type": "object",
|
|
433
|
-
"widget": {
|
|
434
|
-
"id": "row-layout"
|
|
435
|
-
},
|
|
436
|
-
"fieldsets": [
|
|
437
|
-
{
|
|
438
|
-
"fields": [
|
|
439
|
-
"id",
|
|
440
|
-
"system",
|
|
441
|
-
"version",
|
|
442
|
-
"code",
|
|
443
|
-
"display",
|
|
444
|
-
"userSelected"
|
|
445
|
-
],
|
|
446
|
-
"showFields": [
|
|
447
|
-
{
|
|
448
|
-
"code": {
|
|
449
|
-
"col": 2
|
|
450
|
-
}
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"system": {
|
|
454
|
-
"col": 6
|
|
455
|
-
}
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"display": {
|
|
459
|
-
"col": 4
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
]
|
|
463
|
-
}
|
|
464
|
-
]
|
|
465
433
|
},
|
|
466
434
|
"type": "array"
|
|
467
435
|
},
|
|
@@ -516,38 +484,6 @@
|
|
|
516
484
|
},
|
|
517
485
|
"additionalProperties": false,
|
|
518
486
|
"type": "object",
|
|
519
|
-
"widget": {
|
|
520
|
-
"id": "row-layout"
|
|
521
|
-
},
|
|
522
|
-
"fieldsets": [
|
|
523
|
-
{
|
|
524
|
-
"fields": [
|
|
525
|
-
"id",
|
|
526
|
-
"system",
|
|
527
|
-
"version",
|
|
528
|
-
"code",
|
|
529
|
-
"display",
|
|
530
|
-
"userSelected"
|
|
531
|
-
],
|
|
532
|
-
"showFields": [
|
|
533
|
-
{
|
|
534
|
-
"code": {
|
|
535
|
-
"col": 2
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"system": {
|
|
540
|
-
"col": 6
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"display": {
|
|
545
|
-
"col": 4
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
]
|
|
549
|
-
}
|
|
550
|
-
]
|
|
551
487
|
},
|
|
552
488
|
"valueContactPoint": {
|
|
553
489
|
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
@@ -895,9 +831,6 @@
|
|
|
895
831
|
},
|
|
896
832
|
"additionalProperties": false,
|
|
897
833
|
"type": "object",
|
|
898
|
-
"widget": {
|
|
899
|
-
"id": "row-layout"
|
|
900
|
-
},
|
|
901
834
|
"fieldsets": [
|
|
902
835
|
{
|
|
903
836
|
"fields": [
|
|
@@ -1446,9 +1379,6 @@
|
|
|
1446
1379
|
},
|
|
1447
1380
|
"additionalProperties": false,
|
|
1448
1381
|
"type": "object",
|
|
1449
|
-
"widget": {
|
|
1450
|
-
"id": "row-layout"
|
|
1451
|
-
},
|
|
1452
1382
|
"fieldsets": [
|
|
1453
1383
|
{
|
|
1454
1384
|
"fields": [
|
|
@@ -1790,11 +1720,12 @@
|
|
|
1790
1720
|
"language": {
|
|
1791
1721
|
"description": "The media type of the language for the expression.",
|
|
1792
1722
|
"enum": [
|
|
1793
|
-
"text/cql",
|
|
1794
1723
|
"text/fhirpath",
|
|
1724
|
+
"text/cql",
|
|
1795
1725
|
"application/x-fhir-query"
|
|
1796
1726
|
],
|
|
1797
|
-
"type": "string"
|
|
1727
|
+
"type": "string",
|
|
1728
|
+
"default": "text/fhirpath"
|
|
1798
1729
|
},
|
|
1799
1730
|
"expression": {
|
|
1800
1731
|
"description": "An expression in the specified language that returns a value.",
|
|
@@ -2020,9 +1951,6 @@
|
|
|
2020
1951
|
},
|
|
2021
1952
|
"additionalProperties": false,
|
|
2022
1953
|
"type": "object",
|
|
2023
|
-
"widget": {
|
|
2024
|
-
"id": "row-layout"
|
|
2025
|
-
},
|
|
2026
1954
|
"fieldsets": [
|
|
2027
1955
|
{
|
|
2028
1956
|
"fields": [
|
|
@@ -2105,9 +2033,6 @@
|
|
|
2105
2033
|
},
|
|
2106
2034
|
"additionalProperties": false,
|
|
2107
2035
|
"type": "object",
|
|
2108
|
-
"widget": {
|
|
2109
|
-
"id": "row-layout"
|
|
2110
|
-
},
|
|
2111
2036
|
"fieldsets": [
|
|
2112
2037
|
{
|
|
2113
2038
|
"fields": [
|
|
@@ -2395,9 +2320,6 @@
|
|
|
2395
2320
|
},
|
|
2396
2321
|
"additionalProperties": false,
|
|
2397
2322
|
"type": "object",
|
|
2398
|
-
"widget": {
|
|
2399
|
-
"id": "row-layout"
|
|
2400
|
-
},
|
|
2401
2323
|
"fieldsets": [
|
|
2402
2324
|
{
|
|
2403
2325
|
"fields": [
|
|
@@ -2473,9 +2395,6 @@
|
|
|
2473
2395
|
},
|
|
2474
2396
|
"additionalProperties": false,
|
|
2475
2397
|
"type": "object",
|
|
2476
|
-
"widget": {
|
|
2477
|
-
"id": "row-layout"
|
|
2478
|
-
},
|
|
2479
2398
|
"fieldsets": [
|
|
2480
2399
|
{
|
|
2481
2400
|
"fields": [
|
|
@@ -2511,13 +2430,171 @@
|
|
|
2511
2430
|
},
|
|
2512
2431
|
"additionalProperties": false,
|
|
2513
2432
|
"type": "object"
|
|
2433
|
+
},
|
|
2434
|
+
"__$isValueX": {
|
|
2435
|
+
// Boolean to identify valueX/extension
|
|
2436
|
+
"description": "Use one of the value types or an extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
2437
|
+
"type": "boolean",
|
|
2438
|
+
"default": true,
|
|
2439
|
+
"widget": {
|
|
2440
|
+
"id": "boolean-radio",
|
|
2441
|
+
"optionLabels": [
|
|
2442
|
+
[
|
|
2443
|
+
true,
|
|
2444
|
+
"Use a value type"
|
|
2445
|
+
],
|
|
2446
|
+
[
|
|
2447
|
+
false,
|
|
2448
|
+
"Use an extension"
|
|
2449
|
+
]
|
|
2450
|
+
],
|
|
2451
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
2452
|
+
"controlClasses": "col-auto btn-group btn-group-sm ps-0"
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2455
|
+
"__$valueTypeCategory": {
|
|
2456
|
+
// Identify category.
|
|
2457
|
+
"description": "The category of the value in this extension. This is used to determine how to interpret the value.",
|
|
2458
|
+
"enum": [
|
|
2459
|
+
"__$valueTypePrimitive",
|
|
2460
|
+
"__$valueGeneralPurposeDatatype",
|
|
2461
|
+
"__$valueMetadataType",
|
|
2462
|
+
"__$valueSpecialPurposeDatatype",
|
|
2463
|
+
],
|
|
2464
|
+
"title": "Pick a data type category",
|
|
2465
|
+
"type": "string",
|
|
2466
|
+
"default": "__$valueTypePrimitive",
|
|
2467
|
+
"visibleIf": {
|
|
2468
|
+
"__$isValueX": [true]
|
|
2469
|
+
},
|
|
2470
|
+
},
|
|
2471
|
+
"__$valueTypePrimitive": {
|
|
2472
|
+
// Enumerate primitive types
|
|
2473
|
+
"description": "The primitive datatype of the value in this extension. This is used to determine how to interpret the value.",
|
|
2474
|
+
"enum": [
|
|
2475
|
+
"valueBase64Binary",
|
|
2476
|
+
"valueBoolean",
|
|
2477
|
+
"valueCanonical",
|
|
2478
|
+
"valueCode",
|
|
2479
|
+
"valueDate",
|
|
2480
|
+
"valueDateTime",
|
|
2481
|
+
"valueDecimal",
|
|
2482
|
+
"valueId",
|
|
2483
|
+
"valueInstant",
|
|
2484
|
+
"valueInteger",
|
|
2485
|
+
"valueMarkdown",
|
|
2486
|
+
"valueOid",
|
|
2487
|
+
"valuePositiveInt",
|
|
2488
|
+
"valueString",
|
|
2489
|
+
"valueTime",
|
|
2490
|
+
"valueUnsignedInt",
|
|
2491
|
+
"valueUri",
|
|
2492
|
+
"valueUrl",
|
|
2493
|
+
"valueUuid",
|
|
2494
|
+
],
|
|
2495
|
+
"type": "string",
|
|
2496
|
+
"default": "valueString",
|
|
2497
|
+
"visibleIf": {
|
|
2498
|
+
"__$valueTypeCategory": ["__$valueTypePrimitive"]
|
|
2499
|
+
},
|
|
2500
|
+
"widget": {
|
|
2501
|
+
"id": "select",
|
|
2502
|
+
}
|
|
2503
|
+
},
|
|
2504
|
+
"__$valueGeneralPurposeDatatype": {
|
|
2505
|
+
// Enumerate general purpose types.
|
|
2506
|
+
"description": "The general purpose datatype of the value in this extension. This is used to determine how to interpret the value.",
|
|
2507
|
+
"enum": [
|
|
2508
|
+
"valueAddress",
|
|
2509
|
+
"valueAge",
|
|
2510
|
+
"valueAnnotation",
|
|
2511
|
+
"valueAttachment",
|
|
2512
|
+
"valueCodeableConcept",
|
|
2513
|
+
"valueCoding",
|
|
2514
|
+
"valueContactPoint",
|
|
2515
|
+
"valueCount",
|
|
2516
|
+
"valueDistance",
|
|
2517
|
+
"valueDuration",
|
|
2518
|
+
"valueHumanName",
|
|
2519
|
+
"valueIdentifier",
|
|
2520
|
+
"valueMoney",
|
|
2521
|
+
"valuePeriod",
|
|
2522
|
+
"valueQuantity",
|
|
2523
|
+
"valueRange",
|
|
2524
|
+
"valueRatio",
|
|
2525
|
+
],
|
|
2526
|
+
"type": "string",
|
|
2527
|
+
"default": "valueAddress",
|
|
2528
|
+
"visibleIf": {
|
|
2529
|
+
"__$valueTypeCategory": ["__$valueGeneralPurposeDatatype"]
|
|
2530
|
+
},
|
|
2531
|
+
"widget": {
|
|
2532
|
+
"id": "select",
|
|
2533
|
+
}
|
|
2534
|
+
},
|
|
2535
|
+
"__$valueMetadataType": {
|
|
2536
|
+
// Enumerate meta data types.
|
|
2537
|
+
"description": "The metadata type of the value in this extension. This is used to determine how to interpret the value.",
|
|
2538
|
+
"enum": [
|
|
2539
|
+
"valueContactDetail",
|
|
2540
|
+
"valueContributor",
|
|
2541
|
+
"valueExpression",
|
|
2542
|
+
"valueParameterDefinition",
|
|
2543
|
+
"valueRelatedArtifact",
|
|
2544
|
+
"valueSampledData",
|
|
2545
|
+
"valueSignature",
|
|
2546
|
+
"valueUsageContext",
|
|
2547
|
+
],
|
|
2548
|
+
"type": "string",
|
|
2549
|
+
"default": "valueContactDetail",
|
|
2550
|
+
"visibleIf": {
|
|
2551
|
+
"__$valueTypeCategory": ["__$valueMetadataType"]
|
|
2552
|
+
},
|
|
2553
|
+
"widget": {
|
|
2554
|
+
"id": "select",
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
2557
|
+
"__$valueSpecialPurposeDatatype": {
|
|
2558
|
+
// Enumerate special purpose types.
|
|
2559
|
+
"description": "The special purpose datatype of the value in this extension. This is used to determine how to interpret the value.",
|
|
2560
|
+
"enum": [
|
|
2561
|
+
"valueMeta",
|
|
2562
|
+
"valueReference",
|
|
2563
|
+
],
|
|
2564
|
+
"type": "string",
|
|
2565
|
+
"default": "valueReference",
|
|
2566
|
+
"visibleIf": {
|
|
2567
|
+
"__$valueTypeCategory": ["__$valueSpecialPurposeDatatype"]
|
|
2568
|
+
},
|
|
2569
|
+
"widget": {
|
|
2570
|
+
"id": "select",
|
|
2571
|
+
}
|
|
2572
|
+
},
|
|
2573
|
+
"__$valueType": {
|
|
2574
|
+
// Actual type used. i.e. one of valueX or 'extension'.
|
|
2575
|
+
"title": "Type",
|
|
2576
|
+
"description": "The type of the value in this extension. This is used to determine how to interpret the value.",
|
|
2577
|
+
"type": "string",
|
|
2578
|
+
"widget": {
|
|
2579
|
+
"id": "string"
|
|
2580
|
+
}
|
|
2581
|
+
},
|
|
2582
|
+
"__$stringify": {
|
|
2583
|
+
// String representation of this extension.
|
|
2584
|
+
"description": "Value of the extension.",
|
|
2585
|
+
"title": "Value",
|
|
2586
|
+
"type": "string",
|
|
2587
|
+
"readOnly": true
|
|
2514
2588
|
}
|
|
2515
2589
|
},
|
|
2516
2590
|
"additionalProperties": false,
|
|
2517
2591
|
"type": "object",
|
|
2592
|
+
"title": "Extensions",
|
|
2593
|
+
/*
|
|
2518
2594
|
"widget": {
|
|
2519
2595
|
"id": "hidden"
|
|
2520
2596
|
}
|
|
2597
|
+
*/
|
|
2521
2598
|
},
|
|
2522
2599
|
"uri": {
|
|
2523
2600
|
"pattern": "^\\S*$",
|
|
@@ -2601,6 +2678,9 @@
|
|
|
2601
2678
|
},
|
|
2602
2679
|
"Period": {
|
|
2603
2680
|
"description": "A time period defined by a start and end date and optionally time.",
|
|
2681
|
+
"widget": {
|
|
2682
|
+
"id": "date-range"
|
|
2683
|
+
},
|
|
2604
2684
|
"properties": {
|
|
2605
2685
|
"id": {
|
|
2606
2686
|
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
@@ -4660,9 +4740,6 @@
|
|
|
4660
4740
|
},
|
|
4661
4741
|
"additionalProperties": false,
|
|
4662
4742
|
"type": "object",
|
|
4663
|
-
"widget": {
|
|
4664
|
-
"id": "row-layout"
|
|
4665
|
-
},
|
|
4666
4743
|
"fieldsets": [
|
|
4667
4744
|
{
|
|
4668
4745
|
"fields": [
|
|
@@ -4897,9 +4974,6 @@
|
|
|
4897
4974
|
},
|
|
4898
4975
|
"additionalProperties": false,
|
|
4899
4976
|
"type": "object",
|
|
4900
|
-
"widget": {
|
|
4901
|
-
"id": "row-layout"
|
|
4902
|
-
},
|
|
4903
4977
|
"fieldsets": [
|
|
4904
4978
|
{
|
|
4905
4979
|
"fields": [
|
|
@@ -26,8 +26,10 @@
|
|
|
26
26
|
{ field: "copyright", col: 12},
|
|
27
27
|
{ field: "approvalDate", col: 12},
|
|
28
28
|
{ field: "lastReviewDate", col: 12},
|
|
29
|
+
{ field: "effectivePeriod", col: 12},
|
|
29
30
|
{ field: "contained", "col": 12},
|
|
30
|
-
{ field: "__$variable", col: 12}
|
|
31
|
+
{ field: "__$variable", col: 12},
|
|
32
|
+
{ field: "__$extensionContainer", col: 12}
|
|
31
33
|
]
|
|
32
34
|
}
|
|
33
35
|
],
|
|
@@ -35,6 +37,7 @@
|
|
|
35
37
|
},
|
|
36
38
|
// Please note that the jsonpath expression paths in the keys
|
|
37
39
|
overridePropertyLabels: {
|
|
40
|
+
'$.properties.extension': 'Extensions',
|
|
38
41
|
'$.properties.contained': 'Contained resources',
|
|
39
42
|
'$.properties.name': 'Questionnaire name',
|
|
40
43
|
'$.properties.date': 'Revision date',
|
|
@@ -49,13 +52,13 @@
|
|
|
49
52
|
id: "string",
|
|
50
53
|
labelPosition: "left",
|
|
51
54
|
labelClasses: "col-sm-2 m-0 ps-0 pe-1",
|
|
52
|
-
controlClasses: "col-sm-10
|
|
55
|
+
controlClasses: "col-sm-10 m-0 p-0"
|
|
53
56
|
},
|
|
54
57
|
textArea: {
|
|
55
58
|
id: "textarea",
|
|
56
59
|
labelPosition: "left",
|
|
57
60
|
labelClasses: "col-sm-2 m-0 ps-0 pe-1",
|
|
58
|
-
controlClasses: "col-sm-10
|
|
61
|
+
controlClasses: "col-sm-10 m-0 p-0"
|
|
59
62
|
},
|
|
60
63
|
inputDate: {
|
|
61
64
|
id: "date",
|
|
@@ -71,13 +74,42 @@
|
|
|
71
74
|
controlClasses: "col-sm-3",
|
|
72
75
|
placeholder: 'yyyy-MM-dd hh:mm:ss (AM|PM)'
|
|
73
76
|
},
|
|
77
|
+
dateRange: {
|
|
78
|
+
id: "date-range",
|
|
79
|
+
labelPosition: "left",
|
|
80
|
+
labelClasses: "col-sm-2 m-0 ps-0 pe-1",
|
|
81
|
+
controlClasses: "col-sm-6",
|
|
82
|
+
showFields: [
|
|
83
|
+
{"field": "start", "col": 6},
|
|
84
|
+
{"field": "end", "col": 6}
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
instant: {
|
|
88
|
+
id: "instant",
|
|
89
|
+
labelPosition: "left",
|
|
90
|
+
labelClasses: "col-sm-2 m-0 ps-0 pe-1",
|
|
91
|
+
controlClasses: "col-sm-3",
|
|
92
|
+
placeholder: 'yyyy-MM-dd hh:mm:ss (AM|PM)'
|
|
93
|
+
},
|
|
94
|
+
"positive-integer": {
|
|
95
|
+
id: "positive-integer",
|
|
96
|
+
labelPosition: "left",
|
|
97
|
+
labelClasses: "col-sm-2 m-0 ps-0 pe-1",
|
|
98
|
+
controlClasses: "col-sm-10 m-0 p-0"
|
|
99
|
+
},
|
|
100
|
+
"unsigned-integer": {
|
|
101
|
+
id: "unsigned-integer",
|
|
102
|
+
labelPosition: "left",
|
|
103
|
+
labelClasses: "col-sm-2 m-0 ps-0 pe-1",
|
|
104
|
+
controlClasses: "col-sm-10 m-0 p-0"
|
|
105
|
+
},
|
|
74
106
|
__$terminologyServer: {
|
|
75
107
|
"id": "terminology-server",
|
|
76
108
|
"placeholder": "Enter url for preferred terminology server",
|
|
77
109
|
"note": "You may wish to set this if you want to provide an answer value set for any item in this questionnaire.",
|
|
78
110
|
"labelPosition": "left",
|
|
79
|
-
"
|
|
80
|
-
"
|
|
111
|
+
"labelClasses": "col-sm-2 ps-0 pe-1",
|
|
112
|
+
"controlClasses": "col-sm-10 m-0 p-0"
|
|
81
113
|
},
|
|
82
114
|
coding: {
|
|
83
115
|
"id": "table",
|
|
@@ -108,6 +140,27 @@
|
|
|
108
140
|
{"field": "status", "col": 1, "nolabel": true}
|
|
109
141
|
]
|
|
110
142
|
},
|
|
143
|
+
"__$extensionContainer": {
|
|
144
|
+
"id": "extension-container",
|
|
145
|
+
"labelPosition": "left",
|
|
146
|
+
"labelClasses": "col-sm-2 ps-0 pe-1",
|
|
147
|
+
"controlClasses": "col-sm-10",
|
|
148
|
+
},
|
|
149
|
+
extension: {
|
|
150
|
+
"id": "extension",
|
|
151
|
+
"addEditAction": true,
|
|
152
|
+
"labelPosition": "left",
|
|
153
|
+
"labelClasses": "col-sm-2 ps-0 pe-1",
|
|
154
|
+
"controlClasses": "col-sm-10",
|
|
155
|
+
"addButtonLabel": "Add new extension",
|
|
156
|
+
"addButtonTitle": "Note that the extensions added by other UI elements will be disabled for editing here.",
|
|
157
|
+
"showFields": [
|
|
158
|
+
// The fields here are canonical paths of FormProperty.
|
|
159
|
+
{"field": "url", "col": 4, "nolabel": true},
|
|
160
|
+
{"field": "__$valueType", "col": 2, "nolabel": true},
|
|
161
|
+
{"field": "__$stringify", "col": 5, "nolabel": true},
|
|
162
|
+
]
|
|
163
|
+
},
|
|
111
164
|
valueSet: {
|
|
112
165
|
"id": "value-set",
|
|
113
166
|
"nolabel": true,
|
|
@@ -157,7 +210,7 @@
|
|
|
157
210
|
],
|
|
158
211
|
"showDataFields": [
|
|
159
212
|
{"field": "valueExpression.name", "nolabel": true, "col": 2, "title": "Name"},
|
|
160
|
-
{"field": "valueExpression.extension", "nolabel": true, "col": 3, "
|
|
213
|
+
{"field": "valueExpression.extension", "nolabel": true, "col": 3, "title": "Type"},
|
|
161
214
|
{"field": "valueExpression.expression", "nolabel": true, "col": 6, "title": "Question/FHIRPath Expression/FHIR Query"}
|
|
162
215
|
]
|
|
163
216
|
}
|
|
@@ -185,12 +238,18 @@
|
|
|
185
238
|
inputDateTime: [
|
|
186
239
|
'$.properties.date'
|
|
187
240
|
],
|
|
241
|
+
dateRange: [
|
|
242
|
+
'$.properties.effectivePeriod'
|
|
243
|
+
],
|
|
188
244
|
__$terminologyServer: [
|
|
189
245
|
'$.properties.__$terminologyServer'
|
|
190
246
|
],
|
|
191
247
|
coding: [
|
|
192
248
|
'$.properties.meta.properties.tag',
|
|
193
249
|
],
|
|
250
|
+
extension: [
|
|
251
|
+
'$.properties.extension'
|
|
252
|
+
],
|
|
194
253
|
contained: [
|
|
195
254
|
'$.properties.contained'
|
|
196
255
|
],
|
|
@@ -199,6 +258,9 @@
|
|
|
199
258
|
],
|
|
200
259
|
__$variable: [
|
|
201
260
|
'$.properties.__$variable'
|
|
261
|
+
],
|
|
262
|
+
__$extensionContainer: [
|
|
263
|
+
'$.properties.__$extensionContainer'
|
|
202
264
|
]
|
|
203
265
|
}
|
|
204
266
|
}
|
|
@@ -22,8 +22,7 @@
|
|
|
22
22
|
{ "field": "__$valueMethod", "col": 12 },
|
|
23
23
|
{ "field": "initial", "title": "Default value", "col": 12 },
|
|
24
24
|
{ "field": "__$pickInitial", "col": 12 },
|
|
25
|
-
{ "field": "__$
|
|
26
|
-
{ "field": "__$calculatedExpression", "col": 12 },
|
|
25
|
+
{ "field": "__$initialCalculatedExpression", "col": 12 },
|
|
27
26
|
{ "field": "__$itemControl", "col": 12 },
|
|
28
27
|
{ "field": "__$itemControlQuestion", "col": 12 },
|
|
29
28
|
{ "field": "__$itemControlGroup", "col": 12 },
|
|
@@ -59,7 +58,8 @@
|
|
|
59
58
|
{ "field": "__$enableWhenExpression", "col": 12 },
|
|
60
59
|
{ "field": "__$terminologyServer", "col": 12 },
|
|
61
60
|
{ "field": "__$observationLinkPeriod", "col": 12},
|
|
62
|
-
{ "field": "__$observationExtract", "col": 12}
|
|
61
|
+
{ "field": "__$observationExtract", "col": 12},
|
|
62
|
+
{ "field": "__$extensionContainer", "col": 12 }
|
|
63
63
|
]
|
|
64
64
|
}
|
|
65
65
|
],
|
|
@@ -194,8 +194,8 @@
|
|
|
194
194
|
"widget": {
|
|
195
195
|
"id": "string",
|
|
196
196
|
"labelPosition": "left",
|
|
197
|
-
"
|
|
198
|
-
"
|
|
197
|
+
"labelClasses": "col-sm-2 m-0 ps-0 pe-1",
|
|
198
|
+
"controlClasses": "col-sm-10 m-0 p-0",
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
"text": {
|
|
@@ -239,15 +239,22 @@
|
|
|
239
239
|
],
|
|
240
240
|
"type": "object"
|
|
241
241
|
},
|
|
242
|
+
"__$extensionContainer": {
|
|
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.",
|
|
244
|
+
"type": "string",
|
|
245
|
+
"widget": {
|
|
246
|
+
"id": "extension-container",
|
|
247
|
+
}
|
|
248
|
+
},
|
|
242
249
|
"extension": {
|
|
243
250
|
"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.",
|
|
244
251
|
"items": {
|
|
245
252
|
"$ref": "#/definitions/Extension"
|
|
246
253
|
},
|
|
247
254
|
"type": "array",
|
|
248
|
-
"title": "
|
|
255
|
+
"title": "Extensions",
|
|
249
256
|
"widget": {
|
|
250
|
-
"id": "
|
|
257
|
+
"id": "extension"
|
|
251
258
|
}
|
|
252
259
|
},
|
|
253
260
|
"modifierExtension": {
|
|
@@ -1309,94 +1316,7 @@
|
|
|
1309
1316
|
"title": "Variables",
|
|
1310
1317
|
"type": "array",
|
|
1311
1318
|
"items": {
|
|
1312
|
-
"
|
|
1313
|
-
"properties": {
|
|
1314
|
-
"id": {
|
|
1315
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1316
|
-
"title": "Id",
|
|
1317
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1318
|
-
"type": "string",
|
|
1319
|
-
"widget": {"id": "hidden"}
|
|
1320
|
-
},
|
|
1321
|
-
"url": {
|
|
1322
|
-
"description": "A location where the data can be accessed.",
|
|
1323
|
-
"pattern": "^\\S*$",
|
|
1324
|
-
"type": "string"
|
|
1325
|
-
},
|
|
1326
|
-
"extension": {
|
|
1327
|
-
"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.",
|
|
1328
|
-
"items": {
|
|
1329
|
-
"$ref": "#/definitions/Extension"
|
|
1330
|
-
},
|
|
1331
|
-
"type": "array",
|
|
1332
|
-
"title": "Extension",
|
|
1333
|
-
"widget": {
|
|
1334
|
-
"id": "hidden"
|
|
1335
|
-
}
|
|
1336
|
-
},
|
|
1337
|
-
"valueString": {
|
|
1338
|
-
"description": "A potential answer that's allowed as the answer to this question.",
|
|
1339
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1340
|
-
"type": "string",
|
|
1341
|
-
"title": "Value string",
|
|
1342
|
-
"visibleIf": {
|
|
1343
|
-
"/type": ["$EXP$ target.value == 'string' || target.value == 'text'"]
|
|
1344
|
-
}
|
|
1345
|
-
},
|
|
1346
|
-
"valueExpression": {
|
|
1347
|
-
"description": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
|
|
1348
|
-
"properties": {
|
|
1349
|
-
"id": {
|
|
1350
|
-
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
1351
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1352
|
-
"type": "string"
|
|
1353
|
-
},
|
|
1354
|
-
"description": {
|
|
1355
|
-
"description": "A brief, natural language description of the condition that effectively communicates the intended semantics.",
|
|
1356
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1357
|
-
"type": "string"
|
|
1358
|
-
},
|
|
1359
|
-
"name": {
|
|
1360
|
-
"description": "A short name assigned to the expression to allow for multiple reuse of the expression in the context where it is defined.",
|
|
1361
|
-
"pattern": "^[A-Za-z0-9\\-\\.]{1,64}$",
|
|
1362
|
-
"type": "string"
|
|
1363
|
-
},
|
|
1364
|
-
"language": {
|
|
1365
|
-
"description": "The media type of the language for the expression.",
|
|
1366
|
-
"enum": [
|
|
1367
|
-
"text/cql",
|
|
1368
|
-
"text/fhirpath",
|
|
1369
|
-
"application/x-fhir-query"
|
|
1370
|
-
],
|
|
1371
|
-
"type": "string"
|
|
1372
|
-
},
|
|
1373
|
-
"expression": {
|
|
1374
|
-
"description": "An expression in the specified language that returns a value.",
|
|
1375
|
-
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1376
|
-
"type": "string"
|
|
1377
|
-
},
|
|
1378
|
-
"reference": {
|
|
1379
|
-
"description": "A URI that defines where the expression is found.",
|
|
1380
|
-
"pattern": "^\\S*$",
|
|
1381
|
-
"type": "string"
|
|
1382
|
-
},
|
|
1383
|
-
"extension": {
|
|
1384
|
-
"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.",
|
|
1385
|
-
"items": {
|
|
1386
|
-
"$ref": "#/definitions/Extension"
|
|
1387
|
-
},
|
|
1388
|
-
"type": "array",
|
|
1389
|
-
"widget": {
|
|
1390
|
-
"id": "hidden"
|
|
1391
|
-
}
|
|
1392
|
-
}
|
|
1393
|
-
},
|
|
1394
|
-
"additionalProperties": false,
|
|
1395
|
-
"type": "object"
|
|
1396
|
-
}
|
|
1397
|
-
},
|
|
1398
|
-
"additionalProperties": false,
|
|
1399
|
-
"type": "object"
|
|
1319
|
+
"$ref": "#/definitions/Extension"
|
|
1400
1320
|
}
|
|
1401
1321
|
}
|
|
1402
1322
|
},
|
|
@@ -1436,7 +1356,8 @@
|
|
|
1436
1356
|
"description",
|
|
1437
1357
|
"purpose",
|
|
1438
1358
|
"__$terminologyServer",
|
|
1439
|
-
"__$variable"
|
|
1359
|
+
"__$variable",
|
|
1360
|
+
"__$extensionContainer"
|
|
1440
1361
|
]
|
|
1441
1362
|
},
|
|
1442
1363
|
{
|