Skip to Main Content

R4 APIs (Millennium)

Announcement

For information related to the Oracle Partner Network (OPN) Industry Healthcare Track please visit our OPN Industry Healthcare Program page.

For specific questions related to Oracle Partner Network (OPN), please contact Partner Assistance.

Millennium FHIR and non-FHIR API Specifications and Supporting Documents can be found HERE on docs.oracle.com
Soarian FHIR API Specifications and Supporting Documents can be found HERE on docs.oracle.com.

“Internal service error from resource store” for Post Request of DocumentReference

user-hthg0Jun 14 2023

When I tried to replicate the example of the post request for DocumentReference in the documentation https://fhir.cerner.com/millennium/r4/foundation/documents/document-reference/, I got this response:

{
	"resourceType": "OperationOutcome",
	"issue": [
		{
			"severity": "fatal",
			"code": "exception",
			"details": {
				"text": "Internal service error from resource store"
			}
		}
	]
}

It seems that there's some issue with the internal service. Could anyone help me with that? Thank you!

Comments
Post Details
Added on Jun 14 2023
8 comments
654 views