I am getting an issue while updating the encounter. I am getting 500 response
X-Request-Id. -
/2BFB4E7A2089550C8CC9FE1DDB217578+3X8u_ZPlC
request : [
{
"op": "add",
"path": "/extension/-",
"value": {
"extension": [
{
"id": "ENCNTR:2822522",
"valueString": "ICD-9 Code",
"url": "custom-attribute-name"
},
{
"valueString": "test string",
"url": "custom-attribute-value"
}
],
"url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/custom-attribute"
}
}
]
response: {
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "fatal",
"code": "exception",
"details": {
"text": "Internal service error from resource store"
}
}
]
}
please help here