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

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-aidbox-query.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/AidboxQuery
URLhttp://health-samurai.io/fhir/core/StructureDefinition/AidboxQuery
Version0.2601.0
Statusactive
NameAidboxQuery
DescriptionCustom SQL query resource for Aidbox.
TypeAidboxQuery
Kindresource

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 SQL query resource for Aidbox.",
  "derivation": "specialization",
  "fhirVersion": "4.3.0",
  "name": "AidboxQuery",
  "abstract": false,
  "type": "AidboxQuery",
  "resourceType": "StructureDefinition",
  "status": "active",
  "id": "AidboxQuery",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/AidboxQuery",
  "version": "0.2601.0",
  "differential": {
    "element": [
      {
        "id": "AidboxQuery",
        "path": "AidboxQuery",
        "min": 0,
        "max": "*"
      },
      {
        "id": "AidboxQuery._source",
        "path": "AidboxQuery._source",
        "short": "System Property. DO NOT USE IT.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AidboxQuery.params",
        "path": "AidboxQuery.params",
        "short": "Parameters for the query.",
        "min": 0,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
            "valueCode": "any"
          }
        ]
      },
      {
        "id": "AidboxQuery.query",
        "path": "AidboxQuery.query",
        "short": "SQL query string.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AidboxQuery.count-query",
        "path": "AidboxQuery.count-query",
        "short": "SQL query to count total results.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AidboxQuery.enable-links",
        "path": "AidboxQuery.enable-links",
        "short": "Whether to generate FHIR links for pagination.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "AidboxQuery.type",
        "path": "AidboxQuery.type",
        "short": "Type of query operation.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "enum-183",
            "severity": "error",
            "expression": "%context.subsetOf('query' | 'execute')",
            "human": "Query type must be one of: query, execute"
          }
        ]
      },
      {
        "id": "AidboxQuery.omit-sql",
        "path": "AidboxQuery.omit-sql",
        "short": "Whether to omit SQL in response metadata.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}