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.

Cerner Document Reference Error

Geeta RaniMay 30 2024 — edited May 30 2024

Hello ,

Can I some help to resolve this issue for document reference endpoint?

Request url : https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/DocumentReference

Request Data:

{
"resourceType": "DocumentReference",
"docStatus": "final",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "11506-3",
"display": "Progress Note"
}
],
"text": "Progress Note"
},
"subject": {
"reference": "Patient/12724065"
},
"content": [
{
"attachment": {
"contentType": "text/plain",
"data": "VmVuZG9yIE5hbWU6IFByb3BpbztQb3J0dWd1ZXNlOzEzMjg3DQpDYWxsIElkOiAyMzM5MTkyNw0KQ2FsbCBEdXJhdGlvbiAoU2Vjb25kcyk6IDINCkNhbGwgRW5kIFRpbWU6IDIwMjQtMDUtMzAgMTM6MDk6MDANCg=="
}
}
],
"context": {
"encounter": [
{
"reference": "Encounter/97953483"
}
]
}
}

Excepted :

Status Code: 200

Actual Result:

**X-Request-Id:**

/A8FC5D1B43D175EA1194527F542C767E+vH0s_BrEl

**opc-request-id**:

/A8FC5D1B43D175EA1194527F542C767E+vH0s_BrEl

This post has been answered by Harsh Pathak-Oracle on Jun 12 2024
Jump to Answer
Comments
Post Details
Added on May 30 2024
6 comments
426 views