beda-software / fhir-py

FHIR Client for python
MIT License
168 stars 31 forks source link

Implement conditional operations #112

Closed pavlushkin closed 1 year ago

pavlushkin commented 1 year ago

Support FHIR Conditional operations FHIR Spec: https://build.fhir.org/http.html#ccreate Expected behaviour diagram: https://miro.com/app/board/uXjVMvMgnFQ=/

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 95.00% and project coverage change: -0.26% :warning:

Comparison is base (19d636e) 97.73% compared to head (fa72910) 97.47%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #112 +/- ## ========================================== - Coverage 97.73% 97.47% -0.26% ========================================== Files 8 8 Lines 662 713 +51 ========================================== + Hits 647 695 +48 - Misses 15 18 +3 ``` | [Flag](https://app.codecov.io/gh/beda-software/fhir-py/pull/112/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=beda-software) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/beda-software/fhir-py/pull/112/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=beda-software) | `97.47% <95.00%> (-0.26%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=beda-software#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/beda-software/fhir-py/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=beda-software) | Coverage Δ | | |---|---|---| | [fhirpy/base/resource.py](https://app.codecov.io/gh/beda-software/fhir-py/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=beda-software#diff-ZmhpcnB5L2Jhc2UvcmVzb3VyY2UucHk=) | `100.00% <ø> (ø)` | | | [fhirpy/base/searchset.py](https://app.codecov.io/gh/beda-software/fhir-py/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=beda-software#diff-ZmhpcnB5L2Jhc2Uvc2VhcmNoc2V0LnB5) | `97.08% <66.66%> (-2.14%)` | :arrow_down: | | [fhirpy/base/lib.py](https://app.codecov.io/gh/beda-software/fhir-py/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=beda-software#diff-ZmhpcnB5L2Jhc2UvbGliLnB5) | `98.40% <100.00%> (+0.24%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.