Open
Description
Hi, I am having issues updating a Search Parameter and would appreciate any advice please -
PUT
request to {{fhirHost}}/SearchParameter/location-operational-status
with body
{
"resourceType" : "SearchParameter",
"id" : "location-operational-status",
"url" : "omitted/SearchParameter/LocationOperationalStatus",
"name" : "location-operational-status",
"status" : "active",
"date" : "2023-08-29",
"publisher" : "omitted",
"contact" : [
{
"name" : "omitted"
}
],
"description" : "Returns Location resources with a specified operational status.",
"code" : "operational-status",
"base" : [
"Location"
],
"type" : "token",
"expression": "operationalStatus"
}
Response
424 Dependency Failed
{
"resourceType": "OperationOutcome",
"id": "1ed96ab150ce36ccbaefe550d95ff00a",
"meta": {
"lastUpdated": "2023-12-01T15:32:49.8003786+00:00"
},
"issue": [
{
"severity": "error",
"code": "exception",
"diagnostics": "An error occurred updating the custom search parameter. The issue must be resolved and the update resubmitted to be applied."
},
{
"severity": "error",
"code": "exception",
"diagnostics": "Value cannot be null. (Parameter 'key')"
}
]
}
Thank you!