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

FM2-605: Add Support for ETags in the FHIR API #515

Merged
merged 17 commits into from
Jul 28, 2023

Conversation

mherman22
Copy link
Member

@mherman22 mherman22 commented Jul 24, 2023

Description of what I changed

The purpose here is to trigger HAPI FHIR's support for FHIR's ETag spec using weak ETag's for the version id.

Note that this algorithm could result in the FHIR API reporting a changed ETag where the REST API does not. This is because in the FHIR API the ETag / versionId is derived entirely from the lastUpdated timestamp.

This pull request adds support for etags on all resources supported by the openmrs fhir2 module

Issue I worked on

see https://issues.openmrs.org/browse/FM2-605

Checklist: I completed these to help reviewers :)

  • My IDE is configured to follow the code style of this project.

    No? Unsure? -> configure your IDE, format the code and add the changes with git add . && git commit --amend

  • I have added tests to cover my changes. (If you refactored
    existing code that was well tested you do not have to add tests)

    No? -> write tests and add them to this commit git add . && git commit --amend

  • I ran mvn clean package right before creating this pull request and
    added all formatting changes to my commit.

    No? -> execute above command

  • All new and existing tests passed.

    No? -> figure out why and add the fix to your commit. It is your responsibility to make sure your code works.

  • My pull request is based on the latest changes of the master branch.

    No? Unsure? -> execute command git pull --rebase upstream master

@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.13% 🎉

Comparison is base (96bf779) 77.06% compared to head (3fa633b) 77.18%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #515      +/-   ##
============================================
+ Coverage     77.06%   77.18%   +0.13%     
- Complexity     2673     2678       +5     
============================================
  Files           249      249              
  Lines          7480     7508      +28     
  Branches        912      913       +1     
============================================
+ Hits           5764     5795      +31     
  Misses         1164     1164              
+ Partials        552      549       -3     
Files Changed Coverage Δ
...ule/fhir2/api/impl/FhirObservationServiceImpl.java 56.52% <ø> (ø)
.../api/translators/impl/GroupTranslatorImpl_2_1.java 100.00% <100.00%> (ø)
.../translators/impl/ConditionTranslatorImpl_2_2.java 90.20% <100.00%> (+2.20%) ⬆️
...ors/impl/MedicationDispenseTranslatorImpl_2_6.java 95.76% <100.00%> (+0.04%) ⬆️
...odule/fhir2/api/impl/FhirConditionServiceImpl.java 77.78% <100.00%> (ø)
...slators/impl/AllergyIntoleranceTranslatorImpl.java 87.72% <100.00%> (+0.22%) ⬆️
.../api/translators/impl/ConditionTranslatorImpl.java 90.00% <100.00%> (+5.38%) ⬆️
...anslators/impl/DiagnosticReportTranslatorImpl.java 77.78% <100.00%> (+0.42%) ⬆️
.../api/translators/impl/EncounterTranslatorImpl.java 90.91% <100.00%> (+0.21%) ⬆️
...hir2/api/translators/impl/FhirTranslatorUtils.java 72.73% <100.00%> (+15.58%) ⬆️
... and 14 more

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

@mherman22
Copy link
Member Author

@ibacher should I include other resources here?

It looks already too big for my liking 😐!!!

@ibacher
Copy link
Member

ibacher commented Jul 25, 2023

should I include other resources here?

I think so... It's a pretty small series of related changes. Makes sense to have it as one PR and one commit (when merged).

@ibacher ibacher changed the title FM2-605: Add Support for FHIR's ETag spec FM2-605: Add Support for ETags in the FHIR API Jul 28, 2023
@ibacher ibacher merged commit 88d95f2 into openmrs:master Jul 28, 2023
4 checks passed
@mherman22 mherman22 deleted the FM2-605 branch August 2, 2023 05:50
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.

2 participants