Skip to Main Content

API, CLI, SDK & Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting 500 response while updating encounter extension

Muhammed MunisMar 3 2025

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

Comments
Post Details
Added on Mar 3 2025
1 comment
113 views