{
"description": "Codes for specification-defined CQL context declarations. Models define what contexts are available beyond the ones defined here. See the [Context](https://cql.hl7.org/02-authorsguide.html#context) discussion in the CQL specification for complete details.",
"_filename": "CodeSystem-cql-context-declaration-codes.json",
"package_name": "hl7.fhir.uv.cql",
"date": "2026-08-03",
"meta": {
"profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
},
"publisher": "HL7 International / Clinical Decision Support",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
} ]
} ],
"content": "complete",
"property": [ {
"uri": "http://hl7.org/fhir/concept-properties#status",
"code": "status",
"type": "code",
"description": "A property that indicates the status of the concept. If the property is identified by this URL, then it SHALL use at least these status values (where appropriate):\\n\\n* active - the concept is for normal use\\n* experimental - provided for trial, but may be removed in the future\\n* deprecated - planned to be removed from use\\n* retired - still present for historical reasons, but no longer allowed to be used\\n\\nThe HL7 defined code systems (whether defined by the FHIR project, the V3 framework, or the V2 standard) all use this property to define their status. HL7 uses `active` (and considers this the default status), and deprecated and retired (= inactive)."
} ],
"name": "CQLContextDeclarationCodes",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "CQL Context Declaration Codes",
"package_version": "3.0.0-ballot",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
"valueCode": "shareable"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
"valueCode": "computable"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
"valueCode": "publishable"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel",
"valueCode": "structured"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cds"
} ],
"status": "active",
"id": "69cdad1c-bc82-41c9-9f49-1055019dc45e",
"valueSet": "http://cql.hl7.org/ValueSet/cql-context-declaration",
"kind": null,
"url": "http://cql.hl7.org/CodeSystem/cql-context-declaration-codes",
"identifier": [ {
"value": "urn:oid:2.16.840.1.113883.4.642.40.37.16.2",
"system": "urn:ietf:rfc:3986"
} ],
"concept": [ {
"code": "Unfiltered",
"display": "Unfiltered",
"definition": "Indicates that the expressions and function definitions that follow in the library are not restricted to a particular context, as opposed to, for example, a model-defined Patient context, indicating that statements will be filtered to the particular patient in context."
}, {
"code": "Population",
"display": "Population",
"property": [ {
"code": "status",
"valueCode": "deprecated"
} ],
"definition": "Indicates that the expressions and function definitions that follow in the library are not restricted to a particular context, as opposed to, for example, a model-defined Patient context, indicating that statements will be filtered to the particular patient in context."
} ],
"caseSensitive": true,
"version": "3.0.0",
"contact": [ {
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/dss",
"system": "url"
} ]
} ]
}