curl -v -H "accept: application/fhir+json" -X GET "http://fhirserver/Binary/Binary-PDF-Example"
SUCCESS
564ms
And FHIR current response body is a valid isik5 resource and conforms to profile "https://gematik.de/fhir/isik/StructureDefinition/ISiKBinary"
SUCCESS
216ms
And resource has ID "Binary-PDF-Example" with error message "The Binary ID does not match the expected value"
SUCCESS
216ms
And FHIR current response body evaluates the FHIRPath "contentType.value = 'application/pdf'" with error message 'The content type does not match the expected value'
SUCCESS
216ms
And FHIR current response body evaluates the FHIRPath "data.value.empty().not()" with error message 'The data value does not match the expected value'