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.

Insert MRN as an ENCTR_ALIAS via ENCOUNTER create

Dennis DeanNov 14 2023 — edited Nov 15 2023

Workflow or API calls:

Encounter Create:
{
"resourceType": "Encounter",
"status": "in-progress",
"type": [
{
"coding": [
{
"system": "https://fhir.cerner.com/a865ac8d-7f77-434c-a6f7-9925b72079d8/codeSet/71",
"code": "144206",
"display": "Clinic Outpatient",
"userSelected": true
}
],
"text": "Clinic Outpatient"
}
],
"subject": {
"reference": "Patient/12345678",
"display": "BUILD, TESTPATIENT"
},
"location": [
{
"location": {
"reference": "Location/1234567890"
}
}
],
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND"
}
]
}
],
"period": {
"start": "2023-09-14T13:36:00.000Z"
},
"individual": {
"reference": "Practitioner/1234567"
}
}
],
"hospitalization": {
"admitSource": {
"coding": [
{
"system": "https://fhir.cerner.com/a865ac8d-7f77-434c-a6f7-9925b72079d8/codeSet/2",
"code": "12345678",
"display": "Outpatient Clinic"
}
]
}
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "279039007",
"display": "Back Pain",
"userSelected": true
}
]
},
{
"text": "Back Pain"
}
],
"period": {
"start": "2023-09-14T13:36:00.000Z"
}
}

Expected Result:

Create an encounter with the MRN inserted as an ENCNTR_ALIAS

Actual Result:

MRN is not available for the created encounter as an alias.

X-Request-Id:c84f229a-498e-462f-89e9-8794ccf93ad3+mXR4_XuTL / Cerner-Correlation-Id:

Comments
Post Details
Added on Nov 14 2023
3 comments
290 views