Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
fa10e21
WIP: Add initial versions of `compile_as_first` and `compile_as_array…
projkov Oct 3, 2025
cbe1c59
Extend `compile_as_first` and `compile_as_array` with support for FHI…
projkov Oct 3, 2025
19dcb7f
Refactor `compile_as_first` and `compile_as_array` to improve resourc…
projkov Oct 3, 2025
036d20b
Ruff fixes
projkov Oct 3, 2025
f056dc9
Add `fhirpy-types-r4b` package dependency to Pipfile and update Pipfi…
projkov Oct 3, 2025
c587402
Refactor `compile_as_first` and `compile_as_array` to use dynamic inp…
projkov Oct 3, 2025
cb2c7d5
Parametrize helper tests for `compile_as_first` and `compile_as_array…
projkov Oct 3, 2025
73c2274
Refactor type annotations for `compile_as_first` and `compile_as_arra…
projkov Oct 3, 2025
6d28a48
Correct type annotations in `compile_as_first` and `compile_as_array`…
projkov Oct 6, 2025
cfaa438
Move `fhirpy-types-r4b` dependency to `[dev-packages]` in Pipfile and…
projkov Oct 6, 2025
4077ea7
Update helper tests to include validation for unsupported resource ty…
projkov Oct 6, 2025
c7d9538
Add more test cases
projkov Oct 14, 2025
b4527e9
Add test case for _test_format_result exception
projkov Oct 14, 2025
1e3c253
Fix typo in exception message assertion in `test_format_result_except…
projkov Oct 14, 2025
dc0c0eb
Refactor exception messages in helper functions and tests for improve…
projkov Oct 14, 2025
896a4de
Refactor `_validate_and_convert_resource` for readability by reorgani…
projkov Oct 14, 2025
e3ed442
Refactor `compile_as_first` and `compile_as_array` to reduce duplicat…
projkov Oct 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ antlr4-python3-runtime = "~=4.10"
python-dateutil = "~=2.8"

[dev-packages]
fhirpy-types-r4b = "==0.1.1"
pytest = "==7.1.1"
pytest-cov = "==3.0.0"
pyyaml = "==6.0.1"
Expand Down
Loading