Data Exchange For Quality Measures STU2 for FHIR R4 Implementation Guide (Release 1.1.0 STU2 Ballot)

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v1.1.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: Measure-measure-mrp-example

Download Raw json

{
  "resourceType" : "Measure",
  "id" : "measure-mrp-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2018-09-21T20:20:51.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: measure-mrp-example</p><p><b>meta</b>: </p><p><b>url</b>: <a href=\"http://hl7.org/fhir/us/davinci-deqm/Measure/measure-mrp-example\">http://hl7.org/fhir/us/davinci-deqm/Measure/measure-mrp-example</a></p><p><b>version</b>: 1.1.0</p><p><b>name</b>: DEQMMeasureMRPExample</p><p><b>status</b>: active</p><p><b>date</b>: Dec 5, 2019 9:22:46 PM</p><p><b>description</b>: Example Measure resource to demonstrate the framework for MRP</p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow\">(Details : {urn:iso:std:iso:3166 code 'US' = 'United States of America', given as 'United States of America'})</span></p><p><b>library</b>: <a href=\"http://hl7.org/fhir/us/davinci-deqm/Library/library-mrp-example\">http://hl7.org/fhir/us/davinci-deqm/Library/library-mrp-example</a></p><blockquote><p><b>group</b></p><p><b>description</b>: Example group to demonstrate the framework for MRP</p><h3>Populations</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Criteria</b></td></tr><tr><td>*</td><td>Initial Population <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/measure-population code 'initial-population' = 'Initial Population)</span></td><td/></tr></table><h3>Stratifiers</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>SDE Sex <span style=\"background: LightGoldenRodYellow\">(Details : {http://fhir/example.org code 'sde-sex' = 'sde-sex', given as 'SDE Sex'})</span></td></tr></table></blockquote></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-deqm/Measure/measure-mrp-example",
  "version" : "1.1.0",
  "name" : "DEQMMeasureMRPExample",
  "status" : "active",
  "date" : "2019-12-05T21:22:46+00:00",
  "description" : "Example Measure resource to demonstrate the framework for MRP",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "library" : [
    "http://hl7.org/fhir/us/davinci-deqm/Library/library-mrp-example"
  ],
  "group" : [
    {
      "description" : "Example group to demonstrate the framework for MRP",
      "population" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "initial-population"
              }
            ]
          },
          "criteria" : {
            "language" : "text/cql",
            "expression" : "InitialPopulation1"
          }
        }
      ],
      "stratifier" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://fhir/example.org",
                "code" : "sde-sex",
                "display" : "SDE Sex"
              }
            ]
          }
        }
      ]
    }
  ]
}