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

Testing Search Parameters Against A Resource Of Type Valueset (@valueset-Search)

  Mandatory   Basis   1 To 10 Seconds (Duration)   Stufe5

Search for ValueSet by ID

Scenario Outline

When Get FHIR resource at "http://fhirserver/ValueSet/?_id=${data.valueset-read-id}" with content type "xml"
Then TGR find the last request
And TGR current response with attribute "$.header.[~'content-type']" matches "application/fhir\+xml;\s*charset=(?i)UTF-8"
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.valueset-read-id}" with error message "The requested ValueSet ${data.valueset-read-id} is not contained in the response bundle"

Examples: 

# Search Param Value Search Param Type
1 _id token
2 _count number
3 url uri
4 version token
5 name string
6 status token

Examples: 

 Optional (tag)

# Search Param Value Search Param Type
7 _tag token
8 context-type-value composite
Steps Outcome
SUCCESS 1s 546ms
SUCCESS 1.55s
Serenity BDD version 4.3.2