-
Notifications
You must be signed in to change notification settings - Fork 518
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
PUT search parameter results in "invalid" 400 error #3595
Comments
Would you mind adding the body of your request? Thanks! |
{ |
Worth noting that this is happening for all our Search Parameters, not just this one. And last week the same PUT requests were working with no errors |
What Field are you trying to update in that example? and could you share what's the original search parameter? |
Hi @dfjones1981,
|
@dfjones1981 - If no further comments, the issue will be closed in a week |
Closing the issue per above comment |
Describe the bug
When attempting to change the value of a SearchParameter via a PUT request we receive a 400 error
Snippet of response here, with personal data replaced:
"issue": [
{
"severity": "error",
"code": "invalid",
"diagnostics": "A search parameter with the same code value 'yourid' already exists for base type 'base-type-here'.",
"location": [
"Code // OperationOutcome.Location is deprecated, please use OperationOutcome.Expression"
],
"expression": [
"Code"
]
}
]
This behaviour worked correctly a few weeks ago when it was last attempted. We're using the Azure Health Data FHIR Service.
FHIR Version?
R4
Data provider?
SQL Server
To Reproduce
Steps to reproduce the behavior:
Expected behavior
200 response and the Search Parameter updated
Actual behavior
400 response and the Search Parameter not updated
The text was updated successfully, but these errors were encountered: