dQM CMS Content Implementation Guide
2026.1.0 - CI Build

dQM CMS Content Implementation Guide, published by cqframework. This guide is not an authorized publication; it is the continuous build for version 2026.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/dqm-content-cms-2026/ and changes regularly. See the Directory of published versions

: InlineUSPatientWithAgeRange - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "InlineUSPatientWithAgeRange",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <table class=\"narrative-table\">\n    <tbody>\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">Metadata</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Active</th>\n\n\n\n<td class=\"content-container\">true</td>\n\n\n</tr>\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Type</th>\n\n\n\n<td class=\"content-container\">Person</td>\n\n\n</tr>\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Actual</th>\n\n\n\n<td class=\"content-container\">false</td>\n\n\n</tr>\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">TODO: How do we specify subjectType\n</td>\n\n\n</tr>\n\n\n\n<tr>\n  <th colspan=\"2\" scope=\"row\" class=\"row-header\">Generated using version 0.5.0 of the sample-content-ig Liquid templates</th>\n</tr>\n\n    </tbody>\n  </table>\n</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-url",
      "valueUri" : "https://research.balgrist.ch/Group/InlineUSPatientWithAgeRange"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-library",
      "valueCanonical" : "http://hl7.org/fhir/us/cql/Library/USCoreCommon"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/characteristicExpression",
      "valueExpression" : {
        "language" : "text/cql-expression",
        "expression" : "Patient.ageInYears() between 12 and 18"
      }
    }
  ],
  "active" : true,
  "type" : "person",
  "actual" : false,
  "code" : {
    "text" : "TODO: How do we specify subjectType"
  },
  "name" : "InlineUSPatientWithAgeRange"
}