This page is part of the Clinical Guidelines (v2.0.0-ballot: STU2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: chf-scenario1-bodyweight3 - JSON Representation
Raw json | Download
{
"resourceType" : "MeasureReport",
"id" : "chf-scenario1-bodyweight3",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MeasureReport</b><a name=\"chf-scenario1-bodyweight3\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MeasureReport "chf-scenario1-bodyweight3" </p></div><p><b>status</b>: complete</p><p><b>type</b>: individual</p><p><b>measure</b>: <a href=\"Measure-chf-bodyweight-measure.html\">CHF Body Weight Metric</a></p><p><b>subject</b>: <a href=\"Patient-chf-scenario1-patient.html\">Patient/chf-scenario1-patient</a> " PATTERSON"</p><p><b>date</b>: 2019-02-02</p><p><b>period</b>: 2019-02-02 --> 2019-02-02</p><p><b>improvementNotation</b>: Decreased score indicates improvement <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-measure-improvement-notation.html\">MeasureImprovementNotation</a>#decrease)</span></p><blockquote><p><b>group</b></p><h3>Populations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Count</b></td></tr><tr><td style=\"display: none\">*</td><td>Measure Observation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-measure-population.html\">MeasurePopulationType</a>#measure-observation)</span></td><td>1</td></tr></table><p><b>measureScore</b>: 96.9 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code kg = 'kg')</span></p></blockquote><p><b>evaluatedResource</b>: <a href=\"Observation-chf-scenario1-bodyweight3-observation.html\">Observation/chf-scenario1-bodyweight3-observation</a></p></div>"
},
"status" : "complete",
"type" : "individual",
"measure" : "http://hl7.org/fhir/uv/cpg/Measure/chf-bodyweight-measure",
"subject" : {
🔗 "reference" : "Patient/chf-scenario1-patient"
},
"date" : "2019-02-02",
"period" : {
"start" : "2019-02-02",
"end" : "2019-02-02"
},
"improvementNotation" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
"code" : "decrease"
}
]
},
"group" : [
{
"population" : [
{
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-population",
"code" : "measure-observation"
}
]
},
"count" : 1
}
],
"measureScore" : {
"value" : 96.9,
"unit" : "kg",
"system" : "http://unitsofmeasure.org",
"code" : "kg"
}
}
],
"evaluatedResource" : [
{
🔗 "reference" : "Observation/chf-scenario1-bodyweight3-observation"
}
]
}