{
  "resourceType": "CodeSystem",
  "id": "measure-report-type",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>MeasureReportType</h2>\n            <div>\n              <p>The type of the measure report</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/measure-report-type defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>individual\n                  <a name=\"measure-report-type-individual\"> </a>\n                </td>\n                <td>Individual</td>\n                <td>An individual report that provides information on the performance for a given measure with respect to a single patient</td>\n              </tr>\n              <tr>\n                <td>patient-list\n                  <a name=\"measure-report-type-patient-list\"> </a>\n                </td>\n                <td>Patient List</td>\n                <td>A patient list report that includes a listing of patients that satisfied each population criteria in the measure</td>\n              </tr>\n              <tr>\n                <td>summary\n                  <a name=\"measure-report-type-summary\"> </a>\n                </td>\n                <td>Summary</td>\n                <td>A summary report that returns the number of patients in each population criteria for the measure</td>\n              </tr>\n            </table>\n          </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-report-type",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.762"
  },
  "version": "3.0.1",
  "name": "MeasureReportType",
  "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 type of the measure report",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/measure-report-type",
  "content": "complete",
  "concept": [
    {
      "code": "individual",
      "display": "Individual",
      "definition": "An individual report that provides information on the performance for a given measure with respect to a single patient"
    },
    {
      "code": "patient-list",
      "display": "Patient List",
      "definition": "A patient list report that includes a listing of patients that satisfied each population criteria in the measure"
    },
    {
      "code": "summary",
      "display": "Summary",
      "definition": "A summary report that returns the number of patients in each population criteria for the measure"
    }
  ]
}