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
Is your feature request related to a problem? Please describe. FHIR spec says that for a server at example.com, the following should be treated as equivalent:
Describe the solution you'd like
On the way in, we should detect absolute references to resources on the "current host" and normalize them to relative paths.
Describe alternatives you've considered
An alternative is to convert everything to an absolute URI, but thats a bigger departure from our status quo.
Additional context
Relates to discussions wrt enforcing referential integrity between resources.
The text was updated successfully, but these errors were encountered:
Robin confirmed that with #1604 then this one will be resolved. When the full URL matches the URL of the fhir server, we strip off the URL prefix and store just the relative reference.
Is your feature request related to a problem? Please describe.
FHIR spec says that for a server at example.com, the following should be treated as equivalent:
Similarly, I think the following two search expressions should be equivalent:
Describe the solution you'd like
On the way in, we should detect absolute references to resources on the "current host" and normalize them to relative paths.
Describe alternatives you've considered
An alternative is to convert everything to an absolute URI, but thats a bigger departure from our status quo.
Additional context
Relates to discussions wrt enforcing referential integrity between resources.
The text was updated successfully, but these errors were encountered: