diff --git a/input/vocabulary/CodeSystem-cql-language-capabilities.json b/input/vocabulary/CodeSystem-cql-language-capabilities.json index 5890ca8..6eae046 100644 --- a/input/vocabulary/CodeSystem-cql-language-capabilities.json +++ b/input/vocabulary/CodeSystem-cql-language-capabilities.json @@ -1880,9 +1880,19 @@ "property": [ { "code": "version", "valueString": "1.0" }, { "code": "reference", "valueString": "https://cql.hl7.org/09-b-cqlreference.html#errors-and-messaging" } + ], + "concept": [ + { + "code": "diagnostic-operators.message", + "display": "Diagnostic Operators message", + "definition": "The Message operator provides a run-time mechanism for returning messages, warnings, traces, and errors to the calling environment.", + "property": [ + { "code": "version", "valueString": "1.0" }, + { "code": "reference", "valueString": "https://cql.hl7.org/09-b-cqlreference.html#message" } + ] + } ] }, - { "code": "single-source-query", "display": "Single source query",