Hi everyone,
I'm trying to write data to the r4.smarthealthit.org/Patient FHIR endpoint, but I'm getting a 500 Internal Server Error in response. Here's the error response I received:
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "processing",
"diagnostics": "Failed to call access method: org.springframework.messaging.MessagingException: Uncategorized exception occurred during JMS processing; nested exception is javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Broker named 'Master-broker' does not exist.; nested exception is org.springframework.jms.UncategorizedJmsException: Uncategorized exception occurred during JMS processing; nested exception is javax.jms.JMSException: Could not create Transport. Reason: java.io.IOException: Broker named 'Master-broker' does not exist."
}
]
}
It looks like there's some internal messaging or broker issue on the server side. I'm wondering:
-
Is this a known issue with the sandbox?
-
Is there a workaround or an alternative endpoint I could use for writing test data?
-
Should I avoid certain types of operations that might be causing this?
Any guidance or help would be appreciated. I really appreciate any help you can provide.
Thanks!