Using CQL with FHIR
1.1.0-cibuild - CIBuild International flag

Using CQL with FHIR, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cql-ig/ and changes regularly. See the Directory of published versions

: Example CQL Operations Parameters - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "cql-options-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/cql/StructureDefinition/cql-options"
    ]
  },
  "parameter" : [
    {
      "name" : "translatorVersion",
      "valueString" : "2.9.0-SNAPSHOT"
    },
    {
      "name" : "enableAnnotations",
      "valueBoolean" : true
    },
    {
      "name" : "enableLocators",
      "valueBoolean" : true
    },
    {
      "name" : "disableListDemotion",
      "valueBoolean" : true
    },
    {
      "name" : "disableListPromotion",
      "valueBoolean" : true
    },
    {
      "name" : "format",
      "valueString" : "XML"
    },
    {
      "name" : "format",
      "valueString" : "JSON"
    },
    {
      "name" : "analyzeDataRequirements",
      "valueBoolean" : true
    },
    {
      "name" : "collapseDataRequirements",
      "valueBoolean" : true
    },
    {
      "name" : "compatibilityLevel",
      "valueString" : "1.5"
    },
    {
      "name" : "enableCqlOnly",
      "valueBoolean" : false
    },
    {
      "name" : "errorLevel",
      "valueString" : "Info"
    },
    {
      "name" : "signatureLevel",
      "valueString" : "Overloads"
    },
    {
      "name" : "validateUnits",
      "valueBoolean" : true
    },
    {
      "name" : "verifyOnly",
      "valueBoolean" : false
    }
  ]
}