-
Notifications
You must be signed in to change notification settings - Fork 25
QDM Related Formatting Conventions
Bryn Rhodes edited this page Jul 13, 2016
·
4 revisions
In addition to general CQL Formatting Conventions, the following guidelines are intended to promote consistency and reusability of CQL developed for measures that use the Quality Data Model (QDM) to represent patient information.
Identifiers for top-level named expressions should follow these guidelines:
- Always use quoted identifiers
- Use Title Case and appropriate spacing
- Provide a descriptive, meaningful name
- Always use quoted identifiers
- Use PascalCase plus appropriate spacing
- Use the friendly name ["Encounter, Performed"]
- Never use quoted identifiers
- Use camelCase admissionDateTime
- Never use quoted identifiers
- Use PascalCase Encounter
- Don't use abbreviations MedicationOrder
- Use descriptive names AsthmaMedication
Authoring Patterns - QICore v4.1.1
Authoring Patterns - QICore v5.0.0
Authoring Patterns - QICore v6.0.0
Cooking with CQL Q&A All Categories
Additional Q&A Examples
Developers Introduction to CQL
Specifying Population Criteria