Open 0xmichalis opened 5 years ago
I can't see the FHIR specification definitively stating that 404 should be returned, so your code probably shouldn't rely on a 404 (http://www.hl7.org/fhir/patient-operation-everything.html). However I'd be happy to match HAPI's behaviour of returning a 404. A patch would be welcome.
When querying a non-existent ID with the patient ID as the last part of the path, 404 is returned correctly but when $everything is added in the end, 200 is returned instead of 404.
server log: