formbuilder-lhcforms 8.0.10 → 9.0.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/README.md +3 -3
- package/dist/formbuilder-lhcforms/3rdpartylicenses.txt +323 -44
- package/dist/formbuilder-lhcforms/assets/fl-fields-layout.json +9 -1
- package/dist/formbuilder-lhcforms/assets/images/projectLogo.svg +68 -0
- package/dist/formbuilder-lhcforms/assets/items-layout.json +11 -3
- package/dist/formbuilder-lhcforms/assets/ngx-fl.schema.json +44 -16
- package/dist/formbuilder-lhcforms/assets/ngx-item.schema.json +105 -55
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/favicon.ico +0 -0
- package/dist/formbuilder-lhcforms/index.html +5 -7
- package/dist/formbuilder-lhcforms/main.167452f1c10f7278.js +1 -0
- package/dist/formbuilder-lhcforms/polyfills.26015f639a44af6f.js +1 -0
- package/dist/formbuilder-lhcforms/scripts.dd09fb8902a77421.js +1 -0
- package/dist/formbuilder-lhcforms/styles.a79b20014ebb5873.css +6 -0
- package/package.json +55 -54
- package/CHANGELOG.md +0 -505
- package/dist/formbuilder-lhcforms/assets/images/LHNCBC_color.svg +0 -1
- package/dist/formbuilder-lhcforms/assets/images/lhncbc.jpg +0 -0
- package/dist/formbuilder-lhcforms/assets/images/lhncbc.svg +0 -184
- package/dist/formbuilder-lhcforms/main.f8ea7232f9e66061.js +0 -1
- package/dist/formbuilder-lhcforms/polyfills.896ec7ce0831df76.js +0 -1
- package/dist/formbuilder-lhcforms/scripts.bd81be7f7835a416.js +0 -1
- package/dist/formbuilder-lhcforms/styles.8a53b5faf8724c95.css +0 -6
|
@@ -709,8 +709,8 @@
|
|
|
709
709
|
"widget": {
|
|
710
710
|
"id": "string",
|
|
711
711
|
"labelPosition": "left",
|
|
712
|
-
"
|
|
713
|
-
"
|
|
712
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
713
|
+
"controlClasses": "col textline-widget form-control form-control-sm"
|
|
714
714
|
}
|
|
715
715
|
},
|
|
716
716
|
"derivedFrom": {
|
|
@@ -737,8 +737,8 @@
|
|
|
737
737
|
"id": "lb-radio",
|
|
738
738
|
"layout": "row",
|
|
739
739
|
"labelPosition": "left",
|
|
740
|
-
"
|
|
741
|
-
"
|
|
740
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
741
|
+
"controlClasses": "col-auto ps-0 btn-group btn-group-sm"
|
|
742
742
|
}
|
|
743
743
|
},
|
|
744
744
|
"experimental": {
|
|
@@ -957,8 +957,8 @@
|
|
|
957
957
|
"widget": {
|
|
958
958
|
"id": "string",
|
|
959
959
|
"labelPosition": "left",
|
|
960
|
-
"
|
|
961
|
-
"
|
|
960
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
961
|
+
"controlClasses": "col textline-widget form-control form-control-sm"
|
|
962
962
|
}
|
|
963
963
|
},
|
|
964
964
|
"useContext": {
|
|
@@ -1648,8 +1648,8 @@
|
|
|
1648
1648
|
"widget": {
|
|
1649
1649
|
"id": "string",
|
|
1650
1650
|
"labelPosition": "left",
|
|
1651
|
-
"
|
|
1652
|
-
"
|
|
1651
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
1652
|
+
"controlClasses": "col textline-widget form-control form-control-sm"
|
|
1653
1653
|
}
|
|
1654
1654
|
},
|
|
1655
1655
|
"copyright": {
|
|
@@ -1722,6 +1722,18 @@
|
|
|
1722
1722
|
"additionalProperties": false,
|
|
1723
1723
|
"type": "object"
|
|
1724
1724
|
},
|
|
1725
|
+
"__$codeYesNo": {
|
|
1726
|
+
"description": "An identifier for this question or group of questions in a particular terminology such as LOINC.",
|
|
1727
|
+
"default": false,
|
|
1728
|
+
"type": "boolean",
|
|
1729
|
+
"title": "Code",
|
|
1730
|
+
"widget": {
|
|
1731
|
+
"id": "boolean-radio",
|
|
1732
|
+
"optionLabels": [[false, "No code"], [true, "Include code"]],
|
|
1733
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
1734
|
+
"controlClasses": "col-auto btn-group btn-group-sm ps-0"
|
|
1735
|
+
}
|
|
1736
|
+
},
|
|
1725
1737
|
"code": {
|
|
1726
1738
|
"description": "An identifier for this question or group of questions in a particular terminology such as LOINC.",
|
|
1727
1739
|
"items": {
|
|
@@ -1797,23 +1809,37 @@
|
|
|
1797
1809
|
},
|
|
1798
1810
|
"type": "array",
|
|
1799
1811
|
"title": "Code",
|
|
1812
|
+
"visibleIf": {
|
|
1813
|
+
"__$codeYesNo": [true]
|
|
1814
|
+
},
|
|
1800
1815
|
"widget": {
|
|
1801
1816
|
"id": "table",
|
|
1802
1817
|
"noTableLabel": true,
|
|
1803
1818
|
"labelPosition": "left",
|
|
1804
|
-
"
|
|
1805
|
-
"
|
|
1819
|
+
"labelClasses": "col-sm-2",
|
|
1820
|
+
"controlClasses": "col-sm-10",
|
|
1806
1821
|
"noCollapseButton": true,
|
|
1807
1822
|
"addButtonLabel": "Add new code",
|
|
1808
1823
|
"singleItem": true,
|
|
1809
|
-
"booleanControlled": true,
|
|
1810
|
-
"booleanLabel": "Use code?",
|
|
1811
|
-
"booleanControlledInitial": false,
|
|
1812
1824
|
"showFields": [
|
|
1813
|
-
{"field": "code", "col":
|
|
1814
|
-
{"field": "system", "col":
|
|
1825
|
+
{"field": "code", "col": 3, "nolabel": true},
|
|
1826
|
+
{"field": "system", "col": 4, "nolabel": true},
|
|
1827
|
+
{"field": "display", "col": 4, "nolabel": true}
|
|
1815
1828
|
]
|
|
1816
1829
|
}
|
|
1830
|
+
},
|
|
1831
|
+
"__$terminologyServer": {
|
|
1832
|
+
"description": "Enter url for preferred terminology server.",
|
|
1833
|
+
"title": "Terminology server",
|
|
1834
|
+
"type": "string",
|
|
1835
|
+
"widget": {
|
|
1836
|
+
"id": "terminology-server",
|
|
1837
|
+
"placeholder": "Enter url for preferred terminology server",
|
|
1838
|
+
"note": "You may wish to set this if you want to provide an answer value set for any item in this questionnaire.",
|
|
1839
|
+
"labelPosition": "left",
|
|
1840
|
+
"labelWidthClass": "col-sm-2",
|
|
1841
|
+
"controlWidthClass": "col-sm-10"
|
|
1842
|
+
}
|
|
1817
1843
|
}
|
|
1818
1844
|
},
|
|
1819
1845
|
"additionalProperties": false,
|
|
@@ -1843,10 +1869,12 @@
|
|
|
1843
1869
|
"resourceType",
|
|
1844
1870
|
"title",
|
|
1845
1871
|
"name",
|
|
1872
|
+
"__$codeYesNo",
|
|
1846
1873
|
"code",
|
|
1847
1874
|
"status",
|
|
1848
1875
|
"description",
|
|
1849
|
-
"purpose"
|
|
1876
|
+
"purpose",
|
|
1877
|
+
"__$terminologyServer"
|
|
1850
1878
|
]
|
|
1851
1879
|
},
|
|
1852
1880
|
{
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"widget": {
|
|
45
45
|
"id": "select",
|
|
46
46
|
"labelPosition": "left",
|
|
47
|
-
"
|
|
48
|
-
"
|
|
47
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
48
|
+
"controlClasses": "col-10 p-0",
|
|
49
49
|
"selectOptionsMap": {
|
|
50
50
|
"remove": ["display", "reference", "attachment"],
|
|
51
51
|
"map": {
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
"widget": {
|
|
93
93
|
"id": "restrictions",
|
|
94
94
|
"labelPosition": "left",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
95
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
96
|
+
"controlClasses": "col-10 mt-1",
|
|
97
97
|
"noTableLabel": true,
|
|
98
98
|
"noCollapseButton": true,
|
|
99
99
|
"addButtonLabel": "Add new restriction",
|
|
@@ -199,20 +199,15 @@
|
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
"__$codeYesNo": {
|
|
202
|
-
"description": "",
|
|
203
|
-
"
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
],
|
|
207
|
-
"default": "Yes",
|
|
208
|
-
"type": "string",
|
|
209
|
-
"title": "Use code(s)?",
|
|
202
|
+
"description": "A terminology code that corresponds to this group or question (e.g. a code from LOINC, which defines many questions and answers).",
|
|
203
|
+
"default": false,
|
|
204
|
+
"type": "boolean",
|
|
205
|
+
"title": "Question code",
|
|
210
206
|
"widget": {
|
|
211
|
-
"id": "
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
"controlWidthClass": "col-sm-3"
|
|
207
|
+
"id": "boolean-radio",
|
|
208
|
+
"optionLabels": [[false, "No code"], [true, "Include code"]],
|
|
209
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
210
|
+
"controlClasses": "col-auto btn-group btn-group-sm ps-0"
|
|
216
211
|
}
|
|
217
212
|
},
|
|
218
213
|
"code": {
|
|
@@ -292,25 +287,21 @@
|
|
|
292
287
|
"type": "array",
|
|
293
288
|
"title": "Code",
|
|
294
289
|
"visibleIf": {
|
|
295
|
-
"
|
|
296
|
-
{"type": ["$EXP$ target.value != 'display'"]}
|
|
297
|
-
]
|
|
290
|
+
"__$codeYesNo": [true]
|
|
298
291
|
},
|
|
299
292
|
"widget": {
|
|
300
293
|
"id": "table",
|
|
301
294
|
"noTableLabel": true,
|
|
302
295
|
"labelPosition": "left",
|
|
303
|
-
"
|
|
304
|
-
"
|
|
296
|
+
"labelClasses": "col-sm-2",
|
|
297
|
+
"controlClasses": "col-sm-10",
|
|
305
298
|
"noCollapseButton": true,
|
|
306
299
|
"addButtonLabel": "Add new code",
|
|
307
300
|
"singleItem": true,
|
|
308
|
-
"booleanControlled": true,
|
|
309
|
-
"booleanLabel": "Use question code?",
|
|
310
|
-
"booleanControlledInitial": false,
|
|
311
301
|
"showFields": [
|
|
312
|
-
{"field": "code", "col":
|
|
313
|
-
{"field": "system", "col":
|
|
302
|
+
{"field": "code", "col": 3, "nolabel": true},
|
|
303
|
+
{"field": "system", "col": 4, "nolabel": true},
|
|
304
|
+
{"field": "display", "col": 4, "nolabel": true}
|
|
314
305
|
]
|
|
315
306
|
}
|
|
316
307
|
},
|
|
@@ -322,8 +313,8 @@
|
|
|
322
313
|
"widget": {
|
|
323
314
|
"id": "string-with-css",
|
|
324
315
|
"labelPosition": "left",
|
|
325
|
-
"
|
|
326
|
-
"
|
|
316
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
317
|
+
"controlClasses": "col-3 p-0"
|
|
327
318
|
}
|
|
328
319
|
},
|
|
329
320
|
"_prefix": {
|
|
@@ -377,8 +368,8 @@
|
|
|
377
368
|
"widget": {
|
|
378
369
|
"id": "string-with-css",
|
|
379
370
|
"labelPosition": "left",
|
|
380
|
-
"
|
|
381
|
-
"
|
|
371
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
372
|
+
"controlClasses": "col p-0"
|
|
382
373
|
}
|
|
383
374
|
},
|
|
384
375
|
"_text": {
|
|
@@ -896,7 +887,7 @@
|
|
|
896
887
|
"widget": {
|
|
897
888
|
"noCollapseButton": true,
|
|
898
889
|
"labelPosition": "left",
|
|
899
|
-
"labelWidthClass": "col-sm-2
|
|
890
|
+
"labelWidthClass": "col-sm-2 pe-1",
|
|
900
891
|
"controlWidthClass": "col-sm-10",
|
|
901
892
|
"addButtonLabel": "Add another condition",
|
|
902
893
|
"id": "enable-when",
|
|
@@ -942,8 +933,8 @@
|
|
|
942
933
|
},
|
|
943
934
|
"widget": {
|
|
944
935
|
"id": "boolean-radio",
|
|
945
|
-
"
|
|
946
|
-
"
|
|
936
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
937
|
+
"controlClasses": "col-auto btn-group btn-group-sm ps-0"
|
|
947
938
|
}
|
|
948
939
|
},
|
|
949
940
|
"repeats": {
|
|
@@ -958,8 +949,8 @@
|
|
|
958
949
|
},
|
|
959
950
|
"widget": {
|
|
960
951
|
"id": "boolean-radio",
|
|
961
|
-
"
|
|
962
|
-
"
|
|
952
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
953
|
+
"controlClasses": "col-auto btn-group btn-group-sm ps-0"
|
|
963
954
|
}
|
|
964
955
|
},
|
|
965
956
|
"readOnly": {
|
|
@@ -974,8 +965,35 @@
|
|
|
974
965
|
},
|
|
975
966
|
"widget": {
|
|
976
967
|
"id": "boolean-radio",
|
|
977
|
-
"
|
|
978
|
-
"
|
|
968
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
969
|
+
"controlClasses": "col-auto btn-group btn-group-sm ps-0"
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
"__$answerOptionMethods": {
|
|
973
|
+
"description": "Define predefined answers for the user to choose.",
|
|
974
|
+
"title": "Predefined answers",
|
|
975
|
+
"oneOf": [
|
|
976
|
+
{
|
|
977
|
+
"type": "string",
|
|
978
|
+
"enum": ["answer-option"],
|
|
979
|
+
"title": "Answer options"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"type": "string",
|
|
983
|
+
"enum": ["value-set"],
|
|
984
|
+
"title": "Answer value set uri"
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"default": "answer-option",
|
|
988
|
+
"type": "string",
|
|
989
|
+
"visibleIf": {
|
|
990
|
+
"type": ["$EXP$ target.value == 'open-choice' || target.value == 'choice'"]
|
|
991
|
+
},
|
|
992
|
+
"widget": {
|
|
993
|
+
"id": "answer-option-methods",
|
|
994
|
+
"labelPosition": "left",
|
|
995
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
996
|
+
"controlClasses": "col-auto btn-group btn-group-sm m-auto p-0"
|
|
979
997
|
}
|
|
980
998
|
},
|
|
981
999
|
"answerValueSet": {
|
|
@@ -983,9 +1001,14 @@
|
|
|
983
1001
|
"title": "Answer value set",
|
|
984
1002
|
"pattern": "^\\S*$",
|
|
985
1003
|
"type": "string",
|
|
986
|
-
"widget": {"id": "hidden"},
|
|
987
1004
|
"visibleIf": {
|
|
988
|
-
"
|
|
1005
|
+
"/__$answerOptionMethods": ["value-set"]
|
|
1006
|
+
},
|
|
1007
|
+
"widget": {
|
|
1008
|
+
"id": "url",
|
|
1009
|
+
"labelPosition": "left",
|
|
1010
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
1011
|
+
"controlClasses": "col textline-widget form-control form-control-sm"
|
|
989
1012
|
}
|
|
990
1013
|
},
|
|
991
1014
|
"answerOption": {
|
|
@@ -1250,13 +1273,13 @@
|
|
|
1250
1273
|
"type": "array",
|
|
1251
1274
|
"title": "Answer choices",
|
|
1252
1275
|
"visibleIf": {
|
|
1253
|
-
"
|
|
1276
|
+
"/__$answerOptionMethods": ["answer-option"]
|
|
1254
1277
|
},
|
|
1255
1278
|
"widget": {
|
|
1256
1279
|
"id": "answer-option",
|
|
1257
1280
|
"labelPosition": "left",
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1281
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
1282
|
+
"controlClasses": "col-10 ",
|
|
1260
1283
|
"addButtonLabel": "Add another answer",
|
|
1261
1284
|
"rowSelection": true,
|
|
1262
1285
|
"multipleSelectionEnableSource": "repeats",
|
|
@@ -1273,6 +1296,20 @@
|
|
|
1273
1296
|
]
|
|
1274
1297
|
}
|
|
1275
1298
|
},
|
|
1299
|
+
"__$terminologyServer": {
|
|
1300
|
+
"description": "Enter url for preferred terminology server.",
|
|
1301
|
+
"title": "Terminology server",
|
|
1302
|
+
"type": "string",
|
|
1303
|
+
"widget": {
|
|
1304
|
+
"id": "terminology-server",
|
|
1305
|
+
"placeholder": "Enter url for preferred terminology server",
|
|
1306
|
+
"note": "You may wish to set this if you are providing an answer value set for either this item or its children.",
|
|
1307
|
+
"labelPosition": "left",
|
|
1308
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
1309
|
+
"controlClasses": "col p-0"
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
|
|
1276
1313
|
"initial": {
|
|
1277
1314
|
"description": "One or more values that should be pre-populated in the answer when initially rendering the questionnaire for user input.",
|
|
1278
1315
|
"items": {
|
|
@@ -1355,7 +1392,8 @@
|
|
|
1355
1392
|
},
|
|
1356
1393
|
"widget": {
|
|
1357
1394
|
"id": "boolean-radio",
|
|
1358
|
-
"nolabel": true
|
|
1395
|
+
"nolabel": true,
|
|
1396
|
+
"controlClasses": "btn-group btn-group-sm col-auto p-0"
|
|
1359
1397
|
}
|
|
1360
1398
|
},
|
|
1361
1399
|
"valueDecimal": {
|
|
@@ -1579,7 +1617,7 @@
|
|
|
1579
1617
|
"additionalProperties": false,
|
|
1580
1618
|
"type": "object",
|
|
1581
1619
|
"visibleIf": {
|
|
1582
|
-
"/
|
|
1620
|
+
"/__$answerOptionMethods": ["answer-option"]
|
|
1583
1621
|
},
|
|
1584
1622
|
"widget": {
|
|
1585
1623
|
"id": "hidden"
|
|
@@ -1734,13 +1772,13 @@
|
|
|
1734
1772
|
"type": "array",
|
|
1735
1773
|
"title": "Initial value",
|
|
1736
1774
|
"visibleIf": {
|
|
1737
|
-
"type": ["$EXP$ target.value != 'group' && target.value != 'display'"]
|
|
1775
|
+
"/type": ["$EXP$ target.value != 'group' && target.value != 'display'"]
|
|
1738
1776
|
},
|
|
1739
1777
|
"widget": {
|
|
1740
1778
|
"id": "initial",
|
|
1741
1779
|
"labelPosition": "left",
|
|
1742
|
-
"
|
|
1743
|
-
"
|
|
1780
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
1781
|
+
"controlClasses": "col p-0",
|
|
1744
1782
|
"addButtonLabel": "Add another value",
|
|
1745
1783
|
"singleItemEnableSource": "repeats",
|
|
1746
1784
|
"showFields": [
|
|
@@ -1769,8 +1807,8 @@
|
|
|
1769
1807
|
"widget": {
|
|
1770
1808
|
"id": "observation-link-period",
|
|
1771
1809
|
"labelPosition": "left",
|
|
1772
|
-
"
|
|
1773
|
-
"
|
|
1810
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
1811
|
+
"controlClasses": "col p-0 m-auto ms-0"
|
|
1774
1812
|
},
|
|
1775
1813
|
"visibleIf": {
|
|
1776
1814
|
"type": ["$EXP$ target.value != 'display'"]
|
|
@@ -1784,8 +1822,8 @@
|
|
|
1784
1822
|
"widget": {
|
|
1785
1823
|
"id": "observation-extract",
|
|
1786
1824
|
"labelPosition": "left",
|
|
1787
|
-
"
|
|
1788
|
-
"
|
|
1825
|
+
"labelClasses": "col-2 ps-0 pe-1",
|
|
1826
|
+
"controlClasses": "col p-0 m-auto ms-0"
|
|
1789
1827
|
},
|
|
1790
1828
|
"visibleIf": {
|
|
1791
1829
|
"type": ["$EXP$ target.value != 'display'"]
|
|
@@ -1799,7 +1837,7 @@
|
|
|
1799
1837
|
"widget": {
|
|
1800
1838
|
"id": "units",
|
|
1801
1839
|
"labelPosition": "left",
|
|
1802
|
-
"labelWidthClass": "col-sm-2
|
|
1840
|
+
"labelWidthClass": "col-sm-2 pe-1",
|
|
1803
1841
|
"controlWidthClass": "col-sm-10"
|
|
1804
1842
|
},
|
|
1805
1843
|
"visibleIf": {
|
|
@@ -1813,8 +1851,8 @@
|
|
|
1813
1851
|
"widget": {
|
|
1814
1852
|
"id": "help-text",
|
|
1815
1853
|
"labelPosition": "left",
|
|
1816
|
-
"
|
|
1817
|
-
"
|
|
1854
|
+
"labelClasses": "col-sm-2 p-0 pe-1",
|
|
1855
|
+
"controlClasses": "col-sm form-control form-control-sm p-1"
|
|
1818
1856
|
}
|
|
1819
1857
|
},
|
|
1820
1858
|
"__$end": {
|
|
@@ -5014,6 +5052,12 @@
|
|
|
5014
5052
|
{ "field": "__$units", "col": 12 }
|
|
5015
5053
|
]
|
|
5016
5054
|
},
|
|
5055
|
+
{
|
|
5056
|
+
"fields": ["__$answerOptionMethods"],
|
|
5057
|
+
"showFields": [
|
|
5058
|
+
{ "field": "__$answerOptionMethods", "col": 12 }
|
|
5059
|
+
]
|
|
5060
|
+
},
|
|
5017
5061
|
{
|
|
5018
5062
|
"fields": ["answerValueSet"],
|
|
5019
5063
|
"showFields": [
|
|
@@ -5026,6 +5070,12 @@
|
|
|
5026
5070
|
{ "field": "answerOption", "col": 12 }
|
|
5027
5071
|
]
|
|
5028
5072
|
},
|
|
5073
|
+
{
|
|
5074
|
+
"fields": ["__$terminologyServer"],
|
|
5075
|
+
"showFields": [
|
|
5076
|
+
{ "field": "__$terminologyServer", "col": 12 }
|
|
5077
|
+
]
|
|
5078
|
+
},
|
|
5029
5079
|
{
|
|
5030
5080
|
"fields": ["__$units"],
|
|
5031
5081
|
"showFields": [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version": "
|
|
1
|
+
{"version": "9.0.0"}
|
|
Binary file
|
|
@@ -4,19 +4,17 @@
|
|
|
4
4
|
<base href="/">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
6
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
7
|
-
<style type="text/css">@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0370-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0100-
|
|
8
|
-
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/
|
|
7
|
+
<style type="text/css">@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0370-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0370-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');unicode-range:U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0370-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format('woff2');unicode-range:U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}</style>
|
|
8
|
+
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style>
|
|
9
9
|
<style>body,html{height:100%;width:100%}html{-webkit-tap-highlight-color:transparent}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;--antd-wave-shadow-color:#1890ff;--scroll-bar:0}body{margin:0;color:#000000d9;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-variant:tabular-nums;line-height:1.5715;background-color:#fff;font-feature-settings:"tnum","tnum"}</style><link href="lforms/lib/elements/styles.css" rel="stylesheet" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="lforms/lib/elements/styles.css"></noscript>
|
|
10
10
|
<script src="webcomponents/webcomponents-loader.js"></script>
|
|
11
11
|
<script>
|
|
12
12
|
if (!window.customElements) {
|
|
13
13
|
document.write('<!--');
|
|
14
14
|
}
|
|
15
|
-
</script
|
|
16
|
-
}
|
|
17
|
-
</script></script>
|
|
15
|
+
</script>
|
|
18
16
|
<!-- ! DO NOT REMOVE THIS COMMENT, WE NEED ITS CLOSING MARKER -->
|
|
19
|
-
<style
|
|
17
|
+
<style>@charset "UTF-8";:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, .175);--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#0d6efd;--bs-link-hover-color:#0a58ca;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}html,body{height:100%}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}</style><link rel="stylesheet" href="styles.a79b20014ebb5873.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.a79b20014ebb5873.css"></noscript></head>
|
|
20
18
|
<body class="bg-secondary">
|
|
21
19
|
<lfb-root></lfb-root>
|
|
22
20
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
|
@@ -26,6 +24,6 @@
|
|
|
26
24
|
<script src="lforms/lib/elements/scripts.js"></script>
|
|
27
25
|
<script src="lforms/lib/elements/main.js"></script>
|
|
28
26
|
<script src="lforms/lib/fhir/lformsFHIRAll.min.js"></script>
|
|
29
|
-
<script src="runtime.e3d955f506921cad.js" type="module"></script><script src="polyfills.
|
|
27
|
+
<script src="runtime.e3d955f506921cad.js" type="module"></script><script src="polyfills.26015f639a44af6f.js" type="module"></script><script src="scripts.dd09fb8902a77421.js" defer></script><script src="main.167452f1c10f7278.js" type="module"></script>
|
|
30
28
|
|
|
31
29
|
</body></html>
|