PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/SearchQuery
{
  "description": "Custom search query resource for Aidbox.",
  "_filename": "StructureDefinition-search-query.json",
  "package_name": "io.health-samurai.core.r4",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "SearchQuery",
  "abstract": false,
  "type": "SearchQuery",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.2601.0",
  "status": "active",
  "id": "9eaaa8d5-a336-45e2-b32f-bcc7e7ddd770",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/SearchQuery",
  "version": "0.2601.0",
  "differential": {
    "element": [ {
      "id": "SearchQuery",
      "max": "*",
      "min": 0,
      "path": "SearchQuery"
    }, {
      "id": "SearchQuery._source",
      "max": "1",
      "min": 0,
      "path": "SearchQuery._source",
      "type": [ {
        "code": "string"
      } ],
      "short": "System Property. DO NOT USE IT."
    }, {
      "id": "SearchQuery.resource",
      "max": "1",
      "min": 1,
      "path": "SearchQuery.resource",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "Reference to the resource type to search."
    }, {
      "id": "SearchQuery.total",
      "max": "1",
      "min": 0,
      "path": "SearchQuery.total",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Whether to include total count in results."
    }, {
      "id": "SearchQuery.as",
      "max": "1",
      "min": 0,
      "path": "SearchQuery.as",
      "type": [ {
        "code": "string"
      } ],
      "short": "Alias for the resource in the query."
    }, {
      "id": "SearchQuery.limit",
      "max": "1",
      "min": 0,
      "path": "SearchQuery.limit",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Maximum number of results to return."
    }, {
      "id": "SearchQuery.params",
      "max": "1",
      "min": 0,
      "path": "SearchQuery.params",
      "short": "Search parameters for the query.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "SearchQuery.includes",
      "max": "1",
      "min": 0,
      "path": "SearchQuery.includes",
      "short": "Resources to include with the results.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "SearchQuery.query",
      "max": "1",
      "min": 0,
      "path": "SearchQuery.query",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Detailed query configuration."
    }, {
      "id": "SearchQuery.query.order-by",
      "max": "1",
      "min": 0,
      "path": "SearchQuery.query.order-by",
      "type": [ {
        "code": "string"
      } ],
      "short": "Column or expression to order results by."
    }, {
      "id": "SearchQuery.query.join",
      "max": "1",
      "min": 0,
      "path": "SearchQuery.query.join",
      "short": "Join conditions for the query.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "SearchQuery.query.where",
      "max": "1",
      "min": 0,
      "path": "SearchQuery.query.where",
      "type": [ {
        "code": "string"
      } ],
      "short": "Where clause for the query."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}