From 2ce1d5bb509a9e092f53c898756e817f50cf6a3d Mon Sep 17 00:00:00 2001 From: Anton Vasetenkov Date: Mon, 15 Sep 2025 21:44:56 +1200 Subject: [PATCH] [FHIR-52780](https://jira.hl7.org/browse/FHIR-52780): Fix contextRelationship rule --- input/images/cql/cql.g4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/images/cql/cql.g4 b/input/images/cql/cql.g4 index bb04a28..b598987 100644 --- a/input/images/cql/cql.g4 +++ b/input/images/cql/cql.g4 @@ -211,7 +211,7 @@ typeInfo ; contextRelationship - : 'related' 'to' qualifiedIdentifier 'context' 'by' '{' identifier (',' identifier)* '}' + : 'related' 'to' qualifiedIdentifier 'by' '{' identifier (',' identifier)* '}' ; conversionInfoDefinition