-
Notifications
You must be signed in to change notification settings - Fork 157
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
suggest setting CapabilityStatement.rest.resource.versioning to versioned-update #2903
Comments
I think maybe
I don't think we check the Resource.meta.versionId during an update....we just overwrite that with the proper value. However, we do support the "If-Match" header, so I'm not totally sure. |
OK, I found that https://www.hl7.org/fhir/http.html#versions has a slightly expanded definition for
The first part of that sounds like what we have: "Versioning and meta.version is supported, and version aware updates are used". My concern is with the next bit (shared by the valueset definiton): "VersionId must be correct for updates"...we might need to ask for clarificatoin on chat.fhir.org |
…atement Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
this was done based on some new failures on the touchstone basic suite. after deploying the updates, that suite is now passing again with 100% conformance. |
Found that the latest release of IBM FHIR Server CapabilityStatement does not provide information for CapabilityStatement.rest.resource.versioning. Though this element is not required, a setting of "versioned-update" would indicate full versioning support.
The text was updated successfully, but these errors were encountered: