Workflow or API calls: Attempting to retrieve Appointments for a practitioner between specific set of dates using the DSTU2 FHIR API.
Expected Result: Appointments for the practitioner. The R4 FHIR API works and we can see Appointments. The DSTU2 version does not.
Actual Result:
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "fatal",
"code": "required",
"location": [
"/f:Appointment/f:participant[4]/f:actor",
"/f:Appointment/f:participant[4]/f:type"
]
}
]
}
X-Request-Id = 9285f9fb-c24e-4731-896f-b7e4c9f323d5