We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieving a single deleted resource gives the expected 410 result, but in a search deleted resources are included in the result bundle.
For example: DELETE http://spark.furore.com/fhir/Patient/pat4 GET http://spark.furore.com/fhir/Patient/pat4 (results in 410) GET http://spark.furore.com/fhir/Patient/ (still lists pat4)
The text was updated successfully, but these errors were encountered:
fix for issue #54
cc53b47
Fixed on dstu2/develop with commit #cc53b47db7c349c9675adb1fa75184b576670b85
Sorry, something went wrong.
CorinaCiocanea
No branches or pull requests
Retrieving a single deleted resource gives the expected 410 result, but in a search deleted resources are included in the result bundle.
For example:
DELETE http://spark.furore.com/fhir/Patient/pat4
GET http://spark.furore.com/fhir/Patient/pat4 (results in 410)
GET http://spark.furore.com/fhir/Patient/ (still lists pat4)
The text was updated successfully, but these errors were encountered: