FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.cql
Resource TypeValueSet
IdValueSet-cql-context-declaration.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/cql-ig/ValueSet-cql-context-declaration.html
URLhttp://cql.hl7.org/ValueSet/cql-context-declaration
Version3.0.0
Statusactive
Date2026-08-03
NameCQLContextDeclaration
TitleCQL Context Declaration Value Set
Realmuv
Authorityhl7
DescriptionCodes 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.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.fhir.uv.cql#currentcql-context-declaration-codesCQL Context Declaration Codes

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet cql-context-declaration


Source1

{
  "resourceType": "ValueSet",
  "id": "cql-context-declaration",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "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://cql.hl7.org/ValueSet/cql-context-declaration",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.37.48.7"
    }
  ],
  "version": "3.0.0",
  "name": "CQLContextDeclaration",
  "title": "CQL Context Declaration Value Set",
  "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": "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": "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"
      }
    ]
  }
}