FHIR Clinical Guidelines (v1.0.0) (STU1)

This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

MeasureReport/chf-scenario1-bodyweight1

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "MeasureReport",
  "id" : "chf-scenario1-bodyweight1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: complete</p><p><b>type</b>: individual</p><p><b>measure</b>: <a href=\"http://hl7.org/fhir/uv/cpg/Measure/chf-bodyweight\">http://hl7.org/fhir/uv/cpg/Measure/chf-bodyweight</a></p><p><b>subject</b>: <a href=\"Patient-chf-scenario1.html\">Generated Summary: active; Patterson, Jeremy; gender: male; birthDate: 1949-03-17; </a></p><p><b>date</b>: 2019-01-31</p><p><b>period</b>: 2019-01-31 --&gt; 2019-01-31</p><p><b>improvementNotation</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/measure-improvement-notation decrease}\">Decreased score indicates improvement</span></p><blockquote><p><b>group</b></p><h3>Populations</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Count</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/measure-population measure-observation}\">Measure Observation</span></td><td>1</td></tr></table><p><b>measureScore</b>: 96 kg</p></blockquote><p><b>evaluatedResource</b>: <a href=\"Observation-chf-scenario1-bodyweight1.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span>; <span title=\"Codes: {http://loinc.org 29463-7}\">Body weight</span>; effective: Jan 31, 2019 7:00:00 AM; issued: Jan 31, 2019 7:00:00 AM; 96 kg</a></p></div>"
  },
  "status" : "complete",
  "type" : "individual",
  "measure" : "http://hl7.org/fhir/uv/cpg/Measure/chf-bodyweight",
  "subject" : {
    "reference" : "Patient/chf-scenario1"
  },
  "date" : "2019-01-31",
  "period" : {
    "start" : "2019-01-31",
    "end" : "2019-01-31"
  },
  "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,
        "unit" : "kg",
        "system" : "http://unitsofmeasure.org",
        "code" : "kg"
      }
    }
  ],
  "evaluatedResource" : [
    {
      "reference" : "Observation/chf-scenario1-bodyweight1"
    }
  ]
}