formbuilder-lhcforms 10.3.12 → 10.3.13
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/assets/ngx-item.schema.json5 +17 -8
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +1 -1
- package/dist/formbuilder-lhcforms/main.8eaea3eff69fa21b.js +1 -0
- package/dist/formbuilder-lhcforms/tests/window-open-test.html +117 -0
- package/package.json +1 -1
- package/dist/formbuilder-lhcforms/main.e09871602deb963b.js +0 -1
|
@@ -1049,7 +1049,15 @@
|
|
|
1049
1049
|
"system": {
|
|
1050
1050
|
"description": "The identification of the code system that defines the meaning of the symbol in the code.",
|
|
1051
1051
|
"pattern": "^\\S*$",
|
|
1052
|
-
"type": "string"
|
|
1052
|
+
"type": "string",
|
|
1053
|
+
"widget": {
|
|
1054
|
+
"id": "coding-system",
|
|
1055
|
+
"systemLookups": [
|
|
1056
|
+
{"systemUrl": "http://snomed.info/sct", "lookupUrl": "https://snowstorm.ihtsdotools.org/fhir/ValueSet/$expand?url=http://snomed.info/sct?fhir_vs"},
|
|
1057
|
+
{"systemUrl": "http://loinc.org", "lookupUrl": "https://clinicaltables.nlm.nih.gov/api/loinc_items/v3/search"},
|
|
1058
|
+
{"systemUrl": "http://unitsofmeasure.org", "lookupUrl": "https://clinicaltables.nlm.nih.gov/api/ucum/v3/search"}
|
|
1059
|
+
]
|
|
1060
|
+
}
|
|
1053
1061
|
},
|
|
1054
1062
|
"version": {
|
|
1055
1063
|
"description": "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
|
|
@@ -1067,7 +1075,10 @@
|
|
|
1067
1075
|
"display": {
|
|
1068
1076
|
"description": "A representation of the meaning of the code in the system, following the rules of the system.",
|
|
1069
1077
|
"pattern": "^[ \\r\\n\\t\\S]+$",
|
|
1070
|
-
"type": "string"
|
|
1078
|
+
"type": "string",
|
|
1079
|
+
"widget": {
|
|
1080
|
+
"id": "coding-display"
|
|
1081
|
+
}
|
|
1071
1082
|
},
|
|
1072
1083
|
"__$score": {
|
|
1073
1084
|
"description": "If desired, enter a number to assign a numerical value to this answer for scoring purposes.",
|
|
@@ -1144,16 +1155,14 @@
|
|
|
1144
1155
|
"type": "array",
|
|
1145
1156
|
"title": "Answer choices",
|
|
1146
1157
|
"visibleIf": {
|
|
1147
|
-
"__$answerOptionMethods": ["answer-option"]
|
|
1148
|
-
/*
|
|
1149
1158
|
"allOf": [
|
|
1150
1159
|
{
|
|
1151
|
-
"
|
|
1160
|
+
"__$answerOptionMethods": ["answer-option"]
|
|
1152
1161
|
},
|
|
1153
1162
|
{
|
|
1154
|
-
"
|
|
1163
|
+
"type": ["$EXP$ target.value != 'coding22'"]
|
|
1155
1164
|
}
|
|
1156
|
-
]
|
|
1165
|
+
]
|
|
1157
1166
|
},
|
|
1158
1167
|
"widget": {
|
|
1159
1168
|
"id": "answer-option",
|
|
@@ -1168,9 +1177,9 @@
|
|
|
1168
1177
|
{"field": "valueDate", "col": 9, "nolabel": true},
|
|
1169
1178
|
{"field": "valueTime", "col": 9, "nolabel": true},
|
|
1170
1179
|
{"field": "valueString", "col": 9, "nolabel": true},
|
|
1180
|
+
{"field": "valueCoding.system", "title": "System", "col": 2, "nolabel": true},
|
|
1171
1181
|
{"field": "valueCoding.display", "title": "Display", "nolabel": true},
|
|
1172
1182
|
{"field": "valueCoding.code", "title": "Code", "col": 2, "nolabel": true},
|
|
1173
|
-
{"field": "valueCoding.system", "title": "System", "col": 2, "nolabel": true},
|
|
1174
1183
|
{"field": "valueCoding.__$score", "title": "Score", "col": 2, "nolabel": true},
|
|
1175
1184
|
{"field": "valueReference", "col": 9, "nolabel": true}
|
|
1176
1185
|
]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version": "10.3.
|
|
1
|
+
{"version": "10.3.13"}
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
<body class="bg-secondary">
|
|
20
20
|
<lfb-root></lfb-root>
|
|
21
21
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
|
22
|
-
<script src="runtime.451db9930bcccb8c.js" type="module"></script><script src="polyfills.acc262a5fab7e6fb.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.
|
|
22
|
+
<script src="runtime.451db9930bcccb8c.js" type="module"></script><script src="polyfills.acc262a5fab7e6fb.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.8eaea3eff69fa21b.js" type="module"></script></body>
|
|
23
23
|
</html>
|
|
24
24
|
|