formbuilder-lhcforms 9.1.6 → 9.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.
Files changed (22) hide show
  1. package/dist/formbuilder-lhcforms/3rdpartylicenses.txt +38 -2
  2. package/dist/formbuilder-lhcforms/assets/fl-fields-layout.json5 +103 -0
  3. package/dist/formbuilder-lhcforms/assets/{items-layout.json → items-layout.json5} +2 -1
  4. package/dist/formbuilder-lhcforms/assets/{ngx-fl.schema.json → ngx-fl.schema.json5} +6 -44
  5. package/dist/formbuilder-lhcforms/assets/{ngx-item.schema.json → ngx-item.schema.json5} +7 -14
  6. package/dist/formbuilder-lhcforms/assets/version.json +1 -1
  7. package/dist/formbuilder-lhcforms/index.html +2 -2
  8. package/dist/formbuilder-lhcforms/lforms/lib/elements/main.js +2 -2
  9. package/dist/formbuilder-lhcforms/lforms/lib/elements/main.js.map +1 -0
  10. package/dist/formbuilder-lhcforms/lforms/lib/elements/polyfills.js.map +1 -0
  11. package/dist/formbuilder-lhcforms/lforms/lib/elements/runtime.js.map +1 -0
  12. package/dist/formbuilder-lhcforms/lforms/lib/fhir/lformsFHIRAll.min.js.map +1 -0
  13. package/dist/formbuilder-lhcforms/main.a584e788c1fd0286.js +1 -0
  14. package/dist/formbuilder-lhcforms/scripts.5c83cbb4dbb11a83.js +1 -0
  15. package/dist/formbuilder-lhcforms/styles.3ed240a0672a3bac.css +5 -0
  16. package/package.json +14 -13
  17. package/dist/formbuilder-lhcforms/assets/fl-fields-layout.json +0 -31
  18. package/dist/formbuilder-lhcforms/main.1626063b2c894fea.js +0 -1
  19. package/dist/formbuilder-lhcforms/scripts.2fd87cd35fe0c8f2.js +0 -1
  20. package/dist/formbuilder-lhcforms/styles.289d45a6ad533430.css +0 -5
  21. /package/dist/formbuilder-lhcforms/assets/{fhir-extension-schema.json → fhir-extension-schema.json5} +0 -0
  22. /package/dist/formbuilder-lhcforms/assets/{item-editor.schema.json → item-editor.schema.json5} +0 -0
@@ -172,7 +172,7 @@ as SVG and JS file types.
172
172
  In the Font Awesome Free download, the SIL OFL license applies to all icons
173
173
  packaged as web and desktop font files.
174
174
 
175
- Copyright (c) 2022 Fonticons, Inc. (https://fontawesome.com)
175
+ Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
176
176
  with Reserved Font Name: "Font Awesome".
177
177
 
178
178
  This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -272,7 +272,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
272
272
  In the Font Awesome Free download, the MIT license applies to all non-font and
273
273
  non-icon files.
274
274
 
275
- Copyright 2022 Fonticons, Inc.
275
+ Copyright 2023 Fonticons, Inc.
276
276
 
277
277
  Permission is hereby granted, free of charge, to any person obtaining a copy of
278
278
  this software and associated documentation files (the "Software"), to deal in the
@@ -661,6 +661,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
661
661
  SOFTWARE.
662
662
 
663
663
 
664
+ date-fns
665
+ MIT
666
+ MIT License
667
+
668
+ Copyright (c) 2021 Sasha Koss and Lesha Koss https://kossnocorp.mit-license.org
669
+
670
+ Permission is hereby granted, free of charge, to any person obtaining a copy
671
+ of this software and associated documentation files (the "Software"), to deal
672
+ in the Software without restriction, including without limitation the rights
673
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
674
+ copies of the Software, and to permit persons to whom the Software is
675
+ furnished to do so, subject to the following conditions:
676
+
677
+ The above copyright notice and this permission notice shall be included in all
678
+ copies or substantial portions of the Software.
679
+
680
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
681
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
682
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
683
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
684
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
685
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
686
+ SOFTWARE.
687
+
688
+
664
689
  debug
665
690
  MIT
666
691
  (The MIT License)
@@ -806,6 +831,17 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
806
831
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
807
832
 
808
833
 
834
+ json-ptr
835
+ MIT
836
+ Copyright (c) 2011-2021 Phillip Clark
837
+
838
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
839
+
840
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
841
+
842
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
843
+
844
+
809
845
  json-schema-traverse
810
846
  MIT
811
847
  MIT License
@@ -0,0 +1,103 @@
1
+ {
2
+ "formLayout": {
3
+ "basic": [
4
+ {
5
+ "showFields": [
6
+ { "field": "title", "col": 12 },
7
+ { "field": "__$codeYesNo", "col": 12 },
8
+ { "field": "code", "col": 12 },
9
+ { "field": "status", "col": 12},
10
+ { "field": "url", "col": 12},
11
+ { "field": "description", "col": 12},
12
+ { "field": "purpose", "col": 12}
13
+ ]
14
+ }
15
+ ],
16
+ "advanced": [
17
+ {
18
+ "showFields": [
19
+ { "field": "__$terminologyServer", "col": 12},
20
+ { field: "implicitRules", col: 12},
21
+ { field: "version", col: 12},
22
+ { field: "name", col: 12},
23
+ { field: "date", col: 12},
24
+ { field: "publisher", col: 12},
25
+ { field: "copyright", col: 12},
26
+ { field: "approvalDate", col: 12},
27
+ { field: "lastReviewDate", col: 12}
28
+ ]
29
+ }
30
+ ],
31
+ "targetPage": "formLevel"
32
+ },
33
+ overridePropertyLabels: {
34
+ '/properties/name': 'Questionnaire name',
35
+ '/properties/date': 'Revision date',
36
+ },
37
+ // Specify widget layout.
38
+ // id is widget schema registry defined in lforms-widget-registry.ts
39
+ // Label classes and control classes are used in the widget templates to fine tune widget layout positions
40
+ widgets: {
41
+ inputBox: {
42
+ id: "string",
43
+ labelPosition: "left",
44
+ labelClasses: "col-sm-2 m-0 ps-0 pe-1",
45
+ controlClasses: "col-sm-10 textline-widget form-control"
46
+ },
47
+ textArea: {
48
+ id: "textarea",
49
+ labelPosition: "left",
50
+ labelClasses: "col-sm-2 m-0 ps-0 pe-1",
51
+ controlClasses: "col-sm-10 textline-widget form-control"
52
+ },
53
+ inputDate: {
54
+ id: "date",
55
+ labelPosition: "left",
56
+ labelClasses: "col-sm-2 m-0 ps-0 pe-1",
57
+ controlClasses: "col-sm-3",
58
+ placeholder: 'yyyy-MM-dd'
59
+ },
60
+ inputDateTime: {
61
+ id: "datetime",
62
+ labelPosition: "left",
63
+ labelClasses: "col-sm-2 m-0 ps-0 pe-1",
64
+ controlClasses: "col-sm-3",
65
+ placeholder: 'yyyy-MM-dd hh:mm:ss (AM|PM)'
66
+ },
67
+ __$terminologyServer: {
68
+ "id": "terminology-server",
69
+ "placeholder": "Enter url for preferred terminology server",
70
+ "note": "You may wish to set this if you want to provide an answer value set for any item in this questionnaire.",
71
+ "labelPosition": "left",
72
+ "labelWidthClass": "col-sm-2",
73
+ "controlWidthClass": "col-sm-10"
74
+ }
75
+ },
76
+ // Map property: Each widget type is mapped to fields with json pointers of its schema.
77
+ widgetsMap: {
78
+ // List of fields implementing this widget.
79
+ inputBox: [
80
+ '/properties/url',
81
+ '/properties/implicitRules',
82
+ '/properties/version',
83
+ '/properties/title',
84
+ '/properties/name',
85
+ '/properties/publisher',
86
+ '/properties/description',
87
+ '/properties/purpose',
88
+ ],
89
+ textArea: [
90
+ '/properties/copyright',
91
+ ],
92
+ inputDate: [
93
+ '/properties/approvalDate',
94
+ '/properties/lastReviewDate'
95
+ ],
96
+ inputDateTime: [
97
+ '/properties/date'
98
+ ],
99
+ __$terminologyServer: [
100
+ '/properties/__$terminologyServer'
101
+ ]
102
+ }
103
+ }
@@ -46,7 +46,8 @@
46
46
  { "field": "__$observationExtract", "col": 12}
47
47
  ]
48
48
  }
49
- ]
49
+ ],
50
+ "targetPage": "itemLevel"
50
51
  },
51
52
  "propertyLabels": {
52
53
  "text": "Question text",
@@ -379,13 +379,7 @@
379
379
  "description": "An absolute URI that is used to identify this questionnaire when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this questionnaire is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the questionnaire is stored on different servers.",
380
380
  "title": "URL",
381
381
  "type": "string",
382
- "pattern": "^\\S*$",
383
- "widget": {
384
- "id": "string",
385
- "labelPosition": "left",
386
- "labelClasses": "col-sm-2 ps-0 pe-1",
387
- "controlClasses": "col textline-widget form-control form-control-sm"
388
- }
382
+ "pattern": "^\\S*$"
389
383
  },
390
384
  "identifier": {
391
385
  "description": "A formal identifier that is used to identify this questionnaire when it is represented in other formats, or referenced in a specification, model, design or an instance.",
@@ -693,25 +687,13 @@
693
687
  "description": "A natural language name identifying the questionnaire. This name should be usable as an identifier for the module by machine processing applications such as code generation.",
694
688
  "title": "Name",
695
689
  "pattern": "^[ \\r\\n\\t\\S]+$",
696
- "type": "string",
697
- "widget": {
698
- "id": "string",
699
- "labelPosition": "left",
700
- "labelWidthClass": "col-sm-2",
701
- "controlWidthClass": "col-sm-10"
702
- }
690
+ "type": "string"
703
691
  },
704
692
  "title": {
705
693
  "description": "A short, descriptive, user-friendly title for the questionnaire.",
706
694
  "title": "Title",
707
695
  "pattern": "^[ \\r\\n\\t\\S]+$",
708
- "type": "string",
709
- "widget": {
710
- "id": "string",
711
- "labelPosition": "left",
712
- "labelClasses": "col-2 ps-0 pe-1",
713
- "controlClasses": "col textline-widget form-control form-control-sm"
714
- }
696
+ "type": "string"
715
697
  },
716
698
  "derivedFrom": {
717
699
  "description": "The URL of a Questionnaire that this Questionnaire is based on.",
@@ -953,13 +935,7 @@
953
935
  "description": "A free text natural language description of the questionnaire from a consumer's perspective.",
954
936
  "title": "Description",
955
937
  "pattern": "^[ \\r\\n\\t\\S]+$",
956
- "type": "string",
957
- "widget": {
958
- "id": "string",
959
- "labelPosition": "left",
960
- "labelClasses": "col-2 ps-0 pe-1",
961
- "controlClasses": "col textline-widget form-control form-control-sm"
962
- }
938
+ "type": "string"
963
939
  },
964
940
  "useContext": {
965
941
  "description": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate questionnaire instances.",
@@ -1644,13 +1620,7 @@
1644
1620
  "description": "Explanation of why this questionnaire is needed and why it has been designed as it has.",
1645
1621
  "title": "Purpose",
1646
1622
  "pattern": "^[ \\r\\n\\t\\S]+$",
1647
- "type": "string",
1648
- "widget": {
1649
- "id": "string",
1650
- "labelPosition": "left",
1651
- "labelClasses": "col-2 ps-0 pe-1",
1652
- "controlClasses": "col textline-widget form-control form-control-sm"
1653
- }
1623
+ "type": "string"
1654
1624
  },
1655
1625
  "copyright": {
1656
1626
  "description": "A copyright statement relating to the questionnaire and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the questionnaire.",
@@ -1829,15 +1799,7 @@
1829
1799
  "__$terminologyServer": {
1830
1800
  "description": "Enter url for preferred terminology server.",
1831
1801
  "title": "Terminology server",
1832
- "type": "string",
1833
- "widget": {
1834
- "id": "terminology-server",
1835
- "placeholder": "Enter url for preferred terminology server",
1836
- "note": "You may wish to set this if you want to provide an answer value set for any item in this questionnaire.",
1837
- "labelPosition": "left",
1838
- "labelWidthClass": "col-sm-2",
1839
- "controlWidthClass": "col-sm-10"
1840
- }
1802
+ "type": "string"
1841
1803
  }
1842
1804
  },
1843
1805
  "additionalProperties": false,
@@ -1300,25 +1300,18 @@
1300
1300
  }
1301
1301
  },
1302
1302
  "__$itemControl": {
1303
- "description": "Choose the type of control for the answer list. The default is a drop-down list, which works well for lists that aren't too large. For large lists, you can make it an autocomplete list, in which matching items will show up when the user starts typing, though some FHIR servers (e.g., the SNOMED server) might not return results until the user types a few characters.",
1304
- "title": "Choice type",
1303
+ // Proxy for item control extension.
1304
+ "description": "Choose the type of control for the answer list. The default is a drop-down list, which works well for lists that aren't too large. You may also choose checkboxes or radio-buttons for smaller lists. For large lists, you can make it an autocomplete list, in which matching items will show up when the user starts typing, though some FHIR servers (e.g., the SNOMED server) might not return results until the user types a few characters.",
1305
+ "title": "Answer list layout",
1305
1306
  "type": "string",
1306
1307
  "visibleIf": {
1307
- "type": ["$EXP$ target.value == 'open-choice' || target.value == 'choice'"],
1308
- "allOf": [
1309
- {
1310
- "type": ["$EXP$ target.value == 'open-choice' || target.value == 'choice'"]
1311
- },
1312
- {
1313
- "__$answerOptionMethods": ["$EXP$ target.value != 'answer-option'"]
1314
- }
1315
- ]
1308
+ "type": ["$EXP$ target.value == 'open-choice' || target.value == 'choice'"]
1316
1309
  },
1317
1310
  "widget": {
1318
1311
  "id": "item-control",
1319
1312
  "labelPosition": "left",
1320
1313
  "labelClasses": "col-2 ps-0 pe-1",
1321
- "controlClasses": "col p-0 m-0"
1314
+ "controlClasses": "col-auto btn-group btn-group-sm p-0"
1322
1315
  }
1323
1316
  },
1324
1317
  "__$terminologyServer": {
@@ -1797,10 +1790,10 @@
1797
1790
  "type": "array",
1798
1791
  "title": "Initial value",
1799
1792
  "visibleIf": {
1800
- "/type": ["$EXP$ target.value != 'group' && target.value != 'display'"]
1793
+ "/type": ["$EXP$ target.value != 'group' && target.value != 'display' && target.value != 'choice' && target.value != 'open-choice'"]
1801
1794
  },
1802
1795
  "widget": {
1803
- "id": "initial",
1796
+ "id": "table",
1804
1797
  "labelPosition": "left",
1805
1798
  "labelClasses": "col-2 ps-0 pe-1",
1806
1799
  "controlClasses": "col p-0",
@@ -1 +1 @@
1
- {"version": "9.1.6"}
1
+ {"version": "9.2.2"}
@@ -14,7 +14,7 @@
14
14
  }
15
15
  </script>
16
16
  <!-- ! DO NOT REMOVE THIS COMMENT, WE NEED ITS CLOSING MARKER -->
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-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--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-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, .75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, .5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd;--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-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm:0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:rgba(13, 110, 253, .25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}*,: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}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.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.289d45a6ad533430.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.289d45a6ad533430.css"></noscript></head>
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-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--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-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, .75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, .5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--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-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm:0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:rgba(13, 110, 253, .25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}*,: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}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.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.3ed240a0672a3bac.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.3ed240a0672a3bac.css"></noscript></head>
18
18
  <body class="bg-secondary">
19
19
  <lfb-root></lfb-root>
20
20
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
@@ -23,6 +23,6 @@
23
23
  <script src="lforms/lib/elements/polyfills.js"></script>
24
24
  <script src="lforms/lib/elements/main.js"></script>
25
25
  <script src="lforms/lib/fhir/lformsFHIRAll.min.js"></script>
26
- <script src="runtime.e3d955f506921cad.js" type="module"></script><script src="polyfills.26015f639a44af6f.js" type="module"></script><script src="scripts.2fd87cd35fe0c8f2.js" defer></script><script src="main.1626063b2c894fea.js" type="module"></script>
26
+ <script src="runtime.e3d955f506921cad.js" type="module"></script><script src="polyfills.26015f639a44af6f.js" type="module"></script><script src="scripts.5c83cbb4dbb11a83.js" defer></script><script src="main.a584e788c1fd0286.js" type="module"></script>
27
27
 
28
28
  </body></html>