Serenity BDD Report
Report generated 23-03-2026 09:39

Testing Search Parameters Against The Healthcareservice Resource (@healthcareservice-Search)

  Terminplanung   Mandatory   Under 1 Second (Duration)   Stufe5

Search for the HealthcareService by service type

Scenario Outline

Then Get FHIR resource at "http://fhirserver/HealthcareService/?<searchParameter>=<searchValue>" with content type "json"
And FHIR current response body evaluates the FHIRPath 'entry.resource.ofType(HealthcareService).count() > 0' with error message 'No search results were found'
And FHIR current response body evaluates the FHIRPath "entry.resource.ofType(HealthcareService).all(<coding>.coding.where(code='<searchValue>').exists())" with error message 'There are search results, but they do not fully match the search criteria.'

Examples: 

# Search Parameter Coding Search Value
1 service-type type ${data.healthcareservice-read-servicetype-code}
Steps Outcome
SUCCESS 991ms
SUCCESS 0.99s
Serenity BDD version 4.3.2