Request: PATCH /fhir-server/api/v4/Patient?_id={existing_id}
Response:
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "fatal",
"code": "exception",
"details": {
"text": "NullPointerException: <null message>"
}
}
]
}
There's the same error when different filters are passed.
Request:
PATCH /fhir-server/api/v4/Patient?_id={existing_id}Response:
There's the same error when different filters are passed.