Quality Measure Implementation Guide
2.0.0 - STU 2 International flag

Quality Measure Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-cqm/ and changes regularly. See the Directory of published versions

Library: IG Continuous Variable Measure Logic (Experimental)

Official URL: http://hl7.org/fhir/uv/cqm/Library/IGContinuousVariable Version: 2.0.0
Standards status: Informative Computable Name: IGContinuousVariable
Other Identifiers: OID:2.16.840.1.113883.4.642.40.61.28.44

IGContinuousVariable

Metadata
Title IG Continuous Variable Measure Logic
Version 2.0.0
Identifier urn:oid:2.16.840.1.113883.4.642.40.61.28.44
Experimental true
Jurisdiction http://unstats.un.org/unsd/methods/m49/m49.htm#001
Topic FHIR
Topic CQL
Steward (Publisher) HL7 International / Clinical Quality Information
Description

IGContinuousVariable

Type http://terminology.hl7.org/CodeSystem/library-type#logic-library
Data Requirement Type: Encounter
Profile(s): Encounter
Data Requirement Type: Procedure
Profile(s): Procedure
Data Requirement Type: Observation
Profile(s): Observation
Parameters
Name Use Card. Type Documentation
Patient Out 0..1 Patient
Initial Population Out 0..1 boolean
Measure Population Out 0..1 boolean
Measure Population Exclusion Out 0..1 boolean
Library Content
CQL Content
library IGContinuousVariable

using FHIR version '4.0.1'

include FHIRHelpers version '4.0.1' called FHIRHelpers

context Patient

define "Initial Population":
  exists ([Encounter])

define "Measure Population":
  exists ([Procedure])

define "Measure Population Exclusion":
  Patient.deceased is true

define function "Measure Observation"(Patient Patient):
  Count([Observation])
ELM XML Content
Encoded data 
ELM JSON Content
Encoded data 
Generated using version 0.5.6 of the sample-content-ig Liquid templates