Book an appointment when the request is incomplete (no slot or schedule provided)
Steps
Outcome
Given TGR set default header "Content-Type" to "application/fhir+json"
SUCCESS
212ms
And TGR send POST request to "http://fhirserver/Appointment/$book" with body "!{file('src/test/resources/features/Stufe5/Terminplanung/fixtures/Appointment-Appointment-Book-Incomplete-Fixture.json')}"
And TGR current response with attribute "$.responseCode" matches "400"
SUCCESS
213ms
And FHIR current response body evaluates the FHIRPath '$this is OperationOutcome' with error message 'The response does not contain an OperationOutcome resource'