You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The artifact bundling uses PUT with the logical id of the artifact for canonical resources. This causes problems when multiple versions of the same artifact are loaded in the same server. Guidance in CRMI packaging is to use a conditional create:
The artifact bundling uses PUT with the logical id of the artifact for canonical resources. This causes problems when multiple versions of the same artifact are loaded in the same server. Guidance in CRMI packaging is to use a conditional create:
https://hl7.org/fhir/uv/crmi/packaging.html#fhir-bundle
We should update the artifact bundling logic to use this approach for all canonical resources.
Note that the documentation there as published has an error, the header is If-None-Exist, not ifNotExist as given in the example.
The text was updated successfully, but these errors were encountered: