{

"resourceType": "Measure",
"id": "component-b-example",
"text": {
  "status": "generated",
  "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Screening for Depression\n    <p>This measure example is used to illustrate how a composite measure can be constructured. This measure is one component of the composite measure.</p></div>"
},
"title": "Screening for Depression",
"status": "draft",
"scoring": {
  "coding": [
    {
      "code": "proportion"
    }
  ]
},
"group": [
  {
    "identifier": {
      "value": "Main"
    },
    "population": [
      {
        "code": {
          "coding": [
            {
              "code": "initial-population"
            }
          ]
        },
        "criteria": "Initial Population"
      },
      {
        "code": {
          "coding": [
            {
              "code": "denominator"
            }
          ]
        },
        "criteria": "Denominator"
      },
      {
        "code": {
          "coding": [
            {
              "code": "numerator"
            }
          ]
        },
        "criteria": "Numerator"
      }
    ]
  }
]

}