{

"resourceType": "Measure",
"id": "composite-example",
"title": "Behavioral Assessment Composite Measure",
"status": "draft",
"relatedArtifact": [
  {
    "type": "composed-of",
    "resource": "Measure/component-a-example"
  },
  {
    "type": "composed-of",
    "resource": "Measure/component-b-example"
  }
],
"scoring": {
  "coding": [
    {
      "code": "proportion"
    }
  ]
},
"compositeScoring": {
  "coding": [
    {
      "code": "opportunity"
    }
  ]
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}