FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/cql-version

Packagehl7.fhir.uv.cmi
TypeCodeSystem
Idcql-version
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/cmi/https://build.fhir.org/ig/HL7/Content-Management-Infrastructure-IG/CodeSystem-cql-version.html
URLhttp://hl7.org/fhir/uv/cmi/CodeSystem/cql-version
Version0.1.0
Statusactive
Date2021-08-31T23:21:03-06:00
NameCQLVersion
TitleCQL Version Codes
Realmuv
Authorityhl7
DescriptionThe version of CQL supported
Contentcomplete

Resources that use this resource

ValueSet
cql-versionCQL Version

Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/uv/cmi/CodeSystem/cql-version defines the following codes:

CodeDisplay
1.0 CQL Version 1.0
1.1 CQL Version 1.1
1.2 CQL Version 1.2
1.3 CQL Version 1.3
1.4 CQL Version 1.4
1.5 CQL Version 1.5

Source

{
  "resourceType": "CodeSystem",
  "id": "cql-version",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/cmi/CodeSystem/cql-version",
  "version": "0.1.0",
  "name": "CQLVersion",
  "title": "CQL Version Codes",
  "status": "active",
  "experimental": false,
  "date": "2021-08-31T23:21:03-06:00",
  "publisher": "Clinical Decision Support WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "The version of CQL supported",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/uv/cmi/ValueSet/cql-version",
  "content": "complete",
  "concept": [
    {
      "code": "1.0",
      "display": "CQL Version 1.0"
    },
    {
      "code": "1.1",
      "display": "CQL Version 1.1"
    },
    {
      "code": "1.2",
      "display": "CQL Version 1.2"
    },
    {
      "code": "1.3",
      "display": "CQL Version 1.3"
    },
    {
      "code": "1.4",
      "display": "CQL Version 1.4"
    },
    {
      "code": "1.5",
      "display": "CQL Version 1.5"
    }
  ]
}