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!