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
Bundle transaction processing should replace local references in resource ids, elements of type uri, url, oid, uuid, and <a href=“” & <img src=“” in the narrative.
#2993
Servers SHALL replace all matching links in the bundle, whether they are found in the resource ids, resource references, elements of type uri, url, oid, uuid, and <a href=“” & <img src=“” in the narrative. Elements of type canonical are not replaced.
Today, the IBM FHIR Server only replaces local references in elements of type Reference. Local references should be replaced in all of the elements specified above.
Describe the solution you'd like
The IBM FHIR Server should replace all local references in resource ids, elements of type uri, url, oid, uuid, and <a href=“” & <img src=“” in the narrative.
Describe alternatives you've considered
Acceptance Criteria
GIVEN a transaction bundle with resources A and B
AND resource A is a POST
AND resource B is a POST or PUT with a local reference to the fullUrl for resource A in a resource id, element of type uri, url, oid, uuid, or <a href=“” or <img src=“” tag in the narrative
WHEN the bundle is posted to the server
THEN the local reference in resource B is updated to the assigned resource id of resource A
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
We should move this one to the icebox, but first we should at least make a comment in our Conformance.md that we're purposefully deviating from the spec on this one
Is your feature request related to a problem? Please describe.
From https://www.hl7.org/fhir/http.html#trules
Today, the IBM FHIR Server only replaces local references in elements of type
Reference
. Local references should be replaced in all of the elements specified above.Describe the solution you'd like
The IBM FHIR Server should replace all local references in resource ids, elements of type uri, url, oid, uuid, and <a href=“” & <img src=“” in the narrative.
Describe alternatives you've considered
Acceptance Criteria
AND resource A is a POST
AND resource B is a POST or PUT with a local reference to the fullUrl for resource A in a resource id, element of type uri, url, oid, uuid, or <a href=“” or <img src=“” tag in the narrative
WHEN the bundle is posted to the server
THEN the local reference in resource B is updated to the assigned resource id of resource A
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: