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 we send an order-select hook request containing a ServiceRequest resource in the draftOrders field we receive back a card with "summary": "Unable to (pre)fetch any supported bundles.".
When we send an
order-select
hook request containing aServiceRequest
resource in thedraftOrders
field we receive back a card with "summary": "Unable to (pre)fetch any supported bundles.".This code appears to cause a
NullPointerException
whenqueryResponseBundle
isnull
.https://github.com/HL7-DaVinci/CRD/blob/master/server/src/main/java/org/hl7/davinci/endpoint/components/QueryBatchRequest.java#L95
Besides the NPE, according to @lmckenzi: "the RI should not be returning a card with a summary like that. Cards should always contain information useful to the end user. If something goes wrong, that's for the log process."
https://chat.fhir.org/#narrow/stream/180803-Da-Vinci-CRD/topic/NPE.20in.20CRD.20RI.20Server/near/391302119
The text was updated successfully, but these errors were encountered: