-
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
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 <[email protected]>
…atement (#2906) * issue #2903 - add versioning element to all resources in CapabilityStatement Signed-off-by: Lee Surprenant <[email protected]> * change from vesioned to versioned-update Signed-off-by: Lee Surprenant <[email protected]>
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: