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.

No Data Returning (CommunityWorks)

Yaritza Spruill5 days ago

Working with a CommunityWorks client and am able to make requests for org, practitioner, patient, and location listings. I am unable to retrieve data when requesting appointment or slot data. I am receiving a 200 status for both request types but no data.

Appointment request example:

https://fhir-ehr.cerner.com/r4/{{tenant id}}/Appointment?date=ge2025-10-07T12:00:00.000Z&date=lt2026-01-15T00:00:00Z&practitioner={{practitioner resource id}}

Response: 200 status

"resourceType": "Bundle",

"id": "f14a4c62-7bef-4f33-96bd-724dd0a9b98c",

"type": "searchset",

"link": \[

    {

        "relation": "self",

        "url": "https://fhir-ehr.cerner.com/r4/{{tenant id}}/Appointment?date=ge2025-10-07T12%3A00%3A00.000Z&date=lt2026-01-15T00%3A00%3A00Z&practitioner={{practitioner resource id}}"

    }

Slot Request:

https://fhir-ehr.cerner.com/r4/{{tenant id}}/Slot?service-type=https://fhir.cerner.com/{{tenant id}}/codeSet/14249|1923886151&start=ge2025-10-08T12:00:00.000Z&start=lt2026-01-15T00:00:00Z&-location={{location resource id}}

Response: 200 status

"resourceType": "Bundle",

"id": "c053ccce-008c-442d-9846-7ed26b48f1bf",

"type": "searchset",

"link": \[

    {

        "relation": "self",

        "url": "https://fhir-ehr.cerner.com/r4/{{tenant id}}/Slot?service-type=https%3A%2F%2Ffhir.cerner.com%2F6aeeb1a0-1a0d-40b6-a477-0bb70c9416f3%2FcodeSet%2F14249%7C1923886151&start=ge2025-10-08T12%3A00%3A00.000Z&start=lt2026-01-15T00%3A00%3A00Z&\_count=50&-location={{location resource id}}"
Comments
Post Details
Added 5 days ago
0 comments
19 views