Using CQL With FHIR - Downloaded Version null See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 1 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="cql-context-declaration-codes"/>
<meta>
<profile
value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
</meta>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem cql-context-declaration-codes</b></p><a name="cql-context-declaration-codes"> </a><a name="hccql-context-declaration-codes"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/R4/shareablecodesystem.html">Shareable CodeSystem</a></p></div><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class="grid"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>status</td><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>code</td><td>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).</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://cql.hl7.org/CodeSystem/cql-context-declaration-codes</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Definition</b></td><td><b>status</b></td></tr><tr><td style="white-space:nowrap">Unfiltered<a name="cql-context-declaration-codes-Unfiltered"> </a></td><td>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.</td><td/></tr><tr style="background-color: #ffeeee"><td style="white-space:nowrap">Population<a name="cql-context-declaration-codes-Population"> </a></td><td>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.</td><td>deprecated</td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability">
<valueCode value="shareable"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability">
<valueCode value="computable"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability">
<valueCode value="publishable"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel">
<valueCode value="structured"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="trial-use"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="1"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="cds"/>
</extension>
<url value="http://cql.hl7.org/CodeSystem/cql-context-declaration-codes"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.40.37.16.2"/>
</identifier>
<version value="3.0.0"/>
<name value="CQLContextDeclarationCodes"/>
<title value="CQL Context Declaration Codes"/>
<status value="active"/>
<experimental value="false"/>
<date value="2026-08-03"/>
<publisher value="HL7 International / Clinical Decision Support"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/dss"/>
</telecom>
</contact>
<description
value="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."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<caseSensitive value="true"/>
<valueSet value="http://cql.hl7.org/ValueSet/cql-context-declaration"/>
<content value="complete"/>
<property>
<code value="status"/>
<uri value="http://hl7.org/fhir/concept-properties#status"/>
<description
value="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)."/>
<type value="code"/>
</property>
<concept>
<code value="Unfiltered"/>
<display value="Unfiltered"/>
<definition
value="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."/>
</concept>
<concept>
<code value="Population"/>
<display value="Population"/>
<definition
value="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."/>
<property>
<code value="status"/>
<valueCode value="deprecated"/>
</property>
</concept>
</CodeSystem>