FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Measure Report Type - JSON Representation

Page standards status: Informative Maturity Level: 3

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "measure-report-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/measure-report-type</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\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 style=\"white-space:nowrap\">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 subject.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">subject-list\n                  <a name=\"measure-report-type-subject-list\"> </a>\n                </td>\n                <td>Subject List</td>\n                <td>A subject list report that includes a listing of subjects that satisfied each population criteria in the measure.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">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 members in each population criteria for the measure.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">data-exchange\n                  <a name=\"measure-report-type-data-exchange\"> </a>\n                </td>\n                <td>Data Exchange</td>\n                <td>A data exchange report that contains data-of-interest for the measure (i.e. data that is needed to calculate the measure)</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cqi"
    }
  ],
  "url" : "http://hl7.org/fhir/measure-report-type",
  "version" : "5.0.0",
  "name" : "MeasureReportType",
  "title" : "Measure Report Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T09:01:24+10:00",
  "publisher" : "Clinical Quality Information",
  "contact" : [
    {
      "name" : "Clinical Quality Information",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "The type of the measure report.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/measure-report-type|4.0.1",
  "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 subject."
    },
    {
      "code" : "subject-list",
      "display" : "Subject List",
      "definition" : "A subject list report that includes a listing of subjects that satisfied each population criteria in the measure."
    },
    {
      "code" : "summary",
      "display" : "Summary",
      "definition" : "A summary report that returns the number of members in each population criteria for the measure."
    },
    {
      "code" : "data-exchange",
      "display" : "Data Exchange",
      "definition" : "A data exchange report that contains data-of-interest for the measure (i.e. data that is needed to calculate the measure)"
    }
  ]
}