Skip to Main Content

Bulk Data 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.

Bulk Encounter to populate the new encounters in Sandbox

John Peter RaviAug 13 2025

I have created the encounter below in the sandbox environment. But I wasn't able to view it in the bulk export.

How can I get that in my bulk export?

Request that I am trying:
https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Group/11ec-d16a-c763b73e-98e8-a31715e6a2bf/$export?_type=Encounter

Encounter that I have created in the sandbox:
{
"resourceType": "Encounter",
"id": "99911146",
"meta": {
"versionId": "0",
"lastUpdated": "2025-08-12T15:07:41.000Z"
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Encounter</b></p><p><b>Patient</b>: Transcard, Peter1</p><p><b>Location</b>: Model Hospital</p><p><b>Type</b>: Outpatient</p><p><b>Class</b>: ambulatory</p><p><b>Status</b>: Finished</p><p><b>Period Start Date</b>: Mar 2, 2020 1:13 A.M. UTC</p><p><b>Period End Date</b>: Mar 5, 2020 12:00 A.M. UTC</p><p><b>Reason For Visit</b>: Neck Pain</p><p><b>Attending Physician</b>: Carter, Kristin Cerner</p><p><b>Service Provider</b>: Model Hospital</p></div>"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/319",
"code": "1077",
"display": "FIN NBR",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "AN",
"display": "Account number",
"userSelected": false
}
],
"text": "FIN NBR"
},
"system": "urn:oid:5.5.5.5.5.5.",
"value": "349476",
"period": {
"start": "2020-03-02T01:13:00.000Z"
}
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory",
"userSelected": false
},
"type": [
{
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/71",
"code": "309309",
"display": "Outpatient",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0004",
"code": "O",
"display": "Outpatient",
"userSelected": false
}
],
"text": "Outpatient"
}
],
"priority": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/3",
"code": "670840",
"display": "Elective",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
"code": "EL",
"display": "elective",
"userSelected": false
}
],
"text": "Elective"
},
"subject": {
"reference": "Patient/14870429",
"display": "Transcard, Peter1"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/333",
"code": "1119",
"display": "Attending Physician",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND",
"display": "attender",
"userSelected": false
}
],
"text": "Attending Physician"
}
],
"period": {
"start": "2020-03-02T20:01:13.000Z"
},
"individual": {
"reference": "Practitioner/11817978",
"display": "Carter, Kristin Cerner"
}
}
],
"period": {
"start": "2020-03-02T01:13:00.000Z",
"end": "2020-03-05T00:00:00.000Z"
},
"reasonCode": [
{
"text": "Neck Pain"
}
],
"hospitalization": {
"admitSource": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/2",
"code": "4326380",
"display": "Born Inside the Hospital",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/admit-source",
"code": "born",
"display": "Born in hospital",
"userSelected": false
}
],
"text": "Born Inside the Hospital"
},
"dischargeDisposition": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/19",
"code": "51873213",
"display": "Discharge/Transfer - Other Type of Inst",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code": "other-hcf",
"display": "Other healthcare facility",
"userSelected": false
}
],
"text": "Discharge/Transfer - Other Type of Inst"
}
},
"location": [
{
"location": {
"reference": "Location/21250403",
"display": "Model Hospital"
},
"status": "completed"
}
],
"serviceProvider": {
"reference": "Organization/675844",
"display": "Model Hospital"
}
}

Comments
Post Details
Added on Aug 13 2025
12 comments
107 views