QualityMeasureClinicalQueryLanguageQuery
This table stores the SQL queries used on Caboodle to evaluate the named expressions contained in the CQL library.
| Column Name | Type | Description |
|---|---|---|
| QueryDefinitionLineNumber | INTEGER | The line number for the information associated with this contact. Multiple pieces of information can be associated with this contact. |
| UniqueContactDateTimeIdentifier | FLOAT | A unique contact date in decimal format. The integer portion of the number indicates the date of contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| QualityMeasureClinicalQueryLanguageQueryText | VARCHAR | This column stores a SQL query used to validate or evaluate the given CQL named expression. |
| QualityMeasureIdentifier | NUMERIC | The unique identifier (.1 item) for the measure record. |
| QualityMeasureQueryTypeCode | INTEGER | This column stores the purpose of the SQL query. |
| QualityMeasureCqlDefinitionText | VARCHAR | This column stores the CQL definition that the SQL queries are related to. |