SQL on FHIR
2.0.0-pre - ci-build International flag

SQL on FHIR, published by HL7. This guide is not an authorized publication; it is the continuous build for version 2.0.0-pre built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/sql-on-fhir-v2/ and changes regularly. See the Directory of published versions

Logical Model: TabularViewDefinition - Detailed Descriptions

Draft as of 2024-10-03

Definitions for the TabularViewDefinition logical model.

Guidance on how to interpret the contents of this table can be found here

0. ViewDefinition
Logical ModelInstances of this logical model are not marked to be the target of a Reference
2. ViewDefinition.select
4. ViewDefinition.select.column
Invariantsno-collections: Tabular view columns must not be collections. (collection.empty() or collection = false)
primitives-only: Tabular view columns only contain primitive values. (type in ('base64Binary' | 'boolean' | 'canonical' | 'code' | 'dateTime' | 'decimal' | 'id' | 'instant' | 'integer' | 'integer64' | 'markdown' | 'oid' | 'string' | 'positiveInt' | 'time' | 'unsignedInt' | 'url' | 'uuid'))