eCQM QICore Content Implementation Guide
2023.0.0 - CI Build

eCQM QICore Content Implementation Guide, published by cqframework. This guide is not an authorized publication; it is the continuous build for version 2023.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/ecqm-content-qicore-2023/ and changes regularly. See the Directory of published versions

: MPPManifest - JSON Representation

Draft as of 2026-05-13

Raw json | Download

{
  "resourceType" : "Library",
  "id" : "MPPManifest",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/quality-program-cqfm"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n    <table class=\"grid dict\">\n        \n        \n\n        \n        \n        <tr>\n            <th scope=\"row\"><b>Id: </b></th>\n            <td style=\"padding-left: 4px;\">MPPManifest</td>\n        </tr>\n        \n\n        \n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Url: </b></th>\n            <td style=\"padding-left: 4px;\"><a href=\"Library-MPPManifest.html\">MPPManifest</a></td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Name: </b></th>\n            <td style=\"padding-left: 4px;\">MPPManifest</td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Status: </b></th>\n            <td style=\"padding-left: 4px;\">draft</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Experimental: </b></th>\n            <td style=\"padding-left: 4px;\">true</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Type: </b></th>\n            <td style=\"padding-left: 4px;\">\n                \n                    \n                        \n                        <p style=\"margin-bottom: 5px;\">\n                            <b>system: </b> <span><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-library-type.html\">http://terminology.hl7.org/CodeSystem/library-type</a></span>\n                        </p>\n                        \n                        \n                        <p style=\"margin-bottom: 5px;\">\n                            <b>code: </b> <span>asset-collection</span>\n                        </p>\n                        \n                        \n                    \n                \n                \n            </td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Date: </b></th>\n            <td style=\"padding-left: 4px;\">2026-05-13 23:09:13+0000</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Related Artifacts: </b></th>\n            <td style=\"padding-left: 4px;\">\n                \n                \n                \n                \n                <p><b>Components</b></p>\n                <ul>\n                  \n                    <li><a href=\"Measure-MPPEncounterLevel.html\">Multi-provider Patient Encounter Level Example</a></li>\n                  \n                    <li><a href=\"Measure-MPPEncounterLevel.html\">Multi-provider Patient Encounter Level Example</a></li>\n                  \n                </ul>\n                \n                \n                \n                \n            </td>\n        </tr>\n        \n\n        \n\n        \n\n        \n    </table>\n</div>"
  },
  "contained" : [
    {
      "resourceType" : "Parameters",
      "id" : "expansion-parameters",
      "parameter" : [
        {
          "name" : "forceCanonicalVersion",
          "valueCanonical" : "http://ecqi.healthit.gov/ecqms/Library/AttributionModel|1.0.0-custom"
        }
      ]
    }
  ],
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-expansionParameters",
      "valueReference" : {
        "reference" : "#expansion-parameters"
      }
    },
    {
      "url" : "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-softwaresystem",
      "valueReference" : {
        "reference" : "Device/cqf-tooling"
      }
    }
  ],
  "url" : "http://ecqi.healthit.gov/ecqms/Library/MPPManifest",
  "name" : "MPPManifest",
  "status" : "draft",
  "experimental" : true,
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/library-type",
        "code" : "asset-collection"
      }
    ]
  },
  "date" : "2026-05-13T23:09:13+00:00",
  "relatedArtifact" : [
    {
      "type" : "composed-of",
      "display" : "MPP Encounter Level",
      "resource" : "http://ecqi.healthit.gov/ecqms/Measure/MPPEncounterLevel"
    },
    {
      "type" : "composed-of",
      "display" : "MPP Patient Level",
      "resource" : "http://ecqi.healthit.gov/ecqms/Measure/MPPEncounterLevel"
    }
  ]
}