Aidbox Search Parameters
Aidbox Search Parameters will be ignored if Aidbox operates with the FHIR Schema validator engine. Please contact us if you need assistance migrating to FHIR Search Parameters.
If you want to migrate from Aidbox SearchParameter to FHIR SearchParameter see this guide.
You can define custom search params by just creating SearchParameter resource. Let's say you want to search patient by city:
Now let's test new search parameter
Aidbox format example
Be aware of the Aidbox format in "expression".
In this example, the ["value", "string"]
expression is used to look into FHIR valueString
field:
Define custom SearchParameter with extension
If you have defined first-class extension, you have to use Aidbox format for the SearchParameter expression. If you use FHIR format, you don't need to create Attribute and the expression
path should be in FHIR format.
If you use Zen IG then first-class extensions are generated from zen-schemas. You have to use Aidbox format for the custom SearchParameter expression
(check tab #3 in the example above).
Last updated