description: Custom search query resource for Aidbox. package_name: io.health-samurai.core.r5 derivation: specialization name: SearchQuery type: SearchQuery elements: _source: {type: string, short: System Property. DO NOT USE IT., index: 0} resource: {type: Reference, short: Reference to the resource type to search., index: 1} total: {type: boolean, short: Whether to include total count in results., index: 2} as: {type: string, short: Alias for the resource in the query., index: 3} limit: {type: integer, short: Maximum number of results to return., index: 4} params: {short: Search parameters for the query., index: 5} includes: {short: Resources to include with the results., index: 6} query: type: BackboneElement short: Detailed query configuration. index: 7 elements: order-by: {type: string, short: Column or expression to order results by., index: 8} join: {short: Join conditions for the query., index: 9} where: {type: string, short: Where clause for the query., index: 10} package_version: 0.2601.0 class: resource kind: resource url: http://health-samurai.io/fhir/core/StructureDefinition/SearchQuery base: http://hl7.org/fhir/StructureDefinition/DomainResource version: 0.2601.0 required: [resource]