Using CQL With FHIR
3.0.0-ballot - STU 3 Ballot International flag

Using CQL With FHIR - Downloaded Version null See the Directory of published versions

: Example ANC Cohort Definition

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "ANCCohortDefinition",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/cql/StructureDefinition/cql-groupdefinition"
    ]
  },
  "language" : "en",
  "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\">\n    Patient\n\n\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.6-cibuild 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" : "http://hl7.org/fhir/uv/cql/Group/ANCCohortDefinition"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-library",
      "valueCanonical" : "http://hl7.org/fhir/uv/cql/Library/ANCCohort"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/characteristicExpression",
      "valueExpression" : {
        "language" : "text/cql-identifier",
        "expression" : "Is Pregnancy Confirmed"
      }
    }
  ],
  "active" : true,
  "type" : "person",
  "actual" : false,
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/resource-types",
        "code" : "Patient",
        "display" : "Patient"
      }
    ]
  },
  "name" : "ANCCohortDefinition"
}