DEBUG:__main__:Instance path configuration: /app/instance DEBUG:__main__:Database URI: sqlite:////app/instance/fhir_ig.db DEBUG:__main__:Packages path: /app/instance/fhir_packages DEBUG:__main__:Flask instance folder path: /app/instance DEBUG:__main__:Directories created/verified: Instance: /app/instance, Packages: /app/instance/fhir_packages DEBUG:__main__:Attempting to create database tables for URI: sqlite:////app/instance/fhir_ig.db INFO:__main__:Database tables created successfully (if they didn't exist). DEBUG:__main__:Instance path configuration: /app/instance DEBUG:__main__:Database URI: sqlite:////app/instance/fhir_ig.db DEBUG:__main__:Packages path: /app/instance/fhir_packages DEBUG:__main__:Flask instance folder path: /app/instance DEBUG:__main__:Directories created/verified: Instance: /app/instance, Packages: /app/instance/fhir_packages DEBUG:__main__:Attempting to create database tables for URI: sqlite:////app/instance/fhir_ig.db INFO:__main__:Database tables created successfully (if they didn't exist). INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:5000 * Running on http://172.18.0.2:5000 INFO:werkzeug:Press CTRL+C to quit INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:38:13] "GET / HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:38:14] "GET /static/FHIRFLARE.png HTTP/1.1" 304 - DEBUG:__main__:Scanning packages directory: /app/instance/fhir_packages DEBUG:__main__:Found 9 .tgz files: ['hl7.fhir.au.base-5.1.0-preview.tgz', 'hl7.fhir.au.core-1.1.0-preview.tgz', 'hl7.fhir.r4.core-4.0.1.tgz', 'hl7.fhir.uv.extensions.r4-5.2.0.tgz', 'hl7.fhir.uv.ipa-1.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.1.0.tgz', 'hl7.terminology.r4-5.0.0.tgz', 'hl7.terminology.r4-6.2.0.tgz'] DEBUG:__main__:Added package: hl7.fhir.au.base#5.1.0-preview DEBUG:__main__:Added package: hl7.fhir.au.core#1.1.0-preview DEBUG:__main__:Added package: hl7.fhir.r4.core#4.0.1 DEBUG:__main__:Added package: hl7.fhir.uv.extensions.r4#5.2.0 DEBUG:__main__:Added package: hl7.fhir.uv.ipa#1.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.1.0 DEBUG:__main__:Added package: hl7.terminology.r4#5.0.0 DEBUG:__main__:Added package: hl7.terminology.r4#6.2.0 DEBUG:__main__:Set package choices: [('', 'None'), ('hl7.fhir.au.base#5.1.0-preview', 'hl7.fhir.au.base#5.1.0-preview'), ('hl7.fhir.au.core#1.1.0-preview', 'hl7.fhir.au.core#1.1.0-preview'), ('hl7.fhir.r4.core#4.0.1', 'hl7.fhir.r4.core#4.0.1'), ('hl7.fhir.uv.extensions.r4#5.2.0', 'hl7.fhir.uv.extensions.r4#5.2.0'), ('hl7.fhir.uv.ipa#1.0.0', 'hl7.fhir.uv.ipa#1.0.0'), ('hl7.fhir.uv.smart-app-launch#2.0.0', 'hl7.fhir.uv.smart-app-launch#2.0.0'), ('hl7.fhir.uv.smart-app-launch#2.1.0', 'hl7.fhir.uv.smart-app-launch#2.1.0'), ('hl7.terminology.r4#5.0.0', 'hl7.terminology.r4#5.0.0'), ('hl7.terminology.r4#6.2.0', 'hl7.terminology.r4#6.2.0')] DEBUG:__main__:Handling GET request for FSH converter page. ERROR:app:Exception on /fsh-converter [GET] Traceback (most recent call last): File "/app/venv/lib/python3.12/site-packages/flask/app.py", line 2190, in wsgi_app response = self.full_dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/venv/lib/python3.12/site-packages/flask/app.py", line 1486, in full_dispatch_request rv = self.handle_user_exception(e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/venv/lib/python3.12/site-packages/flask/app.py", line 1484, in full_dispatch_request rv = self.dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^ File "/app/venv/lib/python3.12/site-packages/flask/app.py", line 1469, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/app.py", line 1061, in fsh_converter response = make_response(render_template( # <<< CORRECTED: Using make_response ^^^^^^^^^^^^^ NameError: name 'make_response' is not defined INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:38:21] "GET /fsh-converter HTTP/1.1" 500 - DEBUG:__main__:Instance path configuration: /app/instance DEBUG:__main__:Database URI: sqlite:////app/instance/fhir_ig.db DEBUG:__main__:Packages path: /app/instance/fhir_packages DEBUG:__main__:Flask instance folder path: /app/instance DEBUG:__main__:Directories created/verified: Instance: /app/instance, Packages: /app/instance/fhir_packages DEBUG:__main__:Attempting to create database tables for URI: sqlite:////app/instance/fhir_ig.db INFO:__main__:Database tables created successfully (if they didn't exist). DEBUG:__main__:Instance path configuration: /app/instance DEBUG:__main__:Database URI: sqlite:////app/instance/fhir_ig.db DEBUG:__main__:Packages path: /app/instance/fhir_packages DEBUG:__main__:Flask instance folder path: /app/instance DEBUG:__main__:Directories created/verified: Instance: /app/instance, Packages: /app/instance/fhir_packages DEBUG:__main__:Attempting to create database tables for URI: sqlite:////app/instance/fhir_ig.db INFO:__main__:Database tables created successfully (if they didn't exist). INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:5000 * Running on http://172.18.0.2:5000 INFO:werkzeug:Press CTRL+C to quit INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:45:38] "GET / HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:45:38] "GET /static/FHIRFLARE.png HTTP/1.1" 304 - DEBUG:__main__:Scanning packages directory: /app/instance/fhir_packages DEBUG:__main__:Found 9 .tgz files: ['hl7.fhir.au.base-5.1.0-preview.tgz', 'hl7.fhir.au.core-1.1.0-preview.tgz', 'hl7.fhir.r4.core-4.0.1.tgz', 'hl7.fhir.uv.extensions.r4-5.2.0.tgz', 'hl7.fhir.uv.ipa-1.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.1.0.tgz', 'hl7.terminology.r4-5.0.0.tgz', 'hl7.terminology.r4-6.2.0.tgz'] DEBUG:__main__:Added package: hl7.fhir.au.base#5.1.0-preview DEBUG:__main__:Added package: hl7.fhir.au.core#1.1.0-preview DEBUG:__main__:Added package: hl7.fhir.r4.core#4.0.1 DEBUG:__main__:Added package: hl7.fhir.uv.extensions.r4#5.2.0 DEBUG:__main__:Added package: hl7.fhir.uv.ipa#1.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.1.0 DEBUG:__main__:Added package: hl7.terminology.r4#5.0.0 DEBUG:__main__:Added package: hl7.terminology.r4#6.2.0 DEBUG:__main__:Set package choices: [('', 'None'), ('hl7.fhir.au.base#5.1.0-preview', 'hl7.fhir.au.base#5.1.0-preview'), ('hl7.fhir.au.core#1.1.0-preview', 'hl7.fhir.au.core#1.1.0-preview'), ('hl7.fhir.r4.core#4.0.1', 'hl7.fhir.r4.core#4.0.1'), ('hl7.fhir.uv.extensions.r4#5.2.0', 'hl7.fhir.uv.extensions.r4#5.2.0'), ('hl7.fhir.uv.ipa#1.0.0', 'hl7.fhir.uv.ipa#1.0.0'), ('hl7.fhir.uv.smart-app-launch#2.0.0', 'hl7.fhir.uv.smart-app-launch#2.0.0'), ('hl7.fhir.uv.smart-app-launch#2.1.0', 'hl7.fhir.uv.smart-app-launch#2.1.0'), ('hl7.terminology.r4#5.0.0', 'hl7.terminology.r4#5.0.0'), ('hl7.terminology.r4#6.2.0', 'hl7.terminology.r4#6.2.0')] DEBUG:__main__:Handling GET request for FSH converter page. INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:45:46] "GET /fsh-converter HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:45:46] "GET /static/FHIRFLARE.png HTTP/1.1" 304 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:45:46] "GET /static/js/lottie.min.js HTTP/1.1" 304 - DEBUG:__main__:Instance path configuration: /app/instance DEBUG:__main__:Database URI: sqlite:////app/instance/fhir_ig.db DEBUG:__main__:Packages path: /app/instance/fhir_packages DEBUG:__main__:Flask instance folder path: /app/instance DEBUG:__main__:Directories created/verified: Instance: /app/instance, Packages: /app/instance/fhir_packages DEBUG:__main__:Attempting to create database tables for URI: sqlite:////app/instance/fhir_ig.db INFO:__main__:Database tables created successfully (if they didn't exist). DEBUG:__main__:Instance path configuration: /app/instance DEBUG:__main__:Database URI: sqlite:////app/instance/fhir_ig.db DEBUG:__main__:Packages path: /app/instance/fhir_packages DEBUG:__main__:Flask instance folder path: /app/instance DEBUG:__main__:Directories created/verified: Instance: /app/instance, Packages: /app/instance/fhir_packages DEBUG:__main__:Attempting to create database tables for URI: sqlite:////app/instance/fhir_ig.db INFO:__main__:Database tables created successfully (if they didn't exist). INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:5000 * Running on http://172.18.0.2:5000 INFO:werkzeug:Press CTRL+C to quit INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:50:05] "GET / HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:50:06] "GET /static/FHIRFLARE.png HTTP/1.1" 304 - DEBUG:__main__:Scanning packages directory: /app/instance/fhir_packages DEBUG:__main__:Found 9 .tgz files: ['hl7.fhir.au.base-5.1.0-preview.tgz', 'hl7.fhir.au.core-1.1.0-preview.tgz', 'hl7.fhir.r4.core-4.0.1.tgz', 'hl7.fhir.uv.extensions.r4-5.2.0.tgz', 'hl7.fhir.uv.ipa-1.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.1.0.tgz', 'hl7.terminology.r4-5.0.0.tgz', 'hl7.terminology.r4-6.2.0.tgz'] DEBUG:__main__:Added package: hl7.fhir.au.base#5.1.0-preview DEBUG:__main__:Added package: hl7.fhir.au.core#1.1.0-preview DEBUG:__main__:Added package: hl7.fhir.r4.core#4.0.1 DEBUG:__main__:Added package: hl7.fhir.uv.extensions.r4#5.2.0 DEBUG:__main__:Added package: hl7.fhir.uv.ipa#1.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.1.0 DEBUG:__main__:Added package: hl7.terminology.r4#5.0.0 DEBUG:__main__:Added package: hl7.terminology.r4#6.2.0 DEBUG:__main__:Set package choices: [('', 'None'), ('hl7.fhir.au.base#5.1.0-preview', 'hl7.fhir.au.base#5.1.0-preview'), ('hl7.fhir.au.core#1.1.0-preview', 'hl7.fhir.au.core#1.1.0-preview'), ('hl7.fhir.r4.core#4.0.1', 'hl7.fhir.r4.core#4.0.1'), ('hl7.fhir.uv.extensions.r4#5.2.0', 'hl7.fhir.uv.extensions.r4#5.2.0'), ('hl7.fhir.uv.ipa#1.0.0', 'hl7.fhir.uv.ipa#1.0.0'), ('hl7.fhir.uv.smart-app-launch#2.0.0', 'hl7.fhir.uv.smart-app-launch#2.0.0'), ('hl7.fhir.uv.smart-app-launch#2.1.0', 'hl7.fhir.uv.smart-app-launch#2.1.0'), ('hl7.terminology.r4#5.0.0', 'hl7.terminology.r4#5.0.0'), ('hl7.terminology.r4#6.2.0', 'hl7.terminology.r4#6.2.0')] DEBUG:__main__:Handling GET request for FSH converter page. INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:50:13] "GET /fsh-converter HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:50:13] "GET /static/FHIRFLARE.png HTTP/1.1" 304 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:50:13] "GET /static/js/lottie.min.js HTTP/1.1" 304 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:50:13] "GET /static/animations/loading-dark.json HTTP/1.1" 304 - DEBUG:__main__:Instance path configuration: /app/instance DEBUG:__main__:Database URI: sqlite:////app/instance/fhir_ig.db DEBUG:__main__:Packages path: /app/instance/fhir_packages DEBUG:__main__:Flask instance folder path: /app/instance DEBUG:__main__:Directories created/verified: Instance: /app/instance, Packages: /app/instance/fhir_packages DEBUG:__main__:Attempting to create database tables for URI: sqlite:////app/instance/fhir_ig.db INFO:__main__:Database tables created successfully (if they didn't exist). DEBUG:__main__:Instance path configuration: /app/instance DEBUG:__main__:Database URI: sqlite:////app/instance/fhir_ig.db DEBUG:__main__:Packages path: /app/instance/fhir_packages DEBUG:__main__:Flask instance folder path: /app/instance DEBUG:__main__:Directories created/verified: Instance: /app/instance, Packages: /app/instance/fhir_packages DEBUG:__main__:Attempting to create database tables for URI: sqlite:////app/instance/fhir_ig.db INFO:__main__:Database tables created successfully (if they didn't exist). INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:5000 * Running on http://172.18.0.2:5000 INFO:werkzeug:Press CTRL+C to quit INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:53:18] "GET / HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:53:18] "GET /static/FHIRFLARE.png HTTP/1.1" 304 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:53:18] "GET /static/favicon.ico HTTP/1.1" 304 - DEBUG:__main__:Scanning packages directory: /app/instance/fhir_packages DEBUG:__main__:Found 9 .tgz files: ['hl7.fhir.au.base-5.1.0-preview.tgz', 'hl7.fhir.au.core-1.1.0-preview.tgz', 'hl7.fhir.r4.core-4.0.1.tgz', 'hl7.fhir.uv.extensions.r4-5.2.0.tgz', 'hl7.fhir.uv.ipa-1.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.1.0.tgz', 'hl7.terminology.r4-5.0.0.tgz', 'hl7.terminology.r4-6.2.0.tgz'] DEBUG:__main__:Added package: hl7.fhir.au.base#5.1.0-preview DEBUG:__main__:Added package: hl7.fhir.au.core#1.1.0-preview DEBUG:__main__:Added package: hl7.fhir.r4.core#4.0.1 DEBUG:__main__:Added package: hl7.fhir.uv.extensions.r4#5.2.0 DEBUG:__main__:Added package: hl7.fhir.uv.ipa#1.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.1.0 DEBUG:__main__:Added package: hl7.terminology.r4#5.0.0 DEBUG:__main__:Added package: hl7.terminology.r4#6.2.0 DEBUG:__main__:Set package choices: [('', 'None'), ('hl7.fhir.au.base#5.1.0-preview', 'hl7.fhir.au.base#5.1.0-preview'), ('hl7.fhir.au.core#1.1.0-preview', 'hl7.fhir.au.core#1.1.0-preview'), ('hl7.fhir.r4.core#4.0.1', 'hl7.fhir.r4.core#4.0.1'), ('hl7.fhir.uv.extensions.r4#5.2.0', 'hl7.fhir.uv.extensions.r4#5.2.0'), ('hl7.fhir.uv.ipa#1.0.0', 'hl7.fhir.uv.ipa#1.0.0'), ('hl7.fhir.uv.smart-app-launch#2.0.0', 'hl7.fhir.uv.smart-app-launch#2.0.0'), ('hl7.fhir.uv.smart-app-launch#2.1.0', 'hl7.fhir.uv.smart-app-launch#2.1.0'), ('hl7.terminology.r4#5.0.0', 'hl7.terminology.r4#5.0.0'), ('hl7.terminology.r4#6.2.0', 'hl7.terminology.r4#6.2.0')] DEBUG:__main__:Handling GET request for FSH converter page. INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:53:24] "GET /fsh-converter HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:53:24] "GET /static/FHIRFLARE.png HTTP/1.1" 304 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:53:24] "GET /static/js/lottie.min.js HTTP/1.1" 304 - DEBUG:__main__:Instance path configuration: /app/instance DEBUG:__main__:Database URI: sqlite:////app/instance/fhir_ig.db DEBUG:__main__:Packages path: /app/instance/fhir_packages DEBUG:__main__:Flask instance folder path: /app/instance DEBUG:__main__:Directories created/verified: Instance: /app/instance, Packages: /app/instance/fhir_packages DEBUG:__main__:Attempting to create database tables for URI: sqlite:////app/instance/fhir_ig.db INFO:__main__:Database tables created successfully (if they didn't exist). DEBUG:__main__:Instance path configuration: /app/instance DEBUG:__main__:Database URI: sqlite:////app/instance/fhir_ig.db DEBUG:__main__:Packages path: /app/instance/fhir_packages DEBUG:__main__:Flask instance folder path: /app/instance DEBUG:__main__:Directories created/verified: Instance: /app/instance, Packages: /app/instance/fhir_packages DEBUG:__main__:Attempting to create database tables for URI: sqlite:////app/instance/fhir_ig.db INFO:__main__:Database tables created successfully (if they didn't exist). INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:5000 * Running on http://172.18.0.2:5000 INFO:werkzeug:Press CTRL+C to quit INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:57:25] "GET / HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:57:25] "GET /static/FHIRFLARE.png HTTP/1.1" 304 - DEBUG:__main__:Scanning packages directory: /app/instance/fhir_packages DEBUG:__main__:Found 9 .tgz files: ['hl7.fhir.au.base-5.1.0-preview.tgz', 'hl7.fhir.au.core-1.1.0-preview.tgz', 'hl7.fhir.r4.core-4.0.1.tgz', 'hl7.fhir.uv.extensions.r4-5.2.0.tgz', 'hl7.fhir.uv.ipa-1.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.1.0.tgz', 'hl7.terminology.r4-5.0.0.tgz', 'hl7.terminology.r4-6.2.0.tgz'] DEBUG:__main__:Added package: hl7.fhir.au.base#5.1.0-preview DEBUG:__main__:Added package: hl7.fhir.au.core#1.1.0-preview DEBUG:__main__:Added package: hl7.fhir.r4.core#4.0.1 DEBUG:__main__:Added package: hl7.fhir.uv.extensions.r4#5.2.0 DEBUG:__main__:Added package: hl7.fhir.uv.ipa#1.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.1.0 DEBUG:__main__:Added package: hl7.terminology.r4#5.0.0 DEBUG:__main__:Added package: hl7.terminology.r4#6.2.0 DEBUG:__main__:Set package choices: [('', 'None'), ('hl7.fhir.au.base#5.1.0-preview', 'hl7.fhir.au.base#5.1.0-preview'), ('hl7.fhir.au.core#1.1.0-preview', 'hl7.fhir.au.core#1.1.0-preview'), ('hl7.fhir.r4.core#4.0.1', 'hl7.fhir.r4.core#4.0.1'), ('hl7.fhir.uv.extensions.r4#5.2.0', 'hl7.fhir.uv.extensions.r4#5.2.0'), ('hl7.fhir.uv.ipa#1.0.0', 'hl7.fhir.uv.ipa#1.0.0'), ('hl7.fhir.uv.smart-app-launch#2.0.0', 'hl7.fhir.uv.smart-app-launch#2.0.0'), ('hl7.fhir.uv.smart-app-launch#2.1.0', 'hl7.fhir.uv.smart-app-launch#2.1.0'), ('hl7.terminology.r4#5.0.0', 'hl7.terminology.r4#5.0.0'), ('hl7.terminology.r4#6.2.0', 'hl7.terminology.r4#6.2.0')] DEBUG:__main__:Handling GET request for FSH converter page. INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:57:30] "GET /fsh-converter HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:57:30] "GET /static/FHIRFLARE.png HTTP/1.1" 304 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 14:57:30] "GET /static/js/lottie.min.js HTTP/1.1" 304 - DEBUG:__main__:Instance path configuration: /app/instance DEBUG:__main__:Database URI: sqlite:////app/instance/fhir_ig.db DEBUG:__main__:Packages path: /app/instance/fhir_packages DEBUG:__main__:Flask instance folder path: /app/instance DEBUG:__main__:Directories created/verified: Instance: /app/instance, Packages: /app/instance/fhir_packages DEBUG:__main__:Attempting to create database tables for URI: sqlite:////app/instance/fhir_ig.db INFO:__main__:Database tables created successfully (if they didn't exist). DEBUG:__main__:Instance path configuration: /app/instance DEBUG:__main__:Database URI: sqlite:////app/instance/fhir_ig.db DEBUG:__main__:Packages path: /app/instance/fhir_packages DEBUG:__main__:Flask instance folder path: /app/instance DEBUG:__main__:Directories created/verified: Instance: /app/instance, Packages: /app/instance/fhir_packages DEBUG:__main__:Attempting to create database tables for URI: sqlite:////app/instance/fhir_ig.db INFO:__main__:Database tables created successfully (if they didn't exist). INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:5000 * Running on http://172.18.0.2:5000 INFO:werkzeug:Press CTRL+C to quit DEBUG:__main__:Scanning packages directory: /app/instance/fhir_packages DEBUG:__main__:Found 9 .tgz files: ['hl7.fhir.au.base-5.1.0-preview.tgz', 'hl7.fhir.au.core-1.1.0-preview.tgz', 'hl7.fhir.r4.core-4.0.1.tgz', 'hl7.fhir.uv.extensions.r4-5.2.0.tgz', 'hl7.fhir.uv.ipa-1.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.1.0.tgz', 'hl7.terminology.r4-5.0.0.tgz', 'hl7.terminology.r4-6.2.0.tgz'] DEBUG:__main__:Added package: hl7.fhir.au.base#5.1.0-preview DEBUG:__main__:Added package: hl7.fhir.au.core#1.1.0-preview DEBUG:__main__:Added package: hl7.fhir.r4.core#4.0.1 DEBUG:__main__:Added package: hl7.fhir.uv.extensions.r4#5.2.0 DEBUG:__main__:Added package: hl7.fhir.uv.ipa#1.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.1.0 DEBUG:__main__:Added package: hl7.terminology.r4#5.0.0 DEBUG:__main__:Added package: hl7.terminology.r4#6.2.0 DEBUG:__main__:Set package choices: [('', 'None'), ('hl7.fhir.au.base#5.1.0-preview', 'hl7.fhir.au.base#5.1.0-preview'), ('hl7.fhir.au.core#1.1.0-preview', 'hl7.fhir.au.core#1.1.0-preview'), ('hl7.fhir.r4.core#4.0.1', 'hl7.fhir.r4.core#4.0.1'), ('hl7.fhir.uv.extensions.r4#5.2.0', 'hl7.fhir.uv.extensions.r4#5.2.0'), ('hl7.fhir.uv.ipa#1.0.0', 'hl7.fhir.uv.ipa#1.0.0'), ('hl7.fhir.uv.smart-app-launch#2.0.0', 'hl7.fhir.uv.smart-app-launch#2.0.0'), ('hl7.fhir.uv.smart-app-launch#2.1.0', 'hl7.fhir.uv.smart-app-launch#2.1.0'), ('hl7.terminology.r4#5.0.0', 'hl7.terminology.r4#5.0.0'), ('hl7.terminology.r4#6.2.0', 'hl7.terminology.r4#6.2.0')] DEBUG:__main__:Handling GET request for FSH converter page. INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 15:00:57] "GET /fsh-converter HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 15:00:57] "GET /static/FHIRFLARE.png HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 15:00:58] "GET /static/js/lottie.min.js HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 15:00:58] "GET /static/animations/loading-dark.json HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 15:00:58] "GET /static/favicon.ico HTTP/1.1" 200 - DEBUG:__main__:Scanning packages directory: /app/instance/fhir_packages DEBUG:__main__:Found 9 .tgz files: ['hl7.fhir.au.base-5.1.0-preview.tgz', 'hl7.fhir.au.core-1.1.0-preview.tgz', 'hl7.fhir.r4.core-4.0.1.tgz', 'hl7.fhir.uv.extensions.r4-5.2.0.tgz', 'hl7.fhir.uv.ipa-1.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.1.0.tgz', 'hl7.terminology.r4-5.0.0.tgz', 'hl7.terminology.r4-6.2.0.tgz'] DEBUG:__main__:Added package: hl7.fhir.au.base#5.1.0-preview DEBUG:__main__:Added package: hl7.fhir.au.core#1.1.0-preview DEBUG:__main__:Added package: hl7.fhir.r4.core#4.0.1 DEBUG:__main__:Added package: hl7.fhir.uv.extensions.r4#5.2.0 DEBUG:__main__:Added package: hl7.fhir.uv.ipa#1.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.1.0 DEBUG:__main__:Added package: hl7.terminology.r4#5.0.0 DEBUG:__main__:Added package: hl7.terminology.r4#6.2.0 DEBUG:__main__:Set package choices: [('', 'None'), ('hl7.fhir.au.base#5.1.0-preview', 'hl7.fhir.au.base#5.1.0-preview'), ('hl7.fhir.au.core#1.1.0-preview', 'hl7.fhir.au.core#1.1.0-preview'), ('hl7.fhir.r4.core#4.0.1', 'hl7.fhir.r4.core#4.0.1'), ('hl7.fhir.uv.extensions.r4#5.2.0', 'hl7.fhir.uv.extensions.r4#5.2.0'), ('hl7.fhir.uv.ipa#1.0.0', 'hl7.fhir.uv.ipa#1.0.0'), ('hl7.fhir.uv.smart-app-launch#2.0.0', 'hl7.fhir.uv.smart-app-launch#2.0.0'), ('hl7.fhir.uv.smart-app-launch#2.1.0', 'hl7.fhir.uv.smart-app-launch#2.1.0'), ('hl7.terminology.r4#5.0.0', 'hl7.terminology.r4#5.0.0'), ('hl7.terminology.r4#6.2.0', 'hl7.terminology.r4#6.2.0')] DEBUG:__main__:Processing input: mode=text, has_file=False, has_text=True, has_alias=False DEBUG:services:Processed input: ('/tmp/tmp_21icnfn/input.json', None) DEBUG:__main__:Running GoFSH with input: /tmp/tmp_21icnfn/input.json, output_dir: /app/static/uploads/fsh_output DEBUG:services:Wrapper script contents: #!/bin/bash exec 3>/dev/null "gofsh" "/tmp/tmp_21icnfn/input.json" "-o" "/tmp/tmpn9r4c9rl" "-s" "file-per-definition" "-l" "error" /tmp/gofsh_output.log 2>&1 DEBUG:services:Temp output directory contents before GoFSH: [] DEBUG:services:GoFSH output: ╔═════════════════════════ GoFSH RESULTS ═════════════════════════╗ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Profiles │ Extensions │ Logicals │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 0 │ 0 │ 0 │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Resources │ ValueSets │ CodeSystems │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 0 │ 0 │ 0 │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Instances │ Invariants │ Mappings │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 1 │ 0 │ 0 │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Aliases │ │ │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 3 │ │ │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ║ ╠═════════════════════════════════════════════════════════════════╣ ║ Not bad, but it cod be batter! 0 Errors 2 Warnings ║ ╚═════════════════════════════════════════════════════════════════╝ DEBUG:services:GoFSH fishing-trip wrapper script contents: #!/bin/bash exec 3>/dev/null exec >/dev/null 2>&1 "gofsh" "/tmp/tmp_21icnfn/input.json" "-o" "/tmp/tmpllyiv7dp" "-s" "file-per-definition" "-l" "error" "--fshing-trip" /tmp/gofsh_output.log 2>&1 DEBUG:services:GoFSH fishing-trip output: ╔═════════════════════════ GoFSH RESULTS ═════════════════════════╗ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Profiles │ Extensions │ Logicals │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 0 │ 0 │ 0 │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Resources │ ValueSets │ CodeSystems │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 0 │ 0 │ 0 │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Instances │ Invariants │ Mappings │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 1 │ 0 │ 0 │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Aliases │ │ │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 3 │ │ │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ║ ╠═════════════════════════════════════════════════════════════════╣ ║ Something smells fishy... 0 Errors 2 Warnings ║ ╚═════════════════════════════════════════════════════════════════╝ ╔═════════════════════════════════════════════════════════════════╗ ║ Generating round trip results via SUSHI ║ ╚═════════════════════════════════════════════════════════════════╝ info Running SUSHI v3.15.0 (implements FHIR Shorthand specification v3.0.0) info Arguments: info /tmp/tmpllyiv7dp info No output path specified. Output to /tmp/tmpllyiv7dp info Using configuration file: /tmp/tmpllyiv7dp/sushi-config.yaml warn The FSHOnly property is set to true, so no output specific to IG creation will be generated. The following properties are unused and only relevant for IG creation: id, name. Consider removing these properties from sushi-config.yaml. File: /tmp/tmpllyiv7dp/sushi-config.yaml info Importing FSH text... info Preprocessed 2 documents with 3 aliases. info Imported 0 definitions and 1 instances. info Loaded virtual package sushi-r5forR4#1.0.0 with 7 resources info Resolved hl7.fhir.uv.tools.r4#latest to concrete version 0.5.0 info Loaded hl7.fhir.uv.tools.r4#0.5.0 with 88 resources info Resolved hl7.terminology.r4#latest to concrete version 6.2.0 info Loaded hl7.terminology.r4#6.2.0 with 4323 resources info Resolved hl7.fhir.uv.extensions.r4#latest to concrete version 5.2.0 info Loaded hl7.fhir.uv.extensions.r4#5.2.0 with 759 resources info Loaded hl7.fhir.r4.core#4.0.1 with 4581 resources info Loaded virtual package sushi-local#LOCAL with 0 resources info Converting FSH to FHIR resources... info Converted 1 FHIR instances. info Exporting FHIR resources as JSON... info Exported 1 FHIR resources as JSON. info Exporting FSH definitions only. No IG related content will be exported. ========================= SUSHI RESULTS =========================== | ------------------------------------------------------------- | | | Profiles | Extensions | Logicals | Resources | | | |-------------------------------------------------------------| | | | 0 | 0 | 0 | 0 | | | ------------------------------------------------------------- | | ------------------------------------------------------------- | | | ValueSets | CodeSystems | Instances | | | |-------------------------------------------------------------| | | | 0 | 0 | 1 | | | ------------------------------------------------------------- | | | =================================================================== | A bit pitchy, but tuna-ble. 0 Errors 1 Warning | =================================================================== DEBUG:services:Copied files to final output directory: ['sushi-config.yaml', 'input/fsh/aliases.fsh', 'input/fsh/instances/vkc.fsh', 'input/input.json', 'fshing-trip-comparison.html'] INFO:services:GoFSH executed successfully for /tmp/tmp_21icnfn/input.json DEBUG:__main__:Successfully removed temp directory: /tmp/tmp_21icnfn INFO:__main__:FSH conversion successful DEBUG:__main__:Returning partial HTML for AJAX POST request. INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 15:02:41] "POST /fsh-converter HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 15:02:41] "GET /static/animations/loading-dark.json HTTP/1.1" 304 - DEBUG:__main__:Scanning packages directory: /app/instance/fhir_packages DEBUG:__main__:Found 9 .tgz files: ['hl7.fhir.au.base-5.1.0-preview.tgz', 'hl7.fhir.au.core-1.1.0-preview.tgz', 'hl7.fhir.r4.core-4.0.1.tgz', 'hl7.fhir.uv.extensions.r4-5.2.0.tgz', 'hl7.fhir.uv.ipa-1.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.1.0.tgz', 'hl7.terminology.r4-5.0.0.tgz', 'hl7.terminology.r4-6.2.0.tgz'] DEBUG:__main__:Added package: hl7.fhir.au.base#5.1.0-preview DEBUG:__main__:Added package: hl7.fhir.au.core#1.1.0-preview DEBUG:__main__:Added package: hl7.fhir.r4.core#4.0.1 DEBUG:__main__:Added package: hl7.fhir.uv.extensions.r4#5.2.0 DEBUG:__main__:Added package: hl7.fhir.uv.ipa#1.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.1.0 DEBUG:__main__:Added package: hl7.terminology.r4#5.0.0 DEBUG:__main__:Added package: hl7.terminology.r4#6.2.0 DEBUG:__main__:Set package choices: [('', 'None'), ('hl7.fhir.au.base#5.1.0-preview', 'hl7.fhir.au.base#5.1.0-preview'), ('hl7.fhir.au.core#1.1.0-preview', 'hl7.fhir.au.core#1.1.0-preview'), ('hl7.fhir.r4.core#4.0.1', 'hl7.fhir.r4.core#4.0.1'), ('hl7.fhir.uv.extensions.r4#5.2.0', 'hl7.fhir.uv.extensions.r4#5.2.0'), ('hl7.fhir.uv.ipa#1.0.0', 'hl7.fhir.uv.ipa#1.0.0'), ('hl7.fhir.uv.smart-app-launch#2.0.0', 'hl7.fhir.uv.smart-app-launch#2.0.0'), ('hl7.fhir.uv.smart-app-launch#2.1.0', 'hl7.fhir.uv.smart-app-launch#2.1.0'), ('hl7.terminology.r4#5.0.0', 'hl7.terminology.r4#5.0.0'), ('hl7.terminology.r4#6.2.0', 'hl7.terminology.r4#6.2.0')] DEBUG:__main__:Processing input: mode=text, has_file=False, has_text=True, has_alias=False DEBUG:services:Processed input: ('/tmp/tmp_k0pky49/input.json', None) DEBUG:__main__:Running GoFSH with input: /tmp/tmp_k0pky49/input.json, output_dir: /app/static/uploads/fsh_output DEBUG:services:Wrapper script contents: #!/bin/bash exec 3>/dev/null "gofsh" "/tmp/tmp_k0pky49/input.json" "-o" "/tmp/tmpvnwz2fsh" "-s" "file-per-definition" "-l" "error" /tmp/gofsh_output.log 2>&1 DEBUG:services:Temp output directory contents before GoFSH: [] DEBUG:__main__:Scanning packages directory: /app/instance/fhir_packages DEBUG:__main__:Found 9 .tgz files: ['hl7.fhir.au.base-5.1.0-preview.tgz', 'hl7.fhir.au.core-1.1.0-preview.tgz', 'hl7.fhir.r4.core-4.0.1.tgz', 'hl7.fhir.uv.extensions.r4-5.2.0.tgz', 'hl7.fhir.uv.ipa-1.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.0.0.tgz', 'hl7.fhir.uv.smart-app-launch-2.1.0.tgz', 'hl7.terminology.r4-5.0.0.tgz', 'hl7.terminology.r4-6.2.0.tgz'] DEBUG:__main__:Added package: hl7.fhir.au.base#5.1.0-preview DEBUG:__main__:Added package: hl7.fhir.au.core#1.1.0-preview DEBUG:__main__:Added package: hl7.fhir.r4.core#4.0.1 DEBUG:__main__:Added package: hl7.fhir.uv.extensions.r4#5.2.0 DEBUG:__main__:Added package: hl7.fhir.uv.ipa#1.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.0.0 DEBUG:__main__:Added package: hl7.fhir.uv.smart-app-launch#2.1.0 DEBUG:__main__:Added package: hl7.terminology.r4#5.0.0 DEBUG:services:GoFSH output: ╔═════════════════════════ GoFSH RESULTS ═════════════════════════╗ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Profiles │ Extensions │ Logicals │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 0 │ 0 │ 0 │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Resources │ ValueSets │ CodeSystems │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 0 │ 0 │ 0 │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Instances │ Invariants │ Mappings │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 1 │ 0 │ 0 │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Aliases │ │ │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 3 │ │ │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ║ ╠═════════════════════════════════════════════════════════════════╣ ║ Not bad, but it cod be batter! 0 Errors 2 Warnings ║ ╚═════════════════════════════════════════════════════════════════╝ DEBUG:__main__:Added package: hl7.terminology.r4#6.2.0 DEBUG:__main__:Set package choices: [('', 'None'), ('hl7.fhir.au.base#5.1.0-preview', 'hl7.fhir.au.base#5.1.0-preview'), ('hl7.fhir.au.core#1.1.0-preview', 'hl7.fhir.au.core#1.1.0-preview'), ('hl7.fhir.r4.core#4.0.1', 'hl7.fhir.r4.core#4.0.1'), ('hl7.fhir.uv.extensions.r4#5.2.0', 'hl7.fhir.uv.extensions.r4#5.2.0'), ('hl7.fhir.uv.ipa#1.0.0', 'hl7.fhir.uv.ipa#1.0.0'), ('hl7.fhir.uv.smart-app-launch#2.0.0', 'hl7.fhir.uv.smart-app-launch#2.0.0'), ('hl7.fhir.uv.smart-app-launch#2.1.0', 'hl7.fhir.uv.smart-app-launch#2.1.0'), ('hl7.terminology.r4#5.0.0', 'hl7.terminology.r4#5.0.0'), ('hl7.terminology.r4#6.2.0', 'hl7.terminology.r4#6.2.0')] DEBUG:__main__:Handling GET request for FSH converter page. INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 15:03:11] "GET /fsh-converter HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 15:03:11] "GET /static/FHIRFLARE.png HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 15:03:11] "GET /static/js/lottie.min.js HTTP/1.1" 200 - DEBUG:services:GoFSH fishing-trip wrapper script contents: #!/bin/bash exec 3>/dev/null exec >/dev/null 2>&1 "gofsh" "/tmp/tmp_k0pky49/input.json" "-o" "/tmp/tmp_hia6e3c" "-s" "file-per-definition" "-l" "error" "--fshing-trip" /tmp/gofsh_output.log 2>&1 INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 15:03:11] "GET /static/animations/loading-light.json HTTP/1.1" 200 - INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 15:03:12] "GET /static/favicon.ico HTTP/1.1" 200 - DEBUG:services:GoFSH fishing-trip output: ╔═════════════════════════ GoFSH RESULTS ═════════════════════════╗ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Profiles │ Extensions │ Logicals │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 0 │ 0 │ 0 │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Resources │ ValueSets │ CodeSystems │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 0 │ 0 │ 0 │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Instances │ Invariants │ Mappings │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 1 │ 0 │ 0 │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ╭────────────────────┬───────────────────┬────────────────────╮ ║ ║ │ Aliases │ │ │ ║ ║ ├────────────────────┼───────────────────┼────────────────────┤ ║ ║ │ 3 │ │ │ ║ ║ ╰────────────────────┴───────────────────┴────────────────────╯ ║ ║ ║ ╠═════════════════════════════════════════════════════════════════╣ ║ A bit pitchy, but may be tuna-ble. 0 Errors 2 Warnings ║ ╚═════════════════════════════════════════════════════════════════╝ ╔═════════════════════════════════════════════════════════════════╗ ║ Generating round trip results via SUSHI ║ ╚═════════════════════════════════════════════════════════════════╝ info Running SUSHI v3.15.0 (implements FHIR Shorthand specification v3.0.0) info Arguments: info /tmp/tmp_hia6e3c info No output path specified. Output to /tmp/tmp_hia6e3c info Using configuration file: /tmp/tmp_hia6e3c/sushi-config.yaml warn The FSHOnly property is set to true, so no output specific to IG creation will be generated. The following properties are unused and only relevant for IG creation: id, name. Consider removing these properties from sushi-config.yaml. File: /tmp/tmp_hia6e3c/sushi-config.yaml info Importing FSH text... info Preprocessed 2 documents with 3 aliases. info Imported 0 definitions and 1 instances. info Loaded virtual package sushi-r5forR4#1.0.0 with 7 resources info Resolved hl7.fhir.uv.tools.r4#latest to concrete version 0.5.0 info Loaded hl7.fhir.uv.tools.r4#0.5.0 with 88 resources info Resolved hl7.terminology.r4#latest to concrete version 6.2.0 info Loaded hl7.terminology.r4#6.2.0 with 4323 resources info Resolved hl7.fhir.uv.extensions.r4#latest to concrete version 5.2.0 info Loaded hl7.fhir.uv.extensions.r4#5.2.0 with 759 resources info Loaded hl7.fhir.r4.core#4.0.1 with 4581 resources info Loaded virtual package sushi-local#LOCAL with 0 resources info Converting FSH to FHIR resources... info Converted 1 FHIR instances. info Exporting FHIR resources as JSON... info Exported 1 FHIR resources as JSON. info Exporting FSH definitions only. No IG related content will be exported. ========================= SUSHI RESULTS =========================== | ------------------------------------------------------------- | | | Profiles | Extensions | Logicals | Resources | | | |-------------------------------------------------------------| | | | 0 | 0 | 0 | 0 | | | ------------------------------------------------------------- | | ------------------------------------------------------------- | | | ValueSets | CodeSystems | Instances | | | |-------------------------------------------------------------| | | | 0 | 0 | 1 | | | ------------------------------------------------------------- | | | =================================================================== | Don't get stuck in the doldrums. 0 Errors 1 Warning | =================================================================== DEBUG:services:Copied files to final output directory: ['sushi-config.yaml', 'input/fsh/aliases.fsh', 'input/fsh/instances/vkc.fsh', 'input/input.json', 'fshing-trip-comparison.html'] INFO:services:GoFSH executed successfully for /tmp/tmp_k0pky49/input.json DEBUG:__main__:Successfully removed temp directory: /tmp/tmp_k0pky49 INFO:__main__:FSH conversion successful DEBUG:__main__:Returning partial HTML for AJAX POST request. INFO:werkzeug:172.18.0.1 - - [18/Apr/2025 15:03:28] "POST /fsh-converter HTTP/1.1" 200 -