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

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "ANCCohort",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/cql/StructureDefinition/cql-groupresult"
    ]
  },
  "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\">true</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/workflow-generatedFrom",
      "_valueCanonical" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/artifact-uriReference",
            "valueUri" : "http://hl7.org/fhir/uv/cql/Group/ANCCohortDefinition"
          }
        ]
      }
    }
  ],
  "active" : true,
  "type" : "person",
  "actual" : true,
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/resource-types",
        "code" : "Patient",
        "display" : "Patient"
      }
    ]
  },
  "name" : "ANCCohort",
  "member" : [
    {
      "entity" : {
        🔗 "extension" : [
          {
            "url" : "http://hl7.org/fhir/uv/cql/StructureDefinition/cql-evaluatedResource",
            "valueReference" : {
              🔗 "reference" : "Observation/anc-b4-de1-example"
            }
          }
        ],
        "reference" : "Patient/example"
      }
    }
  ]
}