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 UDS+ IG does not fully define what the $import operation response will look like.
There is an example of the headers here: https://fhir.org/guides/hrsa/uds-plus/requestresponseexamples.html, but there is no example of the actual response.
Based on testing in the sandbox, it appears that we get back an array of "issues" that contain OperationOutcomes
Our FHIR parser throws this out as invalid FHIR, as we'd typically expect either a single OperationOutcome resource or Bundle containing more OperationOutcomes.
Similar to the request in Issue #59 would it be possible to get the $import response to use either one of those options?
The text was updated successfully, but these errors were encountered:
The UDS+ IG does not fully define what the $import operation response will look like.
There is an example of the headers here: https://fhir.org/guides/hrsa/uds-plus/requestresponseexamples.html, but there is no example of the actual response.
Based on testing in the sandbox, it appears that we get back an array of "issues" that contain OperationOutcomes
Our FHIR parser throws this out as invalid FHIR, as we'd typically expect either a single OperationOutcome resource or Bundle containing more OperationOutcomes.
Similar to the request in Issue #59 would it be possible to get the $import response to use either one of those options?
The text was updated successfully, but these errors were encountered: