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

Testing Search Parameters Against A Resource Of Type Procedure (@procedure-Search)

  Mandatory   Basis   Under 1 Second (Duration)   Stufe5

Search for Procedures by references

Scenario Outline

When Get FHIR resource at "http://fhirserver/Procedure/?<path>=<query><data>" with content type "<contentType>"
And FHIR current response body evaluates the FHIRPath 'entry.resource.count() > 0' with error message 'No search results were found'
And FHIR current response body evaluates the FHIRPath 'entry.resource.all(<entrytype>.reference.replaceMatches("/_history/.+","").matches("\\b<data>$"))' with error message 'There are search results, but they do not fully match the search criteria'

Examples: 

# Content Type Entrytype Path Query Data
1 xml encounter encounter Encounter/ ${data.encounter-read-in-progress-id}
2 json subject patient Patient/ ${data.patient-read-id}
Steps Outcome
SUCCESS 969ms
SUCCESS 993ms
SUCCESS 1.97s
Serenity BDD version 4.3.2