Clinical Practice Guidelines
2.0.0 - STU2 International flag

This page is part of the Clinical Guidelines (v2.0.0: STU2) 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

: gr-scenario4 - JSON Representation

Raw json | Download

{
  "resourceType" : "MeasureReport",
  "id" : "gr-scenario4",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport gr-scenario4</b></p><a name=\"gr-scenario4\"> </a><a name=\"hcgr-scenario4\"> </a><a name=\"gr-scenario4-en-US\"> </a><p><b>status</b>: Complete</p><p><b>type</b>: Individual</p><p><b>measure</b>: <a href=\"Measure-activity-example-generatereport-measure.html\">Activity Example Generate Report Measure</a></p><p><b>subject</b>: <a href=\"Patient-gr-scenario4-patient.html\">Example Patient Female, DoB: 1990-10-01</a></p><p><b>date</b>: 2020-01-15</p><p><b>period</b>: 2020-01-15 --&gt; 2020-01-15</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><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><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>: 100</p></blockquote></div>"
  },
  "status" : "complete",
  "type" : "individual",
  "measure" : "http://hl7.org/fhir/uv/cpg/Measure/activity-example-generatereport-measure",
  "subject" : {
    🔗 "reference" : "Patient/gr-scenario4-patient"
  },
  "date" : "2020-01-15",
  "period" : {
    "start" : "2020-01-15",
    "end" : "2020-01-15"
  },
  "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" : "measure-observation"
              }
            ]
          },
          "count" : 1
        }
      ],
      "measureScore" : {
        "value" : 100
      }
    }
  ]
}