-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
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
Conditional PATCH returns NullPointerException #3773
Comments
I was able to reproduce it and captured the following stack trace:
|
lmsurpre
added a commit
that referenced
this issue
Jul 12, 2022
Signed-off-by: Lee Surprenant <lmsurpre@merative.com>
lmsurpre
added a commit
that referenced
this issue
Jul 13, 2022
issue #3773 - add guard to avoid NPE for conditional patch
QA: test both JSONPatch and FHIRPathPatch and confirm no NPE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Request:
PATCH /fhir-server/api/v4/Patient?_id={existing_id}
Response:
There's the same error when different filters are passed.
The text was updated successfully, but these errors were encountered: