This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v1.0.0: STU 1) based on FHIR R3. The current version which supercedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions 
{
"resourceType" : "CodeSystem",
"id" : "improvement-notation",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>MeasureImprovementNotation</h2><div><p>Improvement notation for a measure (e.g. increase or decrease)</p>\n</div><p>This code system http://hl7.org/fhir/us/cqfmeasures/CodeSystem/improvement-notation defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">increase<a name=\"improvement-notation-increase\"> </a></td><td>Increase</td><td>Improvement is notated as an *increase* in the measure score</td></tr><tr><td style=\"white-space:nowrap\">decrease<a name=\"improvement-notation-decrease\"> </a></td><td>Decrease</td><td>Improvement is notated as a *decrease* in the measure score</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/improvement-notation",
"version" : "1.0.0",
"name" : "MeasureImprovementNotation",
"status" : "draft",
"experimental" : false,
"date" : "2019-03-15T01:21:03-04:00",
"publisher" : "Clinical Quality Information Workgroup",
"description" : "Improvement notation for a measure (e.g. increase or decrease)",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/us/cqfmeasures/ValueSet/improvement-notation",
"content" : "complete",
"concept" : [
{
"code" : "increase",
"display" : "Increase",
"definition" : "Improvement is notated as an *increase* in the measure score"
},
{
"code" : "decrease",
"display" : "Decrease",
"definition" : "Improvement is notated as a *decrease* in the measure score"
}
]
}