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

FHIR IG analytics

Packagehl7.cql
Resource TypeCodeSystem
IdCodeSystem-cql-capability-characteristic-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/cql/CodeSystem-cql-capability-characteristic-codes.html
URLhttp://cql.hl7.org/CodeSystem/cql-capability-characteristic-codes
Version2.0.0-ballot
Statusactive
Date2025-10-24T16:45:25+00:00
NameCQLCapabilityCharacteristicCodes
TitleCQL Capability Characteristic Codes
Authorityhl7
DescriptionCodes for CQL versions.
Contentcomplete

Resources that use this resource

ValueSet
cql-capability-characteristic-codesCQL Capability Characteristic Codes

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem cql-capability-characteristic-codes

This case-sensitive code system http://cql.hl7.org/CodeSystem/cql-capability-characteristic-codes defines the following codes:

CodeDisplayDefinition
version VersionThe version of FHIRPath in which the features being tested were introduced. This should correspond to a published or planned published version of FHIRPath.
versionTo VersionToThe last version of the specification in which the features being tested appears.
value ValueA qualifier value used to provide more detail about the capability.
valueMeaning Value MeaningA description of the meaning of qualifier values for the capability.
reference ReferenceA reference to the specification documenting this capability.

Source1

{
  "resourceType": "CodeSystem",
  "id": "cql-capability-characteristic-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "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": 2
    }
  ],
  "url": "http://cql.hl7.org/CodeSystem/cql-capability-characteristic-codes",
  "version": "2.0.0-ballot",
  "name": "CQLCapabilityCharacteristicCodes",
  "title": "CQL Capability Characteristic Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-10-24T16:45:25+00:00",
  "publisher": "Clinical Decision Support WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss/index.cfm"
        }
      ]
    }
  ],
  "description": "Codes for CQL versions.",
  "caseSensitive": true,
  "valueSet": "http://cql.hl7.org/ValueSet/cql-capability-characteristic-codes",
  "content": "complete",
  "concept": [
    {
      "code": "version",
      "display": "Version",
      "definition": "The version of FHIRPath in which the features being tested were introduced. This should correspond to a published or planned published version of FHIRPath."
    },
    {
      "code": "versionTo",
      "display": "VersionTo",
      "definition": "The last version of the specification in which the features being tested appears."
    },
    {
      "code": "value",
      "display": "Value",
      "definition": "A qualifier value used to provide more detail about the capability."
    },
    {
      "code": "valueMeaning",
      "display": "Value Meaning",
      "definition": "A description of the meaning of qualifier values for the capability."
    },
    {
      "code": "reference",
      "display": "Reference",
      "definition": "A reference to the specification documenting this capability."
    }
  ]
}