-
Notifications
You must be signed in to change notification settings - Fork 160
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
Issue #896 - Add checking for MIME-type parameter fhirVersion #2434
Conversation
f944279
to
1cc3a08
Compare
Would we want to use 4.0.0 and 4.0.1 as supported versions or is 4.0 sufficient? |
fhir-server-test/src/test/java/com/ibm/fhir/server/test/BasicServerTest.java
Show resolved
Hide resolved
fhir-server/src/main/java/com/ibm/fhir/server/filter/rest/FHIRRestServletFilter.java
Outdated
Show resolved
Hide resolved
fhir-server/src/main/java/com/ibm/fhir/server/filter/rest/FHIRRestServletFilter.java
Outdated
Show resolved
Hide resolved
Yeah, I wasn't sure about that, based on https://www.hl7.org/fhir/http.html#version-parameter, it says the value of this parameter is the publication and major version number for the specification. So it sounds like it is not supposed to include the minor version. However, I'll add 4.0.1 to the list since it is consistent with the version shown in the Capabilities statement returned on the |
fhir-server/src/main/java/com/ibm/fhir/server/filter/rest/FHIRRestServletFilter.java
Outdated
Show resolved
Hide resolved
fhir-server/src/main/java/com/ibm/fhir/server/filter/rest/FHIRRestServletFilter.java
Outdated
Show resolved
Hide resolved
fhir-server/src/main/java/com/ibm/fhir/server/filter/rest/FHIRRestServletFilter.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
7ab015e
to
1c93d23
Compare
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
1c93d23
to
a7e01ae
Compare
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
Issue #896 - Add checking for MIME-type parameter fhirVersion
Issue #896 - Add checking for MIME-type parameter fhirVersion
Signed-off-by: Troy Biesterfeld tbieste@us.ibm.com