Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chained Parameter Matching Support Added #6048

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

melihaydogd
Copy link
Contributor

@melihaydogd melihaydogd commented Jun 26, 2024

Adds support for chained search parameters in SearchParamMatcher. The following type of parameters will be supported with this PR:

  • Observation?context.episodeofcare.condition.code=http://snomed.info/sct|77386006
  • Observation?context:Encounter.episodeofcare:EpisodeOfCare.condition:Condition.code=http://snomed.info/sct|77386006

Tests updated.

Copy link

codecov bot commented Jun 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.47%. Comparing base (497b9f2) to head (19e62c0).
Report is 117 commits behind head on master.

Current head 19e62c0 differs from pull request most recent head 38c48d4

Please upload reports for the commit 38c48d4 to get more accurate results.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6048      +/-   ##
============================================
+ Coverage     83.39%   83.47%   +0.07%     
- Complexity    26927    27367     +440     
============================================
  Files          1681     1703      +22     
  Lines        103965   106004    +2039     
  Branches      13189    13386     +197     
============================================
+ Hits          86702    88487    +1785     
- Misses        11613    11783     +170     
- Partials       5650     5734      +84     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant