Data Exchange For Quality Measures Implementation Guide
4.0.0-ballot - STU Ballot US

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v4.0.0-ballot: STU4 (v4.0.0) Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

: Library Mrp Example - JSON Representation

Active as of 2022-12-05

Raw json | Download


{
  "resourceType" : "Library",
  "id" : "library-mrp-example",
  "meta" : {
    "source" : "http://example.org/fhir/server"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Data Requirements</h2><table class=\"grid\"><tr><td colspan=\"2\"><b>Type</b>: <a href=\"http://hl7.org/fhir/R4/measurereport.html\">MeasureReport</a> (<a href=\"StructureDefinition-datax-measurereport-deqm.html\">DEQM Data Exchange MeasureReport Profile</a>)</td></tr></table><table class=\"grid\"><tr><td colspan=\"2\"><b>Type</b>: <a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a> (<a href=\"http://hl7.org/fhir/us/qi-core/2022Sep/StructureDefinition-qicore-patient.html\">QICorePatient</a>)</td></tr></table><table class=\"grid\"><tr><td colspan=\"2\"><b>Type</b>: <a href=\"http://hl7.org/fhir/R4/encounter.html\">Encounter</a> (<a href=\"http://hl7.org/fhir/us/qi-core/2022Sep/StructureDefinition-qicore-encounter.html\">QICore Encounter</a>)</td></tr></table><table class=\"grid\"><tr><td colspan=\"2\"><b>Type</b>: <a href=\"http://hl7.org/fhir/R4/location.html\">Location</a> (<a href=\"http://hl7.org/fhir/us/qi-core/2022Sep/StructureDefinition-qicore-location.html\">QICoreLocation</a>)</td></tr></table><table class=\"grid\"><tr><td colspan=\"2\"><b>Type</b>: <a href=\"http://hl7.org/fhir/R4/task.html\">Task</a> (<a href=\"http://hl7.org/fhir/us/qi-core/2022Sep/StructureDefinition-qicore-task.html\">QICoreTask</a>)</td></tr></table><table class=\"grid\"><tr><td colspan=\"2\"><b>Type</b>: <a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a> (<a href=\"http://hl7.org/fhir/us/qi-core/2022Sep/StructureDefinition-qicore-organization.html\">QICoreOrganization</a>)</td></tr></table><table class=\"grid\"><tr><td colspan=\"2\"><b>Type</b>: <a href=\"http://hl7.org/fhir/R4/practitioner.html\">Practitioner</a> (<a href=\"http://hl7.org/fhir/us/qi-core/2022Sep/StructureDefinition-qicore-practitioner.html\">QICore Practitioner</a>)</td></tr></table><h2>Contents</h2></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-deqm/Library/library-mrp-example",
  "version" : "4.0.0-ballot",
  "name" : "DEQMLibraryMRPExample",
  "title" : "DEQM Library MRP Example",
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/library-type",
        "code" : "module-definition"
      }
    ]
  },
  "date" : "2022-12-05T17:41:19+00:00",
  "publisher" : "HL7 International - Clinical Quality Information Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "Example Library resource to demonstrate the framework for MRP",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "dataRequirement" : [
    {
      "type" : "MeasureReport",
      "profile" : [
        "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/datax-measurereport-deqm"
      ]
    },
    {
      "type" : "Patient",
      "profile" : [
        "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient"
      ]
    },
    {
      "type" : "Encounter",
      "profile" : [
        "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter"
      ]
    },
    {
      "type" : "Location",
      "profile" : [
        "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"
      ]
    },
    {
      "type" : "Task",
      "profile" : [
        "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-task"
      ]
    },
    {
      "type" : "Organization",
      "profile" : [
        "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"
      ]
    },
    {
      "type" : "Practitioner",
      "profile" : [
        "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner"
      ]
    }
  ]
}