{
  "resourceType": "CodeSystem",
  "id": "measure-data-usage",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>MeasureDataUsage</h2><div><p>The intended usage for supplemental data elements in the measure</p></div><p>This code system http://hl7.org/fhir/measure-data-usage defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>supplemental-data\r\n                  <a name=\"measure-data-usage-supplemental-data\"></a></td><td>Supplemental Data</td><td>The data is intended to be provided as additional information alongside the measure results</td></tr><tr><td>risk-adjustment-factor\r\n                  <a name=\"measure-data-usage-risk-adjustment-factor\"></a></td><td>Risk Adjustment Factor</td><td>The data is intended to be used to calculate and apply a risk adjustment model for the measure</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cqi"
    }
  ],
  "url": "http://hl7.org/fhir/measure-data-usage",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.756"
  },
  "version": "3.0.1",
  "name": "MeasureDataUsage",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The intended usage for supplemental data elements in the measure",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/measure-data-usage",
  "content": "complete",
  "concept": [
    {
      "code": "supplemental-data",
      "display": "Supplemental Data",
      "definition": "The data is intended to be provided as additional information alongside the measure results"
    },
    {
      "code": "risk-adjustment-factor",
      "display": "Risk Adjustment Factor",
      "definition": "The data is intended to be used to calculate and apply a risk adjustment model for the measure"
    }
  ]
}