curl -v -H "accept: application/fhir+xml" -X GET "http://fhirserver/Patient/?name=Graf"
SUCCESS
592ms
And FHIR current response body evaluates the FHIRPath 'entry.resource.count() > 0' with error message 'No search results were found'
SUCCESS
215ms
And FHIR current response body evaluates the FHIRPath "entry.resource.all(name.where(family.toString().matches('Graf
Gräfin') or given.where(value.toString().matches('Graf
Gräfin'))).exists())" with error message 'There are search results, but they do not fully match the search criteria'
SUCCESS
216ms
And FHIR current response body is a valid CORE resource and conforms to profile "https://hl7.org/fhir/StructureDefinition/Bundle"
SUCCESS
243ms
And Check if current response of resource "Patient" is valid isik5 resource and conforms to profile "https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient"