description: Custom SQL query resource for Aidbox. package_name: io.health-samurai.core.r3 derivation: specialization name: AidboxQuery type: AidboxQuery elements: _source: {type: string, short: System Property. DO NOT USE IT., index: 0} params: {short: Parameters for the query., index: 1} query: {type: string, short: SQL query string., index: 2} count-query: {type: string, short: SQL query to count total results., index: 3} enable-links: {type: boolean, short: Whether to generate FHIR links for pagination., index: 4} type: type: string short: Type of query operation. constraint: enum-183: {human: 'Query type must be one of: query, execute', severity: error, expression: '%context.subsetOf(''query'' | ''execute'')'} index: 5 omit-sql: {type: boolean, short: Whether to omit SQL in response metadata., index: 6} package_version: 0.2601.0 class: resource kind: resource url: http://health-samurai.io/fhir/core/StructureDefinition/AidboxQuery base: http://hl7.org/fhir/StructureDefinition/DomainResource version: 0.2601.0 required: [query]