Hi, we have installed the latest version of the hapi-fhir-jpaserver-starter project which uses hapi-fhir 8.0.0 and R4 by default. We tried to use the $merge operation to merge two Patient. It seems that the method is not active. Some configuration is needed that is not present in the default application.yml? Is an additional configuration required?
This is the error message.
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "not-supported",
"diagnostics": "Invalid request: The FHIR endpoint on this server does not know how to handle POST operation[Patient/$merge] with parameters [[]]"
}
]
}
Thanks!