Aidbox Search Parameters
Last updated
Was this helpful?
Last updated
Was this helpful?
Aidbox Search Parameters will be ignored if Aidbox operates with the . Please contact if you need assistance migrating to FHIR Search Parameters.
If you want to migrate from Aidbox SearchParameter to FHIR SearchParameter see
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
In this example, the ["value", "string"]
expression is used to look into FHIR valueString
field:
Be aware of the in "expression".
If you have defined , 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 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).