Content Management Infrastructure Implementation Guide, published by Clinical Decision Support WG. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/Content-Management-Infrastructure-IG/ and changes regularly. See the Directory of published versions
To support flexible representation and packaging of measure and library artifacts for different use cases, this implementation guide uses four general categories of profiles, aligned with the knowledge capabilities established by the CPG-on-FHIR implementation guide:
Artifact | Shareable | Computable | Publishable | Executable |
---|---|---|---|---|
CodeSystem | N/A (use base ShareableCodeSystem) | N/A (no requirements) | CMIPublishableCodeSystem | N/A (no requirements) |
Library | CMILibrary | CMIComputableLibrary | CMIPublishableLibrary | CMIExecutableLibrary |
Measure | CMIMeasure | CMIComputableMeasure | CMIPublishableMeasure | CMIExecutableMeasure |
ValueSet | N/A (use base ShareableValueSet) | CMIComputableValueSet | CMIPublishableValueSet | CMIExecutableValueSet |
In addition, measures are required to conform to the appropriate measure profile based on their scoring type:
Scoring Type | Profile |
---|---|
Cohort | CMICohortMeasure |
Proportion | CMIProportionMeasure |
Ratio | CMIRatioMeasure |
Continuous Variable | CMIContinuousVariableMeasure |
Composite | CMICompositeMeasure |
To support packaging, testing, and distribution of measure and library artifacts, this implementation guide defines the following additional profiles:
Profile | Description |
---|---|
CMICapabilityStatement | A system capability statement that can express which version of CQL is supported |
CMIDevice | A software device used in the creation, validation, evaluation, packaging, and/or testing of a library or measure artifact. |
CMIModelInfoLibrary | A library profile used to distribute model information libraries used in quality measurement. |
CMIModuleDefinitionLibrary | A library profile used to define and exchange effective data requirements and usage information for an artifact (or collection of artifacts) used in quality measurement. |
CMITestCase | A measure report profile that allows definition and exchange of test cases for a measure. |
CMIQualityProgram | A library profile used to establish a set of related quality improvement artifacts such as a measure program and supports the definition of Quality Program. The set of identified quality programs is not exhaustive and this IG is not prescribing codes for programs. |