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}}"