Closed haotiansanro closed 1 year ago
Check that your model is setting the httpstatus and create/update annotation correcting on the resource returned from the Create
overload
https://github.com/brianpos/fhir-net-web-api/blob/5d57694e7b111912dc0fe669a8cc93f1b696daaf/src/Hl7.Fhir.DemoFileSystemServer/DirectoryResourceService.cs#L107-L110
Works now, thank you so much!
Our implementation of the facade server only processes the first entry in a Bundle POST request. By process, I mean the server returns 500 and during debugging the handling only happens for the first entry before it breaks.
I've gone through the code and am pretty convinced it's something we've done because a fresh clone of this repo processes bundles fine. I have spent an embarrassingly long time on this to no avail :) I was hoping someone could point out what I'm missing.
FHIR Bundle POST (via Postman):
Server log:
Attachment (possibly relevant missing method in Task? - see highlighted in blue at bottom of image)
https://drive.google.com/file/d/1O7KL9yZsf4IKjVZNn6rwAleA6zhPjVb6/view?usp=sharing