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
When the FHIRPath ResolveFunction resolves an internal fragment reference to a resource that is contained (or is a container) it creates a new FHIRPathTree of the resolved resource. This causes an NPE when getResourceNodes is called on a node that is in the new tree but not in the original tree.
When the FHIRPath
ResolveFunction
resolves an internal fragment reference to a resource that is contained (or is a container) it creates a newFHIRPathTree
of the resolved resource. This causes an NPE whengetResourceNodes
is called on a node that is in the new tree but not in the original tree.https://github.com/IBM/FHIR/blob/cb16c9fcb7d91f1cfd5e1fbf6f9975f8de38e18e/fhir-path/src/main/java/com/ibm/fhir/path/util/FHIRPathUtil.java#L1184-L1188
The text was updated successfully, but these errors were encountered: