FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.deqm
Resource TypeMeasure
IdMeasure-measure-mrp-example.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/davinci-deqm/Measure-measure-mrp-example.html
URLhttp://hl7.org/fhir/uv/deqm/Measure/measure-mrp-example
Version1.0.0-ballot
Statusactive
Date2019-12-05T21:22:46+00:00
NameDEQMMeasureMRPExample
TitleMRP Measure
Realmuv
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

Metadata
Title MRP Measure
Version 1.0.0-ballot
Experimental true
Jurisdiction World
Steward (Publisher) HL7 International / Clinical Quality Information
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 Scoring proportion from http://terminology.hl7.org/CodeSystem/measure-scoring
Improvement Notation Increased score indicates improvement
Measure Type Process
Measure Group (Rate)
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.
Measure Logic
Primary Library DEQM Library MRP Example
Generated using version 0.5.4-cibuild of the sample-content-ig Liquid templates

Source1

{
  "resourceType": "Measure",
  "id": "measure-mrp-example",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/deqm/Measure/measure-mrp-example",
  "version": "1.0.0-ballot",
  "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": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "library": [
    "http://hl7.org/fhir/uv/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."
          }
        }
      ]
    }
  ]
}