FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r3
Resource TypeStructureDefinition
IdStructureDefinition-search-query.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

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