FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MeasureReport/788ca455-e11b1a59 (JSON)

Clinical Quality Information Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

Raw JSON (canonical form + also see JSON Format Specification)

Example subject-list

{
  "resourceType" : "MeasureReport",
  "id" : "788ca455-e11b1a59",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MeasureReport</b><a name=\"788ca455-e11b1a59\"> </a><a name=\"hc788ca455-e11b1a59\"> </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 &quot;788ca455-e11b1a59&quot; </p></div><p><b>status</b>: complete</p><p><b>type</b>: subject-list</p><p><b>measure</b>: <a href=\"http://lantanagroup.com/fhir/nhsn-measures/Measure/NHSNGlycemicControlHypoglycemicInitialPopulation\">http://lantanagroup.com/fhir/nhsn-measures/Measure/NHSNGlycemicControlHypoglycemicInitialPopulation</a></p><p><b>reporter</b>: <a href=\"broken-link.html\">Organization/aa389ad5-e6fe-4030-88ce-010ab96e4ac4</a></p><p><b>period</b>: 2022-08-01T00:00:00Z --&gt; 2022-08-31T23:59:59Z</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><td><b>SubjectResults</b></td></tr><tr><td style=\"display: none\">*</td><td>Initial Population <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-measure-population.html\">MeasurePopulationType</a>#initial-population)</span></td><td>2</td><td><a name=\"hc1\"> </a><blockquote><table class=\"clstu\"><tr><td>Mode: snapshotStatus: current</td></tr><tr><td/></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"broken-link.html\">MeasureReport/788ca455-e11b1a59-838c24b5</a></td></tr><tr><td><a href=\"broken-link.html\">MeasureReport/788ca455-e11b1a59-2ad816ff</a></td></tr></table></blockquote></td></tr></table></blockquote><hr/><blockquote><p><b>Generated Narrative: List #1</b><a name=\"1\"> </a><a name=\"hc1\"> </a></p><p><b>status</b>: current</p><p><b>mode</b>: snapshot</p><blockquote><p><b>entry</b></p><p><b>item</b>: <a href=\"broken-link.html\">MeasureReport/788ca455-e11b1a59-838c24b5</a></p></blockquote><blockquote><p><b>entry</b></p><p><b>item</b>: <a href=\"broken-link.html\">MeasureReport/788ca455-e11b1a59-2ad816ff</a></p></blockquote></blockquote></div>"
  },
  "contained" : [{
    "resourceType" : "List",
    "id" : "1",
    "status" : "current",
    "mode" : "snapshot",
    "entry" : [{
      "item" : {
        "reference" : "MeasureReport/788ca455-e11b1a59-838c24b5"
      }
    },
    {
      "item" : {
        "reference" : "MeasureReport/788ca455-e11b1a59-2ad816ff"
      }
    }]
  }],
  "status" : "complete",
  "type" : "subject-list",
  "measure" : "http://lantanagroup.com/fhir/nhsn-measures/Measure/NHSNGlycemicControlHypoglycemicInitialPopulation",
  "reporter" : {
    "reference" : "Organization/aa389ad5-e6fe-4030-88ce-010ab96e4ac4"
  },
  "period" : {
    "start" : "2022-08-01T00:00:00+00:00",
    "end" : "2022-08-31T23:59:59+00:00"
  },
  "group" : [{
    "population" : [{
      "code" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
          "code" : "initial-population",
          "display" : "Initial Population"
        }]
      },
      "count" : 2,
      "subjectResults" : {
        "reference" : "#1"
      }
    }]
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.