curl -v -H "accept: application/fhir+xml" -X GET "http://fhirserver/Slot/Slot-Read-Example"
SUCCESS
476ms
And resource has ID "Slot-Read-Example"
SUCCESS
208ms
And FHIR current response body is a valid isik5 resource and conforms to profile "https://gematik.de/fhir/isik/StructureDefinition/ISiKTerminblock"
SUCCESS
225ms
And TGR current response with attribute "$..status.value" matches "busy"
SUCCESS
215ms
And element "schedule" references resource with ID "Schedule-Read-Example" with error message "The referenced schedule is not correct"
SUCCESS
209ms
And FHIR current response body evaluates the FHIRPath "start.toString().contains('2027-01-01') or start ~ @2027-01-01" with error message 'The slot start time does not match the expected value'
SUCCESS
216ms
And FHIR current response body evaluates the FHIRPath "end.empty().not()" with error message 'The slot end time is not provided'