This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v5.0.0: STU5 (v5.0.0)) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "MeasureReport",
"id" : "testcase-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/test-case-cqfm"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport testcase-example</b></p><a name=\"testcase-example\"> </a><a name=\"hctestcase-example\"> </a><a name=\"testcase-example-en-US\"> </a><p><b>Input parameters</b>: <a href=\"#hctestcase-example/testcase-example-parameters\">Parameters: subject</a></p><p><b>CQFM Test Case Description</b>: </p><div><p>Example test case illustrating expected input parameters and expected output results given those input parameters</p>\n</div><p><b>CQFM Operation</b>: <a href=\"OperationDefinition-cqfm-package.html\">OperationDefinition CQFM Package</a></p><p><b>CQFM Is Test Case</b>: true</p><p><b>status</b>: Complete</p><p><b>type</b>: Individual</p><p><b>measure</b>: <a href=\"Measure-EXMLogic-FHIR.html\">EXM Measure</a></p><p><b>period</b>: 2020-01-01 --> 2020-12-31</p><p><b>improvementNotation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-improvement-notation increase}\">Increased score indicates improvement</span></p><blockquote><p><b>group</b></p><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 1</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population denominator}\">Denominator</span></p><p><b>count</b>: 1</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population numerator}\">Numerator</span></p><p><b>count</b>: 1</p></blockquote><p><b>measureScore</b>: 1.0</p><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>stratifier-1</blockquote><p><b>code</b>: <span title=\"Codes:\">Stratifier 1</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>MeasureScore</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">true</span></td><td>1.0</td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>stratifier-2</blockquote><p><b>code</b>: <span title=\"Codes:\">Stratifier 2</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>MeasureScore</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">true</span></td><td>0.0</td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>stratifier-3</blockquote><p><b>code</b>: <span title=\"Codes:\">Stratifier 3</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>MeasureScore</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">true</span></td><td>0.0</td></tr></table></blockquote><blockquote><p><b>stratifier</b></p><blockquote><p><b>id</b></p>stratifier-4</blockquote><p><b>code</b>: <span title=\"Codes:\">Stratifier 4</span></p><h3>Strata</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>MeasureScore</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">true</span></td><td>0.0</td></tr></table></blockquote></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Parameters #testcase-example-parameters</b></p><a name=\"testcase-example/testcase-example-parameters\"> </a><a name=\"hctestcase-example/testcase-example-parameters\"> </a><a name=\"testcase-example/testcase-example-parameters-en-US\"> </a><h2>Parameters</h2><table class=\"grid\"><tr><td>subject</td><td>123</td></tr></table></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Parameters",
"id" : "testcase-example-parameters",
"parameter" : [
{
"name" : "subject",
"valueString" : "123"
}
]
}
],
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-inputParameters",
"valueReference" : {
"reference" : "#testcase-example-parameters"
}
},
{
"url" : "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-testCaseDescription",
"valueMarkdown" : "Example test case illustrating expected input parameters and expected output results given those input parameters"
},
{
"url" : "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-operation",
"valueReference" : {
🔗 "reference" : "OperationDefinition/cqfm-package"
}
}
],
"modifierExtension" : [
{
"url" : "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-isTestCase",
"valueBoolean" : true
}
],
"status" : "complete",
"type" : "individual",
"measure" : "http://hl7.org/fhir/us/cqfmeasures/Measure/EXMLogic-FHIR",
"period" : {
"start" : "2020-01-01",
"end" : "2020-12-31"
},
"improvementNotation" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
"code" : "increase"
}
]
},
"group" : [
{
"population" : [
{
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-population",
"code" : "initial-population"
}
],
"text" : "Initial Population"
},
"count" : 1
},
{
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-population",
"code" : "denominator"
}
],
"text" : "Denominator"
},
"count" : 1
},
{
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-population",
"code" : "numerator"
}
],
"text" : "Numerator"
},
"count" : 1
}
],
"measureScore" : {
"value" : 1.0
},
"stratifier" : [
{
"id" : "stratifier-1",
"code" : [
{
"text" : "Stratifier 1"
}
],
"stratum" : [
{
"value" : {
"text" : "true"
},
"measureScore" : {
"value" : 1.0
}
}
]
},
{
"id" : "stratifier-2",
"code" : [
{
"text" : "Stratifier 2"
}
],
"stratum" : [
{
"value" : {
"text" : "true"
},
"measureScore" : {
"value" : 0.0
}
}
]
},
{
"id" : "stratifier-3",
"code" : [
{
"text" : "Stratifier 3"
}
],
"stratum" : [
{
"value" : {
"text" : "true"
},
"measureScore" : {
"value" : 0.0
}
}
]
},
{
"id" : "stratifier-4",
"code" : [
{
"text" : "Stratifier 4"
}
],
"stratum" : [
{
"value" : {
"text" : "true"
},
"measureScore" : {
"value" : 0.0
}
}
]
}
]
}
]
}