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.
Ran an $export using _type and _typeFilter that I did not match any data so nothing was exported.
Ran $bulkdata-status to for the associated jobId.
Describe the solution you'd like
I would like to see some indication returned by $bulkdata-status that the job finished successfully and no data was exported.
Describe alternatives you've considered
Maybe a return code would be better but I don't see this as a failure.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Ran an $export using _type and _typeFilter that I did not match any data so nothing was exported.
Ran $bulkdata-status to for the associated jobId.
{ "transactionTime": "2021-08-10T21:14:53.311Z", "request": "https://localhost:9443/fhir-server/api/v4/Patient/$export?_type=Encounter&_typeFilter=Encounter?status=active", "requiresAccessToken": false }
The status above left me guessing.
Describe the solution you'd like
I would like to see some indication returned by $bulkdata-status that the job finished successfully and no data was exported.
Describe alternatives you've considered
Maybe a return code would be better but I don't see this as a failure.
The text was updated successfully, but these errors were encountered: