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

Testing Search Parameters Against A Resource Of Type Relatedperson (@relatedperson-Search)

  Mandatory   Basis   1 To 10 Seconds (Duration)   Stufe5

Search for RelatedPerson by ID

Scenario Outline

When Get FHIR resource at "http://fhirserver/RelatedPerson/?_id=${data.relatedperson-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 FHIR current response body evaluates the FHIRPath 'entry.resource.count() > 0' with error message 'No search results were found'
And response bundle contains resource with ID "${data.relatedperson-read-id}" with error message "The requested RelatedPerson ${data.relatedperson-read-id} is not contained in the response bundle"

Examples: 

# Search Param Value Search Param Type
1 _id token
2 _count number
3 patient reference

Examples: 

 Optional (tag)

# Search Param Value Search Param Type
4 _tag token
5 name string
6 address string
7 address-city string
8 address-country string
9 address-postalcode string
Steps Outcome
SUCCESS 1s 198ms
SUCCESS 1.2s
Serenity BDD version 4.3.2