Skip to content

Conditional PATCH returns NullPointerException #3773

@renom

Description

@renom

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.

Metadata

Metadata

Assignees

Labels

P1Priority 1 - Must HavebugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions