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

Testing Search Parameters Against A Resource Of Type Patient (@patient-Search)

  Mandatory   Basis   Under 1 Second (Duration)   Stufe5

Search for Patient by ID

Scenario Outline

When Get FHIR resource at "http://fhirserver/Patient/?_id=${data.patient-read-id}" with content type "xml"
And FHIR current response body is a valid CORE resource and conforms to profile "https://hl7.org/fhir/StructureDefinition/Bundle"
And response bundle contains resource with ID "${data.patient-read-id}" with error message "The requested Patient ${data.patient-read-id} is not contained in the response bundle"

Examples: 

# Search Param Value Search Param Type
1 _id token
2 _count number
3 identifier token
4 given string
5 family string
6 birthdate date
7 gender token
8 name string
9 address string
10 address-city string
11 address-country string
12 address-postalcode string
13 active token
14 telecom token

Examples: 

 Optional (tag)

# Search Param Value Search Param Type
15 _tag token
Steps Outcome
SUCCESS 933ms
SUCCESS 0.93s
Serenity BDD version 4.3.2