You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type – a resource type that is part of the patient compartment like Condition or Observation
token-param – a search param of type token like code
system, code – the value of the token search param that has to include a system URL
subject/patient – either a subject or a patient search parameter
id-0, id-1 – one or more patient ID's
Other additional search parameters are allowed. The order of the search parameters doesn't matter.
In case all requirements hold, the performance optimisation will use the patient compartment indices in order to process the query. Using the patient compartment indices ensures that the combination of token search parameter and patient is directly accessed via a single index.
Performance is documented here. TLDR It's super fast.
The text was updated successfully, but these errors were encountered:
The performance of FHIR Search queries that include a search parameter of type
token
and asubject
orpatient
search parameter should be improved.The queries have the following form:
were:
type
– a resource type that is part of the patient compartment likeCondition
orObservation
token-param
– a search param of type token likecode
system
,code
– the value of the token search param that has to include a system URLsubject/patient
– either asubject
or apatient
search parameterid-0
,id-1
– one or more patient ID'sOther additional search parameters are allowed. The order of the search parameters doesn't matter.
In case all requirements hold, the performance optimisation will use the patient compartment indices in order to process the query. Using the patient compartment indices ensures that the combination of token search parameter and patient is directly accessed via a single index.
Performance is documented here. TLDR It's super fast.
The text was updated successfully, but these errors were encountered: