Stream: terminology
Topic: CodeSytsem Operations
Russ Hamm (Sep 21 2018 at 14:45):
Apologies if this has been asked before.
What should expected behavior be on CodeSystem-$lookup if nothing is specified for input parameters? Http 400?
Rob Hausam (Sep 21 2018 at 15:14):
I think 400 probably makes sense - the Operation Response documentation doesn't seem to be too specific about it, but that does seem consistent with the general RESTful API responses. Others can chime in.
Peter Jordan (Sep 21 2018 at 19:24):
Terminz responds with HTTP 400 and an OperationOutcome with severity=error, code = business-rule and diagnostic value stating that no code system was supplied.
Last updated: Apr 12 2022 at 19:14 UTC