FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Measure/measure-mrp-example

Packagehl7.fhir.us.davinci-deqm
Resource TypeMeasure
Idmeasure-mrp-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-deqm/https://build.fhir.org/ig/HL7/davinci-deqm/Measure-measure-mrp-example.html
URLhttp://hl7.org/fhir/us/davinci-deqm/Measure/measure-mrp-example
Version5.0.0
Statusactive
Date2019-12-05T21:22:46+00:00
NameDEQMMeasureMRPExample
TitleMRP Measure
Realmus
Authorityhl7
Description*Example Measure resource to demonstrate the framework for MRP*: Proportion of discharges with a medication reconciliation followup within 30 days of discharge (MRP) Measure

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Knowledge Artifact Metadata
Name (machine-readable) DEQMMeasureMRPExample
Title (human-readable) MRP Measure
Status Active
Experimental true
Description

Example Measure resource to demonstrate the framework for MRP: Proportion of discharges with a medication reconciliation followup within 30 days of discharge (MRP) Measure

Measure Steward HL7 International / Clinical Quality Information
Steward Contact Details http://www.hl7.org/Special/committees/cqi
Measure Metadata
Version Number 5.0.0
Measure Scoring Proportion
Measure Type Process
Improvement Notation Increased score indicates improvement
Measure Population Criteria
Summary MRP Measure is an attestation that a medication reconciliation post-discharge was performed on a covered member. This group population is all inpatient encounters during the measurement period.
Initial Population ID: initial-population
Description:

All inpatient encounters during the measurement period.

Numerator ID: numerator
Description:

All inpatient encounters during the measurement period for which an MRP was performed during the measurement period.

Denominator ID: denominator
Description:

All inpatient encounters during the measurement period.

Measure Logic
Primary Library DEQM Library MRP Example
Generated using version 0.4.6 of the sample-content-ig Liquid templates

Source

{
  "resourceType": "Measure",
  "id": "measure-mrp-example",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/davinci-deqm/Measure/measure-mrp-example",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.2.29.5"
    }
  ],
  "version": "5.0.0",
  "name": "DEQMMeasureMRPExample",
  "title": "MRP Measure",
  "status": "active",
  "experimental": true,
  "date": "2019-12-05T21:22:46+00:00",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "*Example Measure resource to demonstrate the framework for MRP*: Proportion of discharges with a medication reconciliation followup within 30 days of discharge (MRP) Measure",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "library": [
    "http://hl7.org/fhir/us/davinci-deqm/Library/library-mrp-example"
  ],
  "scoring": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/measure-scoring",
        "code": "proportion"
      }
    ]
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/measure-type",
          "code": "process",
          "display": "Process"
        }
      ]
    }
  ],
  "improvementNotation": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
        "code": "increase",
        "display": "Increased score indicates improvement"
      }
    ]
  },
  "group": [
    {
      "code": {
        "coding": [
          {
            "system": "http://example.org/fhir/",
            "code": "mrp-group",
            "display": "MRP Group"
          }
        ],
        "text": "MRP Group"
      },
      "description": "MRP Measure is an attestation that a medication reconciliation post-discharge was performed on a covered member. This group population is all inpatient encounters during the measurement period.",
      "population": [
        {
          "id": "initial-population",
          "code": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/measure-population",
                "code": "initial-population",
                "display": "Initial Population"
              }
            ]
          },
          "description": "All inpatient encounters during the measurement period.",
          "criteria": {
            "language": "text/plain",
            "expression": "Count of inpatient encounters during the measurement period."
          }
        },
        {
          "id": "numerator",
          "code": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/measure-population",
                "code": "numerator",
                "display": "Numerator"
              }
            ]
          },
          "description": "All inpatient encounters during the measurement period for which an MRP was performed during the measurement period.",
          "criteria": {
            "language": "text/plain",
            "expression": "Count of inpatient encounters during the measurement period for which an MRP was performed during the measurement period."
          }
        },
        {
          "id": "denominator",
          "code": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/measure-population",
                "code": "denominator",
                "display": "Denominator"
              }
            ]
          },
          "description": "All inpatient encounters during the measurement period.",
          "criteria": {
            "language": "text/plain",
            "expression": "Count of inpatient encounters during the measurement period."
          }
        }
      ]
    }
  ]
}