FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-aidbox-query.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/AidboxQuery |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/AidboxQuery |
| Version | 0.2601.0 |
| Status | active |
| Name | AidboxQuery |
| Description | Custom SQL query resource for Aidbox. |
| Type | AidboxQuery |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"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"
}