pysof 0.1.46__tar.gz → 0.1.47__tar.gz
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.
- {pysof-0.1.46 → pysof-0.1.47}/Cargo.toml +2 -2
- {pysof-0.1.46 → pysof-0.1.47}/PKG-INFO +1 -1
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir/Cargo.toml +3 -3
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir-macro/Cargo.toml +1 -1
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/Cargo.toml +2 -2
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/handlers.rs +3 -1
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/Cargo.toml +2 -2
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/Cargo.toml +3 -3
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/src/handlers.rs +2 -1
- {pysof-0.1.46 → pysof-0.1.47}/README.md +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir/README.md +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir/build.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir/src/lib.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir/src/parameters.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir/src/r4.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir/src/r4b.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir/src/r5.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir/src/r6.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir/src/r6.rs.template +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir/tests/integer_string_integration.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir/tests/simple_null_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir/tests/test_contained_stack.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir-macro/README.md +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhir-macro/src/lib.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/PRECISION_LIMITATION.md +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/README.md +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/benches/cli_benches.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/benches/evaluator_benches.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/benches/parser_benches.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/benches/server_benches.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/examples/test_ucum.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/grammar/fhirpath.g4 +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/server-api.md +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/aggregate_function.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/aggregate_math_functions.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/bin/fhirpath-cli.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/bin/fhirpath-server.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/boolean_functions.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/boundary_functions.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/cli.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/collection_functions.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/collection_navigation.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/contains_function.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/conversion_functions.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/date_operation.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/datetime_impl.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/debug_trace.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/distinct_functions.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/error.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/evaluator.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/extension_function.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/fhir_type_hierarchy.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/format_functions.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/interval_functions.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/json_utils.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/lib.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/long_conversion.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/models.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/not_function.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/parse_debug.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/parser.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/polymorphic_access.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/reference_key_functions.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/repeat_all_function.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/repeat_function.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/resource_type.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/server.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/set_operations.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/subset_functions.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/terminology_client.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/terminology_functions.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/trace_function.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/type_function.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/type_inference.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/src/ucum.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/all_function_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/boundary_debug_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/boundary_function_integration_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/comment_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/common/context.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/common/mod.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/common/parser.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/common/runner.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/context_trace_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r4/input/observation-example.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r4/input/observation-example.xml +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r4/input/patient-example.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r4/input/patient-example.xml +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r4/input/questionnaire-example.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r4/input/questionnaire-example.xml +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r4/input/valueset-example-expansion.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r4/input/valueset-example-expansion.xml +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r4/tests-fhir-r4.xml +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/appointment-examplereq.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/ccda.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/codesystem-example.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/conceptmap-example.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/explanationofbenefit-example.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/observation-example.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/observation-example.xml +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/parameters-example-types.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/patient-container-example.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/patient-example-name.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/patient-example-period.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/patient-example.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/patient-name-extensions.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/questionnaire-example.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/valueset-example-expansion.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/known-test-failures.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/tests-fhir-r5.xml +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/testSchema.xsd +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/date_operation_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/datetime_boundary_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/debug_datetime_boundary.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/debug_string_boundary_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/define_variable_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/enhanced_variable_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/evaluator_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/extension_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/fhir_boundary_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/is_as_method_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/join_function_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/oftype_datetime_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/parse_debug_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/parser_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/polymorphic_r4_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/polymorphic_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/precision_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/r4_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/r5_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/reference_key_debug.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/test_boundary_zero.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/trace_api_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/trace_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/tree_navigation_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/truncate_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/type_operation_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/type_preservation_integration_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/type_reflection_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/uri_type_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/uuid_type_preservation_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath-support/Cargo.toml +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath-support/README.md +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath-support/src/lib.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath-support/src/type_info.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/.gitignore +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/Cargo.lock +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/Makefile +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/PYPI_CHECKLIST.md +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/README.md +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/WHEEL_BUILDING.md +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/multithreading_example.py +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/python-tests/__init__.py +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/python-tests/test_content_types.py +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/python-tests/test_core_functions.py +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/python-tests/test_error_handling.py +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/python-tests/test_fhir_versions.py +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/python-tests/test_import.py +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/python-tests/test_package_metadata.py +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/python-tests/test_source_errors.py +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/scripts/build-wheels.py +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/src/lib.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/src/pysof/__init__.py +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/src/pysof/_pysof.pyi +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/src/pysof/py.typed +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/test_multithreading.py +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/tests/integration/content_types.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/tests/integration/error_handling.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/tests/integration/fhir_versions.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/tests/integration/mod.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/tests/integration.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/tests/lib_coverage_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/tests/lib_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/tests/multithreading_integration.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/tests/threading_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/pysof/uv.lock +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/serde-support/Cargo.toml +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/serde-support/src/lib.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/README.md +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/benches/parallel_processing_bench.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/src/cli.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/src/data_source.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/src/error.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/src/lib.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/src/mod.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/src/models.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/src/parquet_schema.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/src/server.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/src/streaming.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/src/traits.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/common/mod.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_boolean_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_column_ordering.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_datetime_instant_constants.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_datetime_type_info.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_enum_conversion.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_evaluation_result_conversion.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_extension_function.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_extension_macro_fix.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_extension_simple.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_fhir_resource_structure.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_foreach_combinations.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_inequality.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_instant_constant.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_instant_type_info.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_raw_resource.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/debug_reference_key_types.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/extension_debug_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/foreach_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/multiselect_test.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/run_foreach_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/server_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/basic.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/collection.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/combinations.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/constant.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/constant_types.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/fhirpath.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/fhirpath_numbers.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/fn_boundary.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/fn_empty.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/fn_extension.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/fn_first.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/fn_join.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/fn_oftype.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/fn_reference_keys.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/foreach.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/logic.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/repeat.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/union.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/validate.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/view_resource.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql-on-fhir-v2/tests/where.json +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/sql_on_fhir_tests.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_base64_binary_constant.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_boolean_constant_debug.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_boolean_constant_debug2.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_boolean_constant_debug3.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_boolean_validation.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_chunked_processing.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_cli_file_source.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_csv_quote_handling.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_extension_fix_verification.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_extension_value_access.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_format_parameter_body.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_header_parameter_body.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_limit_parameter_body.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_ndjson_input.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_parallel_working.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_parameter_validation.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_parquet_export.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_parquet_large_dataset.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_parquet_server_options.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_patient_reference_formats.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_query_parameter_combinations.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_run_operation_parameters.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_runner_integration.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_shortened_format_names.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_where_clause_validation.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/crates/sof/tests/test_x_ndjson_support.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/pyproject.toml +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/src/lib.rs +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/src/pysof/__init__.py +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/src/pysof/_pysof.cpython-311-darwin.so +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/src/pysof/_pysof.pyi +0 -0
- {pysof-0.1.46 → pysof-0.1.47}/src/pysof/py.typed +0 -0
|
@@ -17,8 +17,8 @@ crate-type = ["cdylib"]
|
|
|
17
17
|
|
|
18
18
|
[dependencies]
|
|
19
19
|
pyo3 = { version = ">=0.27", features = ["extension-module", "generate-import-lib"] }
|
|
20
|
-
helios-sof = { path = "../sof", version = "0.1.
|
|
21
|
-
helios-fhir = { path = "../fhir", version = "0.1.
|
|
20
|
+
helios-sof = { path = "../sof", version = "0.1.47" }
|
|
21
|
+
helios-fhir = { path = "../fhir", version = "0.1.47" }
|
|
22
22
|
serde = { workspace = true }
|
|
23
23
|
serde_json = { workspace = true }
|
|
24
24
|
chrono = { version = "0.4", features = ["serde"] }
|
|
@@ -24,9 +24,9 @@ xml = ["helios-serde-support/xml"]
|
|
|
24
24
|
serde = { workspace = true }
|
|
25
25
|
serde_json = { workspace = true, features = ["raw_value"] }
|
|
26
26
|
clap = { version = "4.0", features = ["derive"] }
|
|
27
|
-
helios-fhir-macro = { path = "../fhir-macro", version = "0.1.
|
|
28
|
-
helios-serde-support = { path = "../serde-support", version = "0.1.
|
|
29
|
-
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.
|
|
27
|
+
helios-fhir-macro = { path = "../fhir-macro", version = "0.1.47" }
|
|
28
|
+
helios-serde-support = { path = "../serde-support", version = "0.1.47" }
|
|
29
|
+
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.47" }
|
|
30
30
|
time = "0.3"
|
|
31
31
|
chrono = { workspace = true }
|
|
32
32
|
# Re-add serde-with-arbitrary-precision, keep macros
|
|
@@ -20,4 +20,4 @@ proc-macro2 = "1.0"
|
|
|
20
20
|
serde = { workspace = true }
|
|
21
21
|
serde_json = { workspace = true }
|
|
22
22
|
heck = "0.5" # For case conversion
|
|
23
|
-
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.
|
|
23
|
+
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.47" }
|
|
@@ -18,8 +18,8 @@ R5 = ["helios-fhir/R5"]
|
|
|
18
18
|
R6 = ["helios-fhir/R6"]
|
|
19
19
|
|
|
20
20
|
[dependencies]
|
|
21
|
-
helios-fhir = { path = "../fhir", version = "0.1.
|
|
22
|
-
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.
|
|
21
|
+
helios-fhir = { path = "../fhir", version = "0.1.47" }
|
|
22
|
+
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.47" }
|
|
23
23
|
chumsky = "0.10"
|
|
24
24
|
roxmltree = "0.20"
|
|
25
25
|
chrono = { workspace = true } # For date/time parsing and functions
|
|
@@ -8,6 +8,7 @@ use axum::{
|
|
|
8
8
|
http::StatusCode,
|
|
9
9
|
response::{IntoResponse, Response},
|
|
10
10
|
};
|
|
11
|
+
use chrono::Utc;
|
|
11
12
|
use serde_json::{Value, json};
|
|
12
13
|
use tracing::{debug, info, warn};
|
|
13
14
|
|
|
@@ -456,7 +457,8 @@ pub async fn health_check() -> impl IntoResponse {
|
|
|
456
457
|
Json(json!({
|
|
457
458
|
"status": "ok",
|
|
458
459
|
"service": "fhirpath-server",
|
|
459
|
-
"version": env!("CARGO_PKG_VERSION")
|
|
460
|
+
"version": env!("CARGO_PKG_VERSION"),
|
|
461
|
+
"timestamp": Utc::now().to_rfc3339()
|
|
460
462
|
}))
|
|
461
463
|
}
|
|
462
464
|
|
|
@@ -18,8 +18,8 @@ crate-type = ["cdylib"]
|
|
|
18
18
|
|
|
19
19
|
[dependencies]
|
|
20
20
|
pyo3 = { version = ">=0.27", features = ["extension-module", "generate-import-lib"] }
|
|
21
|
-
helios-sof = { path = "../sof", version = "0.1.
|
|
22
|
-
helios-fhir = { path = "../fhir", version = "0.1.
|
|
21
|
+
helios-sof = { path = "../sof", version = "0.1.47" }
|
|
22
|
+
helios-fhir = { path = "../fhir", version = "0.1.47" }
|
|
23
23
|
serde = { workspace = true }
|
|
24
24
|
serde_json = { workspace = true }
|
|
25
25
|
chrono = { version = "0.4", features = ["serde"] }
|
|
@@ -28,9 +28,9 @@ R6 = ["helios-fhir/R6", "helios-fhirpath/R6"]
|
|
|
28
28
|
[dependencies]
|
|
29
29
|
clap = { version = "4.0", features = ["derive", "env"] }
|
|
30
30
|
tokio = { version = "1.0", features = ["full"] }
|
|
31
|
-
helios-fhir = { path = "../fhir", version = "0.1.
|
|
32
|
-
helios-fhirpath = { path = "../fhirpath", version = "0.1.
|
|
33
|
-
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.
|
|
31
|
+
helios-fhir = { path = "../fhir", version = "0.1.47" }
|
|
32
|
+
helios-fhirpath = { path = "../fhirpath", version = "0.1.47" }
|
|
33
|
+
helios-fhirpath-support = { path = "../fhirpath-support", version = "0.1.47" }
|
|
34
34
|
serde = { workspace = true }
|
|
35
35
|
serde_json = { workspace = true }
|
|
36
36
|
csv = "1.3"
|
|
@@ -882,7 +882,8 @@ pub async fn health_check() -> impl IntoResponse {
|
|
|
882
882
|
Json(serde_json::json!({
|
|
883
883
|
"status": "ok",
|
|
884
884
|
"service": "sof-server",
|
|
885
|
-
"version": env!("CARGO_PKG_VERSION")
|
|
885
|
+
"version": env!("CARGO_PKG_VERSION"),
|
|
886
|
+
"timestamp": chrono::Utc::now().to_rfc3339()
|
|
886
887
|
}))
|
|
887
888
|
}
|
|
888
889
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r4/input/questionnaire-example.json
RENAMED
|
File without changes
|
|
File without changes
|
{pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r4/input/valueset-example-expansion.json
RENAMED
|
File without changes
|
{pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r4/input/valueset-example-expansion.xml
RENAMED
|
File without changes
|
|
File without changes
|
{pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/appointment-examplereq.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/explanationofbenefit-example.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/parameters-example-types.json
RENAMED
|
File without changes
|
{pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/patient-container-example.json
RENAMED
|
File without changes
|
|
File without changes
|
{pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/patient-example-period.json
RENAMED
|
File without changes
|
|
File without changes
|
{pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/patient-name-extensions.json
RENAMED
|
File without changes
|
{pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/questionnaire-example.json
RENAMED
|
File without changes
|
{pysof-0.1.46 → pysof-0.1.47}/crates/fhirpath/tests/data/r5/input/valueset-example-expansion.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|