Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.0.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Measure/measure-mrp-example> a fhir:Measure ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "measure-mrp-example"] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table class=\"narrative-table\">\n <tbody>\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">Metadata</th>\n\n\n</tr>\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">MRP Measure</td>\n\n\n</tr>\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Version</th>\n\n\n\n<td class=\"content-container\">1.0.0-cibuild</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Experimental</th>\n\n\n\n<td class=\"content-container\">true</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Jurisdiction</th>\n\n\n\n<td class=\"content-container\">\n World\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Steward (Publisher)</th>\n\n\n\n<td class=\"content-container\">HL7 International / Clinical Quality Information</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Description</th>\n\n\n\n<td class=\"content-container\"><div><p><em>Example Measure resource to demonstrate the framework for MRP</em>: Proportion of discharges with a medication reconciliation followup within 30 days of discharge (MRP) Measure</p>\n</div></td>\n\n\n</tr>\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Measure Scoring</th>\n\n\n\n<td class=\"content-container\">\n proportion from <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-measure-scoring.html\">http://terminology.hl7.org/CodeSystem/measure-scoring</a> \n\n\n</td>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Improvement Notation</th>\n\n\n\n<td class=\"content-container\">\n Increased score indicates improvement\n\n\n</td>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Measure Type</th>\n\n\n\n<td class=\"content-container\">\n Process\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n <tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">Measure Group (Rate)</th>\n\n\n</tr>\n \n \n \n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Summary</th>\n\n\n\n<td class=\"content-container\">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.</td>\n\n\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\n\n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">Measure Logic</th>\n\n\n</tr>\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Primary Library</th>\n\n\n\n<td class=\"content-container\"><a href=\"Library-library-mrp-example.html\">DEQM Library MRP Example</a></td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n <th colspan=\"2\" scope=\"row\" class=\"row-header\">Generated using version 0.5.4-cibuild of the sample-content-ig Liquid templates</th>\n</tr>\n\n </tbody>\n </table>\n</div>"
] ;
fhir:Measure.url [ fhir:value "http://hl7.org/fhir/uv/deqm/Measure/measure-mrp-example"] ;
fhir:Measure.version [ fhir:value "1.0.0-cibuild"] ;
fhir:Measure.name [ fhir:value "DEQMMeasureMRPExample"] ;
fhir:Measure.title [ fhir:value "MRP Measure"] ;
fhir:Measure.status [ fhir:value "active"] ;
fhir:Measure.experimental [ fhir:value "true"^^xsd:boolean] ;
fhir:Measure.date [ fhir:value "2019-12-05T21:22:46+00:00"^^xsd:dateTime] ;
fhir:Measure.publisher [ fhir:value "HL7 International / Clinical Quality Information"] ;
fhir:Measure.contact [
fhir:index -1 ;
fhir:ContactDetail.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cqi" ]
]
] ;
fhir:Measure.description [ fhir:value "*Example Measure resource to demonstrate the framework for MRP*: Proportion of discharges with a medication reconciliation followup within 30 days of discharge (MRP) Measure"] ;
fhir:Measure.jurisdiction [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:Coding.code [ fhir:value "001" ] ;
fhir:Coding.display [ fhir:value "World" ]
]
] ;
fhir:Measure.library [
fhir:value "http://hl7.org/fhir/uv/deqm/Library/library-mrp-example" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/uv/deqm/Library/library-mrp-example>
] ;
fhir:Measure.scoring [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-scoring" ] ;
fhir:Coding.code [ fhir:value "proportion" ]
]
] ;
fhir:Measure.type [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-type" ] ;
fhir:Coding.code [ fhir:value "process" ] ;
fhir:Coding.display [ fhir:value "Process" ]
]
] ;
fhir:Measure.improvementNotation [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-improvement-notation" ] ;
fhir:Coding.code [ fhir:value "increase" ] ;
fhir:Coding.display [ fhir:value "Increased score indicates improvement" ]
]
] ;
fhir:Measure.group [
fhir:index -1 ;
fhir:Measure.group.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://example.org/fhir/" ] ;
fhir:Coding.code [ fhir:value "mrp-group" ] ;
fhir:Coding.display [ fhir:value "MRP Group" ]
] ;
fhir:CodeableConcept.text [ fhir:value "MRP Group" ]
] ;
fhir:Measure.group.description [ fhir:value "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." ] ;
fhir:Measure.group.population [
fhir:index -1 ;
fhir:Element.id [ fhir:value "initial-population" ] ;
fhir:Measure.group.population.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ] ;
fhir:Coding.code [ fhir:value "initial-population" ] ;
fhir:Coding.display [ fhir:value "Initial Population" ]
]
] ;
fhir:Measure.group.population.description [ fhir:value "All inpatient encounters during the measurement period." ] ;
fhir:Measure.group.population.criteria [
fhir:Expression.language [ fhir:value "text/plain" ] ;
fhir:Expression.expression [ fhir:value "Count of inpatient encounters during the measurement period." ]
]
], [
fhir:index -1 ;
fhir:Element.id [ fhir:value "numerator" ] ;
fhir:Measure.group.population.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ] ;
fhir:Coding.code [ fhir:value "numerator" ] ;
fhir:Coding.display [ fhir:value "Numerator" ]
]
] ;
fhir:Measure.group.population.description [ fhir:value "All inpatient encounters during the measurement period for which an MRP was performed during the measurement period." ] ;
fhir:Measure.group.population.criteria [
fhir:Expression.language [ fhir:value "text/plain" ] ;
fhir:Expression.expression [ fhir:value "Count of inpatient encounters during the measurement period for which an MRP was performed during the measurement period." ]
]
], [
fhir:index -1 ;
fhir:Element.id [ fhir:value "denominator" ] ;
fhir:Measure.group.population.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/measure-population" ] ;
fhir:Coding.code [ fhir:value "denominator" ] ;
fhir:Coding.display [ fhir:value "Denominator" ]
]
] ;
fhir:Measure.group.population.description [ fhir:value "All inpatient encounters during the measurement period." ] ;
fhir:Measure.group.population.criteria [
fhir:Expression.language [ fhir:value "text/plain" ] ;
fhir:Expression.expression [ fhir:value "Count of inpatient encounters during the measurement period." ]
]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Measure/measure-mrp-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Measure/measure-mrp-example.ttl> .
IG © 2020+ HL7 International / Clinical Quality Information.
Package hl7.fhir.uv.deqm#1.0.0-cibuild based on FHIR 4.0.1.
Generated
2026-07-15
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
