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

Testing Search Parameters Against A Resource Of Type Practitioner (@practitioner-Search)

  Mandatory   Basis   1 To 10 Seconds (Duration)   Stufe5

Search for Practitioner resource by Identifier LANR

Scenario Outline

When Get FHIR resource at "http://fhirserver/Practitioner/?identifier=https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR%7C123456789" with content type "json"
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.practitioner-read-id}" with error message "The requested Practitioner resource ${data.practitioner-read-id} is not contained in the response bundle"
And FHIR current response body evaluates the FHIRPath "entry.resource.all(identifier.where(system='https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR' and value='123456789').exists())" with error message 'There are search results, but they do not fully match the search criteria'

Examples: 

# Search Param Value Search Param Type
1 _id token
2 _count number
3 identifier token
4 given string
5 family string

Examples: 

 Optional (tag)

# Search Param Value Search Param Type
6 _tag token
7 name string
8 address string
9 gender token
Steps Outcome
SUCCESS 1s 154ms
SUCCESS 1.15s
Serenity BDD version 4.3.2