-
Notifications
You must be signed in to change notification settings - Fork 32
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
SO-6081: support multiple FHIR versions in the REST API #1332
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM so far!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
...international.snowowl.fhir.rest/src/com/b2international/snowowl/fhir/rest/FhirMediaType.java
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 9.x #1332 +/- ##
============================================
- Coverage 63.68% 63.63% -0.06%
- Complexity 12471 12486 +15
============================================
Files 1609 1611 +2
Lines 56809 56955 +146
Branches 5595 5598 +3
============================================
+ Hits 36180 36244 +64
- Misses 18295 18375 +80
- Partials 2334 2336 +2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍃
...and convert to R5 before using them in request processing
This PR adds support for multiple FHIR mime types, supporting R4, R4B, and R5.
This PR also adds a new operation
CapabilityStatement$versions
to list the available versions in Snow Owl.