FHIR IG analytics| Package | hl7.fhir.uv.cql |
| Resource Type | ValueSet |
| Id | ValueSet-context-type.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/cql-ig/ValueSet-context-type.html |
| URL | http://hl7.org/fhir/uv/cql/ValueSet/context-type |
| Version | 3.0.0-ballot |
| Status | active |
| Date | 2026-08-03 |
| Name | ContextType |
| Title | Context Type |
| Realm | uv |
| Authority | hl7 |
| Description | The set of known context types usable for CQL libraries in FHIR |
| StructureDefinition | ||
| hl7.fhir.uv.cql#current | cql-library | CQL Library |
| CodeSystem | ||
| hl7.fhir.uv.cql#current | cql-context-declaration-codes | CQL Context Declaration Codes |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet context-type
Profile: Shareable ValueSet
This value set includes codes based on the following rules:
http://cql.hl7.org/CodeSystem/cql-context-declaration-codes version 📦3.0.0| Code | Display | Definition |
| Unfiltered | Unfiltered | 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. |
{
"resourceType": "ValueSet",
"id": "context-type",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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-wg",
"valueCode": "cds"
},
{
"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/uv/cql/ValueSet/context-type",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.37.48.6"
}
],
"version": "3.0.0-ballot",
"name": "ContextType",
"title": "Context Type",
"status": "active",
"experimental": false,
"date": "2026-08-03",
"publisher": "HL7 International / Clinical Decision Support",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description": "The set of known context types usable for CQL libraries in FHIR",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"compose": {
"include": [
{
"system": "http://cql.hl7.org/CodeSystem/cql-context-declaration-codes",
"concept": [
{
"code": "Unfiltered",
"display": "Unfiltered"
}
]
},
{
"valueSet": [
"http://hl7.org/fhir/ValueSet/subject-type"
]
}
]
}
}