fhirbase / fhirbase-plv8

[DEPRECATED] Fhirbase 2.0 is an FHIR relational storage
https://health-samurai.io/fhirbase
Other
105 stars 39 forks source link

Delete for resource not found should be 204 #166

Closed vadi2 closed 7 years ago

vadi2 commented 7 years ago

fhirbase currently returns 404 for fhir_delete_resource on a non-existing resource, but it should be 204 http://build.fhir.org/http.html#delete: if the resource does not exist at all, the server should return 204 No Content.