Canonical Resource Management Infrastructure Implementation Guide
1.1.0-cibuild - cibuild International flag

Canonical Resource Management Infrastructure Implementation Guide, 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/crmi-ig/ and changes regularly. See the Directory of published versions

: Example Group Definition - JSON Representation

Raw json | Download


{
  "resourceType" : "Group",
  "id" : "definition-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-groupdefinition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group definition-example</b></p><a name=\"definition-example\"> </a><a name=\"hcdefinition-example\"> </a><a name=\"definition-example-en-US\"> </a><p><b>CQF Library</b>: <a href=\"Library-ANCCohort.html\">ANC Cohort</a></p><p><b>CQF Expression</b>: <span title=\"text/cql-identifier\"><code>Is Antenatal Care Applicable</code></span></p><p><b>type</b>: Person</p><p><b>actual</b>: false</p><p><b>name</b>: ANCInclusionCriteria</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-library",
      "valueCanonical" : "http://hl7.org/fhir/uv/crmi/Library/ANCCohort"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-expression",
      "valueExpression" : {
        "language" : "text/cql-identifier",
        "expression" : "Is Antenatal Care Applicable"
      }
    }
  ],
  "type" : "person",
  "actual" : false,
  "name" : "ANCInclusionCriteria"
}